.sfhg-wrapper {
    position: relative;
}

.sfhg-landscape {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
}

.sfhg-landscape-old {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}

.sfhg-portrait {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 133.3%;
}

.sfhg-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.qodef-qi-grid>.qodef-grid-inner {
    position: relative;
    display: grid;
    gap: 30px
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--1 {
    order: 1
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--2 {
    order: 2
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--3 {
    order: 3
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--4 {
    order: 4
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--5 {
    order: 5
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--6 {
    order: 6
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--7 {
    order: 7
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--8 {
    order: 8
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--9 {
    order: 9
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--10 {
    order: 10
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--11 {
    order: 11
}

.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:after,
.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:before {
    display: none !important
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner {
    display: flex
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12 {
    width: 100%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11 {
    width: 91.66667%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10 {
    width: 83.33333%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
    width: 75%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
    width: 66.66667%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7 {
    width: 58.33333%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6 {
    width: 50%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5 {
    width: 41.66667%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
    width: 33.33333%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3 {
    width: 25%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2 {
    width: 16.66667%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1 {
    width: 8.33333%
}

.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--auto {
    width: auto
}

.qodef-qi-grid.qodef-layout--qi-columns>.qodef-grid-inner {
    grid-template-columns: minmax(0, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1>.qodef-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2>.qodef-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3>.qodef-grid-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4>.qodef-grid-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5>.qodef-grid-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6>.qodef-grid-inner {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7>.qodef-grid-inner {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8>.qodef-grid-inner {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 11fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner {
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner {
    grid-template-columns: minmax(0, 10fr) minmax(0, 2fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner {
    grid-template-columns: minmax(0, 11fr) minmax(0, 1fr)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr)
    }
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow: hidden
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner {
    visibility: hidden
}

.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner.qodef--masonry-init {
    visibility: visible
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1>.qodef-grid-inner {
    grid-template-columns: repeat(1, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner {
    grid-template-columns: repeat(2, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner {
    grid-template-columns: repeat(3, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner {
    grid-template-columns: repeat(4, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner {
    grid-template-columns: repeat(5, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner {
    grid-template-columns: repeat(6, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner {
    grid-template-columns: repeat(7, 1fr)
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner {
    grid-template-columns: repeat(8, 1fr)
}

.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner {
    gap: 0
}

.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner {
    gap: 10px
}

.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner {
    gap: 20px
}

.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner {
    gap: 30px
}

.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner {
    gap: 40px
}

.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner {
    gap: 50px
}

.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner {
    gap: 68px
}

.qodef-qi-grid.qodef-disable-row-gap>.qodef-grid-inner {
    row-gap: 0
}

@media only screen and (max-width:1440px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner {
        flex-wrap: wrap
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner {
        flex-wrap: wrap
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner {
        flex-wrap: wrap
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner {
        flex-wrap: wrap
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner {
        flex-wrap: wrap
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner {
        flex-wrap: wrap
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@keyframes qi-addons-for-elementor-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 102
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 102
    }
}

@keyframes qi-addons-for-elementor-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 102
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes qodef-animate-underline-from-left {
    0% {
        transform: scaleX(1);
        transform-origin: right
    }
    37% {
        transform: scaleX(0);
        transform-origin: right
    }
    38% {
        transform: scaleX(0);
        transform-origin: left
    }
    100% {
        transform: scaleX(1);
        transform-origin: left
    }
}

@keyframes qodef-animate-underline-from-right {
    0% {
        transform: scaleX(1);
        transform-origin: left
    }
    37% {
        transform: scaleX(0);
        transform-origin: left
    }
    38% {
        transform: scaleX(0);
        transform-origin: right
    }
    100% {
        transform: scaleX(1);
        transform-origin: right
    }
}

@keyframes qodef-animate-underline-multiline {
    0% {
        background-size: 100% 87%;
        background-position-x: right
    }
    38% {
        background-size: 0 87%;
        background-position-x: right
    }
    39% {
        background-size: 0 87%;
        background-position-x: left
    }
    100% {
        background-size: 100% 87%;
        background-position-x: left
    }
}

@keyframes qodef-animate-highlight {
    0% {
        background-size: 0 100%;
        background-position-x: left
    }
    100% {
        background-size: 100% 100%;
        background-position-x: left
    }
}

.qodef-qi-clear:after,
.qodef-qi-clear:before {
    content: '';
    display: table;
    table-layout: fixed
}

.qodef-qi-clear:after {
    clear: both
}

.qodef-category-separator:after {
    content: ',';
    margin-right: 5px
}

.qodef-shortcode h1 a,
.qodef-shortcode h2 a,
.qodef-shortcode h3 a,
.qodef-shortcode h4 a,
.qodef-shortcode h5 a,
.qodef-shortcode h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-custom-text-underline-draw a {
    position: relative;
    color: currentColor
}

.qodef-custom-text-underline-draw a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    backface-visibility: hidden
}

.qodef-custom-text-underline-draw a:hover {
    color: currentColor;
    text-decoration: none
}

.qodef-custom-text-underline-draw a:hover:after {
    animation: qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text {
    transition-delay: .25s, .25s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button {
    transition-delay: .5s, .5s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button,
body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text,
body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

@media only screen and (max-width:1440px) {
    .qodef-qi-grid.qodef-qi-hide-under-1440,
    .qodef-qi-hide-under-1440 {
        display: none
    }
}

.qodef-qi-grid.qodef-qi-show-under-1440,
.qodef-qi-show-under-1440 {
    display: none
}

.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,
.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,
.qodef-qi-show-under-1440+.swiper-button-prev,
.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next {
    display: none
}

@media only screen and (max-width:1440px) {
    .qodef-qi-grid.qodef-qi-show-under-1440,
    .qodef-qi-show-under-1440 {
        display: block
    }
    .qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,
    .qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,
    .qodef-qi-show-under-1440+.swiper-button-prev,
    .qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next {
        display: block
    }
}

.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container {
    max-width: unset
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar {
    background: 0 0
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button {
    color: #fff
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"] {
    display: none
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg {
    fill: currentColor;
    width: 17px;
    stroke: none
}

.fslightbox-container .fslightbox-slide-btn-container-next,
.fslightbox-container .fslightbox-slide-btn-container-previous {
    padding: 30px
}

.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,
.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn {
    width: 30px;
    padding: 0;
    background: 0 0;
    color: #fff
}

.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,
.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg {
    fill: currentColor;
    stroke: currentColor;
    width: 100%
}

.qodef-qi-swiper-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 1;
    visibility: hidden;
    overflow: hidden
}

.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button):not(.qodef-qi-premium-button) {
    display: block
}

.qodef-qi-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-qi-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-qi-swiper-container .swiper-pagination-bullet {
    color: #000;
    vertical-align: middle;
    opacity: 1;
    transform-origin: center;
    transform: matrix(.72, 0, 0, .72, 0, 0);
    border: 1px solid transparent;
    background: currentColor;
    transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-qi-swiper-container .swiper-pagination-bullet-active,
.qodef-qi-swiper-container .swiper-pagination-bullet:hover {
    transform: matrix(1, 0, 0, 1, 0, 0) translateZ(0)
}

.qodef-qi-swiper-container .swiper-button-next,
.qodef-qi-swiper-container .swiper-button-prev,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev,
.qodef-qi-swiper-container~.swiper-button-next,
.qodef-qi-swiper-container~.swiper-button-prev {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    transition: color .2s ease-out, background-color .2s ease-out;
    transform: translateY(-50%)
}

.qodef-qi-swiper-container .swiper-button-next svg,
.qodef-qi-swiper-container .swiper-button-prev svg,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next svg,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev svg,
.qodef-qi-swiper-container~.swiper-button-next svg,
.qodef-qi-swiper-container~.swiper-button-prev svg {
    display: block;
    width: 1em;
    height: auto;
    transition: background-color .2s ease-out, color .2s ease-out;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next:after,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev:after,
.qodef-qi-swiper-container~.swiper-button-next:after,
.qodef-qi-swiper-container~.swiper-button-prev:after {
    display: none !important
}

.qodef-qi-swiper-container .swiper-button-prev {
    left: 30px
}

.qodef-qi-swiper-container .swiper-button-next {
    right: 30px
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef--focus-in-viewport,
.qodef-qi-swiper-container.swiper-vertical.qodef--focus-in-viewport {
    height: 100vh !important
}

.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide,
.qodef-qi-swiper-container.swiper-vertical .swiper-slide {
    overflow: hidden
}

.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide img,
.qodef-qi-swiper-container.swiper-vertical .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev,
.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev {
    top: 30px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev .qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev .qodef-swiper-arrow-left {
    transform: rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next,
.qodef-qi-swiper-container.swiper-vertical .swiper-button-next {
    top: auto !important;
    bottom: 30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next .qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical .swiper-button-next .qodef-swiper-arrow-right {
    transform: rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev,
.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev {
    top: -30px;
    bottom: auto !important;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev .qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev .qodef-swiper-arrow-left {
    transform: rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next,
.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next {
    top: auto !important;
    bottom: -30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next .qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next .qodef-swiper-arrow-right {
    transform: rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav {
    top: 0;
    width: auto !important;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-top: 0
}

.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,
.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner {
    flex-direction: column
}

.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,
.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev {
    margin: 0 0 20px 0 !important
}

.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left {
    transform: rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right {
    transform: rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg {
    transform: translateY(-4px)
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left {
    transform: translateY(-4px) rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg {
    transform: translateY(4px)
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right {
    transform: translateY(4px) rotate(90deg)
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav {
    justify-content: center;
    right: auto !important;
    left: 0 !important;
    bottom: 0
}

.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav {
    justify-content: center;
    right: 0 !important;
    left: auto !important;
    bottom: 0
}

.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet,
.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet {
    margin: 3px 0
}

.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-next:before,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container .swiper-button-prev:before {
    display: none
}

.qodef-qi-swiper-container~.swiper-button-prev {
    left: -50px
}

.qodef-qi-swiper-container~.swiper-button-next {
    right: -50px
}

.qodef-qi-swiper-container~.qodef-swiper-together-nav {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
    z-index: 1
}

.qodef-qi-swiper-container~.qodef-swiper-together-nav .qodef-swiper-together-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 15
}

.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev {
    margin-right: 20px !important
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg {
    margin-left: 4px
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg {
    margin-right: 4px
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform .25s cubic-bezier(.37, .08, .02, .93), background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform .12s ease-out, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg {
    transition: transform .22s cubic-bezier(.37, .08, .02, .93) 50ms, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover svg {
    transform: translateX(-4px)
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover svg {
    transform: translateX(4px)
}

.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets {
    bottom: 0
}

.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets {
    bottom: 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--1024 .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--768 .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--680 .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-prev {
        display: none
    }
}

.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,
.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav {
    justify-content: flex-start;
    right: auto !important
}

.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,
.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav {
    justify-content: flex-end;
    left: auto !important
}

.qodef-swiper-pagination-outside.swiper-pagination {
    position: relative
}

.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet {
    color: #000;
    opacity: 1;
    transform-origin: center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border: 1px solid transparent;
    background: currentColor;
    transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    margin: 0 6px
}

.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover {
    transform: matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0)
}

.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,
.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%
}

.qodef--pagination-numbers>.swiper-pagination-bullets,
.qodef--pagination-numbers~.swiper-pagination-bullets {
    counter-reset: section;
    display: flex;
    justify-content: center
}

.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,
.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 38px;
    width: 38px;
    transform: none;
    color: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,
.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before {
    counter-increment: section;
    content: "0" counter(section);
    color: #1e1e1e
}

.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,
.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    color: #efefef
}

.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,
.swiper-container-vertical.qodef--pagination-numbers~.swiper-pagination-bullets,
.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,
.swiper-vertical.qodef--pagination-numbers~.swiper-pagination-bullets {
    flex-direction: column
}

.qodef-pagination-alignment--start>.swiper-pagination-bullets,
.qodef-pagination-alignment--start~.swiper-pagination-bullets {
    text-align: left
}

.qodef--pagination-numbers.qodef-pagination-alignment--start>.swiper-pagination-bullets,
.qodef-pagination-alignment--start~.swiper-pagination-bullets {
    justify-content: flex-start
}

.qodef-pagination-alignment--start.swiper-container-vertical>.swiper-pagination-bullets,
.qodef-pagination-alignment--start.swiper-container-vertical~.swiper-pagination-bullets,
.qodef-pagination-alignment--start.swiper-vertical>.swiper-pagination-bullets,
.qodef-pagination-alignment--start.swiper-vertical~.swiper-pagination-bullets {
    top: 0;
    transform: none
}

.qodef-pagination-alignment--center>.swiper-pagination-bullets,
.qodef-pagination-alignment--center~.swiper-pagination-bullets {
    text-align: center
}

.qodef--pagination-numbers.qodef-pagination-alignment--center>.swiper-pagination-bullets,
.qodef-pagination-alignment--center~.swiper-pagination-bullets {
    justify-content: center
}

.qodef-pagination-alignment--end>.swiper-pagination-bullets,
.qodef-pagination-alignment--end~.swiper-pagination-bullets {
    text-align: right
}

.qodef--pagination-numbers.qodef-pagination-alignment--end>.swiper-pagination-bullets,
.qodef-pagination-alignment--end~.swiper-pagination-bullets {
    justify-content: flex-end
}

.qodef-pagination-alignment--end.swiper-container-vertical>.swiper-pagination-bullets,
.qodef-pagination-alignment--end.swiper-container-vertical~.swiper-pagination-bullets,
.qodef-pagination-alignment--end.swiper-vertical>.swiper-pagination-bullets,
.qodef-pagination-alignment--end.swiper-vertical~.swiper-pagination-bullets {
    top: 100%;
    transform: translate3d(0, -100%, 0)
}

.qodef-navigation-together--top .elementor-widget-container {
    position: relative
}

.qodef-navigation-together--top .qodef-swiper-together-nav {
    bottom: 100%;
    margin-top: 0 !important;
    margin-bottom: 30px
}

.qodef-navigation-together--bottom .elementor-widget-container {
    position: relative
}

.qodef-addons-blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    z-index: 1
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    display: block
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    margin: 0 0 .5em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
    margin: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #111
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: #3c3c3c
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    margin-right: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: .25em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    font-size: .9em;
    line-height: 1.13333em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

.qodef-addons-blog-list.qodef-alignment--centered {
    text-align: center
}

.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
    justify-content: center
}

.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
    content: '/';
    position: relative;
    left: 12px
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size: 100% 100%
}

.qodef-addons-blog-list .qodef-e-media-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.03)
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1)
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.2) translateX(12px)
}

.qodef-addons-blog-list.qodef-image--hover-from-top a {
    transform-origin: top
}

.qodef-addons-blog-list.qodef-image--hover-from-bottom a {
    transform-origin: bottom
}

.qodef-addons-blog-list.qodef-image--hover-from-left a {
    transform-origin: left
}

.qodef-addons-blog-list.qodef-image--hover-from-right a {
    transform-origin: right
}

@media only screen and (max-width:1024px) {
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding: 11% 15%
    }
    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 10.7% 15% 11.3%
    }
}

@media only screen and (max-width:680px) {
    .qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
        display: inline-block
    }
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding: 11% 10%
    }
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon {
        left: calc(50% - 75px);
        width: 150px
    }
    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 11% 10%
    }
    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon {
        left: calc(50% - 70px);
        width: 140px
    }
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
    z-index: 5
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
    padding: 45px 40px
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
    z-index: 10
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 5
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 5
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
    color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin: 0
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--minimal {
    overflow: hidden
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner {
    margin-top: -2em !important
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner {
    padding-top: 2em;
    border-top: 1px solid #ebebeb
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-info.qodef-info--bottom {
    margin-top: 1em
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items: center
}

.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    flex-direction: row-reverse
}

@media only screen and (max-width:768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
    width: 50%
}

@media only screen and (max-width:768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
        width: 100%
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding: 20px 27px
}

@media only screen and (max-width:768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
        padding: 20px 0
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt {
    margin: 0 0 1em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.qodef-addons-blog-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content {
    padding-top: 27px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    display: block
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title {
    margin: 0 0 .5em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
    margin: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more {
    margin-top: 14px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #111
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: #3c3c3c
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    margin-right: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: .25em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    font-size: .9em;
    line-height: 1.13333em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

.qodef-addons-blog-slider article .qodef-e-media-image {
    overflow: hidden
}

.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content {
    padding-left: 28px;
    padding-right: 28px
}

.qodef-addons-blog-slider.qodef-alignment--centered {
    text-align: center
}

.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
    justify-content: center
}

.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
    content: '/';
    position: relative;
    left: 12px
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size: 100% 100%
}

.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link {
    display: inline !important
}

.qodef-addons-blog-slider .qodef-e-media-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-content {
    transform: translateZ(0)
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.03)
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-content {
    transform: translateZ(0)
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1)
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.2) translateX(12px)
}

.qodef-addons-blog-slider.qodef-image--hover-from-top a {
    transform-origin: top
}

.qodef-addons-blog-slider.qodef-image--hover-from-bottom a {
    transform-origin: bottom
}

.qodef-addons-blog-slider.qodef-image--hover-from-left a {
    transform-origin: left
}

.qodef-addons-blog-slider.qodef-image--hover-from-right a {
    transform-origin: right
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color: #fff
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content {
    padding: 45px 40px
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
    color: #fff
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin: 0
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items: center
}

@media only screen and (max-width:480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
    width: 50%
}

@media only screen and (max-width:480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
        width: 100%
    }
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding: 20px 27px
}

@media only screen and (max-width:480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
        padding: 20px 0
    }
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.qodef-shortcode .qodef-addons-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all .2s ease-out
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    max-height: 100%
}

.qodef-qi-contact-form-7 form div {
    position: relative;
    margin: 0
}

.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit] {
    width: 100%
}

.qodef-qi-contact-form-7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block
}

.qodef-qi-contact-form-7 textarea {
    resize: none
}

.qodef-qi-contact-form-7 .wpcf7-list-item.first {
    margin-left: 0
}

.qodef-qi-contact-form-7 .qodef-cf7-flex {
    display: flex
}

@media only screen and (max-width:1024px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
        flex-wrap: wrap
    }
}

.qodef-qi-contact-form-7 .qodef-grid-inner {
    row-gap: 0 !important
}

.qodef-qi-contact-form-7 .qodef-grid-item {
    margin: 0 !important
}

.qodef-qi-contact-form-7 .wpcf7-checkbox,
.qodef-qi-contact-form-7 .wpcf7-radio {
    line-height: 1;
    display: block
}

.qodef-qi-contact-form-7 .wpcf7-checkbox label,
.qodef-qi-contact-form-7 .wpcf7-radio label {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-contact-form-7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    margin: 10px 0 0
}

.qodef-qi-contact-form-7 label {
    margin-bottom: 0
}

.qodef-qi-contact-form-7 input[type=date],
.qodef-qi-contact-form-7 input[type=email],
.qodef-qi-contact-form-7 input[type=number],
.qodef-qi-contact-form-7 input[type=password],
.qodef-qi-contact-form-7 input[type=search],
.qodef-qi-contact-form-7 input[type=tel],
.qodef-qi-contact-form-7 input[type=text],
.qodef-qi-contact-form-7 input[type=url],
.qodef-qi-contact-form-7 select,
.qodef-qi-contact-form-7 textarea {
    margin: 0
}

.qodef-qi-contact-form-7 input[type=checkbox],
.qodef-qi-contact-form-7 input[type=radio] {
    margin: 0;
    width: 1em;
    height: 1em;
    vertical-align: middle
}

.qodef-qi-contact-form-7 button[type=submit]:focus,
.qodef-qi-contact-form-7 button[type=submit]:hover,
.qodef-qi-contact-form-7 input[type=submit]:focus,
.qodef-qi-contact-form-7 input[type=submit]:hover {
    color: unset;
    background-color: unset
}

.qodef-qi-contact-form-7 input[type=submit] {
    transition: all .3s ease-out
}

.qodef-qi-contact-form-7 textarea {
    vertical-align: middle
}

.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .wpcf7-form-control-wrap {
    z-index: 5
}

.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .qodef-qi-multiform-next>.wpcf7-submit {
    z-index: 10
}

.qodef-addons-woo-shortcode .qodef-e-product-mark {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 68px;
    color: #111;
    background-color: #fff;
    padding: 1.8em 1.2em;
    z-index: 5
}

.qodef-addons-woo-shortcode .qodef-e-product-title {
    margin: 0;
    z-index: 2;
    position: relative
}

.qodef-addons-woo-shortcode .qodef-e-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star {
    color: #111
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
    stroke: none
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    width: 1em;
    margin-right: 8px
}

.qodef-addons-woo-shortcode .price {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0
}

.qodef-addons-woo-shortcode .price del {
    margin-right: .8em
}

.qodef-addons-woo-shortcode .price ins {
    text-decoration: none
}

.qodef-addons-woo-shortcode .added_to_cart,
.qodef-addons-woo-shortcode .button {
    color: #111;
    z-index: 3
}

.qodef-addons-woo-shortcode .added_to_cart.added,
.qodef-addons-woo-shortcode .button.added {
    display: none !important
}

.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual,
.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual {
    background: 0 0
}

.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #111;
    padding: 10px 15px;
    z-index: 5
}

.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale {
    color: #111;
    background-color: #ebebeb
}

.qodef-qi-woo-shortcode-add-to-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-add-to-cart .button.added {
    display: none
}

.qodef-qi-woo-product-category-list .woocommerce-loop-category__title {
    margin: 0
}

.qodef-qi-woo-product-category-list .count {
    display: none
}

.qodef-qi-woo-product-category-list .qodef-e-img-holder {
    overflow: hidden
}

.qodef-qi-woo-product-category-list .qodef-e-img-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform: scale(1)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
    text-align: center
}

.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    background-color: #fff;
    width: auto;
    text-align: center;
    padding: 10px 40px;
    transform: translateX(-50%)
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f6f6f6
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 0;
    flex: 1;
    overflow: hidden
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image {
    width: 60%
}

.qodef-qi-woo-shortcode-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    cursor: pointer
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image .qodef-e-product-image-holder {
    overflow: hidden
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img {
    display: block;
    width: 100%
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em;
    font-size: .6em
}

.qodef-qi-woo-shortcode-product-list .price {
    flex-shrink: 0
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-title {
    transition: color .2s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index: 3
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
    overflow: hidden;
    width: 100%
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform: scale(1)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content {
    text-align: center;
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
    justify-content: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
    clip-path: inset(0 0 0 0);
    pointer-events: none
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a {
    pointer-events: all
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    clip-path: inset(13px 13px 13px 13px);
    transition-delay: 0s, .15s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content {
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: center;
    padding: 22px 0 25px
}

.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: left
}

.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: right
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-image-holder a {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: center
}

.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: flex-start
}

.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: flex-end
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition: .15s ease-out;
    width: var(--qodef-max-width);
    height: var(--qodef-max-height)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform .4s .1s ease;
    width: var(--qodef-max-width);
    position: absolute
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: transform .5s 0s ease;
    overflow: hidden
}

.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    margin: 0
}

.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    margin: 0 0 0 auto
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay: 0s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay: .1s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color: #f6f6f6
}

.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings {
    text-align: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right: 0
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span {
    width: 100%
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
    cursor: pointer
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image .qodef-e-product-image-holder {
    overflow: hidden
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
    display: block;
    width: 100%
}

.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
    height: 100vh;
    object-fit: cover
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em;
    font-size: .6em
}

.qodef-qi-woo-shortcode-product-slider .price {
    flex-shrink: 0
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title {
    transition: color .2s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index: 3
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
    overflow: hidden;
    width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform: scale(1)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item {
    padding: 50px 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .qodef-e-product-image {
    transform: scale(1);
    transition: transform .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .swiper-slide-active .qodef-e-product-image {
    transform: scale(1.5)
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .qodef-e-product-content {
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .swiper-slide-active .qodef-e-product-content {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner {
    text-align: center;
    padding: 25px 15px;
    background-color: #f6f6f6;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price {
    justify-content: center
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition: .15s ease-out;
    width: var(--qodef-max-width);
    height: var(--qodef-max-height)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform .4s .1s ease;
    width: var(--qodef-max-width);
    position: absolute
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: transform .5s 0s ease;
    overflow: hidden
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay: 0s
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay: .1s
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    transition: opacity .25s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top {
    text-align: left;
    width: 100%;
    transform: translateY(10px);
    transition: transform .25s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom {
    width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right: 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top {
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color: #f6f6f6
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings {
    text-align: center
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span {
    width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right: 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-wp-forms textarea {
    resize: none
}

.qodef-qi-wp-forms input,
.qodef-qi-wp-forms select {
    height: auto !important
}

.qodef-qi-wp-forms.qodef-button--full-width button[type=submit] {
    width: 100%
}

.qodef-qi-wp-forms.qodef-wpf-flex form {
    display: flex;
    align-items: center
}

.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-field-container {
    flex-grow: 1;
    flex-basis: 100%
}

.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-submit-container {
    flex-grow: 0
}

.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container {
    position: absolute;
    right: 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
        flex-wrap: wrap
    }
}

.qodef-qi-wp-forms .qodef-gutenberg-column {
    margin: 0 !important
}

.qodef-qi-wp-forms .wpforms-submit-container {
    padding: 0 !important
}

.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin-right: 0 !important
}

.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 0 !important
}

.qodef-qi-wp-forms label {
    margin-bottom: 0
}

.qodef-qi-wp-forms input[type=date],
.qodef-qi-wp-forms input[type=email],
.qodef-qi-wp-forms input[type=number],
.qodef-qi-wp-forms input[type=password],
.qodef-qi-wp-forms input[type=search],
.qodef-qi-wp-forms input[type=tel],
.qodef-qi-wp-forms input[type=text],
.qodef-qi-wp-forms input[type=url],
.qodef-qi-wp-forms textarea {
    margin: 0
}

.qodef-qi-wp-forms input[type=range] {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-qi-wp-forms input[type=checkbox],
.qodef-qi-wp-forms input[type=radio] {
    margin: 0;
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle !important
}

.qodef-qi-wp-forms button[type=submit]:focus,
.qodef-qi-wp-forms button[type=submit]:hover,
.qodef-qi-wp-forms input[type=submit]:focus,
.qodef-qi-wp-forms input[type=submit]:hover {
    color: unset;
    background-color: unset
}

.qodef-qi-wp-forms button[type=submit],
.qodef-qi-wp-forms input[type=submit] {
    display: inline-flex
}

.qodef-qi-wp-forms button[type=submit] span,
.qodef-qi-wp-forms input[type=submit] span {
    display: inline
}

.qodef-qi-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-qi-accordion .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-accordion.qodef--init {
    visibility: visible
}

.qodef-qi-accordion .qodef-e-icon>svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: top
}

.qodef-qi-accordion .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all .2s ease-out;
    cursor: pointer;
    gap: 10px;
    margin: 0
}

.qodef-qi-accordion .qodef-e-title-holder:not(:first-child) {
    margin: 12px 0 0
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    transition: opacity .2s ease-out, color .2s ease-out
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-accordion .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color .2s ease-out;
    box-sizing: content-box
}

.qodef-qi-accordion .qodef-e-content p {
    margin: 0
}

.qodef-qi-accordion.qodef-style--standard .qodef-e-content {
    padding: 16px 26px
}

.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color: #f6f6f6
}

.qodef-qi-accordion.qodef-style--boxed {
    border: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-top {
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-between .qodef-e-content {
    padding: 16px 26px;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-animated-text .qodef-m-title {
    overflow: hidden
}

.qodef-qi-animated-text .qodef-e-word {
    display: inline-block
}

.qodef-qi-animated-text .qodef-e-character {
    display: inline-flex
}

.qodef-qi-animated-text .qodef-e-word-holder {
    white-space: nowrap
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title {
    justify-content: flex-start
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title {
    justify-content: flex-end
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title {
    justify-content: center
}

.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word {
    opacity: 0;
    transition: opacity 1s ease-out
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2) {
    transition-delay: .28s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3) {
    transition-delay: .42s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4) {
    transition-delay: .56s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5) {
    transition-delay: .7s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6) {
    transition-delay: .84s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7) {
    transition-delay: .98s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8) {
    transition-delay: 1.12s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9) {
    transition-delay: 1.26s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10) {
    transition-delay: 1.4s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11) {
    transition-delay: 1.54s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12) {
    transition-delay: 1.68s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13) {
    transition-delay: 1.82s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14) {
    transition-delay: 1.96s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15) {
    transition-delay: 2.1s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16) {
    transition-delay: 2.24s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17) {
    transition-delay: 2.38s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18) {
    transition-delay: 2.52s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19) {
    transition-delay: 2.66s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20) {
    transition-delay: 2.8s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21) {
    transition-delay: 2.94s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22) {
    transition-delay: 3.08s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23) {
    transition-delay: 3.22s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24) {
    transition-delay: 3.36s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25) {
    transition-delay: 3.5s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26) {
    transition-delay: 3.64s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27) {
    transition-delay: 3.78s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28) {
    transition-delay: 3.92s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29) {
    transition-delay: 4.06s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30) {
    transition-delay: 4.2s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31) {
    transition-delay: 4.34s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32) {
    transition-delay: 4.48s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33) {
    transition-delay: 4.62s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34) {
    transition-delay: 4.76s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35) {
    transition-delay: 4.9s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36) {
    transition-delay: 5.04s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37) {
    transition-delay: 5.18s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38) {
    transition-delay: 5.32s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39) {
    transition-delay: 5.46s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40) {
    transition-delay: 5.6s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2) {
    transition-delay: .28s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3) {
    transition-delay: .42s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4) {
    transition-delay: .56s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5) {
    transition-delay: .7s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6) {
    transition-delay: .84s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7) {
    transition-delay: .98s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8) {
    transition-delay: 1.12s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9) {
    transition-delay: 1.26s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10) {
    transition-delay: 1.4s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11) {
    transition-delay: 1.54s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12) {
    transition-delay: 1.68s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13) {
    transition-delay: 1.82s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14) {
    transition-delay: 1.96s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15) {
    transition-delay: 2.1s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16) {
    transition-delay: 2.24s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17) {
    transition-delay: 2.38s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18) {
    transition-delay: 2.52s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19) {
    transition-delay: 2.66s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20) {
    transition-delay: 2.8s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21) {
    transition-delay: 2.94s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22) {
    transition-delay: 3.08s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23) {
    transition-delay: 3.22s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24) {
    transition-delay: 3.36s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25) {
    transition-delay: 3.5s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26) {
    transition-delay: 3.64s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27) {
    transition-delay: 3.78s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28) {
    transition-delay: 3.92s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29) {
    transition-delay: 4.06s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30) {
    transition-delay: 4.2s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31) {
    transition-delay: 4.34s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32) {
    transition-delay: 4.48s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33) {
    transition-delay: 4.62s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34) {
    transition-delay: 4.76s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35) {
    transition-delay: 4.9s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36) {
    transition-delay: 5.04s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37) {
    transition-delay: 5.18s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38) {
    transition-delay: 5.32s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39) {
    transition-delay: 5.46s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40) {
    transition-delay: 5.6s
}

.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title {
    opacity: 0;
    transition: opacity .7s ease-out
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

.qodef-qi-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    transition: box-shadow .35s ease-out;
    z-index: 1
}

.qodef-qi-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-qi-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-qi-banner .qodef-m-title {
    margin: .25em 0 0
}

.qodef-qi-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-qi-banner .qodef-m-subtitle {
    margin: 0
}

.qodef-qi-banner .qodef-m-content-inner>.qodef-m-text {
    margin: .7em 0 0
}

.qodef-qi-banner .qodef-m-button {
    margin: .5em 0 0
}

.qodef-qi-banner .qodef-m-button .qodef-qi-button {
    z-index: 2
}

.qodef-qi-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden
}

.qodef-qi-banner .qodef-m-image img {
    display: inline-block
}

.qodef-qi-banner .qodef-m-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-banner.qodef-vertical--top .qodef-m-content {
    justify-content: flex-start
}

.qodef-qi-banner.qodef-vertical--middle .qodef-m-content {
    justify-content: center
}

.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content {
    justify-content: flex-end
}

.qodef-qi-banner.qodef-horizontal--left .qodef-m-content {
    align-items: flex-start;
    text-align: left
}

.qodef-qi-banner.qodef-horizontal--center .qodef-m-content {
    align-items: center;
    text-align: center
}

.qodef-qi-banner.qodef-horizontal--right .qodef-m-content {
    align-items: flex-end;
    text-align: right
}

.qodef-qi-banner.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-banner.qodef-image--hover-zoom:hover img {
    transform: scale(1.03)
}

.qodef-qi-banner.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-banner.qodef-image--hover-zoom-out:hover img {
    transform: scale(1)
}

.qodef-qi-banner.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-banner.qodef-image--hover-move:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-banner.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-banner.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-banner.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-banner.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
    padding: 45px
}

.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner {
    background-color: #fff;
    padding: 25px;
    max-width: 100%;
    width: 100%
}

.qodef-qi-banner.qodef-layout--standard .qodef-m-content {
    padding: 30px
}

.qodef-before-after-image-holder {
    visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-before-after-image-holder img {
    position: absolute;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-before-after-image-holder.active {
    cursor: grab
}

.qodef-qi-before-after {
    -webkit-user-select: none;
    overflow: hidden
}

.qodef-qi-before-after .twentytwenty-handle {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 100px;
    height: 1em;
    width: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    cursor: grab;
    z-index: 40
}

@media only screen and (max-width:1024px) {
    .qodef-qi-before-after .twentytwenty-handle {
        font-size: 50px
    }
}

.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text {
    font-size: 1rem;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-qi-before-after .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: currentColor;
    position: absolute;
    z-index: 30
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 2px;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    width: 100vw;
    height: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-qi-before-after .twentytwenty-after-label,
.qodef-qi-before-after .twentytwenty-before-label {
    display: none
}

.qodef-qi-before-after .twentytwenty-container {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.qodef-qi-before-after .twentytwenty-container img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%
}

.qodef-qi-before-after .twentytwenty-before {
    z-index: 20
}

.qodef-qi-before-after .twentytwenty-after {
    z-index: 10
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: .48em
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: .48em
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
    display: none
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: .48em
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: .48em
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
    display: none
}

.qodef-qi-blockquote .qodef-m-text {
    margin: 0
}

.qodef-qi-blockquote .qodef-m-icon {
    font-size: 30px;
    line-height: 1;
    transition: all .3s ease-in-out
}

.qodef-qi-blockquote .qodef-m-icon i {
    color: inherit
}

.qodef-qi-blockquote .qodef-m-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
    float: left;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5em 0 0
}

.qodef-qi-business-hours {
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 35px
}

.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
    border-bottom: 1px solid rgba(30, 30, 30, .2)
}

.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item {
    border-bottom: 1px solid rgba(30, 30, 30, .2)
}

.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child {
    border-bottom: none
}

.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day {
    margin-right: 10px
}

.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line {
    display: none
}

.qodef-qi-business-hours .qodef-e-item {
    margin-bottom: 1em;
    display: flex;
    align-items: baseline
}

.qodef-qi-business-hours .qodef-e-item:last-child {
    margin-bottom: 0
}

.qodef-qi-business-hours .qodef-e-title-holder {
    display: flex;
    align-items: baseline
}

.qodef-qi-business-hours .qodef-m-title {
    margin: 0 0 1em
}

.qodef-qi-business-hours .qodef-m-subtitle {
    margin: 0 0 .5em
}

.qodef-qi-business-hours .qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-business-hours .qodef-e-icon {
    line-height: 1;
    padding-right: 12px
}

.qodef-qi-business-hours .qodef-e-day {
    margin: 0
}

.qodef-qi-business-hours .qodef-e-hours {
    margin: 0
}

.qodef-qi-business-hours .qodef-e-line {
    flex-grow: 1;
    margin: 0 8px
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a {
    position: relative;
    color: currentColor
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    backface-visibility: hidden
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover {
    text-decoration: none
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
    animation: qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

@media only screen and (max-width:768px) {
    .qodef-resposive--768.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {
    .qodef-resposive--680.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column
    }
}

@media only screen and (max-width:480px) {
    .qodef-resposive--480.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column
    }
}

.qodef-qi-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 13px 46px;
    overflow: hidden
}

.qodef-qi-button.qodef-size--small {
    padding: 9px 33px
}

.qodef-qi-button.qodef-size--large {
    padding: 15px 52px
}

.qodef-qi-button.qodef-size--full {
    width: 100%;
    text-align: center
}

.qodef-qi-button.qodef-layout--filled {
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style: solid
}

.qodef-qi-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: #111
}

.qodef-qi-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border: 2px solid #111
}

.qodef-qi-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.qodef-qi-button.qodef-layout--textual {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible
}

.qodef-qi-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-qi-button.qodef-layout--textual:hover {
    color: #111
}

.qodef-qi-button.qodef-icon--left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse
}

.qodef-qi-button.qodef-text-underline .qodef-m-text {
    position: relative
}

.qodef-qi-button.qodef-text-underline .qodef-m-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color .25s ease-in-out, width .36s cubic-bezier(.51, .5, .07, .99);
    backface-visibility: hidden
}

.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after {
    width: 0
}

.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after {
    left: auto;
    right: 0
}

.qodef-qi-button.qodef-button-underline-draw .qodef-m-text {
    overflow: hidden
}

.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after,
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
    animation: qodef-animate-underline-from-left .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
    animation: qodef-animate-underline-from-right .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-qi-button .qodef-m-icon {
    color: currentColor;
    line-height: 0
}

.qodef-qi-button .qodef-m-icon.qodef--icon-color-set {
    transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-qi-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle
}

.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-left: 10px
}

.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-right: 10px
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding: 1px
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: .1s;
    opacity: 1
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay: 0s
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    opacity: 0
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: .25s;
    opacity: 1
}

.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-150%) translateY(0)
}

.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(200%) translateY(0)
}

.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(150%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(-150%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
    transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
    transform: translateX(0);
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform: translateX(4px)
}

.qodef-qi-button.qodef-hover--reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,
.qodef-qi-button.qodef-hover--reveal .qodef-m-text {
    z-index: 1
}

.qodef-qi-button.qodef-hover--reveal:hover:after {
    transform: scaleX(1) scaleY(1)
}

.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover {
    background-color: initial
}

.qodef-qi-button.qodef--reveal-horizontal:after {
    transform-origin: left;
    transform: scaleX(0)
}

.qodef-qi-button.qodef--reveal-vertical:after {
    transform-origin: bottom;
    transform: scaleY(0)
}

.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner {
    z-index: 1
}

.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
    transform: scaleX(1) scaleY(1)
}

.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after {
    transform-origin: left;
    transform: scaleX(0)
}

.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after {
    transform-origin: bottom;
    transform: scaleY(0)
}

.qodef-qi-button.qodef-type--icon-boxed {
    padding: 0 !important;
    align-items: stretch
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text {
    align-self: center;
    padding: 11px 28px
}

.qodef-qi-button.qodef-type--icon-boxed.qodef-size--small .qodef-m-text {
    padding: 7px 15px
}

.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text {
    padding: 13px 40px
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height: inherit
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border {
    width: 2px;
    background-color: #111;
    transition: background-color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 4px;
    transition: color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
    position: absolute;
    background-color: currentColor;
    transition: background-color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
    top: 1em;
    left: 1em;
    height: 2px;
    width: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right {
    top: 1em;
    right: 1em;
    width: 2px;
    height: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom {
    bottom: 1em;
    right: 1em;
    height: 2px;
    width: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
    bottom: 1em;
    left: 1em;
    width: 2px;
    height: calc(100% - 2em)
}

.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top {
    transition: transform .36s ease-out
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top {
    transform: scaleX(0)
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right {
    transform: scaleY(0)
}

.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top {
    transform: scaleX(1) scaleY(1)
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-duration: .28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transform-origin: left
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
    transform-origin: top
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-delay: .28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
    transition-delay: 0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-delay: 0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right {
    transition-delay: .28s
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top {
    transform-origin: left
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom {
    transform-origin: right
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left {
    transform-origin: top
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right {
    transform-origin: bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top {
    transition: background-color .25s ease-in-out, transform .36s ease-out;
    transform: scaleX(1) scaleY(1)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top {
    transform: scaleX(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right {
    transform: scaleY(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transition: background-color .25s ease-in-out, transform .28s ease-out
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transform-origin: left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
    transform-origin: top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transition-delay: 0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
    transition-delay: 0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top {
    transition-delay: 0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right {
    transition-delay: 0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top {
    transform-origin: left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom {
    transform-origin: right
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left {
    transform-origin: top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right {
    transform-origin: bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge {
    overflow: visible
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border {
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: 1px solid currentColor;
    transition: all .3s cubic-bezier(.46, .03, .52, .96)
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border {
    top: -1em;
    left: -1em;
    width: calc(100% + 2em);
    height: calc(100% + 2em)
}

.qodef-qi-call-to-action.qodef-layout--standard {
    position: relative
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    padding: 6.4% 6% 6.9% 5.5%
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title {
    color: #fff;
    margin: 0;
    transition: color .2s ease-out
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
    color: #fff;
    margin: .8em 0 0;
    transition: color .2s ease-out
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button {
    z-index: 1
}

@media only screen and (max-width:1024px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner {
        display: block
    }
}

.qodef-qi-cards-gallery {
    position: relative;
    display: inline-block
}

.qodef-qi-cards-gallery .qodef-e-inner {
    position: relative
}

.qodef-qi-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-qi-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    width: 100%
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card {
    will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
    transform-origin: right
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1) {
    transform-origin: left
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
    transition: transform .5s ease-in-out, left .3s ease-in-out, right .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
    margin-right: -10px !important
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover {
    margin-left: -10px !important
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transition: transform .5s ease-in-out, left .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: -10px !important
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transition: transform .5s ease-in-out, right .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: -10px !important
}

@media only screen and (max-width:768px) {
    .qodef-qi-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

.qodef-qi-cards-slider {
    position: relative
}

.qodef-qi-cards-slider .qodef-e-inner {
    position: relative
}

.qodef-qi-cards-slider .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-qi-cards-slider .qodef-m-card {
    position: absolute;
    width: 100%
}

.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in) {
    transition: all .6s cubic-bezier(.25, .46, .45, .94)
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in) {
    transition-delay: .1s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in) {
    transition-delay: .15s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in) {
    transition-delay: .2s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in) {
    transition-delay: .25s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in) {
    transition-delay: .3s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in) {
    transition-delay: .35s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in) {
    transition-delay: .4s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in) {
    transition-delay: .45s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in) {
    transition-delay: .5s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in) {
    transition-delay: .55s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in) {
    transition-delay: .6s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in) {
    transition-delay: .65s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in) {
    transition-delay: .7s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in) {
    transition-delay: .75s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in) {
    transition-delay: .8s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in) {
    transition-delay: .85s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in) {
    transition-delay: .9s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in) {
    transition-delay: .95s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in) {
    transition-delay: 1s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in) {
    transition-delay: 50ms
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in) {
    transition-delay: .1s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in) {
    transition-delay: .15s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in) {
    transition-delay: .2s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in) {
    transition-delay: .25s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in) {
    transition-delay: .3s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in) {
    transition-delay: .35s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in) {
    transition-delay: .4s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in) {
    transition-delay: .45s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in) {
    transition-delay: .5s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in) {
    transition-delay: .55s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in) {
    transition-delay: .6s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in) {
    transition-delay: .65s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in) {
    transition-delay: .7s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in) {
    transition-delay: .75s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in) {
    transition-delay: .8s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in) {
    transition-delay: .85s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in) {
    transition-delay: .9s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in) {
    transition-delay: .95s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in) {
    transition-delay: 1s
}

.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change: transform
}

.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change: transform
}

.qodef-qi-cards-slider .qodef-m-navigation {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px
}

.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav {
    width: auto;
    height: auto;
    color: #111;
    font-size: 26px;
    text-align: center;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg {
    display: block;
    width: 1em;
    height: auto;
    transition: background-color .2s ease-out, color .2s ease-out;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev {
    margin-right: 15px
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform .12s ease-out, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg {
    transition: transform .22s cubic-bezier(.37, .08, .02, .93) 50ms, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg {
    transform: translateX(-4px)
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg {
    transform: translateX(4px)
}

.qodef-qi-charts {
    position: relative;
    visibility: hidden
}

.qodef-qi-charts.qodef--init {
    visibility: visible
}

.qodef-qi-charts .qodef-m-inner {
    position: relative
}

.qodef-qi-charts .qodef-m-canvas-holder {
    display: flex
}

.qodef-qi-charts .qodef-m-canvas {
    position: relative;
    width: 260px
}

.qodef-qi-charts .qodef-m-title {
    margin: 2em 0 0
}

.qodef-qi-charts .qodef-m-text {
    margin: .2em 0 0 0
}

.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content: flex-start
}

.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content: center
}

.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content: flex-end
}

.qodef-qi-clients-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-qi-clients-list .qodef-e-inner a {
    display: inline-block
}

.qodef-qi-clients-list .qodef-e-inner>a {
    display: block
}

.qodef-qi-clients-list .qodef-grid-item {
    text-align: center
}

.qodef-qi-clients-list .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0 0 1em
}

.qodef-qi-clients-list .qodef-e-main-image {
    display: inline-block;
    width: auto
}

.qodef-qi-clients-list .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0
}

.qodef-qi-clients-list .qodef-e-hover-image img {
    max-height: 100%;
    object-fit: contain
}

.qodef-qi-clients-list .qodef-e-title {
    margin: 0 0 .65em
}

.qodef-qi-clients-list .qodef-e-text {
    margin: 0
}

.qodef-qi-clients-list .qodef-e-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.qodef-qi-clients-list .qodef-e-icon a {
    color: inherit
}

.qodef-qi-clients-list .qodef-e-icon svg {
    width: 1em;
    height: auto;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-clients-list.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color: #f6f6f6
}

.qodef-qi-clients-list.qodef-border--all {
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    overflow: hidden
}

.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner {
    gap: 0 !important;
    border-width: 0;
    border-style: inherit;
    border-color: inherit;
    margin-right: -1px;
    margin-bottom: -1px
}

.qodef-qi-clients-list.qodef-border--all .qodef-grid-item {
    border-width: 1px;
    border-style: inherit;
    border-top-style: hidden;
    border-left-style: hidden;
    border-color: inherit
}

.qodef-qi-clients-list.qodef-border--inner {
    margin: 0 !important;
    overflow: hidden
}

.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner {
    margin: -1px -1px 0 !important;
    padding-right: 1px;
    gap: 0
}

.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
    opacity: 0
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
    opacity: 0
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition: opacity .2s ease-out;
    will-change: opacity
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image {
    display: none
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
    opacity: .8
}

.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition: transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
    transform: scale(1.05) translateZ(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow: hidden
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transition: transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform: translateX(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform: translateX(-130%)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateX(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateX(130%)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transform: translateY(0)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform: translateY(130%)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateY(0)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateY(-130%)
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a {
    display: inline;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .1em), currentColor .1em);
    transition: .5s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a {
    background-size: 100% 100%
}

.qodef-qi-clients-slider .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 0
}

.qodef-qi-clients-slider .qodef-e-inner a {
    display: inline-block
}

.qodef-qi-clients-slider .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0 0 1em
}

.qodef-qi-clients-slider .qodef-e-title {
    margin: 0 0 .65em
}

.qodef-qi-clients-slider .qodef-e-text {
    line-height: 1rem
}

.qodef-qi-clients-slider .qodef-e-main-image {
    display: inline-block;
    width: auto
}

.qodef-qi-clients-slider .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%
}

.qodef-qi-clients-slider .qodef-e-hover-image img {
    max-height: 100%;
    object-fit: contain
}

.qodef-qi-clients-slider .qodef-e-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.qodef-qi-clients-slider .qodef-e-icon a {
    color: inherit
}

.qodef-qi-clients-slider .qodef-e-icon svg {
    width: 1em;
    height: auto;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color: #f6f6f6
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
    opacity: 0
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
    opacity: 0
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition: opacity .2s ease-out;
    will-change: opacity
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
    display: none
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
    opacity: .8
}

.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition: transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
    transform: scale(1.05) translateZ(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow: hidden
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transition: transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform: translateX(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform: translateX(-130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateX(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateX(130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transform: translateY(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform: translateY(130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateY(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateY(-130%)
}

.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-qi-swiper-container .qodef-e .qodef-e-title a {
    display: inline
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a {
    display: inline;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .1em), currentColor .1em);
    transition: .5s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long .qodef-e-title a {
    transition-duration: .9s
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a {
    background-size: 100% 100%
}

.qodef-qi-countdown .qodef-m-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.qodef-qi-countdown .qodef-digit-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 150px
}

.qodef-qi-countdown .qodef-digit {
    font-size: 70px;
    line-height: 1
}

.qodef-qi-countdown .qodef-label {
    font-size: 20px
}

.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit {
    display: inline-block;
    font-size: 70px;
    line-height: 1
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
    font-size: 20px
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-title {
    margin: .9em 0 0
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-text {
    margin: .45em 0 0
}

.qodef-qi-device-carousel {
    position: relative
}

.qodef-qi-device-carousel>.qodef-qi-swiper-container {
    padding: 30px 0
}

.qodef-qi-device-carousel>.qodef-qi-swiper-container>.swiper-wrapper {
    align-items: center
}

.qodef-qi-device-carousel .qodef-device-carousel-device {
    position: relative;
    margin: 0 auto
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image {
    position: relative;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    border-radius: 30px;
    z-index: 10
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img {
    width: 100%
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item {
    height: 100%
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-device-slider {
    position: relative;
    margin: auto
}

.qodef-qi-device-slider .qodef-device-slider-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.qodef-qi-device-slider .qodef-device-slider-image img {
    width: 100%
}

.qodef-frame-shadow--enabled.qodef-qi-device-slider .qodef-device-slider-image img {
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-device-slider .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5
}

.qodef-qi-device-slider .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%
}

.qodef-qi-device-slider .qodef-m-item {
    height: 100%
}

.qodef-qi-device-slider .qodef-m-item a {
    height: 100%
}

.qodef-qi-device-slider .qodef-m-item img {
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:1024px) {
    .qodef-device-slider-holder {
        margin-bottom: 96px
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -96px !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-device-slider-holder {
        margin-bottom: 86px
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -86px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-device-slider-holder {
        margin-bottom: 76px
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -76px !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-device-slider-holder {
        margin-bottom: 46px
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -46px !important
    }
}

.qodef-qi-dropcaps {
    position: relative
}

.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none
}

.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    display: block
}

.qodef-qi-dropcaps .qodef-m-letter {
    float: left;
    font-size: 60px;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-dropcaps .qodef-m-text {
    margin: 0
}

.qodef-qi-dual-image-with-content {
    position: relative;
    display: flex
}

.qodef-qi-dual-image-with-content.qodef--content-right {
    flex-direction: row-reverse
}

.qodef-qi-dual-image-with-content .qodef-dual-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px;
    background-color: #f6f6f6
}

.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-title {
    margin: 0 0 .5em
}

.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-text {
    margin: 0 0 .5em
}

.qodef-qi-dual-image-with-content .qodef-m-inner-bottom {
    width: 100%
}

.qodef-qi-dual-image-with-content .qodef-m-content-shortcode {
    position: relative
}

.qodef-qi-dual-image-with-content .qodef-image-holder {
    --holder_height: auto;
    position: relative;
    flex: 1;
    height: var(--holder_height)
}

.qodef-qi-dual-image-with-content .qodef-m-main-image {
    width: 100%;
    height: 100%
}

.qodef-qi-dual-image-with-content .qodef-m-main-image img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-dual-image-with-content .qodef-m-second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated {
    text-decoration: underline
}

.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
    font-style: italic
}

.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
    font-weight: 700
}

.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
    color: currentColor;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size: 100% 87%
}

.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover {
    animation: qodef-animate-underline-multiline 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    transform: scale(1) translateX(14px)
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    transform: scale(1) translateX(-14px)
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder {
    overflow: hidden
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image {
    display: flex;
    justify-content: center
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    display: inline-block;
    max-width: unset;
    transition: transform 1.3s cubic-bezier(.37, .08, .02, .93) 0s
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    transform: scale(1) translateX(0)
}

@media only screen and (max-width:1440px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1440)
    }
}

@media only screen and (max-width:1366px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1366)
    }
}

@media only screen and (max-width:1280px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1280)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1024)
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_768)
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_680)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-qi-dual-image-with-content {
        flex-direction: column
    }
    .qodef-qi-dual-image-with-content.qodef--content-right {
        flex-direction: column
    }
    .qodef-qi-dual-image-with-content .qodef-dual-content {
        width: 100%
    }
    .qodef-qi-dual-image-with-content .qodef-m-second-image {
        position: relative;
        padding: 7% 0
    }
    .qodef-qi-dual-image-with-content .qodef-m-main-image {
        position: absolute
    }
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        flex-basis: auto
    }
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image {
        flex-flow: column;
        align-items: center
    }
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
        max-width: 160%
    }
}

.qodef-qi-faq {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-faq.qodef-behavior--accordion {
    opacity: 0;
    overflow-anchor: none
}

.qodef-qi-faq.qodef-behavior--accordion.qodef--init {
    opacity: 1
}

.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder {
    cursor: pointer
}

.qodef-qi-faq .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-faq .qodef-e-icon>svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-faq .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all .2s ease-out;
    margin: 0
}

.qodef-qi-faq .qodef-e-title-holder:not(:first-child) {
    margin: 12px 0 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-title {
    display: inline-flex
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%;
    transition: opacity .2s ease-out, color .2s ease-out
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 8px
}

.qodef-qi-faq .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color .2s ease-out
}

.qodef-qi-faq .qodef-e-content p {
    margin: 0
}

.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    padding: 16px 26px
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color: #f6f6f6
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
    margin: 0
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
    border-color: transparent !important
}

.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--boxed {
    border: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
    border-top: none
}

.qodef-qi-graphs {
    position: relative;
    visibility: hidden
}

.qodef-qi-graphs.qodef--init {
    visibility: visible
}

.qodef-qi-graphs .qodef-m-inner {
    position: relative
}

.qodef-qi-graphs .qodef-m-canvas-holder {
    display: flex
}

.qodef-qi-graphs .qodef-m-canvas {
    position: relative;
    width: 100%
}

.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content: flex-start
}

.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content: center
}

.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content: flex-end
}

.qodef-qi-highlight {
    margin: 0 !important
}

.qodef-qi-highlight .qodef-highlight-text {
    padding: 0;
    color: #fff;
    background-repeat: no-repeat
}

.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text {
    background-size: 0 100%;
    background-position-x: left
}

.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text {
    animation: qodef-animate-highlight 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text:nth-of-type(2n+2) {
    animation-delay: .2s
}

.qodef-qi-how-to {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-how-to .qodef-m-title {
    margin: .35em 0 0
}

.qodef-qi-how-to .qodef-m-text {
    margin: 1.2em 0 0
}

.qodef-qi-how-to .qodef-m-title-holder {
    margin-bottom: 2.5em
}

.qodef-qi-how-to .qodef-e-step {
    margin-bottom: 30px
}

.qodef-qi-how-to .qodef-e-step-title {
    margin: 0 0 .8em
}

.qodef-qi-how-to .qodef-e-step-text {
    margin: 0 0 1em
}

.qodef-qi-how-to .qodef-e-step-image {
    display: inline-block;
    vertical-align: top
}

.qodef-qi-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-qi-icon-with-text .qodef-m-title a {
    display: block;
    color: inherit
}

.qodef-qi-icon-with-text .qodef-m-content>.qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-icon-with-text .qodef-m-button {
    margin: 1.5em 0 0
}

.qodef-qi-icon-with-text .qodef-m-icon-holder {
    font-size: 1.4em;
    line-height: 1;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

.qodef-qi-icon-with-text .qodef-m-icon-holder i {
    vertical-align: top;
    color: inherit
}

.qodef-qi-icon-with-text .qodef-m-icon-holder svg {
    width: 1em;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
    overflow: visible
}

.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background-color: #c4c4c4;
    border: 1px solid transparent
}

.qodef-qi-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line {
    width: 60px
}

.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-qi-icon-with-text.qodef--appear-from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
    opacity: 1;
    transform: translateX(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
    opacity: 1;
    transform: translateX(0)
}

.qodef-qi-icon-with-text.qodef--appear-fade {
    opacity: 0;
    transition: opacity .7s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
    opacity: 1
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg {
    transform: translateX(0);
    transition: transform .28s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder svg {
    transform: translateX(4px)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg {
    transform: translateY(0);
    transition: transform .32s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder svg {
    transform: translateY(-7px)
}

.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
    transform: scale(1) translateZ(0);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1);
    will-change: transform
}

.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder svg {
    transform: scale(1.17) translateZ(0)
}

.qodef-qi-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: .7em
}

@media only screen and (max-width:768px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
        flex-direction: column
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
        flex-direction: column
    }
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a {
    transition: color .2s ease-out
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: .15em;
    transition: color .2s ease-out
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 1.3em
}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator+.qodef-m-title {
    margin: 0
}

.qodef-qi-image-gallery-masonry.qodef-qi-grid>.qodef-grid-inner {
    gap: 24px
}

.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img {
    object-fit: cover
}

.qodef-qi-image-gallery-masonry .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-gallery-masonry .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.03)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform: scale(1)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right
}

.qodef-qi-image-gallery-pinterest .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-gallery-pinterest .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.03)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform: scale(1)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right
}

.qodef-qi-image-gallery .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-gallery .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.01) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.03)
}

.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform: scale(1)
}

.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top
}

.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom
}

.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left
}

.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right
}

.qodef-qi-image-slider .qodef-e {
    overflow: hidden;
    backface-visibility: hidden
}

.qodef-qi-image-slider .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-slider .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-slider .qodef-e-inner-holder {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-slider .qodef-e-alt-text-holder {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in
}

.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider .qodef-e-alt-text-holder {
    justify-content: flex-end
}

.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider .qodef-e-alt-text-holder {
    justify-content: flex-start
}

.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder {
    visibility: visible;
    opacity: 1
}

.qodef-qi-image-slider .qodef-e-alt-text {
    margin-top: 10px
}

.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder {
    display: block;
    width: calc(100% - 1px);
    transform: scale(1.02) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner-holder {
    transform: scale(1.05)
}

.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner-holder {
    transform: scale(1)
}

.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner-holder {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder {
    transform-origin: top
}

.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder {
    transform-origin: bottom
}

.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder {
    transform-origin: left
}

.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder {
    transform-origin: right
}

.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide {
    transform: scale(.85);
    transition: all .3s ease
}

.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,
.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1)
}

.qodef-qi-info-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    padding: 11px 28px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2em;
    overflow: hidden
}

.qodef-qi-info-button .qodef-m-text-holder {
    display: flex;
    align-items: center
}

.qodef-qi-info-button .qodef-m-subtext {
    font-size: .75em
}

.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set {
    transition: color .25s ease-in-out
}

.qodef-qi-info-button.qodef-size--small {
    padding: 6px 24px
}

.qodef-qi-info-button.qodef-size--large {
    padding: 11px 36px
}

.qodef-qi-info-button.qodef-size--full {
    width: 100%;
    text-align: center
}

.qodef-qi-info-button.qodef-layout--filled {
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style: solid
}

.qodef-qi-info-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: #111
}

.qodef-qi-info-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border: 2px solid #111
}

.qodef-qi-info-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder {
    flex-direction: row-reverse
}

.qodef-qi-info-button .qodef-m-icon {
    color: currentColor
}

.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set {
    transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-qi-info-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
    margin-left: 10px
}

.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
    margin-right: 10px
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding: 1px
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: .1s;
    opacity: 1
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay: 0s
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    opacity: 0
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: .25s;
    opacity: 1
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-150%) translateY(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(200%) translateY(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(150%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(-150%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
    transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
    transform: translateX(0);
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform: translateX(4px)
}

.qodef-qi-info-button.qodef-type--icon-boxed {
    padding: 0 !important;
    flex-direction: row;
    align-items: stretch
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    flex-direction: column;
    padding: 11px 28px
}

.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left {
    flex-direction: row-reverse
}

.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder {
    flex-direction: row-reverse
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    align-items: flex-start;
    justify-content: center
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0;
    flex: 1
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height: inherit
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border {
    height: 100%;
    width: 2px;
    background-color: #111;
    transition: background-color .25s ease-in-out
}

.qodef-qi-info-cards {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 30px;
    transition: background-color .4s ease-out
}

.qodef-qi-info-cards .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-info-cards a:not(.qodef-m-link) {
    position: relative;
    z-index: 1
}

.qodef-qi-info-cards .qodef-m-title {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-title a {
    display: block;
    color: inherit
}

.qodef-qi-info-cards .qodef-m-subtitle {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-content {
    position: relative
}

.qodef-qi-info-cards .qodef-m-content .qodef-m-text {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-icon-wrapper {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-icon-holder {
    font-size: 55px;
    line-height: 1;
    transition: all .3s ease-in-out
}

.qodef-qi-info-cards .qodef-m-icon-holder i {
    vertical-align: top;
    color: inherit
}

.qodef-qi-info-cards .qodef-m-icon-holder svg {
    width: 30px;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative
}

.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: inline-block
}

.qodef-qi-interactive-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden
}

.qodef-qi-interactive-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-qi-interactive-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-qi-interactive-banner .qodef-m-title {
    margin: 0
}

.qodef-qi-interactive-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-qi-interactive-banner .qodef-m-subtitle {
    margin: 0 0 .4em
}

.qodef-qi-interactive-banner .qodef-m-content-inner>.qodef-m-text {
    margin: .7em 0 0
}

.qodef-qi-interactive-banner .qodef-m-text-holder {
    margin: .7em 0 0
}

.qodef-qi-interactive-banner .qodef-m-button {
    padding: .5em 0 0;
    z-index: 1;
    position: relative;
    display: inline-block
}

.qodef-qi-interactive-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden
}

.qodef-qi-interactive-banner .qodef-m-image img {
    display: inline-block;
    transition: all .35s ease-out
}

.qodef-qi-interactive-banner .qodef-m-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 60px;
    opacity: 0;
    transition: opacity .2s
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
    transform: translateZ(0);
    transition: transform .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text {
    margin: 0
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
    transform: translateY(0) translateZ(0) !important
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder {
    opacity: 1;
    transition-delay: .15s
}

.qodef-qi-interactive-banner.qodef-layout--image-switch {
    width: 100%;
    background-color: #f6f6f6
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    text-align: left;
    padding: 60px
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
        flex-direction: column
    }
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
    flex: 1;
    margin-right: 2em
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
        margin-right: 0
    }
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
    position: relative;
    width: 35%
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
        width: 100%;
        margin-top: 2em
    }
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image {
    transition: .2s ease-in-out
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child {
    opacity: 0
}

.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    opacity: 0;
    transition: opacity .2s
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner>.qodef-m-text {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .25s, transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button {
    transition: transform .4s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .05s
}

.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
    transform: translateY(0) translateZ(0) !important;
    transition-delay: 0s
}

.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner>.qodef-m-text {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .25s, .35s;
    transition-delay: .1s, .1s
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    opacity: 0;
    transition: opacity .23s ease-out, transform .28s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    transform: translateY(-10px)
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
    transform: translateY(10px)
}

.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    align-items: center;
    visibility: hidden
}

.qodef-qi-interactive-link-showcase.qodef--full-height {
    height: 100vh
}

.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
    height: calc(100vh - 32px)
}

.qodef-qi-interactive-link-showcase .qodef-e-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
    display: none
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-qi-interactive-link-showcase .qodef-m-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10
}

.qodef-qi-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #111;
    margin: .6em 0
}

.qodef-qi-interactive-link-showcase .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: -.02em;
    font-size: 39px;
    line-height: 1.19048em;
    transition: color .2s ease-out;
    z-index: 2
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-link-showcase .qodef-e-title {
        font-size: 36px
    }
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width .3s ease
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after {
    width: 100%
}

.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    bottom: 0
}

.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    top: 50%;
    transform: translateY(-50%)
}

.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after {
    width: 100%
}

.qodef-qi-interactive-link-showcase .qodef-e-text {
    display: block
}

.qodef-qi-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start
}

.qodef-qi-interactive-link-showcase.qodef-layout--split {
    align-items: stretch
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
    position: relative;
    flex: 1
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
        display: none
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start;
    padding: 150px 10%
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
        width: 100%
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
    max-height: 100%;
    object-fit: contain
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard {
    justify-content: center;
    text-align: center
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display: none
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    width: 40%;
    justify-content: center
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
        width: 100%
    }
}

.qodef-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    z-index: unset
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease-out
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
    left: 0;
    width: 30%
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width: 30%
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
    position: relative
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:680px) {
    .qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
        display: none
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 -20px
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
        width: 100%
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item {
    position: relative;
    flex: 1;
    flex-grow: 0;
    margin: 0 !important
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title {
    white-space: nowrap;
    padding: 0 20px
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before {
    position: absolute;
    right: 0;
    transform: translateX(50%)
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text {
    padding: 0 20px
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease-out
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left {
    left: 0;
    width: 30%;
    justify-content: flex-start
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width: 30%;
    justify-content: flex-end
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img {
    position: relative
}

.qodef-qi-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.qodef-qi-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    max-width: 60%;
    padding: 0 60px
}

.qodef-qi-item-showcase .qodef-m-image img {
    display: block
}

.qodef-qi-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-qi-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-qi-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-qi-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

@media screen and (min-width:1025px) {
    .qodef-qi-item-showcase .qodef-m-item:last-child {
        margin-bottom: 0 !important
    }
}

.qodef-qi-item-showcase .qodef-e-icon-holder {
    line-height: 1em;
    transition: color .2s ease-out
}

.qodef-qi-item-showcase .qodef-e-icon-holder a {
    display: inline-block
}

.qodef-qi-item-showcase .qodef-e-icon-holder>svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-item-showcase .qodef-e-title {
    margin: 0 0 1em
}

.qodef-qi-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-qi-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-qi-item-showcase .qodef-e-text {
    margin: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear {
    visibility: hidden
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image {
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item {
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
    visibility: visible
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }
    .qodef-qi-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        max-width: 100%;
        padding-left: 0 !important
    }
    .qodef-qi-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }
    .qodef-qi-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }
    .qodef-qi-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-item-showcase .qodef-m-image {
        display: none
    }
    .qodef-qi-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item {
    display: flex;
    align-items: flex-start
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
    flex-direction: row-reverse
}

@media only screen and (max-width:1024px) {
    .qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
        flex-direction: row
    }
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
    margin-left: .5em
}

@media only screen and (max-width:1024px) {
    .qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
        margin-left: 0;
        margin-right: .5em
    }
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder {
    margin-right: .5em
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
    font-size: 3em;
    flex-shrink: 0
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
    flex: 1
}

.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number {
    margin-bottom: .4em
}

.qodef-qi-message-box {
    background: #d5eaf4;
    padding: 40px 40px;
    display: flex;
    transition: opacity .19s ease, visibility .19s ease
}

.qodef-qi-message-box.qodef-hidden {
    opacity: 0;
    visibility: hidden
}

.qodef-qi-message-box.qodef-icon--middle {
    align-items: center
}

.qodef-qi-message-box.qodef-icon--top {
    align-items: flex-start
}

.qodef-qi-message-box.qodef-icon--bottom {
    align-items: flex-end
}

.qodef-qi-message-box .qodef-m-close-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    line-height: 1;
    cursor: pointer;
    transition: color .25s ease-in-out
}

.qodef-qi-message-box .qodef-m-close-icon i {
    color: inherit
}

.qodef-qi-message-box .qodef-m-close-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-message-box .qodef-m-icon {
    line-height: 1;
    margin-right: 20px
}

.qodef-qi-message-box .qodef-m-title {
    margin: 0
}

.qodef-qi-message-box .qodef-m-text {
    margin: 0
}

.q-message-box-holder {
    transition: height .23s cubic-bezier(.05, .47, .58, 1)
}

.qodef-qi-parallax-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-parallax-images .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images {
    width: 100%
}

.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img {
    backface-visibility: hidden
}

.qodef-qi-parallax-images .qodef-e-parallax-image {
    position: absolute;
    display: block;
    transition: all .7s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
    top: 0;
    left: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
    top: 0;
    right: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
    bottom: 0;
    left: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
    bottom: 0;
    right: 0
}

.qodef-qi-preview-slider {
    position: relative;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-preview-slider.qodef--visible {
    opacity: 1
}

.qodef-qi-preview-slider .qodef-preview-slider-device-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.qodef-qi-preview-slider .qodef-preview-slider-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right: 50px
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img {
    width: 100%;
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item {
    height: 100%
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-pricing-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-pricing-list .qodef-m-item:not(:last-child) {
    margin-bottom: 35px
}

.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
    text-decoration: line-through;
    margin-right: .25em
}

.qodef-qi-pricing-list .qodef-e-heading {
    display: flex;
    align-items: baseline
}

.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image {
    max-width: 20%
}

.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img {
    margin-left: 10px
}

.qodef-qi-pricing-list .qodef-e-heading-title {
    margin: 0
}

.qodef-qi-pricing-list .qodef-e-heading-line {
    flex-grow: 1;
    margin: 0 8px;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-pricing-list .qodef-e-heading-discount-price,
.qodef-qi-pricing-list .qodef-e-heading-price {
    margin: 0;
    color: #111
}

.qodef-qi-pricing-list .qodef-e-description {
    margin: .5em 0 0;
    color: #9c9c9c
}

.qodef-qi-pricing-list .qodef-m-button {
    margin-top: 30px
}

.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
    height: 5px;
    background-repeat: repeat;
    border: none
}

.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
    border-bottom-style: dashed
}

.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
    border-bottom-style: dotted
}

.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item {
    display: flex;
    align-items: center
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
    max-width: 25%;
    flex-shrink: 0;
    margin-right: 24px
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder {
    flex: 1
}

.qodef-qi-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-qi-pricing-table.qodef-status--featured {
    transform: translateY(-18px)
}

.qodef-qi-pricing-table .qodef-m-inner {
    position: relative;
    padding: 45px
}

.qodef-qi-pricing-table .qodef-m-title {
    margin: 0
}

.qodef-qi-pricing-table .qodef-m-price {
    display: flex;
    align-items: baseline
}

.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: inline-flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items: baseline
}

.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency {
    align-self: flex-start
}

.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period {
    margin-left: 5px
}

.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price {
    flex-direction: column
}

.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period {
    margin: 0
}

.qodef-qi-pricing-table .qodef-m-content {
    padding: 25px 0 0;
    margin: 0
}

.qodef-qi-pricing-table .qodef-m-content li {
    margin-bottom: 8px
}

.qodef-qi-pricing-table .qodef-m-content li:last-child {
    margin-bottom: 0
}

.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded {
    text-decoration: line-through;
    color: rgba(17, 17, 17, .6)
}

.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button {
    margin: 25px 0 0
}

.qodef-qi-pricing-table .qodef-m-label {
    position: absolute;
    right: 15px;
    color: #fff;
    background-color: #111
}

.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label {
    top: 15px;
    border-radius: 50px;
    padding: 10px
}

.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label {
    top: -1px;
    border-radius: 50px 0 0 50px;
    transform: rotate(-90deg) translate(0, -100%);
    transform-origin: right top;
    padding: 5px 15px
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content {
    list-style-type: none
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-e-icon {
    display: inline-block
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content {
    margin: 0 calc(-1em - 5px)
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
    position: relative;
    display: flex
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon {
    position: absolute;
    left: 0
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text {
    flex: 1;
    padding: 0 5px;
    margin: 0 1em
}

.qodef-qi-pricing-table.qodef-list-style--outside .qodef-m-content {
    list-style-position: outside
}

.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content {
    list-style-position: inside
}

.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content {
    list-style-type: none
}

.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line {
    width: 30px
}

.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner {
    padding: 50px
}

.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title {
    background-color: #f6f6f6;
    padding: 30px 50px
}

.qodef-qi-pricing-table.qodef-layout--minimal {
    border-width: 0 0 0 1px
}

.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner {
    padding: 0 0 0 15px
}

.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
    margin: 0 0 .5em
}

.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner {
    padding: 0 50px 40px
}

.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
    background-color: #f6f6f6;
    padding: 40px 20px
}

.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title {
    margin: 0 0 1em
}

.qodef-qi-pricing-table.qodef-layout--vertical-image {
    display: flex
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
    flex: 1
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder {
    width: 90px;
    max-width: 60%
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image {
    height: 100%
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title {
    margin-bottom: 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner {
    padding: 0
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top {
    padding: 50px
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content {
    padding: 0
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
    padding: 27px 50px;
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
    line-height: 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
    width: 1em;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title {
    margin: .7em 0 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button {
    width: 100%;
    text-align: center;
    margin-top: 0
}

.qodef-qi-process.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item:last-child .qodef-e-line {
    display: none
}

.qodef-qi-process .qodef-e-icon-holder {
    position: relative;
    z-index: 5
}

.qodef-qi-process .qodef-e-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    font-size: 60px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 3
}

.qodef-qi-process .qodef-e-icon svg {
    width: 1em;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
    overflow: visible
}

.qodef-qi-process .qodef-e-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 2.8em;
    height: 2.8em;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-process .qodef-e-line {
    position: absolute;
    z-index: 2
}

.qodef-qi-process .qodef-e-title {
    margin: 2em 0 0
}

.qodef-qi-process .qodef-e-text {
    margin: .3em 0 0
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number {
    width: 2.8em;
    height: 2.8em;
    font-size: 20px
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    border-bottom: #acacac;
    position: absolute;
    top: 0;
    left: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
    transition: transform 1s;
    transform-origin: left;
    transform: scaleX(0)
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon {
    transition: transform .35s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title {
    transition: transform .35s, opacity .2s;
    transform: translateY(10px);
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
    transition-delay: .25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
    transition-delay: .1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) {
    transition-delay: .35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
    transition-delay: .6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
    transition-delay: .35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
    transition-delay: .45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) {
    transition-delay: .7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
    transition-delay: .95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
    transition-delay: .7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
    transition-delay: .8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) {
    transition-delay: 1.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
    transition-delay: 1.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
    transition-delay: 1.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
    transition-delay: 1.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) {
    transition-delay: 1.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
    transition-delay: 1.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
    transition-delay: 1.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) {
    transition-delay: 1.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
    transition-delay: 1.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
    transition-delay: 1.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) {
    transition-delay: 2.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
    transition-delay: 2.35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
    transition-delay: 2.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
    transition-delay: 2.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) {
    transition-delay: 2.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
    transition-delay: 2.7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
    transition-delay: 2.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
    transition-delay: 2.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) {
    transition-delay: 2.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
    transition-delay: 3.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
    transition-delay: 2.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
    transition-delay: 2.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) {
    transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
    transition-delay: 3.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
    transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
    transition-delay: 3.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
    transition-delay: 3.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
    transition-delay: 3.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) {
    transition-delay: 3.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
    transition-delay: 4.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
    transition-delay: 3.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
    transition-delay: 3.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) {
    transition-delay: 4.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
    transition-delay: 4.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
    transition-delay: 4.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
    transition-delay: 4.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) {
    transition-delay: 4.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
    transition-delay: 4.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
    transition-delay: 4.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
    transition-delay: 4.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) {
    transition-delay: 4.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
    transition-delay: 5.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
    transition-delay: 4.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) {
    transition-delay: 5.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
    transition-delay: 5.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
    transition-delay: 5.35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) {
    transition-delay: 5.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
    transition-delay: 5.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
    transition-delay: 5.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
    transition-delay: 5.7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) {
    transition-delay: 5.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
    transition-delay: 6.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
    transition-delay: 5.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
    transition-delay: 6.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) {
    transition-delay: 6.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
    transition-delay: 6.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
    transition-delay: 6.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
    transition-delay: 6.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) {
    transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
    transition-delay: 6.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
    transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
    transition-delay: 6.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
    transform: scaleX(1)
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
    transform: scale(1);
    opacity: 1
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
    transform: translateY(0);
    opacity: 1
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-grid-inner {
    grid-row-gap: 0
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content {
    display: flex;
    align-items: stretch
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
    margin-left: 30px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder {
    padding-bottom: 50px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon {
    font-size: 40px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line {
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%)
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #acacac
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title {
    margin: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
    transition: transform .8s;
    transform-origin: top;
    transform: scaleY(0)
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon {
    transition: opacity .35s;
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title {
    transition: transform .35s, opacity .25s;
    transform: translateY(-10px);
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
    transition-delay: .15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) {
    transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
    transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
    transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
    transition-delay: .65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) {
    transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
    transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
    transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
    transition-delay: 1.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
    transition-delay: 1.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
    transition-delay: 2.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) {
    transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
    transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
    transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
    transition-delay: 2.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) {
    transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
    transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
    transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
    transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
    transition-delay: 3.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) {
    transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
    transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
    transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
    transition-delay: 4.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) {
    transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
    transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
    transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
    transition-delay: 4.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
    transition-delay: 5.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
    transition-delay: 5.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) {
    transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
    transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
    transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
    transition-delay: 6.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) {
    transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
    transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
    transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
    transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) {
    transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
    transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
    transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
    transition-delay: 7.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) {
    transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
    transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
    transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
    transition-delay: 7.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) {
    transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
    transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
    transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
    transition-delay: 8.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) {
    transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
    transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
    transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
    transition-delay: 8.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) {
    transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
    transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
    transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
    transition-delay: 9.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) {
    transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
    transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
    transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
    transition-delay: 9.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
    transform: scaleY(1)
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
    opacity: 1
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
    transform: translateX(0);
    opacity: 1
}

.qodef-qi-progress-bar-circle {
    position: relative;
    visibility: hidden
}

.qodef-qi-progress-bar-circle.qodef--init {
    visibility: visible
}

.qodef-qi-progress-bar-circle .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.qodef-qi-progress-bar-circle .qodef-m-canvas {
    position: relative;
    width: 100%
}

.qodef-qi-progress-bar-circle .qodef-m-title {
    margin: 2em 0 0
}

.qodef-qi-progress-bar-circle .qodef-m-text {
    margin: .5em 0 0 0
}

.qodef-qi-progress-bar-circle .qodef-m-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 62px
}

.qodef-qi-progress-bar-circle .qodef-m-percentage {
    font-size: 60%;
    top: -.3em
}

.qodef-qi-progress-bar-horizontal {
    position: relative;
    visibility: hidden
}

.qodef-qi-progress-bar-horizontal.qodef--init {
    visibility: visible
}

.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child {
    opacity: 0
}

.qodef-qi-progress-bar-horizontal .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
    position: relative;
    width: 100%
}

.qodef-qi-progress-bar-horizontal .qodef-m-content {
    display: flex;
    align-items: center
}

.qodef-qi-progress-bar-horizontal .qodef-m-title {
    margin: 0 0 .5em
}

.qodef-qi-progress-bar-horizontal .qodef-m-value {
    padding: 0;
    margin: 0 0 .5em;
    font-size: 16px;
    position: absolute
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
    margin: 0;
    transform: translateY(100%);
    z-index: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
    opacity: 0;
    transition: opacity .2s .5s
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner {
    opacity: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
    margin: 0 0 0 .5em
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 .5em;
    position: relative
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
    right: 0
}

.qodef-qi-progress-bar-vertical {
    position: relative;
    visibility: hidden
}

.qodef-qi-progress-bar-vertical.qodef--init {
    visibility: visible
}

.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child {
    opacity: 0
}

.qodef-qi-progress-bar-vertical .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%
}

.qodef-qi-progress-bar-vertical .qodef-m-canvas {
    position: relative
}

.qodef-qi-progress-bar-vertical .qodef-m-canvas svg {
    max-width: 100%
}

.qodef-qi-progress-bar-vertical .qodef-m-title {
    margin: 1em 0 0
}

.qodef-qi-progress-bar-vertical .qodef-m-value {
    padding: 0;
    margin: 0;
    font-size: 16px
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
    margin: 0 0 0 1em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
    margin: 0 0 0 1em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
    flex-direction: row;
    align-items: flex-end
}

.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
    position: absolute;
    margin: 0 0 .5em;
    right: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
    position: absolute;
    margin: 0 0 .5em;
    left: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
    margin: 0 0 0 .5em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 .5em
}

.qodef-qi-section-title {
    position: relative
}

.qodef-qi-section-title .qodef-m-title {
    margin: 0
}

.qodef-qi-section-title .qodef-m-subtitle {
    display: inline-flex;
    align-items: baseline;
    margin: 0
}

.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle {
    flex-direction: row
}

.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle {
    flex-direction: row-reverse
}

.qodef-qi-section-title .qodef-m-icon-holder {
    display: inline-block;
    line-height: 1em
}

.qodef-qi-section-title .qodef-m-icon-holder svg {
    width: 1em;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-section-title>.qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-section-title .qodef-m-button {
    margin-top: .65em
}

.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated {
    text-decoration: underline
}

.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated {
    font-style: italic
}

.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated {
    font-weight: 700
}

.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size: 100% 87%
}

.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:hover {
    color: currentColor;
    text-decoration: none;
    animation: qodef-animate-underline-multiline 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus {
    color: currentColor
}

.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a:hover {
    text-decoration: none;
    background-size: 100% 100%
}

.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a:hover {
    text-decoration: none;
    background-size: 100% 100%
}

@keyframes qodef-qi-animate-underline-multiline-thick {
    0% {
        background-size: 100% 93%;
        background-position-x: right
    }
    38% {
        background-size: 0 93%;
        background-position-x: right
    }
    39% {
        background-size: 0 93%;
        background-position-x: left
    }
    100% {
        background-size: 100% 93%;
        background-position-x: left
    }
}

.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size: 100% 93%
}

.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a:hover {
    text-decoration: none;
    animation: qodef-qi-animate-underline-multiline-thick 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

@media only screen and (max-width:1024px) {
    .qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

.qodef-qi-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-qi-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1px;
    color: #111;
    border-bottom: 1em solid currentColor;
    margin: 10px 0
}

.qodef-qi-separator.qodef-position--center {
    text-align: center
}

.qodef-qi-separator.qodef-position--left {
    text-align: left
}

.qodef-qi-separator.qodef-position--right {
    text-align: right
}

.qodef-qi-separator.qodef-separator--border-image .qodef-m-line {
    font-size: 12px;
    height: 1em;
    border-bottom: none;
    margin: 10px 0;
    background-size: contain;
    background-repeat: round
}

.qodef-qi-separator.qodef-separator--with-icon {
    display: flex
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line {
    display: flex;
    align-items: center;
    border-width: 0
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon {
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0 1em
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line {
    width: 50%;
    border-color: currentColor;
    border-style: inherit;
    border-width: 1em
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center {
    justify-content: center
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left {
    justify-content: flex-start
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right {
    justify-content: flex-end
}

.qodef-qi-slider-switch {
    position: relative;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-slider-switch.qodef--visible {
    opacity: 1
}

.qodef-qi-slider-switch .qodef-m-main-text {
    margin-bottom: 30px
}

.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title {
    margin: 0 0 .7em
}

.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text {
    margin: 0
}

.qodef-qi-slider-switch .qodef-m-main {
    position: relative
}

.qodef-qi-slider-switch .qodef-m-main-slider {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border-radius: 10%
}

.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container {
    height: 100%;
    z-index: unset
}

.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a {
    height: 100%
}

.qodef-qi-slider-switch .qodef-slider-main-image {
    position: relative;
    z-index: 5;
    pointer-events: none
}

.qodef-qi-slider-switch .qodef-slider-main-image img {
    width: 100%
}

.qodef-qi-slider-switch .qodef-slider-switch-device-holder {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.qodef-qi-slider-switch .qodef-slider-switch-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right: 50px;
    overflow: hidden
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image img {
    width: 100%;
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item {
    height: 100%
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a {
    height: 100%
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-qi-slider-switch .qodef-m-main-text a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,
.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title {
    opacity: 0;
    transform: translateX(40px);
    transition: .3s ease-in-out
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text,
.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title {
    opacity: 1;
    transform: translateX(0)
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title {
    transition: opacity .35s .2s, transform .65s cubic-bezier(.26, 0, 0, 1.01) .2s
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text {
    transition: opacity .35s .35s, transform .65s cubic-bezier(.26, 0, 0, 1.01) .35s
}

.qodef-qi-table-of-contents {
    position: relative
}

.qodef-qi-table-of-contents .qodef-m-title {
    margin: 0
}

.qodef-qi-table-of-contents .qodef-m-subtitle {
    margin: 0
}

.qodef-qi-table-of-contents .qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-table-of-contents .qodef-m-table-content {
    margin-top: 1.5em
}

.qodef-qi-table-of-contents .qodef-m-table-content a {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .55s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover {
    background-size: 100% 100%
}

.qodef-qi-table-of-contents.qodef-list-position--inside ol,
.qodef-qi-table-of-contents.qodef-list-position--inside ul {
    list-style-position: inside
}

.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ol,
.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ul {
    margin-left: 0 !important
}

.qodef-qi-table-of-contents.qodef-list-position--outside ol,
.qodef-qi-table-of-contents.qodef-list-position--outside ul {
    list-style-position: outside
}

.qodef-qi-tabs-horizontal.qodef-layout--simple {
    position: relative;
    visibility: hidden
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init {
    visibility: visible
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width:680px) {
    .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title,
    .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
        width: 100%
    }
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title {
    margin: 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition: color .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text {
    z-index: 1;
    position: relative
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child) {
    margin-right: 4em
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a {
    color: #1e1e1e
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before {
    opacity: 1
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
    position: relative;
    padding: 26px 0 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after {
    opacity: 1;
    transform: scaleX(0);
    transition: transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
    transform: scaleX(1)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after {
    transform-origin: left
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after {
    left: unset;
    right: 0;
    transform: scaleX(1);
    width: 0;
    transition: width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
    width: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple {
    position: relative;
    visibility: hidden;
    display: flex;
    align-items: stretch;
    height: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init {
    visibility: visible
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: block
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title {
    margin: 0
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition: color .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a {
    color: #1e1e1e
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before {
    opacity: 1
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text {
    z-index: 1;
    position: relative
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
    position: relative;
    padding: 0 0 0 26px
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after {
    opacity: 1;
    transform: scaleY(0);
    transition: transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after {
    transform: scaleY(1)
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after {
    transform-origin: top
}

@media only screen and (max-width:1024px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation {
        width: 100%
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation {
        width: 100%
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation {
        width: 100%
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation {
        width: 100%
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

.qodef-qi-team-member .qodef-m-title {
    margin: 0
}

.qodef-qi-team-member .qodef-m-role {
    margin: 0 0 .8em
}

.qodef-qi-team-member .qodef-m-text {
    margin: 0 0 .8em
}

.qodef-qi-team-member .qodef-m-social-icons {
    font-size: 0;
    margin: 0
}

.qodef-qi-team-member .qodef-m-social-icons>* {
    font-size: 1rem;
    margin-right: .7em
}

.qodef-qi-team-member .qodef-m-social-icons>:last-child {
    margin: 0
}

.qodef-qi-team-member .qodef-e-social-icon {
    transition: color .2s ease-out
}

.qodef-qi-team-member .qodef-e-social-icon i {
    font-size: inherit
}

.qodef-qi-team-member .qodef-e-social-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle
}

.qodef-qi-team-member.qodef-image--hover-scale img,
.qodef-qi-team-member.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-team-member.qodef-image--hover-scale:hover img,
.qodef-qi-team-member.qodef-image--hover-zoom:hover img {
    transform: scale(1.03)
}

.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
    overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
    margin: .9em 0 0
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title {
    transform: translateX(0);
    opacity: 1
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role {
    transition-delay: .15s
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
    transition-delay: .3s
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content {
    margin: .9em 0 0
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title {
    opacity: 0;
    transform: translateX(30px);
    transition: transform .45s cubic-bezier(.16, .32, .26, .92), opacity .45s ease-out;
    transition-delay: 0s, 0s
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content {
    transform: translateY(0)
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.22, .61, .36, 1);
    padding: 30px;
    z-index: 1
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content {
    opacity: 1
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image {
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding: 20px 30px
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content>* {
    width: 100%
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
    color: #fff
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
    color: #c4c4c4
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content {
    opacity: 1;
    clip-path: inset(10px 10px 10px 10px);
    transition-delay: 0s, .15s
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image {
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
    clip-path: inset(0 0 0 0);
    padding: 5%
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content>* {
    width: 100%
}

.qodef-qi-testimonials-list .qodef-e-title {
    margin: 0 0 .7em
}

.qodef-qi-testimonials-list .qodef-e-text {
    margin: 0
}

.qodef-qi-testimonials-list .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height: 0
}

.qodef-qi-testimonials-list .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin: auto
}

.qodef-qi-testimonials-list .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-testimonials-list .qodef-e-author {
    display: flex;
    margin: 0
}

.qodef-qi-testimonials-list .qodef-e-author-name {
    margin: 0
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1.8em;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
    position: relative;
    text-align: center;
    padding: 55px 40px;
    background-color: #f6f6f6;
    overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top {
    position: relative
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: -.1em;
    left: 50%;
    font-size: 14em;
    color: rgba(0, 0, 0, .2);
    transform: translateX(-50%)
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
    margin: 0 0 1em
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    text-align: center
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
    width: 50px;
    margin-bottom: .5em;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
    display: flex
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin: 0 35px 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align: top
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
        margin: 0 0 35px
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items: center
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin: 0 10px 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items: baseline
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin: 0 .65em
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 110px;
    max-width: 30%;
    margin-right: 6%
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
    border-radius: 25%;
    overflow: hidden
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
        max-width: 100%
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    bottom: -.5em;
    right: -.5em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius: 50%
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
    margin: 0 0 1em
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider .qodef-e-inner {
    overflow: hidden
}

.qodef-qi-testimonials-slider .qodef-e-title {
    margin: 0 0 .7em
}

.qodef-qi-testimonials-slider .qodef-e-text {
    margin: 0
}

.qodef-qi-testimonials-slider .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height: 0
}

.qodef-qi-testimonials-slider .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin: auto
}

.qodef-qi-testimonials-slider .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-testimonials-slider .qodef-e-author {
    display: flex;
    margin: 0
}

.qodef-qi-testimonials-slider .qodef-e-author-name {
    margin: 0
}

.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-active,
.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1em;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
    text-align: center;
    padding: 55px 40px;
    background-color: #f6f6f6
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
    position: relative;
    display: inline-block
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image {
    margin-bottom: 1em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
    text-align: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
    display: flex
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin: 0 35px 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align: top
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
        margin: 0 0 35px
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin: 0 10px 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items: baseline
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin: 0 .65em
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
        align-items: baseline
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 290px;
    max-width: 30%;
    margin-right: 6%
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
    border-radius: 10%;
    overflow: auto
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
        max-width: 100%
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius: 50%
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
    text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
    display: flex;
    align-items: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
    width: 50px;
    border-radius: 50%;
    margin-right: 1em;
    overflow: hidden
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
    margin: 0
}

.qodef-qi-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-qi-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden
}

.qodef-qi-text-marquee .qodef-m-text {
    display: flex;
    align-items: baseline
}

.qodef-qi-text-marquee .qodef-m-text.qodef-text--original {
    animation: qode-move-horizontal-normal-text-marquee 20s linear infinite
}

.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite
}

.qodef-qi-text-marquee .qodef-m-text-item {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em
}

.qodef-qi-text-marquee .qodef-e-icon-holder {
    display: flex;
    font-size: 30px;
    align-self: center;
    align-items: center
}

.qodef-qi-text-marquee .qodef-e-icon-holder svg {
    fill: currentColor;
    stroke: currentColor;
    width: 1em;
    height: auto
}

.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none
}

@keyframes qode-move-horizontal-normal-text-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-horizontal-normal-text-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}

@keyframes qode-move-vertical-normal-text-marquee {
    0% {
        transform: translateY(0) translateZ(0)
    }
    100% {
        transform: translateY(-100%) translateZ(0)
    }
}

@keyframes qode-move-vertical-normal-text-marquee-copy {
    0% {
        transform: translateY(100%) translateZ(0)
    }
    100% {
        transform: translateY(0) translateZ(0)
    }
}

@keyframes qode-move-horizontal-reverse-text-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(100%) translateZ(0)
    }
}

@keyframes qode-move-horizontal-reverse-text-marquee-copy {
    0% {
        transform: translateX(-100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}

@keyframes qode-move-vertical-reverse-text-marquee {
    0% {
        transform: translateY(0) translateZ(0)
    }
    100% {
        transform: translateY(100%) translateZ(0)
    }
}

@keyframes qode-move-vertical-reverse-text-marquee-copy {
    0% {
        transform: translateY(-100%) translateZ(0)
    }
    100% {
        transform: translateY(0) translateZ(0)
    }
}

.qodef-qi-timeline {
    position: relative
}

.qodef-qi-timeline .qodef-e-item,
.qodef-qi-timeline .qodef-e-item-inner {
    position: relative
}

.qodef-qi-timeline .qodef-e-image {
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.qodef-qi-timeline .qodef-e-date {
    margin: 0 0 .5em
}

.qodef-qi-timeline .qodef-e-title {
    margin: 0 0 .85em
}

.qodef-qi-timeline .qodef-e-text {
    margin: 0
}

.qodef-qi-timeline .qodef-e-point-holder {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;
    transform: translate(-50%, -50%)
}

.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point {
    background-color: #111;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder {
    font-size: .7em;
    line-height: 1em;
    max-height: 100%
}

.qodef-qi-timeline .qodef-e-point-holder svg {
    width: .7em;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-timeline .qodef-e-line {
    display: block;
    background-color: #ebebeb
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line {
    height: 100%
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
    top: 50%;
    left: 50%
}

.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder {
    top: 50%
}

.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder {
    display: none
}

.qodef-qi-timeline.qodef-timeline--horizontal {
    overflow: hidden
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner {
    display: flex;
    transition: all .4s ease
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item {
    flex: 1
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line {
    height: 100%
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
    top: 50%;
    left: 50%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 100px;
    width: 1px;
    background-color: #ebebeb;
    transform: translateX(-50%);
    z-index: -1
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
    top: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
    bottom: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #ebebeb;
    transform: translateY(-50%);
    z-index: -1
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
    right: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
    left: 100%
}

.qodef-qi-timeline.qodef-point--diamond .qodef-e-point {
    border-radius: 0;
    transform: rotate(45deg)
}

.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder {
    transform: rotate(-45deg)
}

.qodef-qi-timeline .qodef-nav-next,
.qodef-qi-timeline .qodef-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    z-index: 10;
    cursor: pointer
}

.qodef-qi-timeline .qodef-nav-next>svg,
.qodef-qi-timeline .qodef-nav-prev>svg {
    display: block;
    width: 1em;
    height: auto;
    transition: .2s ease-out;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-timeline .qodef-nav-prev {
    left: 0
}

.qodef-qi-timeline .qodef-nav-next {
    right: 0
}

.qodef-qi-timeline.qodef-qi--has-appear {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(40px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(40px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image {
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point {
    transform: scale(0);
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image {
    transition-delay: .3s, .3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point {
    transition-delay: .4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder {
    transition-delay: .4s, .4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image {
    transition-delay: .6s, .6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point {
    transition-delay: .7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder {
    transition-delay: .8s, .8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image {
    transition-delay: .9s, .9s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point {
    transition-delay: 1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder {
    transition-delay: 1.2s, 1.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image {
    transition-delay: 1.2s, 1.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point {
    transition-delay: 1.3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder {
    transition-delay: 1.6s, 1.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image {
    transition-delay: 1.5s, 1.5s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point {
    transition-delay: 1.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder {
    transition-delay: 2s, 2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image {
    transition-delay: 1.8s, 1.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point {
    transition-delay: 1.9s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder {
    transition-delay: 2.4s, 2.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image {
    transition-delay: 2.1s, 2.1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point {
    transition-delay: 2.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder {
    transition-delay: 2.8s, 2.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image {
    transition-delay: 2.4s, 2.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point {
    transition-delay: 2.5s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder {
    transition-delay: 3.2s, 3.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image {
    transition-delay: 2.7s, 2.7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point {
    transition-delay: 2.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder {
    transition-delay: 3.6s, 3.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image {
    transition-delay: 3s, 3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point {
    transition-delay: 3.1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder {
    transition-delay: 4s, 4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image {
    transition-delay: 3.3s, 3.3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point {
    transition-delay: 3.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder {
    transition-delay: 4.4s, 4.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image {
    transition-delay: 3.6s, 3.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point {
    transition-delay: 3.7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder {
    transition-delay: 4.8s, 4.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared {
    opacity: 1
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image {
    transform: translateY(0) translateX(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point {
    transform: scale(1);
    opacity: 1
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond .qodef-e-item .qodef-e-point {
    transform: rotate(45deg) scale(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared .qodef-e-point {
    transform: rotate(45deg) scale(1)
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,
    .qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
        display: none
    }
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner {
    flex-direction: column
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder {
    align-items: flex-end;
    padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    justify-content: flex-start;
    padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder {
    display: flex;
    align-items: flex-start;
    padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder {
    display: flex;
    align-items: flex-end;
    padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
    text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child) {
    padding-bottom: 100px
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
    flex-direction: row-reverse;
    text-align: right
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
        flex-direction: column;
        text-align: center
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
    text-align: left;
    padding: 0 0 0 10%
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    padding: 0 10% 0 0
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
        flex-direction: column;
        text-align: center
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding: 0 10% 0 0
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
        width: 100%;
        padding: 0;
        margin-bottom: 5%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
    width: 50%;
    padding: 0 0 0 10%
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
        width: 100%;
        padding: 0;
        margin-top: 5%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
    margin-left: 0;
    flex-direction: row;
    padding: 0 3em 0 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
        flex-direction: column;
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
    margin: 0 10% 0 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
        margin: 0 0 10%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 50%;
    padding: 0 0 0 3em
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
        flex-direction: column;
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
        width: 100%;
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
    width: 250px;
    flex-shrink: 0;
    margin: 0 0 0 10%
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
        margin: 0 0 10%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
    border-radius: 50%
}

.qodef-qi-typeout-text .qodef-m-text {
    margin: 0
}

@font-face {
    font-family: "IcoFont";
    font-weight: 400;
    font-style: Regular;
    src: url(../../../plugins/sina-extension-for-elementor/admin/assets/css/fonts/icofont.woff2) format("woff2"), url(../../../plugins/sina-extension-for-elementor/admin/assets/css/fonts/icofont.woff) format("woff")
}

[class^="icofont-"],
[class*=" icofont-"] {
    display: inline-block;
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: liga;
    -webkit-font-smoothing: antialiased
}

.icofont-angry-monster:before {
    content: "\e800"
}

.icofont-bathtub:before {
    content: "\e801"
}

.icofont-bird-wings:before {
    content: "\e802"
}

.icofont-bow:before {
    content: "\e803"
}

.icofont-castle:before {
    content: "\e804"
}

.icofont-circuit:before {
    content: "\e805"
}

.icofont-crown-king:before {
    content: "\e806"
}

.icofont-crown-queen:before {
    content: "\e807"
}

.icofont-dart:before {
    content: "\e808"
}

.icofont-disability-race:before {
    content: "\e809"
}

.icofont-diving-goggle:before {
    content: "\e80a"
}

.icofont-eye-open:before {
    content: "\e80b"
}

.icofont-flora-flower:before {
    content: "\e80c"
}

.icofont-flora:before {
    content: "\e80d"
}

.icofont-gift-box:before {
    content: "\e80e"
}

.icofont-halloween-pumpkin:before {
    content: "\e80f"
}

.icofont-hand-power:before {
    content: "\e810"
}

.icofont-hand-thunder:before {
    content: "\e811"
}

.icofont-king-monster:before {
    content: "\e812"
}

.icofont-love:before {
    content: "\e813"
}

.icofont-magician-hat:before {
    content: "\e814"
}

.icofont-native-american:before {
    content: "\e815"
}

.icofont-owl-look:before {
    content: "\e816"
}

.icofont-phoenix:before {
    content: "\e817"
}

.icofont-robot-face:before {
    content: "\e818"
}

.icofont-sand-clock:before {
    content: "\e819"
}

.icofont-shield-alt:before {
    content: "\e81a"
}

.icofont-ship-wheel:before {
    content: "\e81b"
}

.icofont-skull-danger:before {
    content: "\e81c"
}

.icofont-skull-face:before {
    content: "\e81d"
}

.icofont-snowmobile:before {
    content: "\e81e"
}

.icofont-space-shuttle:before {
    content: "\e81f"
}

.icofont-star-shape:before {
    content: "\e820"
}

.icofont-swirl:before {
    content: "\e821"
}

.icofont-tattoo-wing:before {
    content: "\e822"
}

.icofont-throne:before {
    content: "\e823"
}

.icofont-tree-alt:before {
    content: "\e824"
}

.icofont-triangle:before {
    content: "\e825"
}

.icofont-unity-hand:before {
    content: "\e826"
}

.icofont-weed:before {
    content: "\e827"
}

.icofont-woman-bird:before {
    content: "\e828"
}

.icofont-bat:before {
    content: "\e829"
}

.icofont-bear-face:before {
    content: "\e82a"
}

.icofont-bear-tracks:before {
    content: "\e82b"
}

.icofont-bear:before {
    content: "\e82c"
}

.icofont-bird-alt:before {
    content: "\e82d"
}

.icofont-bird-flying:before {
    content: "\e82e"
}

.icofont-bird:before {
    content: "\e82f"
}

.icofont-birds:before {
    content: "\e830"
}

.icofont-bone:before {
    content: "\e831"
}

.icofont-bull:before {
    content: "\e832"
}

.icofont-butterfly-alt:before {
    content: "\e833"
}

.icofont-butterfly:before {
    content: "\e834"
}

.icofont-camel-alt:before {
    content: "\e835"
}

.icofont-camel-head:before {
    content: "\e836"
}

.icofont-camel:before {
    content: "\e837"
}

.icofont-cat-alt-1:before {
    content: "\e838"
}

.icofont-cat-alt-2:before {
    content: "\e839"
}

.icofont-cat-alt-3:before {
    content: "\e83a"
}

.icofont-cat-dog:before {
    content: "\e83b"
}

.icofont-cat-face:before {
    content: "\e83c"
}

.icofont-cat:before {
    content: "\e83d"
}

.icofont-cow-head:before {
    content: "\e83e"
}

.icofont-cow:before {
    content: "\e83f"
}

.icofont-crab:before {
    content: "\e840"
}

.icofont-crocodile:before {
    content: "\e841"
}

.icofont-deer-head:before {
    content: "\e842"
}

.icofont-dog-alt:before {
    content: "\e843"
}

.icofont-dog-barking:before {
    content: "\e844"
}

.icofont-dog:before {
    content: "\e845"
}

.icofont-dolphin:before {
    content: "\e846"
}

.icofont-duck-tracks:before {
    content: "\e847"
}

.icofont-eagle-head:before {
    content: "\e848"
}

.icofont-eaten-fish:before {
    content: "\e849"
}

.icofont-elephant-alt:before {
    content: "\e84a"
}

.icofont-elephant-head-alt:before {
    content: "\e84b"
}

.icofont-elephant-head:before {
    content: "\e84c"
}

.icofont-elephant:before {
    content: "\e84d"
}

.icofont-elk:before {
    content: "\e84e"
}

.icofont-fish-1:before {
    content: "\e84f"
}

.icofont-fish-2:before {
    content: "\e850"
}

.icofont-fish-3:before {
    content: "\e851"
}

.icofont-fish-4:before {
    content: "\e852"
}

.icofont-fish-5:before {
    content: "\e853"
}

.icofont-fish:before {
    content: "\e854"
}

.icofont-fox-alt:before {
    content: "\e855"
}

.icofont-fox:before {
    content: "\e856"
}

.icofont-frog-tracks:before {
    content: "\e857"
}

.icofont-frog:before {
    content: "\e858"
}

.icofont-froggy:before {
    content: "\e859"
}

.icofont-giraffe-head-1:before {
    content: "\e85a"
}

.icofont-giraffe-head-2:before {
    content: "\e85b"
}

.icofont-giraffe-head:before {
    content: "\e85c"
}

.icofont-giraffe:before {
    content: "\e85d"
}

.icofont-goat-head:before {
    content: "\e85e"
}

.icofont-gorilla:before {
    content: "\e85f"
}

.icofont-hen-tracks:before {
    content: "\e860"
}

.icofont-horse-head-1:before {
    content: "\e861"
}

.icofont-horse-head-2:before {
    content: "\e862"
}

.icofont-horse-head:before {
    content: "\e863"
}

.icofont-horse-tracks:before {
    content: "\e864"
}

.icofont-jellyfish:before {
    content: "\e865"
}

.icofont-kangaroo:before {
    content: "\e866"
}

.icofont-lemur:before {
    content: "\e867"
}

.icofont-lion-head-1:before {
    content: "\e868"
}

.icofont-lion-head-2:before {
    content: "\e869"
}

.icofont-lion-head:before {
    content: "\e86a"
}

.icofont-lion:before {
    content: "\e86b"
}

.icofont-monkey-2:before {
    content: "\e86c"
}

.icofont-monkey-3:before {
    content: "\e86d"
}

.icofont-monkey-face:before {
    content: "\e86e"
}

.icofont-monkey:before {
    content: "\e86f"
}

.icofont-octopus-alt:before {
    content: "\e870"
}

.icofont-octopus:before {
    content: "\e871"
}

.icofont-owl:before {
    content: "\e872"
}

.icofont-panda-face:before {
    content: "\e873"
}

.icofont-panda:before {
    content: "\e874"
}

.icofont-panther:before {
    content: "\e875"
}

.icofont-parrot-lip:before {
    content: "\e876"
}

.icofont-parrot:before {
    content: "\e877"
}

.icofont-paw:before {
    content: "\e878"
}

.icofont-pelican:before {
    content: "\e879"
}

.icofont-penguin:before {
    content: "\e87a"
}

.icofont-pig-face:before {
    content: "\e87b"
}

.icofont-pig:before {
    content: "\e87c"
}

.icofont-pigeon-1:before {
    content: "\e87d"
}

.icofont-pigeon-2:before {
    content: "\e87e"
}

.icofont-pigeon:before {
    content: "\e87f"
}

.icofont-rabbit:before {
    content: "\e880"
}

.icofont-rat:before {
    content: "\e881"
}

.icofont-rhino-head:before {
    content: "\e882"
}

.icofont-rhino:before {
    content: "\e883"
}

.icofont-rooster:before {
    content: "\e884"
}

.icofont-seahorse:before {
    content: "\e885"
}

.icofont-seal:before {
    content: "\e886"
}

.icofont-shrimp-alt:before {
    content: "\e887"
}

.icofont-shrimp:before {
    content: "\e888"
}

.icofont-snail-1:before {
    content: "\e889"
}

.icofont-snail-2:before {
    content: "\e88a"
}

.icofont-snail-3:before {
    content: "\e88b"
}

.icofont-snail:before {
    content: "\e88c"
}

.icofont-snake:before {
    content: "\e88d"
}

.icofont-squid:before {
    content: "\e88e"
}

.icofont-squirrel:before {
    content: "\e88f"
}

.icofont-tiger-face:before {
    content: "\e890"
}

.icofont-tiger:before {
    content: "\e891"
}

.icofont-turtle:before {
    content: "\e892"
}

.icofont-whale:before {
    content: "\e893"
}

.icofont-woodpecker:before {
    content: "\e894"
}

.icofont-zebra:before {
    content: "\e895"
}

.icofont-brand-acer:before {
    content: "\e896"
}

.icofont-brand-adidas:before {
    content: "\e897"
}

.icofont-brand-adobe:before {
    content: "\e898"
}

.icofont-brand-air-new-zealand:before {
    content: "\e899"
}

.icofont-brand-airbnb:before {
    content: "\e89a"
}

.icofont-brand-aircell:before {
    content: "\e89b"
}

.icofont-brand-airtel:before {
    content: "\e89c"
}

.icofont-brand-alcatel:before {
    content: "\e89d"
}

.icofont-brand-alibaba:before {
    content: "\e89e"
}

.icofont-brand-aliexpress:before {
    content: "\e89f"
}

.icofont-brand-alipay:before {
    content: "\e8a0"
}

.icofont-brand-amazon:before {
    content: "\e8a1"
}

.icofont-brand-amd:before {
    content: "\e8a2"
}

.icofont-brand-american-airlines:before {
    content: "\e8a3"
}

.icofont-brand-android-robot:before {
    content: "\e8a4"
}

.icofont-brand-android:before {
    content: "\e8a5"
}

.icofont-brand-aol:before {
    content: "\e8a6"
}

.icofont-brand-apple:before {
    content: "\e8a7"
}

.icofont-brand-appstore:before {
    content: "\e8a8"
}

.icofont-brand-asus:before {
    content: "\e8a9"
}

.icofont-brand-ati:before {
    content: "\e8aa"
}

.icofont-brand-att:before {
    content: "\e8ab"
}

.icofont-brand-audi:before {
    content: "\e8ac"
}

.icofont-brand-axiata:before {
    content: "\e8ad"
}

.icofont-brand-bada:before {
    content: "\e8ae"
}

.icofont-brand-bbc:before {
    content: "\e8af"
}

.icofont-brand-bing:before {
    content: "\e8b0"
}

.icofont-brand-blackberry:before {
    content: "\e8b1"
}

.icofont-brand-bmw:before {
    content: "\e8b2"
}

.icofont-brand-box:before {
    content: "\e8b3"
}

.icofont-brand-burger-king:before {
    content: "\e8b4"
}

.icofont-brand-business-insider:before {
    content: "\e8b5"
}

.icofont-brand-buzzfeed:before {
    content: "\e8b6"
}

.icofont-brand-cannon:before {
    content: "\e8b7"
}

.icofont-brand-casio:before {
    content: "\e8b8"
}

.icofont-brand-china-mobile:before {
    content: "\e8b9"
}

.icofont-brand-china-telecom:before {
    content: "\e8ba"
}

.icofont-brand-china-unicom:before {
    content: "\e8bb"
}

.icofont-brand-cisco:before {
    content: "\e8bc"
}

.icofont-brand-citibank:before {
    content: "\e8bd"
}

.icofont-brand-cnet:before {
    content: "\e8be"
}

.icofont-brand-cnn:before {
    content: "\e8bf"
}

.icofont-brand-cocal-cola:before {
    content: "\e8c0"
}

.icofont-brand-compaq:before {
    content: "\e8c1"
}

.icofont-brand-debian:before {
    content: "\e8c2"
}

.icofont-brand-delicious:before {
    content: "\e8c3"
}

.icofont-brand-dell:before {
    content: "\e8c4"
}

.icofont-brand-designbump:before {
    content: "\e8c5"
}

.icofont-brand-designfloat:before {
    content: "\e8c6"
}

.icofont-brand-disney:before {
    content: "\e8c7"
}

.icofont-brand-dodge:before {
    content: "\e8c8"
}

.icofont-brand-dove:before {
    content: "\e8c9"
}

.icofont-brand-drupal:before {
    content: "\e8ca"
}

.icofont-brand-ebay:before {
    content: "\e8cb"
}

.icofont-brand-eleven:before {
    content: "\e8cc"
}

.icofont-brand-emirates:before {
    content: "\e8cd"
}

.icofont-brand-espn:before {
    content: "\e8ce"
}

.icofont-brand-etihad-airways:before {
    content: "\e8cf"
}

.icofont-brand-etisalat:before {
    content: "\e8d0"
}

.icofont-brand-etsy:before {
    content: "\e8d1"
}

.icofont-brand-fastrack:before {
    content: "\e8d2"
}

.icofont-brand-fedex:before {
    content: "\e8d3"
}

.icofont-brand-ferrari:before {
    content: "\e8d4"
}

.icofont-brand-fitbit:before {
    content: "\e8d5"
}

.icofont-brand-flikr:before {
    content: "\e8d6"
}

.icofont-brand-forbes:before {
    content: "\e8d7"
}

.icofont-brand-foursquare:before {
    content: "\e8d8"
}

.icofont-brand-foxconn:before {
    content: "\e8d9"
}

.icofont-brand-fujitsu:before {
    content: "\e8da"
}

.icofont-brand-general-electric:before {
    content: "\e8db"
}

.icofont-brand-gillette:before {
    content: "\e8dc"
}

.icofont-brand-gizmodo:before {
    content: "\e8dd"
}

.icofont-brand-gnome:before {
    content: "\e8de"
}

.icofont-brand-google:before {
    content: "\e8df"
}

.icofont-brand-gopro:before {
    content: "\e8e0"
}

.icofont-brand-gucci:before {
    content: "\e8e1"
}

.icofont-brand-hallmark:before {
    content: "\e8e2"
}

.icofont-brand-hi5:before {
    content: "\e8e3"
}

.icofont-brand-honda:before {
    content: "\e8e4"
}

.icofont-brand-hp:before {
    content: "\e8e5"
}

.icofont-brand-hsbc:before {
    content: "\e8e6"
}

.icofont-brand-htc:before {
    content: "\e8e7"
}

.icofont-brand-huawei:before {
    content: "\e8e8"
}

.icofont-brand-hulu:before {
    content: "\e8e9"
}

.icofont-brand-hyundai:before {
    content: "\e8ea"
}

.icofont-brand-ibm:before {
    content: "\e8eb"
}

.icofont-brand-icofont:before {
    content: "\e8ec"
}

.icofont-brand-icq:before {
    content: "\e8ed"
}

.icofont-brand-ikea:before {
    content: "\e8ee"
}

.icofont-brand-imdb:before {
    content: "\e8ef"
}

.icofont-brand-indiegogo:before {
    content: "\e8f0"
}

.icofont-brand-intel:before {
    content: "\e8f1"
}

.icofont-brand-ipair:before {
    content: "\e8f2"
}

.icofont-brand-jaguar:before {
    content: "\e8f3"
}

.icofont-brand-java:before {
    content: "\e8f4"
}

.icofont-brand-joomla:before {
    content: "\e8f5"
}

.icofont-brand-kickstarter:before {
    content: "\e8f6"
}

.icofont-brand-kik:before {
    content: "\e8f7"
}

.icofont-brand-lastfm:before {
    content: "\e8f8"
}

.icofont-brand-lego:before {
    content: "\e8f9"
}

.icofont-brand-lenovo:before {
    content: "\e8fa"
}

.icofont-brand-levis:before {
    content: "\e8fb"
}

.icofont-brand-lexus:before {
    content: "\e8fc"
}

.icofont-brand-lg:before {
    content: "\e8fd"
}

.icofont-brand-life-hacker:before {
    content: "\e8fe"
}

.icofont-brand-linux-mint:before {
    content: "\e8ff"
}

.icofont-brand-linux:before {
    content: "\e900"
}

.icofont-brand-lionix:before {
    content: "\e901"
}

.icofont-brand-loreal:before {
    content: "\e902"
}

.icofont-brand-louis-vuitton:before {
    content: "\e903"
}

.icofont-brand-mac-os:before {
    content: "\e904"
}

.icofont-brand-marvel-app:before {
    content: "\e905"
}

.icofont-brand-mashable:before {
    content: "\e906"
}

.icofont-brand-mazda:before {
    content: "\e907"
}

.icofont-brand-mcdonals:before {
    content: "\e908"
}

.icofont-brand-mercedes:before {
    content: "\e909"
}

.icofont-brand-micromax:before {
    content: "\e90a"
}

.icofont-brand-microsoft:before {
    content: "\e90b"
}

.icofont-brand-mobileme:before {
    content: "\e90c"
}

.icofont-brand-mobily:before {
    content: "\e90d"
}

.icofont-brand-motorola:before {
    content: "\e90e"
}

.icofont-brand-msi:before {
    content: "\e90f"
}

.icofont-brand-mts:before {
    content: "\e910"
}

.icofont-brand-myspace:before {
    content: "\e911"
}

.icofont-brand-mytv:before {
    content: "\e912"
}

.icofont-brand-nasa:before {
    content: "\e913"
}

.icofont-brand-natgeo:before {
    content: "\e914"
}

.icofont-brand-nbc:before {
    content: "\e915"
}

.icofont-brand-nescafe:before {
    content: "\e916"
}

.icofont-brand-nestle:before {
    content: "\e917"
}

.icofont-brand-netflix:before {
    content: "\e918"
}

.icofont-brand-nexus:before {
    content: "\e919"
}

.icofont-brand-nike:before {
    content: "\e91a"
}

.icofont-brand-nokia:before {
    content: "\e91b"
}

.icofont-brand-nvidia:before {
    content: "\e91c"
}

.icofont-brand-omega:before {
    content: "\e91d"
}

.icofont-brand-opensuse:before {
    content: "\e91e"
}

.icofont-brand-oracle:before {
    content: "\e91f"
}

.icofont-brand-panasonic:before {
    content: "\e920"
}

.icofont-brand-paypal:before {
    content: "\e921"
}

.icofont-brand-pepsi:before {
    content: "\e922"
}

.icofont-brand-philips:before {
    content: "\e923"
}

.icofont-brand-pizza-hut:before {
    content: "\e924"
}

.icofont-brand-playstation:before {
    content: "\e925"
}

.icofont-brand-puma:before {
    content: "\e926"
}

.icofont-brand-qatar-air:before {
    content: "\e927"
}

.icofont-brand-qvc:before {
    content: "\e928"
}

.icofont-brand-readernaut:before {
    content: "\e929"
}

.icofont-brand-redbull:before {
    content: "\e92a"
}

.icofont-brand-reebok:before {
    content: "\e92b"
}

.icofont-brand-reuters:before {
    content: "\e92c"
}

.icofont-brand-samsung:before {
    content: "\e92d"
}

.icofont-brand-sap:before {
    content: "\e92e"
}

.icofont-brand-saudia-airlines:before {
    content: "\e92f"
}

.icofont-brand-scribd:before {
    content: "\e930"
}

.icofont-brand-shell:before {
    content: "\e931"
}

.icofont-brand-siemens:before {
    content: "\e932"
}

.icofont-brand-sk-telecom:before {
    content: "\e933"
}

.icofont-brand-slideshare:before {
    content: "\e934"
}

.icofont-brand-smashing-magazine:before {
    content: "\e935"
}

.icofont-brand-snapchat:before {
    content: "\e936"
}

.icofont-brand-sony-ericsson:before {
    content: "\e937"
}

.icofont-brand-sony:before {
    content: "\e938"
}

.icofont-brand-soundcloud:before {
    content: "\e939"
}

.icofont-brand-sprint:before {
    content: "\e93a"
}

.icofont-brand-squidoo:before {
    content: "\e93b"
}

.icofont-brand-starbucks:before {
    content: "\e93c"
}

.icofont-brand-stc:before {
    content: "\e93d"
}

.icofont-brand-steam:before {
    content: "\e93e"
}

.icofont-brand-suzuki:before {
    content: "\e93f"
}

.icofont-brand-symbian:before {
    content: "\e940"
}

.icofont-brand-t-mobile:before {
    content: "\e941"
}

.icofont-brand-tango:before {
    content: "\e942"
}

.icofont-brand-target:before {
    content: "\e943"
}

.icofont-brand-tata-indicom:before {
    content: "\e944"
}

.icofont-brand-techcrunch:before {
    content: "\e945"
}

.icofont-brand-telenor:before {
    content: "\e946"
}

.icofont-brand-teliasonera:before {
    content: "\e947"
}

.icofont-brand-tesla:before {
    content: "\e948"
}

.icofont-brand-the-verge:before {
    content: "\e949"
}

.icofont-brand-thenextweb:before {
    content: "\e94a"
}

.icofont-brand-toshiba:before {
    content: "\e94b"
}

.icofont-brand-toyota:before {
    content: "\e94c"
}

.icofont-brand-tribenet:before {
    content: "\e94d"
}

.icofont-brand-ubuntu:before {
    content: "\e94e"
}

.icofont-brand-unilever:before {
    content: "\e94f"
}

.icofont-brand-vaio:before {
    content: "\e950"
}

.icofont-brand-verizon:before {
    content: "\e951"
}

.icofont-brand-viber:before {
    content: "\e952"
}

.icofont-brand-vodafone:before {
    content: "\e953"
}

.icofont-brand-volkswagen:before {
    content: "\e954"
}

.icofont-brand-walmart:before {
    content: "\e955"
}

.icofont-brand-warnerbros:before {
    content: "\e956"
}

.icofont-brand-whatsapp:before {
    content: "\e957"
}

.icofont-brand-wikipedia:before {
    content: "\e958"
}

.icofont-brand-windows:before {
    content: "\e959"
}

.icofont-brand-wire:before {
    content: "\e95a"
}

.icofont-brand-wordpress:before {
    content: "\e95b"
}

.icofont-brand-xiaomi:before {
    content: "\e95c"
}

.icofont-brand-yahoobuzz:before {
    content: "\e95d"
}

.icofont-brand-yamaha:before {
    content: "\e95e"
}

.icofont-brand-youtube:before {
    content: "\e95f"
}

.icofont-brand-zain:before {
    content: "\e960"
}

.icofont-bank-alt:before {
    content: "\e961"
}

.icofont-bank:before {
    content: "\e962"
}

.icofont-barcode:before {
    content: "\e963"
}

.icofont-bill-alt:before {
    content: "\e964"
}

.icofont-billboard:before {
    content: "\e965"
}

.icofont-briefcase-1:before {
    content: "\e966"
}

.icofont-briefcase-2:before {
    content: "\e967"
}

.icofont-businessman:before {
    content: "\e968"
}

.icofont-businesswoman:before {
    content: "\e969"
}

.icofont-chair:before {
    content: "\e96a"
}

.icofont-coins:before {
    content: "\e96b"
}

.icofont-company:before {
    content: "\e96c"
}

.icofont-contact-add:before {
    content: "\e96d"
}

.icofont-files-stack:before {
    content: "\e96e"
}

.icofont-handshake-deal:before {
    content: "\e96f"
}

.icofont-id-card:before {
    content: "\e970"
}

.icofont-meeting-add:before {
    content: "\e971"
}

.icofont-money-bag:before {
    content: "\e972"
}

.icofont-pie-chart:before {
    content: "\e973"
}

.icofont-presentation-alt:before {
    content: "\e974"
}

.icofont-presentation:before {
    content: "\e975"
}

.icofont-stamp:before {
    content: "\e976"
}

.icofont-stock-mobile:before {
    content: "\e977"
}

.icofont-chart-arrows-axis:before {
    content: "\e978"
}

.icofont-chart-bar-graph:before {
    content: "\e979"
}

.icofont-chart-flow-1:before {
    content: "\e97a"
}

.icofont-chart-flow-2:before {
    content: "\e97b"
}

.icofont-chart-flow:before {
    content: "\e97c"
}

.icofont-chart-growth:before {
    content: "\e97d"
}

.icofont-chart-histogram-alt:before {
    content: "\e97e"
}

.icofont-chart-histogram:before {
    content: "\e97f"
}

.icofont-chart-line-alt:before {
    content: "\e980"
}

.icofont-chart-line:before {
    content: "\e981"
}

.icofont-chart-pie-alt:before {
    content: "\e982"
}

.icofont-chart-pie:before {
    content: "\e983"
}

.icofont-chart-radar-graph:before {
    content: "\e984"
}

.icofont-architecture-alt:before {
    content: "\e985"
}

.icofont-architecture:before {
    content: "\e986"
}

.icofont-barricade:before {
    content: "\e987"
}

.icofont-bolt:before {
    content: "\e988"
}

.icofont-bricks:before {
    content: "\e989"
}

.icofont-building-alt:before {
    content: "\e98a"
}

.icofont-bull-dozer:before {
    content: "\e98b"
}

.icofont-calculations:before {
    content: "\e98c"
}

.icofont-cement-mix:before {
    content: "\e98d"
}

.icofont-cement-mixer:before {
    content: "\e98e"
}

.icofont-concrete-mixer:before {
    content: "\e98f"
}

.icofont-danger-zone:before {
    content: "\e990"
}

.icofont-drill:before {
    content: "\e991"
}

.icofont-eco-energy:before {
    content: "\e992"
}

.icofont-eco-environmen:before {
    content: "\e993"
}

.icofont-energy-air:before {
    content: "\e994"
}

.icofont-energy-oil:before {
    content: "\e995"
}

.icofont-energy-savings:before {
    content: "\e996"
}

.icofont-energy-solar:before {
    content: "\e997"
}

.icofont-energy-water:before {
    content: "\e998"
}

.icofont-engineer:before {
    content: "\e999"
}

.icofont-fire-extinguisher-alt:before {
    content: "\e99a"
}

.icofont-fire-extinguisher:before {
    content: "\e99b"
}

.icofont-fix-tools:before {
    content: "\e99c"
}

.icofont-fork-lift:before {
    content: "\e99d"
}

.icofont-glue-oil:before {
    content: "\e99e"
}

.icofont-hammer-alt:before {
    content: "\e99f"
}

.icofont-hammer:before {
    content: "\e9a0"
}

.icofont-help-robot:before {
    content: "\e9a1"
}

.icofont-industries-1:before {
    content: "\e9a2"
}

.icofont-industries-2:before {
    content: "\e9a3"
}

.icofont-industries-3:before {
    content: "\e9a4"
}

.icofont-industries-4:before {
    content: "\e9a5"
}

.icofont-industries-5:before {
    content: "\e9a6"
}

.icofont-industries:before {
    content: "\e9a7"
}

.icofont-labour:before {
    content: "\e9a8"
}

.icofont-mining:before {
    content: "\e9a9"
}

.icofont-paint-brush:before {
    content: "\e9aa"
}

.icofont-pollution:before {
    content: "\e9ab"
}

.icofont-power-zone:before {
    content: "\e9ac"
}

.icofont-radio-active:before {
    content: "\e9ad"
}

.icofont-recycle-alt:before {
    content: "\e9ae"
}

.icofont-recycling-man:before {
    content: "\e9af"
}

.icofont-safety-hat-light:before {
    content: "\e9b0"
}

.icofont-safety-hat:before {
    content: "\e9b1"
}

.icofont-saw:before {
    content: "\e9b2"
}

.icofont-screw-driver:before {
    content: "\e9b3"
}

.icofont-tools-1:before {
    content: "\e9b4"
}

.icofont-tools-bag:before {
    content: "\e9b5"
}

.icofont-tow-truck:before {
    content: "\e9b6"
}

.icofont-trolley:before {
    content: "\e9b7"
}

.icofont-trowel:before {
    content: "\e9b8"
}

.icofont-under-construction-alt:before {
    content: "\e9b9"
}

.icofont-under-construction:before {
    content: "\e9ba"
}

.icofont-vehicle-cement:before {
    content: "\e9bb"
}

.icofont-vehicle-crane:before {
    content: "\e9bc"
}

.icofont-vehicle-delivery-van:before {
    content: "\e9bd"
}

.icofont-vehicle-dozer:before {
    content: "\e9be"
}

.icofont-vehicle-excavator:before {
    content: "\e9bf"
}

.icofont-vehicle-trucktor:before {
    content: "\e9c0"
}

.icofont-vehicle-wrecking:before {
    content: "\e9c1"
}

.icofont-worker:before {
    content: "\e9c2"
}

.icofont-workers-group:before {
    content: "\e9c3"
}

.icofont-wrench:before {
    content: "\e9c4"
}

.icofont-afghani-false:before {
    content: "\e9c5"
}

.icofont-afghani-minus:before {
    content: "\e9c6"
}

.icofont-afghani-plus:before {
    content: "\e9c7"
}

.icofont-afghani-true:before {
    content: "\e9c8"
}

.icofont-afghani:before {
    content: "\e9c9"
}

.icofont-baht-false:before {
    content: "\e9ca"
}

.icofont-baht-minus:before {
    content: "\e9cb"
}

.icofont-baht-plus:before {
    content: "\e9cc"
}

.icofont-baht-true:before {
    content: "\e9cd"
}

.icofont-baht:before {
    content: "\e9ce"
}

.icofont-bitcoin-false:before {
    content: "\e9cf"
}

.icofont-bitcoin-minus:before {
    content: "\e9d0"
}

.icofont-bitcoin-plus:before {
    content: "\e9d1"
}

.icofont-bitcoin-true:before {
    content: "\e9d2"
}

.icofont-bitcoin:before {
    content: "\e9d3"
}

.icofont-dollar-flase:before {
    content: "\e9d4"
}

.icofont-dollar-minus:before {
    content: "\e9d5"
}

.icofont-dollar-plus:before {
    content: "\e9d6"
}

.icofont-dollar-true:before {
    content: "\e9d7"
}

.icofont-dollar:before {
    content: "\e9d8"
}

.icofont-dong-false:before {
    content: "\e9d9"
}

.icofont-dong-minus:before {
    content: "\e9da"
}

.icofont-dong-plus:before {
    content: "\e9db"
}

.icofont-dong-true:before {
    content: "\e9dc"
}

.icofont-dong:before {
    content: "\e9dd"
}

.icofont-euro-false:before {
    content: "\e9de"
}

.icofont-euro-minus:before {
    content: "\e9df"
}

.icofont-euro-plus:before {
    content: "\e9e0"
}

.icofont-euro-true:before {
    content: "\e9e1"
}

.icofont-euro:before {
    content: "\e9e2"
}

.icofont-frank-false:before {
    content: "\e9e3"
}

.icofont-frank-minus:before {
    content: "\e9e4"
}

.icofont-frank-plus:before {
    content: "\e9e5"
}

.icofont-frank-true:before {
    content: "\e9e6"
}

.icofont-frank:before {
    content: "\e9e7"
}

.icofont-hryvnia-false:before {
    content: "\e9e8"
}

.icofont-hryvnia-minus:before {
    content: "\e9e9"
}

.icofont-hryvnia-plus:before {
    content: "\e9ea"
}

.icofont-hryvnia-true:before {
    content: "\e9eb"
}

.icofont-hryvnia:before {
    content: "\e9ec"
}

.icofont-lira-false:before {
    content: "\e9ed"
}

.icofont-lira-minus:before {
    content: "\e9ee"
}

.icofont-lira-plus:before {
    content: "\e9ef"
}

.icofont-lira-true:before {
    content: "\e9f0"
}

.icofont-lira:before {
    content: "\e9f1"
}

.icofont-peseta-false:before {
    content: "\e9f2"
}

.icofont-peseta-minus:before {
    content: "\e9f3"
}

.icofont-peseta-plus:before {
    content: "\e9f4"
}

.icofont-peseta-true:before {
    content: "\e9f5"
}

.icofont-peseta:before {
    content: "\e9f6"
}

.icofont-peso-false:before {
    content: "\e9f7"
}

.icofont-peso-minus:before {
    content: "\e9f8"
}

.icofont-peso-plus:before {
    content: "\e9f9"
}

.icofont-peso-true:before {
    content: "\e9fa"
}

.icofont-peso:before {
    content: "\e9fb"
}

.icofont-pound-false:before {
    content: "\e9fc"
}

.icofont-pound-minus:before {
    content: "\e9fd"
}

.icofont-pound-plus:before {
    content: "\e9fe"
}

.icofont-pound-true:before {
    content: "\e9ff"
}

.icofont-pound:before {
    content: "\ea00"
}

.icofont-renminbi-false:before {
    content: "\ea01"
}

.icofont-renminbi-minus:before {
    content: "\ea02"
}

.icofont-renminbi-plus:before {
    content: "\ea03"
}

.icofont-renminbi-true:before {
    content: "\ea04"
}

.icofont-renminbi:before {
    content: "\ea05"
}

.icofont-riyal-false:before {
    content: "\ea06"
}

.icofont-riyal-minus:before {
    content: "\ea07"
}

.icofont-riyal-plus:before {
    content: "\ea08"
}

.icofont-riyal-true:before {
    content: "\ea09"
}

.icofont-riyal:before {
    content: "\ea0a"
}

.icofont-rouble-false:before {
    content: "\ea0b"
}

.icofont-rouble-minus:before {
    content: "\ea0c"
}

.icofont-rouble-plus:before {
    content: "\ea0d"
}

.icofont-rouble-true:before {
    content: "\ea0e"
}

.icofont-rouble:before {
    content: "\ea0f"
}

.icofont-rupee-false:before {
    content: "\ea10"
}

.icofont-rupee-minus:before {
    content: "\ea11"
}

.icofont-rupee-plus:before {
    content: "\ea12"
}

.icofont-rupee-true:before {
    content: "\ea13"
}

.icofont-rupee:before {
    content: "\ea14"
}

.icofont-taka-false:before {
    content: "\ea15"
}

.icofont-taka-minus:before {
    content: "\ea16"
}

.icofont-taka-plus:before {
    content: "\ea17"
}

.icofont-taka-true:before {
    content: "\ea18"
}

.icofont-taka:before {
    content: "\ea19"
}

.icofont-turkish-lira-false:before {
    content: "\ea1a"
}

.icofont-turkish-lira-minus:before {
    content: "\ea1b"
}

.icofont-turkish-lira-plus:before {
    content: "\ea1c"
}

.icofont-turkish-lira-true:before {
    content: "\ea1d"
}

.icofont-turkish-lira:before {
    content: "\ea1e"
}

.icofont-won-false:before {
    content: "\ea1f"
}

.icofont-won-minus:before {
    content: "\ea20"
}

.icofont-won-plus:before {
    content: "\ea21"
}

.icofont-won-true:before {
    content: "\ea22"
}

.icofont-won:before {
    content: "\ea23"
}

.icofont-yen-false:before {
    content: "\ea24"
}

.icofont-yen-minus:before {
    content: "\ea25"
}

.icofont-yen-plus:before {
    content: "\ea26"
}

.icofont-yen-true:before {
    content: "\ea27"
}

.icofont-yen:before {
    content: "\ea28"
}

.icofont-android-nexus:before {
    content: "\ea29"
}

.icofont-android-tablet:before {
    content: "\ea2a"
}

.icofont-apple-watch:before {
    content: "\ea2b"
}

.icofont-drawing-tablet:before {
    content: "\ea2c"
}

.icofont-earphone:before {
    content: "\ea2d"
}

.icofont-flash-drive:before {
    content: "\ea2e"
}

.icofont-game-console:before {
    content: "\ea2f"
}

.icofont-game-controller:before {
    content: "\ea30"
}

.icofont-game-pad:before {
    content: "\ea31"
}

.icofont-game:before {
    content: "\ea32"
}

.icofont-headphone-alt-1:before {
    content: "\ea33"
}

.icofont-headphone-alt-2:before {
    content: "\ea34"
}

.icofont-headphone-alt-3:before {
    content: "\ea35"
}

.icofont-headphone-alt:before {
    content: "\ea36"
}

.icofont-headphone:before {
    content: "\ea37"
}

.icofont-htc-one:before {
    content: "\ea38"
}

.icofont-imac:before {
    content: "\ea39"
}

.icofont-ipad:before {
    content: "\ea3a"
}

.icofont-iphone:before {
    content: "\ea3b"
}

.icofont-ipod-nano:before {
    content: "\ea3c"
}

.icofont-ipod-touch:before {
    content: "\ea3d"
}

.icofont-keyboard-alt:before {
    content: "\ea3e"
}

.icofont-keyboard-wireless:before {
    content: "\ea3f"
}

.icofont-keyboard:before {
    content: "\ea40"
}

.icofont-laptop-alt:before {
    content: "\ea41"
}

.icofont-laptop:before {
    content: "\ea42"
}

.icofont-macbook:before {
    content: "\ea43"
}

.icofont-magic-mouse:before {
    content: "\ea44"
}

.icofont-micro-chip:before {
    content: "\ea45"
}

.icofont-microphone-alt:before {
    content: "\ea46"
}

.icofont-microphone:before {
    content: "\ea47"
}

.icofont-monitor:before {
    content: "\ea48"
}

.icofont-mouse:before {
    content: "\ea49"
}

.icofont-mp3-player:before {
    content: "\ea4a"
}

.icofont-nintendo:before {
    content: "\ea4b"
}

.icofont-playstation-alt:before {
    content: "\ea4c"
}

.icofont-psvita:before {
    content: "\ea4d"
}

.icofont-radio-mic:before {
    content: "\ea4e"
}

.icofont-radio:before {
    content: "\ea4f"
}

.icofont-refrigerator:before {
    content: "\ea50"
}

.icofont-samsung-galaxy:before {
    content: "\ea51"
}

.icofont-surface-tablet:before {
    content: "\ea52"
}

.icofont-ui-head-phone:before {
    content: "\ea53"
}

.icofont-ui-keyboard:before {
    content: "\ea54"
}

.icofont-washing-machine:before {
    content: "\ea55"
}

.icofont-wifi-router:before {
    content: "\ea56"
}

.icofont-wii-u:before {
    content: "\ea57"
}

.icofont-windows-lumia:before {
    content: "\ea58"
}

.icofont-wireless-mouse:before {
    content: "\ea59"
}

.icofont-xbox-360:before {
    content: "\ea5a"
}

.icofont-arrow-down:before {
    content: "\ea5b"
}

.icofont-arrow-left:before {
    content: "\ea5c"
}

.icofont-arrow-right:before {
    content: "\ea5d"
}

.icofont-arrow-up:before {
    content: "\ea5e"
}

.icofont-block-down:before {
    content: "\ea5f"
}

.icofont-block-left:before {
    content: "\ea60"
}

.icofont-block-right:before {
    content: "\ea61"
}

.icofont-block-up:before {
    content: "\ea62"
}

.icofont-bubble-down:before {
    content: "\ea63"
}

.icofont-bubble-left:before {
    content: "\ea64"
}

.icofont-bubble-right:before {
    content: "\ea65"
}

.icofont-bubble-up:before {
    content: "\ea66"
}

.icofont-caret-down:before {
    content: "\ea67"
}

.icofont-caret-left:before {
    content: "\ea68"
}

.icofont-caret-right:before {
    content: "\ea69"
}

.icofont-caret-up:before {
    content: "\ea6a"
}

.icofont-circled-down:before {
    content: "\ea6b"
}

.icofont-circled-left:before {
    content: "\ea6c"
}

.icofont-circled-right:before {
    content: "\ea6d"
}

.icofont-circled-up:before {
    content: "\ea6e"
}

.icofont-collapse:before {
    content: "\ea6f"
}

.icofont-cursor-drag:before {
    content: "\ea70"
}

.icofont-curved-double-left:before {
    content: "\ea71"
}

.icofont-curved-double-right:before {
    content: "\ea72"
}

.icofont-curved-down:before {
    content: "\ea73"
}

.icofont-curved-left:before {
    content: "\ea74"
}

.icofont-curved-right:before {
    content: "\ea75"
}

.icofont-curved-up:before {
    content: "\ea76"
}

.icofont-dotted-down:before {
    content: "\ea77"
}

.icofont-dotted-left:before {
    content: "\ea78"
}

.icofont-dotted-right:before {
    content: "\ea79"
}

.icofont-dotted-up:before {
    content: "\ea7a"
}

.icofont-double-left:before {
    content: "\ea7b"
}

.icofont-double-right:before {
    content: "\ea7c"
}

.icofont-expand-alt:before {
    content: "\ea7d"
}

.icofont-hand-down:before {
    content: "\ea7e"
}

.icofont-hand-drag:before {
    content: "\ea7f"
}

.icofont-hand-drag1:before {
    content: "\ea80"
}

.icofont-hand-drag2:before {
    content: "\ea81"
}

.icofont-hand-drawn-alt-down:before {
    content: "\ea82"
}

.icofont-hand-drawn-alt-left:before {
    content: "\ea83"
}

.icofont-hand-drawn-alt-right:before {
    content: "\ea84"
}

.icofont-hand-drawn-alt-up:before {
    content: "\ea85"
}

.icofont-hand-drawn-down:before {
    content: "\ea86"
}

.icofont-hand-drawn-left:before {
    content: "\ea87"
}

.icofont-hand-drawn-right:before {
    content: "\ea88"
}

.icofont-hand-drawn-up:before {
    content: "\ea89"
}

.icofont-hand-grippers:before {
    content: "\ea8a"
}

.icofont-hand-left:before {
    content: "\ea8b"
}

.icofont-hand-right:before {
    content: "\ea8c"
}

.icofont-hand-up:before {
    content: "\ea8d"
}

.icofont-line-block-down:before {
    content: "\ea8e"
}

.icofont-line-block-left:before {
    content: "\ea8f"
}

.icofont-line-block-right:before {
    content: "\ea90"
}

.icofont-line-block-up:before {
    content: "\ea91"
}

.icofont-long-arrow-down:before {
    content: "\ea92"
}

.icofont-long-arrow-left:before {
    content: "\ea93"
}

.icofont-long-arrow-right:before {
    content: "\ea94"
}

.icofont-long-arrow-up:before {
    content: "\ea95"
}

.icofont-rounded-collapse:before {
    content: "\ea96"
}

.icofont-rounded-double-left:before {
    content: "\ea97"
}

.icofont-rounded-double-right:before {
    content: "\ea98"
}

.icofont-rounded-down:before {
    content: "\ea99"
}

.icofont-rounded-expand:before {
    content: "\ea9a"
}

.icofont-rounded-left-down:before {
    content: "\ea9b"
}

.icofont-rounded-left-up:before {
    content: "\ea9c"
}

.icofont-rounded-left:before {
    content: "\ea9d"
}

.icofont-rounded-right-down:before {
    content: "\ea9e"
}

.icofont-rounded-right-up:before {
    content: "\ea9f"
}

.icofont-rounded-right:before {
    content: "\eaa0"
}

.icofont-rounded-up:before {
    content: "\eaa1"
}

.icofont-scroll-bubble-down:before {
    content: "\eaa2"
}

.icofont-scroll-bubble-left:before {
    content: "\eaa3"
}

.icofont-scroll-bubble-right:before {
    content: "\eaa4"
}

.icofont-scroll-bubble-up:before {
    content: "\eaa5"
}

.icofont-scroll-double-down:before {
    content: "\eaa6"
}

.icofont-scroll-double-left:before {
    content: "\eaa7"
}

.icofont-scroll-double-right:before {
    content: "\eaa8"
}

.icofont-scroll-double-up:before {
    content: "\eaa9"
}

.icofont-scroll-down:before {
    content: "\eaaa"
}

.icofont-scroll-left:before {
    content: "\eaab"
}

.icofont-scroll-long-down:before {
    content: "\eaac"
}

.icofont-scroll-long-left:before {
    content: "\eaad"
}

.icofont-scroll-long-right:before {
    content: "\eaae"
}

.icofont-scroll-long-up:before {
    content: "\eaaf"
}

.icofont-scroll-right:before {
    content: "\eab0"
}

.icofont-scroll-up:before {
    content: "\eab1"
}

.icofont-simple-down:before {
    content: "\eab2"
}

.icofont-simple-left-down:before {
    content: "\eab3"
}

.icofont-simple-left-up:before {
    content: "\eab4"
}

.icofont-simple-left:before {
    content: "\eab5"
}

.icofont-simple-right-down:before {
    content: "\eab6"
}

.icofont-simple-right-up:before {
    content: "\eab7"
}

.icofont-simple-right:before {
    content: "\eab8"
}

.icofont-simple-up:before {
    content: "\eab9"
}

.icofont-square-down:before {
    content: "\eaba"
}

.icofont-square-left:before {
    content: "\eabb"
}

.icofont-square-right:before {
    content: "\eabc"
}

.icofont-square-up:before {
    content: "\eabd"
}

.icofont-stylish-down:before {
    content: "\eabe"
}

.icofont-stylish-left:before {
    content: "\eabf"
}

.icofont-stylish-right:before {
    content: "\eac0"
}

.icofont-stylish-up:before {
    content: "\eac1"
}

.icofont-swoosh-down:before {
    content: "\eac2"
}

.icofont-swoosh-left:before {
    content: "\eac3"
}

.icofont-swoosh-right:before {
    content: "\eac4"
}

.icofont-swoosh-up:before {
    content: "\eac5"
}

.icofont-thin-double-left:before {
    content: "\eac6"
}

.icofont-thin-double-right:before {
    content: "\eac7"
}

.icofont-thin-down:before {
    content: "\eac8"
}

.icofont-thin-left:before {
    content: "\eac9"
}

.icofont-thin-right:before {
    content: "\eaca"
}

.icofont-thin-up:before {
    content: "\eacb"
}

.icofont-abc:before {
    content: "\eacc"
}

.icofont-atom:before {
    content: "\eacd"
}

.icofont-award:before {
    content: "\eace"
}

.icofont-bell-alt:before {
    content: "\eacf"
}

.icofont-black-board:before {
    content: "\ead0"
}

.icofont-book-alt:before {
    content: "\ead1"
}

.icofont-book:before {
    content: "\ead2"
}

.icofont-brainstorming:before {
    content: "\ead3"
}

.icofont-certificate-alt-1:before {
    content: "\ead4"
}

.icofont-certificate-alt-2:before {
    content: "\ead5"
}

.icofont-certificate:before {
    content: "\ead6"
}

.icofont-education:before {
    content: "\ead7"
}

.icofont-electron:before {
    content: "\ead8"
}

.icofont-fountain-pen:before {
    content: "\ead9"
}

.icofont-globe-alt:before {
    content: "\eada"
}

.icofont-graduate-alt:before {
    content: "\eadb"
}

.icofont-graduate:before {
    content: "\eadc"
}

.icofont-group-students:before {
    content: "\eadd"
}

.icofont-hat-alt:before {
    content: "\eade"
}

.icofont-hat:before {
    content: "\eadf"
}

.icofont-instrument:before {
    content: "\eae0"
}

.icofont-lamp-light:before {
    content: "\eae1"
}

.icofont-medal:before {
    content: "\eae2"
}

.icofont-microscope-alt:before {
    content: "\eae3"
}

.icofont-microscope:before {
    content: "\eae4"
}

.icofont-paper:before {
    content: "\eae5"
}

.icofont-pen-alt-4:before {
    content: "\eae6"
}

.icofont-pen-nib:before {
    content: "\eae7"
}

.icofont-pencil-alt-5:before {
    content: "\eae8"
}

.icofont-quill-pen:before {
    content: "\eae9"
}

.icofont-read-book-alt:before {
    content: "\eaea"
}

.icofont-read-book:before {
    content: "\eaeb"
}

.icofont-school-bag:before {
    content: "\eaec"
}

.icofont-school-bus:before {
    content: "\eaed"
}

.icofont-student-alt:before {
    content: "\eaee"
}

.icofont-student:before {
    content: "\eaef"
}

.icofont-teacher:before {
    content: "\eaf0"
}

.icofont-test-bulb:before {
    content: "\eaf1"
}

.icofont-test-tube-alt:before {
    content: "\eaf2"
}

.icofont-university:before {
    content: "\eaf3"
}

.icofont-angry:before {
    content: "\eaf4"
}

.icofont-astonished:before {
    content: "\eaf5"
}

.icofont-confounded:before {
    content: "\eaf6"
}

.icofont-confused:before {
    content: "\eaf7"
}

.icofont-crying:before {
    content: "\eaf8"
}

.icofont-dizzy:before {
    content: "\eaf9"
}

.icofont-expressionless:before {
    content: "\eafa"
}

.icofont-heart-eyes:before {
    content: "\eafb"
}

.icofont-laughing:before {
    content: "\eafc"
}

.icofont-nerd-smile:before {
    content: "\eafd"
}

.icofont-open-mouth:before {
    content: "\eafe"
}

.icofont-rage:before {
    content: "\eaff"
}

.icofont-rolling-eyes:before {
    content: "\eb00"
}

.icofont-sad:before {
    content: "\eb01"
}

.icofont-simple-smile:before {
    content: "\eb02"
}

.icofont-slightly-smile:before {
    content: "\eb03"
}

.icofont-smirk:before {
    content: "\eb04"
}

.icofont-stuck-out-tongue:before {
    content: "\eb05"
}

.icofont-wink-smile:before {
    content: "\eb06"
}

.icofont-worried:before {
    content: "\eb07"
}

.icofont-file-alt:before {
    content: "\eb08"
}

.icofont-file-audio:before {
    content: "\eb09"
}

.icofont-file-avi-mp4:before {
    content: "\eb0a"
}

.icofont-file-bmp:before {
    content: "\eb0b"
}

.icofont-file-code:before {
    content: "\eb0c"
}

.icofont-file-css:before {
    content: "\eb0d"
}

.icofont-file-document:before {
    content: "\eb0e"
}

.icofont-file-eps:before {
    content: "\eb0f"
}

.icofont-file-excel:before {
    content: "\eb10"
}

.icofont-file-exe:before {
    content: "\eb11"
}

.icofont-file-file:before {
    content: "\eb12"
}

.icofont-file-flv:before {
    content: "\eb13"
}

.icofont-file-gif:before {
    content: "\eb14"
}

.icofont-file-html5:before {
    content: "\eb15"
}

.icofont-file-image:before {
    content: "\eb16"
}

.icofont-file-iso:before {
    content: "\eb17"
}

.icofont-file-java:before {
    content: "\eb18"
}

.icofont-file-javascript:before {
    content: "\eb19"
}

.icofont-file-jpg:before {
    content: "\eb1a"
}

.icofont-file-midi:before {
    content: "\eb1b"
}

.icofont-file-mov:before {
    content: "\eb1c"
}

.icofont-file-mp3:before {
    content: "\eb1d"
}

.icofont-file-pdf:before {
    content: "\eb1e"
}

.icofont-file-php:before {
    content: "\eb1f"
}

.icofont-file-png:before {
    content: "\eb20"
}

.icofont-file-powerpoint:before {
    content: "\eb21"
}

.icofont-file-presentation:before {
    content: "\eb22"
}

.icofont-file-psb:before {
    content: "\eb23"
}

.icofont-file-psd:before {
    content: "\eb24"
}

.icofont-file-python:before {
    content: "\eb25"
}

.icofont-file-ruby:before {
    content: "\eb26"
}

.icofont-file-spreadsheet:before {
    content: "\eb27"
}

.icofont-file-sql:before {
    content: "\eb28"
}

.icofont-file-svg:before {
    content: "\eb29"
}

.icofont-file-text:before {
    content: "\eb2a"
}

.icofont-file-tiff:before {
    content: "\eb2b"
}

.icofont-file-video:before {
    content: "\eb2c"
}

.icofont-file-wave:before {
    content: "\eb2d"
}

.icofont-file-wmv:before {
    content: "\eb2e"
}

.icofont-file-word:before {
    content: "\eb2f"
}

.icofont-file-zip:before {
    content: "\eb30"
}

.icofont-cycling-alt:before {
    content: "\eb31"
}

.icofont-cycling:before {
    content: "\eb32"
}

.icofont-dumbbell:before {
    content: "\eb33"
}

.icofont-dumbbells:before {
    content: "\eb34"
}

.icofont-gym-alt-1:before {
    content: "\eb35"
}

.icofont-gym-alt-2:before {
    content: "\eb36"
}

.icofont-gym-alt-3:before {
    content: "\eb37"
}

.icofont-gym:before {
    content: "\eb38"
}

.icofont-muscle-weight:before {
    content: "\eb39"
}

.icofont-muscle:before {
    content: "\eb3a"
}

.icofont-apple:before {
    content: "\eb3b"
}

.icofont-arabian-coffee:before {
    content: "\eb3c"
}

.icofont-artichoke:before {
    content: "\eb3d"
}

.icofont-asparagus:before {
    content: "\eb3e"
}

.icofont-avocado:before {
    content: "\eb3f"
}

.icofont-baby-food:before {
    content: "\eb40"
}

.icofont-banana:before {
    content: "\eb41"
}

.icofont-bbq:before {
    content: "\eb42"
}

.icofont-beans:before {
    content: "\eb43"
}

.icofont-beer:before {
    content: "\eb44"
}

.icofont-bell-pepper-capsicum:before {
    content: "\eb45"
}

.icofont-birthday-cake:before {
    content: "\eb46"
}

.icofont-bread:before {
    content: "\eb47"
}

.icofont-broccoli:before {
    content: "\eb48"
}

.icofont-burger:before {
    content: "\eb49"
}

.icofont-cabbage:before {
    content: "\eb4a"
}

.icofont-carrot:before {
    content: "\eb4b"
}

.icofont-cauli-flower:before {
    content: "\eb4c"
}

.icofont-cheese:before {
    content: "\eb4d"
}

.icofont-chef:before {
    content: "\eb4e"
}

.icofont-cherry:before {
    content: "\eb4f"
}

.icofont-chicken-fry:before {
    content: "\eb50"
}

.icofont-chicken:before {
    content: "\eb51"
}

.icofont-cocktail:before {
    content: "\eb52"
}

.icofont-coconut-water:before {
    content: "\eb53"
}

.icofont-coconut:before {
    content: "\eb54"
}

.icofont-coffee-alt:before {
    content: "\eb55"
}

.icofont-coffee-cup:before {
    content: "\eb56"
}

.icofont-coffee-mug:before {
    content: "\eb57"
}

.icofont-coffee-pot:before {
    content: "\eb58"
}

.icofont-cola:before {
    content: "\eb59"
}

.icofont-corn:before {
    content: "\eb5a"
}

.icofont-croissant:before {
    content: "\eb5b"
}

.icofont-crop-plant:before {
    content: "\eb5c"
}

.icofont-cucumber:before {
    content: "\eb5d"
}

.icofont-culinary:before {
    content: "\eb5e"
}

.icofont-cup-cake:before {
    content: "\eb5f"
}

.icofont-dining-table:before {
    content: "\eb60"
}

.icofont-donut:before {
    content: "\eb61"
}

.icofont-egg-plant:before {
    content: "\eb62"
}

.icofont-egg-poached:before {
    content: "\eb63"
}

.icofont-farmer-alt:before {
    content: "\eb64"
}

.icofont-farmer:before {
    content: "\eb65"
}

.icofont-fast-food:before {
    content: "\eb66"
}

.icofont-food-basket:before {
    content: "\eb67"
}

.icofont-food-cart:before {
    content: "\eb68"
}

.icofont-fork-and-knife:before {
    content: "\eb69"
}

.icofont-french-fries:before {
    content: "\eb6a"
}

.icofont-fruits:before {
    content: "\eb6b"
}

.icofont-grapes:before {
    content: "\eb6c"
}

.icofont-honey:before {
    content: "\eb6d"
}

.icofont-hot-dog:before {
    content: "\eb6e"
}

.icofont-ice-cream-alt:before {
    content: "\eb6f"
}

.icofont-ice-cream:before {
    content: "\eb70"
}

.icofont-juice:before {
    content: "\eb71"
}

.icofont-ketchup:before {
    content: "\eb72"
}

.icofont-kiwi:before {
    content: "\eb73"
}

.icofont-layered-cake:before {
    content: "\eb74"
}

.icofont-lemon-alt:before {
    content: "\eb75"
}

.icofont-lemon:before {
    content: "\eb76"
}

.icofont-lobster:before {
    content: "\eb77"
}

.icofont-mango:before {
    content: "\eb78"
}

.icofont-milk:before {
    content: "\eb79"
}

.icofont-mushroom:before {
    content: "\eb7a"
}

.icofont-noodles:before {
    content: "\eb7b"
}

.icofont-onion:before {
    content: "\eb7c"
}

.icofont-orange:before {
    content: "\eb7d"
}

.icofont-pear:before {
    content: "\eb7e"
}

.icofont-peas:before {
    content: "\eb7f"
}

.icofont-pepper:before {
    content: "\eb80"
}

.icofont-pie-alt:before {
    content: "\eb81"
}

.icofont-pie:before {
    content: "\eb82"
}

.icofont-pineapple:before {
    content: "\eb83"
}

.icofont-pizza-slice:before {
    content: "\eb84"
}

.icofont-pizza:before {
    content: "\eb85"
}

.icofont-plant:before {
    content: "\eb86"
}

.icofont-popcorn:before {
    content: "\eb87"
}

.icofont-potato:before {
    content: "\eb88"
}

.icofont-pumpkin:before {
    content: "\eb89"
}

.icofont-raddish:before {
    content: "\eb8a"
}

.icofont-restaurant-menu:before {
    content: "\eb8b"
}

.icofont-restaurant:before {
    content: "\eb8c"
}

.icofont-salt-and-pepper:before {
    content: "\eb8d"
}

.icofont-sandwich:before {
    content: "\eb8e"
}

.icofont-sausage:before {
    content: "\eb8f"
}

.icofont-soft-drinks:before {
    content: "\eb90"
}

.icofont-soup-bowl:before {
    content: "\eb91"
}

.icofont-spoon-and-fork:before {
    content: "\eb92"
}

.icofont-steak:before {
    content: "\eb93"
}

.icofont-strawberry:before {
    content: "\eb94"
}

.icofont-sub-sandwich:before {
    content: "\eb95"
}

.icofont-sushi:before {
    content: "\eb96"
}

.icofont-taco:before {
    content: "\eb97"
}

.icofont-tea-pot:before {
    content: "\eb98"
}

.icofont-tea:before {
    content: "\eb99"
}

.icofont-tomato:before {
    content: "\eb9a"
}

.icofont-watermelon:before {
    content: "\eb9b"
}

.icofont-wheat:before {
    content: "\eb9c"
}

.icofont-baby-backpack:before {
    content: "\eb9d"
}

.icofont-baby-cloth:before {
    content: "\eb9e"
}

.icofont-baby-milk-bottle:before {
    content: "\eb9f"
}

.icofont-baby-trolley:before {
    content: "\eba0"
}

.icofont-baby:before {
    content: "\eba1"
}

.icofont-candy:before {
    content: "\eba2"
}

.icofont-holding-hands:before {
    content: "\eba3"
}

.icofont-infant-nipple:before {
    content: "\eba4"
}

.icofont-kids-scooter:before {
    content: "\eba5"
}

.icofont-safety-pin:before {
    content: "\eba6"
}

.icofont-teddy-bear:before {
    content: "\eba7"
}

.icofont-toy-ball:before {
    content: "\eba8"
}

.icofont-toy-cat:before {
    content: "\eba9"
}

.icofont-toy-duck:before {
    content: "\ebaa"
}

.icofont-toy-elephant:before {
    content: "\ebab"
}

.icofont-toy-hand:before {
    content: "\ebac"
}

.icofont-toy-horse:before {
    content: "\ebad"
}

.icofont-toy-lattu:before {
    content: "\ebae"
}

.icofont-toy-train:before {
    content: "\ebaf"
}

.icofont-burglar:before {
    content: "\ebb0"
}

.icofont-cannon-firing:before {
    content: "\ebb1"
}

.icofont-cc-camera:before {
    content: "\ebb2"
}

.icofont-cop-badge:before {
    content: "\ebb3"
}

.icofont-cop:before {
    content: "\ebb4"
}

.icofont-court-hammer:before {
    content: "\ebb5"
}

.icofont-court:before {
    content: "\ebb6"
}

.icofont-finger-print:before {
    content: "\ebb7"
}

.icofont-gavel:before {
    content: "\ebb8"
}

.icofont-handcuff-alt:before {
    content: "\ebb9"
}

.icofont-handcuff:before {
    content: "\ebba"
}

.icofont-investigation:before {
    content: "\ebbb"
}

.icofont-investigator:before {
    content: "\ebbc"
}

.icofont-jail:before {
    content: "\ebbd"
}

.icofont-judge:before {
    content: "\ebbe"
}

.icofont-law-alt-1:before {
    content: "\ebbf"
}

.icofont-law-alt-2:before {
    content: "\ebc0"
}

.icofont-law-alt-3:before {
    content: "\ebc1"
}

.icofont-law-book:before {
    content: "\ebc2"
}

.icofont-law-document:before {
    content: "\ebc3"
}

.icofont-law-order:before {
    content: "\ebc4"
}

.icofont-law-protect:before {
    content: "\ebc5"
}

.icofont-law-scales:before {
    content: "\ebc6"
}

.icofont-law:before {
    content: "\ebc7"
}

.icofont-lawyer-alt-1:before {
    content: "\ebc8"
}

.icofont-lawyer-alt-2:before {
    content: "\ebc9"
}

.icofont-lawyer:before {
    content: "\ebca"
}

.icofont-legal:before {
    content: "\ebcb"
}

.icofont-pistol:before {
    content: "\ebcc"
}

.icofont-police-badge:before {
    content: "\ebcd"
}

.icofont-police-cap:before {
    content: "\ebce"
}

.icofont-police-car-alt-1:before {
    content: "\ebcf"
}

.icofont-police-car-alt-2:before {
    content: "\ebd0"
}

.icofont-police-car:before {
    content: "\ebd1"
}

.icofont-police-hat:before {
    content: "\ebd2"
}

.icofont-police-van:before {
    content: "\ebd3"
}

.icofont-police:before {
    content: "\ebd4"
}

.icofont-thief-alt:before {
    content: "\ebd5"
}

.icofont-thief:before {
    content: "\ebd6"
}

.icofont-abacus-alt:before {
    content: "\ebd7"
}

.icofont-abacus:before {
    content: "\ebd8"
}

.icofont-angle-180:before {
    content: "\ebd9"
}

.icofont-angle-45:before {
    content: "\ebda"
}

.icofont-angle-90:before {
    content: "\ebdb"
}

.icofont-angle:before {
    content: "\ebdc"
}

.icofont-calculator-alt-1:before {
    content: "\ebdd"
}

.icofont-calculator-alt-2:before {
    content: "\ebde"
}

.icofont-calculator:before {
    content: "\ebdf"
}

.icofont-circle-ruler-alt:before {
    content: "\ebe0"
}

.icofont-circle-ruler:before {
    content: "\ebe1"
}

.icofont-compass-alt-1:before {
    content: "\ebe2"
}

.icofont-compass-alt-2:before {
    content: "\ebe3"
}

.icofont-compass-alt-3:before {
    content: "\ebe4"
}

.icofont-compass-alt-4:before {
    content: "\ebe5"
}

.icofont-golden-ratio:before {
    content: "\ebe6"
}

.icofont-marker-alt-1:before {
    content: "\ebe7"
}

.icofont-marker-alt-2:before {
    content: "\ebe8"
}

.icofont-marker-alt-3:before {
    content: "\ebe9"
}

.icofont-marker:before {
    content: "\ebea"
}

.icofont-math:before {
    content: "\ebeb"
}

.icofont-mathematical-alt-1:before {
    content: "\ebec"
}

.icofont-mathematical-alt-2:before {
    content: "\ebed"
}

.icofont-mathematical:before {
    content: "\ebee"
}

.icofont-pen-alt-1:before {
    content: "\ebef"
}

.icofont-pen-alt-2:before {
    content: "\ebf0"
}

.icofont-pen-alt-3:before {
    content: "\ebf1"
}

.icofont-pen-holder-alt-1:before {
    content: "\ebf2"
}

.icofont-pen-holder:before {
    content: "\ebf3"
}

.icofont-pen:before {
    content: "\ebf4"
}

.icofont-pencil-alt-1:before {
    content: "\ebf5"
}

.icofont-pencil-alt-2:before {
    content: "\ebf6"
}

.icofont-pencil-alt-3:before {
    content: "\ebf7"
}

.icofont-pencil-alt-4:before {
    content: "\ebf8"
}

.icofont-pencil:before {
    content: "\ebf9"
}

.icofont-ruler-alt-1:before {
    content: "\ebfa"
}

.icofont-ruler-alt-2:before {
    content: "\ebfb"
}

.icofont-ruler-compass-alt:before {
    content: "\ebfc"
}

.icofont-ruler-compass:before {
    content: "\ebfd"
}

.icofont-ruler-pencil-alt-1:before {
    content: "\ebfe"
}

.icofont-ruler-pencil-alt-2:before {
    content: "\ebff"
}

.icofont-ruler-pencil:before {
    content: "\ec00"
}

.icofont-ruler:before {
    content: "\ec01"
}

.icofont-rulers-alt:before {
    content: "\ec02"
}

.icofont-rulers:before {
    content: "\ec03"
}

.icofont-square-root:before {
    content: "\ec04"
}

.icofont-ui-calculator:before {
    content: "\ec05"
}

.icofont-aids:before {
    content: "\ec06"
}

.icofont-ambulance-crescent:before {
    content: "\ec07"
}

.icofont-ambulance-cross:before {
    content: "\ec08"
}

.icofont-ambulance:before {
    content: "\ec09"
}

.icofont-autism:before {
    content: "\ec0a"
}

.icofont-bandage:before {
    content: "\ec0b"
}

.icofont-blind:before {
    content: "\ec0c"
}

.icofont-blood-drop:before {
    content: "\ec0d"
}

.icofont-blood-test:before {
    content: "\ec0e"
}

.icofont-blood:before {
    content: "\ec0f"
}

.icofont-brain-alt:before {
    content: "\ec10"
}

.icofont-brain:before {
    content: "\ec11"
}

.icofont-capsule:before {
    content: "\ec12"
}

.icofont-crutch:before {
    content: "\ec13"
}

.icofont-disabled:before {
    content: "\ec14"
}

.icofont-dna-alt-1:before {
    content: "\ec15"
}

.icofont-dna-alt-2:before {
    content: "\ec16"
}

.icofont-dna:before {
    content: "\ec17"
}

.icofont-doctor-alt:before {
    content: "\ec18"
}

.icofont-doctor:before {
    content: "\ec19"
}

.icofont-drug-pack:before {
    content: "\ec1a"
}

.icofont-drug:before {
    content: "\ec1b"
}

.icofont-first-aid-alt:before {
    content: "\ec1c"
}

.icofont-first-aid:before {
    content: "\ec1d"
}

.icofont-heart-beat-alt:before {
    content: "\ec1e"
}

.icofont-heart-beat:before {
    content: "\ec1f"
}

.icofont-heartbeat:before {
    content: "\ec20"
}

.icofont-herbal:before {
    content: "\ec21"
}

.icofont-hospital:before {
    content: "\ec22"
}

.icofont-icu:before {
    content: "\ec23"
}

.icofont-injection-syringe:before {
    content: "\ec24"
}

.icofont-laboratory:before {
    content: "\ec25"
}

.icofont-medical-sign-alt:before {
    content: "\ec26"
}

.icofont-medical-sign:before {
    content: "\ec27"
}

.icofont-nurse-alt:before {
    content: "\ec28"
}

.icofont-nurse:before {
    content: "\ec29"
}

.icofont-nursing-home:before {
    content: "\ec2a"
}

.icofont-operation-theater:before {
    content: "\ec2b"
}

.icofont-paralysis-disability:before {
    content: "\ec2c"
}

.icofont-patient-bed:before {
    content: "\ec2d"
}

.icofont-patient-file:before {
    content: "\ec2e"
}

.icofont-pills:before {
    content: "\ec2f"
}

.icofont-prescription:before {
    content: "\ec30"
}

.icofont-pulse:before {
    content: "\ec31"
}

.icofont-stethoscope-alt:before {
    content: "\ec32"
}

.icofont-stethoscope:before {
    content: "\ec33"
}

.icofont-stretcher:before {
    content: "\ec34"
}

.icofont-surgeon-alt:before {
    content: "\ec35"
}

.icofont-surgeon:before {
    content: "\ec36"
}

.icofont-tablets:before {
    content: "\ec37"
}

.icofont-test-bottle:before {
    content: "\ec38"
}

.icofont-test-tube:before {
    content: "\ec39"
}

.icofont-thermometer-alt:before {
    content: "\ec3a"
}

.icofont-thermometer:before {
    content: "\ec3b"
}

.icofont-tooth:before {
    content: "\ec3c"
}

.icofont-xray:before {
    content: "\ec3d"
}

.icofont-ui-add:before {
    content: "\ec3e"
}

.icofont-ui-alarm:before {
    content: "\ec3f"
}

.icofont-ui-battery:before {
    content: "\ec40"
}

.icofont-ui-block:before {
    content: "\ec41"
}

.icofont-ui-bluetooth:before {
    content: "\ec42"
}

.icofont-ui-brightness:before {
    content: "\ec43"
}

.icofont-ui-browser:before {
    content: "\ec44"
}

.icofont-ui-calendar:before {
    content: "\ec45"
}

.icofont-ui-call:before {
    content: "\ec46"
}

.icofont-ui-camera:before {
    content: "\ec47"
}

.icofont-ui-cart:before {
    content: "\ec48"
}

.icofont-ui-cell-phone:before {
    content: "\ec49"
}

.icofont-ui-chat:before {
    content: "\ec4a"
}

.icofont-ui-check:before {
    content: "\ec4b"
}

.icofont-ui-clip-board:before {
    content: "\ec4c"
}

.icofont-ui-clip:before {
    content: "\ec4d"
}

.icofont-ui-clock:before {
    content: "\ec4e"
}

.icofont-ui-close:before {
    content: "\ec4f"
}

.icofont-ui-contact-list:before {
    content: "\ec50"
}

.icofont-ui-copy:before {
    content: "\ec51"
}

.icofont-ui-cut:before {
    content: "\ec52"
}

.icofont-ui-delete:before {
    content: "\ec53"
}

.icofont-ui-dial-phone:before {
    content: "\ec54"
}

.icofont-ui-edit:before {
    content: "\ec55"
}

.icofont-ui-email:before {
    content: "\ec56"
}

.icofont-ui-file:before {
    content: "\ec57"
}

.icofont-ui-fire-wall:before {
    content: "\ec58"
}

.icofont-ui-flash-light:before {
    content: "\ec59"
}

.icofont-ui-flight:before {
    content: "\ec5a"
}

.icofont-ui-folder:before {
    content: "\ec5b"
}

.icofont-ui-game:before {
    content: "\ec5c"
}

.icofont-ui-handicapped:before {
    content: "\ec5d"
}

.icofont-ui-home:before {
    content: "\ec5e"
}

.icofont-ui-image:before {
    content: "\ec5f"
}

.icofont-ui-laoding:before {
    content: "\ec60"
}

.icofont-ui-lock:before {
    content: "\ec61"
}

.icofont-ui-love-add:before {
    content: "\ec62"
}

.icofont-ui-love-broken:before {
    content: "\ec63"
}

.icofont-ui-love-remove:before {
    content: "\ec64"
}

.icofont-ui-love:before {
    content: "\ec65"
}

.icofont-ui-map:before {
    content: "\ec66"
}

.icofont-ui-message:before {
    content: "\ec67"
}

.icofont-ui-messaging:before {
    content: "\ec68"
}

.icofont-ui-movie:before {
    content: "\ec69"
}

.icofont-ui-music-player:before {
    content: "\ec6a"
}

.icofont-ui-music:before {
    content: "\ec6b"
}

.icofont-ui-mute:before {
    content: "\ec6c"
}

.icofont-ui-network:before {
    content: "\ec6d"
}

.icofont-ui-next:before {
    content: "\ec6e"
}

.icofont-ui-note:before {
    content: "\ec6f"
}

.icofont-ui-office:before {
    content: "\ec70"
}

.icofont-ui-password:before {
    content: "\ec71"
}

.icofont-ui-pause:before {
    content: "\ec72"
}

.icofont-ui-play-stop:before {
    content: "\ec73"
}

.icofont-ui-play:before {
    content: "\ec74"
}

.icofont-ui-pointer:before {
    content: "\ec75"
}

.icofont-ui-power:before {
    content: "\ec76"
}

.icofont-ui-press:before {
    content: "\ec77"
}

.icofont-ui-previous:before {
    content: "\ec78"
}

.icofont-ui-rate-add:before {
    content: "\ec79"
}

.icofont-ui-rate-blank:before {
    content: "\ec7a"
}

.icofont-ui-rate-remove:before {
    content: "\ec7b"
}

.icofont-ui-rating:before {
    content: "\ec7c"
}

.icofont-ui-record:before {
    content: "\ec7d"
}

.icofont-ui-remove:before {
    content: "\ec7e"
}

.icofont-ui-reply:before {
    content: "\ec7f"
}

.icofont-ui-rotation:before {
    content: "\ec80"
}

.icofont-ui-rss:before {
    content: "\ec81"
}

.icofont-ui-search:before {
    content: "\ec82"
}

.icofont-ui-settings:before {
    content: "\ec83"
}

.icofont-ui-social-link:before {
    content: "\ec84"
}

.icofont-ui-tag:before {
    content: "\ec85"
}

.icofont-ui-text-chat:before {
    content: "\ec86"
}

.icofont-ui-text-loading:before {
    content: "\ec87"
}

.icofont-ui-theme:before {
    content: "\ec88"
}

.icofont-ui-timer:before {
    content: "\ec89"
}

.icofont-ui-touch-phone:before {
    content: "\ec8a"
}

.icofont-ui-travel:before {
    content: "\ec8b"
}

.icofont-ui-unlock:before {
    content: "\ec8c"
}

.icofont-ui-user-group:before {
    content: "\ec8d"
}

.icofont-ui-user:before {
    content: "\ec8e"
}

.icofont-ui-v-card:before {
    content: "\ec8f"
}

.icofont-ui-video-chat:before {
    content: "\ec90"
}

.icofont-ui-video-message:before {
    content: "\ec91"
}

.icofont-ui-video-play:before {
    content: "\ec92"
}

.icofont-ui-video:before {
    content: "\ec93"
}

.icofont-ui-volume:before {
    content: "\ec94"
}

.icofont-ui-weather:before {
    content: "\ec95"
}

.icofont-ui-wifi:before {
    content: "\ec96"
}

.icofont-ui-zoom-in:before {
    content: "\ec97"
}

.icofont-ui-zoom-out:before {
    content: "\ec98"
}

.icofont-cassette-player:before {
    content: "\ec99"
}

.icofont-cassette:before {
    content: "\ec9a"
}

.icofont-forward:before {
    content: "\ec9b"
}

.icofont-guiter:before {
    content: "\ec9c"
}

.icofont-movie:before {
    content: "\ec9d"
}

.icofont-multimedia:before {
    content: "\ec9e"
}

.icofont-music-alt:before {
    content: "\ec9f"
}

.icofont-music-disk:before {
    content: "\eca0"
}

.icofont-music-note:before {
    content: "\eca1"
}

.icofont-music-notes:before {
    content: "\eca2"
}

.icofont-music:before {
    content: "\eca3"
}

.icofont-mute-volume:before {
    content: "\eca4"
}

.icofont-pause:before {
    content: "\eca5"
}

.icofont-play-alt-1:before {
    content: "\eca6"
}

.icofont-play-alt-2:before {
    content: "\eca7"
}

.icofont-play-alt-3:before {
    content: "\eca8"
}

.icofont-play-pause:before {
    content: "\eca9"
}

.icofont-play:before {
    content: "\ecaa"
}

.icofont-record:before {
    content: "\ecab"
}

.icofont-retro-music-disk:before {
    content: "\ecac"
}

.icofont-rewind:before {
    content: "\ecad"
}

.icofont-song-notes:before {
    content: "\ecae"
}

.icofont-sound-wave-alt:before {
    content: "\ecaf"
}

.icofont-sound-wave:before {
    content: "\ecb0"
}

.icofont-stop:before {
    content: "\ecb1"
}

.icofont-video-alt:before {
    content: "\ecb2"
}

.icofont-video-cam:before {
    content: "\ecb3"
}

.icofont-video-clapper:before {
    content: "\ecb4"
}

.icofont-video:before {
    content: "\ecb5"
}

.icofont-volume-bar:before {
    content: "\ecb6"
}

.icofont-volume-down:before {
    content: "\ecb7"
}

.icofont-volume-mute:before {
    content: "\ecb8"
}

.icofont-volume-off:before {
    content: "\ecb9"
}

.icofont-volume-up:before {
    content: "\ecba"
}

.icofont-youtube-play:before {
    content: "\ecbb"
}

.icofont-2checkout-alt:before {
    content: "\ecbc"
}

.icofont-2checkout:before {
    content: "\ecbd"
}

.icofont-amazon-alt:before {
    content: "\ecbe"
}

.icofont-amazon:before {
    content: "\ecbf"
}

.icofont-american-express-alt:before {
    content: "\ecc0"
}

.icofont-american-express:before {
    content: "\ecc1"
}

.icofont-apple-pay-alt:before {
    content: "\ecc2"
}

.icofont-apple-pay:before {
    content: "\ecc3"
}

.icofont-bank-transfer-alt:before {
    content: "\ecc4"
}

.icofont-bank-transfer:before {
    content: "\ecc5"
}

.icofont-braintree-alt:before {
    content: "\ecc6"
}

.icofont-braintree:before {
    content: "\ecc7"
}

.icofont-cash-on-delivery-alt:before {
    content: "\ecc8"
}

.icofont-cash-on-delivery:before {
    content: "\ecc9"
}

.icofont-diners-club-alt-1:before {
    content: "\ecca"
}

.icofont-diners-club-alt-2:before {
    content: "\eccb"
}

.icofont-diners-club-alt-3:before {
    content: "\eccc"
}

.icofont-diners-club:before {
    content: "\eccd"
}

.icofont-discover-alt:before {
    content: "\ecce"
}

.icofont-discover:before {
    content: "\eccf"
}

.icofont-eway-alt:before {
    content: "\ecd0"
}

.icofont-eway:before {
    content: "\ecd1"
}

.icofont-google-wallet-alt-1:before {
    content: "\ecd2"
}

.icofont-google-wallet-alt-2:before {
    content: "\ecd3"
}

.icofont-google-wallet-alt-3:before {
    content: "\ecd4"
}

.icofont-google-wallet:before {
    content: "\ecd5"
}

.icofont-jcb-alt:before {
    content: "\ecd6"
}

.icofont-jcb:before {
    content: "\ecd7"
}

.icofont-maestro-alt:before {
    content: "\ecd8"
}

.icofont-maestro:before {
    content: "\ecd9"
}

.icofont-mastercard-alt:before {
    content: "\ecda"
}

.icofont-mastercard:before {
    content: "\ecdb"
}

.icofont-payoneer-alt:before {
    content: "\ecdc"
}

.icofont-payoneer:before {
    content: "\ecdd"
}

.icofont-paypal-alt:before {
    content: "\ecde"
}

.icofont-paypal:before {
    content: "\ecdf"
}

.icofont-sage-alt:before {
    content: "\ece0"
}

.icofont-sage:before {
    content: "\ece1"
}

.icofont-skrill-alt:before {
    content: "\ece2"
}

.icofont-skrill:before {
    content: "\ece3"
}

.icofont-stripe-alt:before {
    content: "\ece4"
}

.icofont-stripe:before {
    content: "\ece5"
}

.icofont-visa-alt:before {
    content: "\ece6"
}

.icofont-visa-electron:before {
    content: "\ece7"
}

.icofont-visa:before {
    content: "\ece8"
}

.icofont-western-union-alt:before {
    content: "\ece9"
}

.icofont-western-union:before {
    content: "\ecea"
}

.icofont-boy:before {
    content: "\eceb"
}

.icofont-business-man-alt-1:before {
    content: "\ecec"
}

.icofont-business-man-alt-2:before {
    content: "\eced"
}

.icofont-business-man-alt-3:before {
    content: "\ecee"
}

.icofont-business-man:before {
    content: "\ecef"
}

.icofont-female:before {
    content: "\ecf0"
}

.icofont-funky-man:before {
    content: "\ecf1"
}

.icofont-girl-alt:before {
    content: "\ecf2"
}

.icofont-girl:before {
    content: "\ecf3"
}

.icofont-group:before {
    content: "\ecf4"
}

.icofont-hotel-boy-alt:before {
    content: "\ecf5"
}

.icofont-hotel-boy:before {
    content: "\ecf6"
}

.icofont-kid:before {
    content: "\ecf7"
}

.icofont-man-in-glasses:before {
    content: "\ecf8"
}

.icofont-people:before {
    content: "\ecf9"
}

.icofont-support:before {
    content: "\ecfa"
}

.icofont-user-alt-1:before {
    content: "\ecfb"
}

.icofont-user-alt-2:before {
    content: "\ecfc"
}

.icofont-user-alt-3:before {
    content: "\ecfd"
}

.icofont-user-alt-4:before {
    content: "\ecfe"
}

.icofont-user-alt-5:before {
    content: "\ecff"
}

.icofont-user-alt-6:before {
    content: "\ed00"
}

.icofont-user-alt-7:before {
    content: "\ed01"
}

.icofont-user-female:before {
    content: "\ed02"
}

.icofont-user-male:before {
    content: "\ed03"
}

.icofont-user-suited:before {
    content: "\ed04"
}

.icofont-user:before {
    content: "\ed05"
}

.icofont-users-alt-1:before {
    content: "\ed06"
}

.icofont-users-alt-2:before {
    content: "\ed07"
}

.icofont-users-alt-3:before {
    content: "\ed08"
}

.icofont-users-alt-4:before {
    content: "\ed09"
}

.icofont-users-alt-5:before {
    content: "\ed0a"
}

.icofont-users-alt-6:before {
    content: "\ed0b"
}

.icofont-users-social:before {
    content: "\ed0c"
}

.icofont-users:before {
    content: "\ed0d"
}

.icofont-waiter-alt:before {
    content: "\ed0e"
}

.icofont-waiter:before {
    content: "\ed0f"
}

.icofont-woman-in-glasses:before {
    content: "\ed10"
}

.icofont-search-1:before {
    content: "\ed11"
}

.icofont-search-2:before {
    content: "\ed12"
}

.icofont-search-document:before {
    content: "\ed13"
}

.icofont-search-folder:before {
    content: "\ed14"
}

.icofont-search-job:before {
    content: "\ed15"
}

.icofont-search-map:before {
    content: "\ed16"
}

.icofont-search-property:before {
    content: "\ed17"
}

.icofont-search-restaurant:before {
    content: "\ed18"
}

.icofont-search-stock:before {
    content: "\ed19"
}

.icofont-search-user:before {
    content: "\ed1a"
}

.icofont-search:before {
    content: "\ed1b"
}

.icofont-500px:before {
    content: "\ed1c"
}

.icofont-aim:before {
    content: "\ed1d"
}

.icofont-badoo:before {
    content: "\ed1e"
}

.icofont-baidu-tieba:before {
    content: "\ed1f"
}

.icofont-bbm-messenger:before {
    content: "\ed20"
}

.icofont-bebo:before {
    content: "\ed21"
}

.icofont-behance:before {
    content: "\ed22"
}

.icofont-blogger:before {
    content: "\ed23"
}

.icofont-bootstrap:before {
    content: "\ed24"
}

.icofont-brightkite:before {
    content: "\ed25"
}

.icofont-cloudapp:before {
    content: "\ed26"
}

.icofont-concrete5:before {
    content: "\ed27"
}

.icofont-delicious:before {
    content: "\ed28"
}

.icofont-designbump:before {
    content: "\ed29"
}

.icofont-designfloat:before {
    content: "\ed2a"
}

.icofont-deviantart:before {
    content: "\ed2b"
}

.icofont-digg:before {
    content: "\ed2c"
}

.icofont-dotcms:before {
    content: "\ed2d"
}

.icofont-dribbble:before {
    content: "\ed2e"
}

.icofont-dribble:before {
    content: "\ed2f"
}

.icofont-dropbox:before {
    content: "\ed30"
}

.icofont-ebuddy:before {
    content: "\ed31"
}

.icofont-ello:before {
    content: "\ed32"
}

.icofont-ember:before {
    content: "\ed33"
}

.icofont-envato:before {
    content: "\ed34"
}

.icofont-evernote:before {
    content: "\ed35"
}

.icofont-facebook-messenger:before {
    content: "\ed36"
}

.icofont-facebook:before {
    content: "\ed37"
}

.icofont-feedburner:before {
    content: "\ed38"
}

.icofont-flikr:before {
    content: "\ed39"
}

.icofont-folkd:before {
    content: "\ed3a"
}

.icofont-foursquare:before {
    content: "\ed3b"
}

.icofont-friendfeed:before {
    content: "\ed3c"
}

.icofont-ghost:before {
    content: "\ed3d"
}

.icofont-github:before {
    content: "\ed3e"
}

.icofont-gnome:before {
    content: "\ed3f"
}

.icofont-google-buzz:before {
    content: "\ed40"
}

.icofont-google-hangouts:before {
    content: "\ed41"
}

.icofont-google-map:before {
    content: "\ed42"
}

.icofont-google-plus:before {
    content: "\ed43"
}

.icofont-google-talk:before {
    content: "\ed44"
}

.icofont-hype-machine:before {
    content: "\ed45"
}

.icofont-instagram:before {
    content: "\ed46"
}

.icofont-kakaotalk:before {
    content: "\ed47"
}

.icofont-kickstarter:before {
    content: "\ed48"
}

.icofont-kik:before {
    content: "\ed49"
}

.icofont-kiwibox:before {
    content: "\ed4a"
}

.icofont-line-messenger:before {
    content: "\ed4b"
}

.icofont-line:before {
    content: "\ed4c"
}

.icofont-linkedin:before {
    content: "\ed4d"
}

.icofont-linux-mint:before {
    content: "\ed4e"
}

.icofont-live-messenger:before {
    content: "\ed4f"
}

.icofont-livejournal:before {
    content: "\ed50"
}

.icofont-magento:before {
    content: "\ed51"
}

.icofont-meetme:before {
    content: "\ed52"
}

.icofont-meetup:before {
    content: "\ed53"
}

.icofont-mixx:before {
    content: "\ed54"
}

.icofont-newsvine:before {
    content: "\ed55"
}

.icofont-nimbuss:before {
    content: "\ed56"
}

.icofont-odnoklassniki:before {
    content: "\ed57"
}

.icofont-opencart:before {
    content: "\ed58"
}

.icofont-oscommerce:before {
    content: "\ed59"
}

.icofont-pandora:before {
    content: "\ed5a"
}

.icofont-photobucket:before {
    content: "\ed5b"
}

.icofont-picasa:before {
    content: "\ed5c"
}

.icofont-pinterest:before {
    content: "\ed5d"
}

.icofont-prestashop:before {
    content: "\ed5e"
}

.icofont-qik:before {
    content: "\ed5f"
}

.icofont-qq:before {
    content: "\ed60"
}

.icofont-readernaut:before {
    content: "\ed61"
}

.icofont-reddit:before {
    content: "\ed62"
}

.icofont-renren:before {
    content: "\ed63"
}

.icofont-rss:before {
    content: "\ed64"
}

.icofont-shopify:before {
    content: "\ed65"
}

.icofont-silverstripe:before {
    content: "\ed66"
}

.icofont-skype:before {
    content: "\ed67"
}

.icofont-slack:before {
    content: "\ed68"
}

.icofont-slashdot:before {
    content: "\ed69"
}

.icofont-slidshare:before {
    content: "\ed6a"
}

.icofont-smugmug:before {
    content: "\ed6b"
}

.icofont-snapchat:before {
    content: "\ed6c"
}

.icofont-soundcloud:before {
    content: "\ed6d"
}

.icofont-spotify:before {
    content: "\ed6e"
}

.icofont-stack-exchange:before {
    content: "\ed6f"
}

.icofont-stack-overflow:before {
    content: "\ed70"
}

.icofont-steam:before {
    content: "\ed71"
}

.icofont-stumbleupon:before {
    content: "\ed72"
}

.icofont-tagged:before {
    content: "\ed73"
}

.icofont-technorati:before {
    content: "\ed74"
}

.icofont-telegram:before {
    content: "\ed75"
}

.icofont-tinder:before {
    content: "\ed76"
}

.icofont-trello:before {
    content: "\ed77"
}

.icofont-tumblr:before {
    content: "\ed78"
}

.icofont-twitch:before {
    content: "\ed79"
}

.icofont-twitter:before {
    content: "\ed7a"
}

.icofont-typo3:before {
    content: "\ed7b"
}

.icofont-ubercart:before {
    content: "\ed7c"
}

.icofont-viber:before {
    content: "\ed7d"
}

.icofont-viddler:before {
    content: "\ed7e"
}

.icofont-vimeo:before {
    content: "\ed7f"
}

.icofont-vine:before {
    content: "\ed80"
}

.icofont-virb:before {
    content: "\ed81"
}

.icofont-virtuemart:before {
    content: "\ed82"
}

.icofont-vk:before {
    content: "\ed83"
}

.icofont-wechat:before {
    content: "\ed84"
}

.icofont-weibo:before {
    content: "\ed85"
}

.icofont-whatsapp:before {
    content: "\ed86"
}

.icofont-xing:before {
    content: "\ed87"
}

.icofont-yahoo:before {
    content: "\ed88"
}

.icofont-yelp:before {
    content: "\ed89"
}

.icofont-youku:before {
    content: "\ed8a"
}

.icofont-youtube:before {
    content: "\ed8b"
}

.icofont-zencart:before {
    content: "\ed8c"
}

.icofont-badminton-birdie:before {
    content: "\ed8d"
}

.icofont-baseball:before {
    content: "\ed8e"
}

.icofont-baseballer:before {
    content: "\ed8f"
}

.icofont-basketball-hoop:before {
    content: "\ed90"
}

.icofont-basketball:before {
    content: "\ed91"
}

.icofont-billiard-ball:before {
    content: "\ed92"
}

.icofont-boot-alt-1:before {
    content: "\ed93"
}

.icofont-boot-alt-2:before {
    content: "\ed94"
}

.icofont-boot:before {
    content: "\ed95"
}

.icofont-bowling-alt:before {
    content: "\ed96"
}

.icofont-bowling:before {
    content: "\ed97"
}

.icofont-canoe:before {
    content: "\ed98"
}

.icofont-cheer-leader:before {
    content: "\ed99"
}

.icofont-climbing:before {
    content: "\ed9a"
}

.icofont-corner:before {
    content: "\ed9b"
}

.icofont-field-alt:before {
    content: "\ed9c"
}

.icofont-field:before {
    content: "\ed9d"
}

.icofont-football-alt:before {
    content: "\ed9e"
}

.icofont-football-american:before {
    content: "\ed9f"
}

.icofont-football:before {
    content: "\eda0"
}

.icofont-foul:before {
    content: "\eda1"
}

.icofont-goal-keeper:before {
    content: "\eda2"
}

.icofont-goal:before {
    content: "\eda3"
}

.icofont-golf-alt:before {
    content: "\eda4"
}

.icofont-golf-bag:before {
    content: "\eda5"
}

.icofont-golf-cart:before {
    content: "\eda6"
}

.icofont-golf-field:before {
    content: "\eda7"
}

.icofont-golf:before {
    content: "\eda8"
}

.icofont-golfer:before {
    content: "\eda9"
}

.icofont-helmet:before {
    content: "\edaa"
}

.icofont-hockey-alt:before {
    content: "\edab"
}

.icofont-hockey:before {
    content: "\edac"
}

.icofont-ice-skate:before {
    content: "\edad"
}

.icofont-jersey-alt:before {
    content: "\edae"
}

.icofont-jersey:before {
    content: "\edaf"
}

.icofont-jumping:before {
    content: "\edb0"
}

.icofont-kick:before {
    content: "\edb1"
}

.icofont-leg:before {
    content: "\edb2"
}

.icofont-match-review:before {
    content: "\edb3"
}

.icofont-medal-sport:before {
    content: "\edb4"
}

.icofont-offside:before {
    content: "\edb5"
}

.icofont-olympic-logo:before {
    content: "\edb6"
}

.icofont-olympic:before {
    content: "\edb7"
}

.icofont-padding:before {
    content: "\edb8"
}

.icofont-penalty-card:before {
    content: "\edb9"
}

.icofont-racer:before {
    content: "\edba"
}

.icofont-racing-car:before {
    content: "\edbb"
}

.icofont-racing-flag-alt:before {
    content: "\edbc"
}

.icofont-racing-flag:before {
    content: "\edbd"
}

.icofont-racings-wheel:before {
    content: "\edbe"
}

.icofont-referee:before {
    content: "\edbf"
}

.icofont-refree-jersey:before {
    content: "\edc0"
}

.icofont-result-sport:before {
    content: "\edc1"
}

.icofont-rugby-ball:before {
    content: "\edc2"
}

.icofont-rugby-player:before {
    content: "\edc3"
}

.icofont-rugby:before {
    content: "\edc4"
}

.icofont-runner-alt-1:before {
    content: "\edc5"
}

.icofont-runner-alt-2:before {
    content: "\edc6"
}

.icofont-runner:before {
    content: "\edc7"
}

.icofont-score-board:before {
    content: "\edc8"
}

.icofont-skiing-man:before {
    content: "\edc9"
}

.icofont-skydiving-goggles:before {
    content: "\edca"
}

.icofont-snow-mobile:before {
    content: "\edcb"
}

.icofont-steering:before {
    content: "\edcc"
}

.icofont-stopwatch:before {
    content: "\edcd"
}

.icofont-substitute:before {
    content: "\edce"
}

.icofont-swimmer:before {
    content: "\edcf"
}

.icofont-table-tennis:before {
    content: "\edd0"
}

.icofont-team-alt:before {
    content: "\edd1"
}

.icofont-team:before {
    content: "\edd2"
}

.icofont-tennis-player:before {
    content: "\edd3"
}

.icofont-tennis:before {
    content: "\edd4"
}

.icofont-tracking:before {
    content: "\edd5"
}

.icofont-trophy-alt:before {
    content: "\edd6"
}

.icofont-trophy:before {
    content: "\edd7"
}

.icofont-volleyball-alt:before {
    content: "\edd8"
}

.icofont-volleyball-fire:before {
    content: "\edd9"
}

.icofont-volleyball:before {
    content: "\edda"
}

.icofont-water-bottle:before {
    content: "\eddb"
}

.icofont-whistle-alt:before {
    content: "\eddc"
}

.icofont-whistle:before {
    content: "\eddd"
}

.icofont-win-trophy:before {
    content: "\edde"
}

.icofont-align-center:before {
    content: "\eddf"
}

.icofont-align-left:before {
    content: "\ede0"
}

.icofont-align-right:before {
    content: "\ede1"
}

.icofont-all-caps:before {
    content: "\ede2"
}

.icofont-bold:before {
    content: "\ede3"
}

.icofont-brush:before {
    content: "\ede4"
}

.icofont-clip-board:before {
    content: "\ede5"
}

.icofont-code-alt:before {
    content: "\ede6"
}

.icofont-color-bucket:before {
    content: "\ede7"
}

.icofont-color-picker:before {
    content: "\ede8"
}

.icofont-copy-invert:before {
    content: "\ede9"
}

.icofont-copy:before {
    content: "\edea"
}

.icofont-cut:before {
    content: "\edeb"
}

.icofont-delete-alt:before {
    content: "\edec"
}

.icofont-edit-alt:before {
    content: "\eded"
}

.icofont-eraser-alt:before {
    content: "\edee"
}

.icofont-font:before {
    content: "\edef"
}

.icofont-heading:before {
    content: "\edf0"
}

.icofont-indent:before {
    content: "\edf1"
}

.icofont-italic-alt:before {
    content: "\edf2"
}

.icofont-italic:before {
    content: "\edf3"
}

.icofont-justify-all:before {
    content: "\edf4"
}

.icofont-justify-center:before {
    content: "\edf5"
}

.icofont-justify-left:before {
    content: "\edf6"
}

.icofont-justify-right:before {
    content: "\edf7"
}

.icofont-link-broken:before {
    content: "\edf8"
}

.icofont-outdent:before {
    content: "\edf9"
}

.icofont-paper-clip:before {
    content: "\edfa"
}

.icofont-paragraph:before {
    content: "\edfb"
}

.icofont-pin:before {
    content: "\edfc"
}

.icofont-printer:before {
    content: "\edfd"
}

.icofont-redo:before {
    content: "\edfe"
}

.icofont-rotation:before {
    content: "\edff"
}

.icofont-save:before {
    content: "\ee00"
}

.icofont-small-cap:before {
    content: "\ee01"
}

.icofont-strike-through:before {
    content: "\ee02"
}

.icofont-sub-listing:before {
    content: "\ee03"
}

.icofont-subscript:before {
    content: "\ee04"
}

.icofont-superscript:before {
    content: "\ee05"
}

.icofont-table:before {
    content: "\ee06"
}

.icofont-text-height:before {
    content: "\ee07"
}

.icofont-text-width:before {
    content: "\ee08"
}

.icofont-trash:before {
    content: "\ee09"
}

.icofont-underline:before {
    content: "\ee0a"
}

.icofont-undo:before {
    content: "\ee0b"
}

.icofont-air-balloon:before {
    content: "\ee0c"
}

.icofont-airplane-alt:before {
    content: "\ee0d"
}

.icofont-airplane:before {
    content: "\ee0e"
}

.icofont-articulated-truck:before {
    content: "\ee0f"
}

.icofont-auto-mobile:before {
    content: "\ee10"
}

.icofont-auto-rickshaw:before {
    content: "\ee11"
}

.icofont-bicycle-alt-1:before {
    content: "\ee12"
}

.icofont-bicycle-alt-2:before {
    content: "\ee13"
}

.icofont-bicycle:before {
    content: "\ee14"
}

.icofont-bus-alt-1:before {
    content: "\ee15"
}

.icofont-bus-alt-2:before {
    content: "\ee16"
}

.icofont-bus-alt-3:before {
    content: "\ee17"
}

.icofont-bus:before {
    content: "\ee18"
}

.icofont-cab:before {
    content: "\ee19"
}

.icofont-cable-car:before {
    content: "\ee1a"
}

.icofont-car-alt-1:before {
    content: "\ee1b"
}

.icofont-car-alt-2:before {
    content: "\ee1c"
}

.icofont-car-alt-3:before {
    content: "\ee1d"
}

.icofont-car-alt-4:before {
    content: "\ee1e"
}

.icofont-car:before {
    content: "\ee1f"
}

.icofont-delivery-time:before {
    content: "\ee20"
}

.icofont-fast-delivery:before {
    content: "\ee21"
}

.icofont-fire-truck-alt:before {
    content: "\ee22"
}

.icofont-fire-truck:before {
    content: "\ee23"
}

.icofont-free-delivery:before {
    content: "\ee24"
}

.icofont-helicopter:before {
    content: "\ee25"
}

.icofont-motor-bike-alt:before {
    content: "\ee26"
}

.icofont-motor-bike:before {
    content: "\ee27"
}

.icofont-motor-biker:before {
    content: "\ee28"
}

.icofont-oil-truck:before {
    content: "\ee29"
}

.icofont-rickshaw:before {
    content: "\ee2a"
}

.icofont-rocket-alt-1:before {
    content: "\ee2b"
}

.icofont-rocket-alt-2:before {
    content: "\ee2c"
}

.icofont-rocket:before {
    content: "\ee2d"
}

.icofont-sail-boat-alt-1:before {
    content: "\ee2e"
}

.icofont-sail-boat-alt-2:before {
    content: "\ee2f"
}

.icofont-sail-boat:before {
    content: "\ee30"
}

.icofont-scooter:before {
    content: "\ee31"
}

.icofont-sea-plane:before {
    content: "\ee32"
}

.icofont-ship-alt:before {
    content: "\ee33"
}

.icofont-ship:before {
    content: "\ee34"
}

.icofont-speed-boat:before {
    content: "\ee35"
}

.icofont-taxi:before {
    content: "\ee36"
}

.icofont-tractor:before {
    content: "\ee37"
}

.icofont-train-line:before {
    content: "\ee38"
}

.icofont-train-steam:before {
    content: "\ee39"
}

.icofont-tram:before {
    content: "\ee3a"
}

.icofont-truck-alt:before {
    content: "\ee3b"
}

.icofont-truck-loaded:before {
    content: "\ee3c"
}

.icofont-truck:before {
    content: "\ee3d"
}

.icofont-van-alt:before {
    content: "\ee3e"
}

.icofont-van:before {
    content: "\ee3f"
}

.icofont-yacht:before {
    content: "\ee40"
}

.icofont-5-star-hotel:before {
    content: "\ee41"
}

.icofont-air-ticket:before {
    content: "\ee42"
}

.icofont-beach-bed:before {
    content: "\ee43"
}

.icofont-beach:before {
    content: "\ee44"
}

.icofont-camping-vest:before {
    content: "\ee45"
}

.icofont-direction-sign:before {
    content: "\ee46"
}

.icofont-hill-side:before {
    content: "\ee47"
}

.icofont-hill:before {
    content: "\ee48"
}

.icofont-hotel:before {
    content: "\ee49"
}

.icofont-island-alt:before {
    content: "\ee4a"
}

.icofont-island:before {
    content: "\ee4b"
}

.icofont-sandals-female:before {
    content: "\ee4c"
}

.icofont-sandals-male:before {
    content: "\ee4d"
}

.icofont-travelling:before {
    content: "\ee4e"
}

.icofont-breakdown:before {
    content: "\ee4f"
}

.icofont-celsius:before {
    content: "\ee50"
}

.icofont-clouds:before {
    content: "\ee51"
}

.icofont-cloudy:before {
    content: "\ee52"
}

.icofont-dust:before {
    content: "\ee53"
}

.icofont-eclipse:before {
    content: "\ee54"
}

.icofont-fahrenheit:before {
    content: "\ee55"
}

.icofont-forest-fire:before {
    content: "\ee56"
}

.icofont-full-night:before {
    content: "\ee57"
}

.icofont-full-sunny:before {
    content: "\ee58"
}

.icofont-hail-night:before {
    content: "\ee59"
}

.icofont-hail-rainy-night:before {
    content: "\ee5a"
}

.icofont-hail-rainy-sunny:before {
    content: "\ee5b"
}

.icofont-hail-rainy:before {
    content: "\ee5c"
}

.icofont-hail-sunny:before {
    content: "\ee5d"
}

.icofont-hail-thunder-night:before {
    content: "\ee5e"
}

.icofont-hail-thunder-sunny:before {
    content: "\ee5f"
}

.icofont-hail-thunder:before {
    content: "\ee60"
}

.icofont-hail:before {
    content: "\ee61"
}

.icofont-hill-night:before {
    content: "\ee62"
}

.icofont-hill-sunny:before {
    content: "\ee63"
}

.icofont-hurricane:before {
    content: "\ee64"
}

.icofont-meteor:before {
    content: "\ee65"
}

.icofont-night:before {
    content: "\ee66"
}

.icofont-rainy-night:before {
    content: "\ee67"
}

.icofont-rainy-sunny:before {
    content: "\ee68"
}

.icofont-rainy-thunder:before {
    content: "\ee69"
}

.icofont-rainy:before {
    content: "\ee6a"
}

.icofont-snow-alt:before {
    content: "\ee6b"
}

.icofont-snow-flake:before {
    content: "\ee6c"
}

.icofont-snow-temp:before {
    content: "\ee6d"
}

.icofont-snow:before {
    content: "\ee6e"
}

.icofont-snowy-hail:before {
    content: "\ee6f"
}

.icofont-snowy-night-hail:before {
    content: "\ee70"
}

.icofont-snowy-night-rainy:before {
    content: "\ee71"
}

.icofont-snowy-night:before {
    content: "\ee72"
}

.icofont-snowy-rainy:before {
    content: "\ee73"
}

.icofont-snowy-sunny-hail:before {
    content: "\ee74"
}

.icofont-snowy-sunny-rainy:before {
    content: "\ee75"
}

.icofont-snowy-sunny:before {
    content: "\ee76"
}

.icofont-snowy-thunder-night:before {
    content: "\ee77"
}

.icofont-snowy-thunder-sunny:before {
    content: "\ee78"
}

.icofont-snowy-thunder:before {
    content: "\ee79"
}

.icofont-snowy-windy-night:before {
    content: "\ee7a"
}

.icofont-snowy-windy-sunny:before {
    content: "\ee7b"
}

.icofont-snowy-windy:before {
    content: "\ee7c"
}

.icofont-snowy:before {
    content: "\ee7d"
}

.icofont-sun-alt:before {
    content: "\ee7e"
}

.icofont-sun-rise:before {
    content: "\ee7f"
}

.icofont-sun-set:before {
    content: "\ee80"
}

.icofont-sun:before {
    content: "\ee81"
}

.icofont-sunny-day-temp:before {
    content: "\ee82"
}

.icofont-sunny:before {
    content: "\ee83"
}

.icofont-thunder-light:before {
    content: "\ee84"
}

.icofont-tornado:before {
    content: "\ee85"
}

.icofont-umbrella-alt:before {
    content: "\ee86"
}

.icofont-umbrella:before {
    content: "\ee87"
}

.icofont-volcano:before {
    content: "\ee88"
}

.icofont-wave:before {
    content: "\ee89"
}

.icofont-wind-scale-0:before {
    content: "\ee8a"
}

.icofont-wind-scale-1:before {
    content: "\ee8b"
}

.icofont-wind-scale-10:before {
    content: "\ee8c"
}

.icofont-wind-scale-11:before {
    content: "\ee8d"
}

.icofont-wind-scale-12:before {
    content: "\ee8e"
}

.icofont-wind-scale-2:before {
    content: "\ee8f"
}

.icofont-wind-scale-3:before {
    content: "\ee90"
}

.icofont-wind-scale-4:before {
    content: "\ee91"
}

.icofont-wind-scale-5:before {
    content: "\ee92"
}

.icofont-wind-scale-6:before {
    content: "\ee93"
}

.icofont-wind-scale-7:before {
    content: "\ee94"
}

.icofont-wind-scale-8:before {
    content: "\ee95"
}

.icofont-wind-scale-9:before {
    content: "\ee96"
}

.icofont-wind-waves:before {
    content: "\ee97"
}

.icofont-wind:before {
    content: "\ee98"
}

.icofont-windy-hail:before {
    content: "\ee99"
}

.icofont-windy-night:before {
    content: "\ee9a"
}

.icofont-windy-raining:before {
    content: "\ee9b"
}

.icofont-windy-sunny:before {
    content: "\ee9c"
}

.icofont-windy-thunder-raining:before {
    content: "\ee9d"
}

.icofont-windy-thunder:before {
    content: "\ee9e"
}

.icofont-windy:before {
    content: "\ee9f"
}

.icofont-addons:before {
    content: "\eea0"
}

.icofont-address-book:before {
    content: "\eea1"
}

.icofont-adjust:before {
    content: "\eea2"
}

.icofont-alarm:before {
    content: "\eea3"
}

.icofont-anchor:before {
    content: "\eea4"
}

.icofont-archive:before {
    content: "\eea5"
}

.icofont-at:before {
    content: "\eea6"
}

.icofont-attachment:before {
    content: "\eea7"
}

.icofont-audio:before {
    content: "\eea8"
}

.icofont-automation:before {
    content: "\eea9"
}

.icofont-badge:before {
    content: "\eeaa"
}

.icofont-bag-alt:before {
    content: "\eeab"
}

.icofont-bag:before {
    content: "\eeac"
}

.icofont-ban:before {
    content: "\eead"
}

.icofont-bar-code:before {
    content: "\eeae"
}

.icofont-bars:before {
    content: "\eeaf"
}

.icofont-basket:before {
    content: "\eeb0"
}

.icofont-battery-empty:before {
    content: "\eeb1"
}

.icofont-battery-full:before {
    content: "\eeb2"
}

.icofont-battery-half:before {
    content: "\eeb3"
}

.icofont-battery-low:before {
    content: "\eeb4"
}

.icofont-beaker:before {
    content: "\eeb5"
}

.icofont-beard:before {
    content: "\eeb6"
}

.icofont-bed:before {
    content: "\eeb7"
}

.icofont-bell:before {
    content: "\eeb8"
}

.icofont-beverage:before {
    content: "\eeb9"
}

.icofont-bill:before {
    content: "\eeba"
}

.icofont-bin:before {
    content: "\eebb"
}

.icofont-binary:before {
    content: "\eebc"
}

.icofont-binoculars:before {
    content: "\eebd"
}

.icofont-bluetooth:before {
    content: "\eebe"
}

.icofont-bomb:before {
    content: "\eebf"
}

.icofont-book-mark:before {
    content: "\eec0"
}

.icofont-box:before {
    content: "\eec1"
}

.icofont-briefcase:before {
    content: "\eec2"
}

.icofont-broken:before {
    content: "\eec3"
}

.icofont-bucket:before {
    content: "\eec4"
}

.icofont-bucket1:before {
    content: "\eec5"
}

.icofont-bucket2:before {
    content: "\eec6"
}

.icofont-bug:before {
    content: "\eec7"
}

.icofont-building:before {
    content: "\eec8"
}

.icofont-bulb-alt:before {
    content: "\eec9"
}

.icofont-bullet:before {
    content: "\eeca"
}

.icofont-bullhorn:before {
    content: "\eecb"
}

.icofont-bullseye:before {
    content: "\eecc"
}

.icofont-calendar:before {
    content: "\eecd"
}

.icofont-camera-alt:before {
    content: "\eece"
}

.icofont-camera:before {
    content: "\eecf"
}

.icofont-card:before {
    content: "\eed0"
}

.icofont-cart-alt:before {
    content: "\eed1"
}

.icofont-cart:before {
    content: "\eed2"
}

.icofont-cc:before {
    content: "\eed3"
}

.icofont-charging:before {
    content: "\eed4"
}

.icofont-chat:before {
    content: "\eed5"
}

.icofont-check-alt:before {
    content: "\eed6"
}

.icofont-check-circled:before {
    content: "\eed7"
}

.icofont-check:before {
    content: "\eed8"
}

.icofont-checked:before {
    content: "\eed9"
}

.icofont-children-care:before {
    content: "\eeda"
}

.icofont-clip:before {
    content: "\eedb"
}

.icofont-clock-time:before {
    content: "\eedc"
}

.icofont-close-circled:before {
    content: "\eedd"
}

.icofont-close-line-circled:before {
    content: "\eede"
}

.icofont-close-line-squared-alt:before {
    content: "\eedf"
}

.icofont-close-line-squared:before {
    content: "\eee0"
}

.icofont-close-line:before {
    content: "\eee1"
}

.icofont-close-squared-alt:before {
    content: "\eee2"
}

.icofont-close-squared:before {
    content: "\eee3"
}

.icofont-close:before {
    content: "\eee4"
}

.icofont-cloud-download:before {
    content: "\eee5"
}

.icofont-cloud-refresh:before {
    content: "\eee6"
}

.icofont-cloud-upload:before {
    content: "\eee7"
}

.icofont-cloud:before {
    content: "\eee8"
}

.icofont-code-not-allowed:before {
    content: "\eee9"
}

.icofont-code:before {
    content: "\eeea"
}

.icofont-comment:before {
    content: "\eeeb"
}

.icofont-compass-alt:before {
    content: "\eeec"
}

.icofont-compass:before {
    content: "\eeed"
}

.icofont-computer:before {
    content: "\eeee"
}

.icofont-connection:before {
    content: "\eeef"
}

.icofont-console:before {
    content: "\eef0"
}

.icofont-contacts:before {
    content: "\eef1"
}

.icofont-contrast:before {
    content: "\eef2"
}

.icofont-copyright:before {
    content: "\eef3"
}

.icofont-credit-card:before {
    content: "\eef4"
}

.icofont-crop:before {
    content: "\eef5"
}

.icofont-crown:before {
    content: "\eef6"
}

.icofont-cube:before {
    content: "\eef7"
}

.icofont-cubes:before {
    content: "\eef8"
}

.icofont-dashboard-web:before {
    content: "\eef9"
}

.icofont-dashboard:before {
    content: "\eefa"
}

.icofont-data:before {
    content: "\eefb"
}

.icofont-database-add:before {
    content: "\eefc"
}

.icofont-database-locked:before {
    content: "\eefd"
}

.icofont-database-remove:before {
    content: "\eefe"
}

.icofont-database:before {
    content: "\eeff"
}

.icofont-delete:before {
    content: "\ef00"
}

.icofont-diamond:before {
    content: "\ef01"
}

.icofont-dice-multiple:before {
    content: "\ef02"
}

.icofont-dice:before {
    content: "\ef03"
}

.icofont-disc:before {
    content: "\ef04"
}

.icofont-diskette:before {
    content: "\ef05"
}

.icofont-document-folder:before {
    content: "\ef06"
}

.icofont-download-alt:before {
    content: "\ef07"
}

.icofont-download:before {
    content: "\ef08"
}

.icofont-downloaded:before {
    content: "\ef09"
}

.icofont-drag:before {
    content: "\ef0a"
}

.icofont-drag1:before {
    content: "\ef0b"
}

.icofont-drag2:before {
    content: "\ef0c"
}

.icofont-drag3:before {
    content: "\ef0d"
}

.icofont-earth:before {
    content: "\ef0e"
}

.icofont-ebook:before {
    content: "\ef0f"
}

.icofont-edit:before {
    content: "\ef10"
}

.icofont-eject:before {
    content: "\ef11"
}

.icofont-email:before {
    content: "\ef12"
}

.icofont-envelope-open:before {
    content: "\ef13"
}

.icofont-envelope:before {
    content: "\ef14"
}

.icofont-eraser:before {
    content: "\ef15"
}

.icofont-error:before {
    content: "\ef16"
}

.icofont-excavator:before {
    content: "\ef17"
}

.icofont-exchange:before {
    content: "\ef18"
}

.icofont-exclamation-circle:before {
    content: "\ef19"
}

.icofont-exclamation-square:before {
    content: "\ef1a"
}

.icofont-exclamation-tringle:before {
    content: "\ef1b"
}

.icofont-exclamation:before {
    content: "\ef1c"
}

.icofont-exit:before {
    content: "\ef1d"
}

.icofont-expand:before {
    content: "\ef1e"
}

.icofont-external-link:before {
    content: "\ef1f"
}

.icofont-external:before {
    content: "\ef20"
}

.icofont-eye-alt:before {
    content: "\ef21"
}

.icofont-eye-blocked:before {
    content: "\ef22"
}

.icofont-eye-dropper:before {
    content: "\ef23"
}

.icofont-eye:before {
    content: "\ef24"
}

.icofont-favourite:before {
    content: "\ef25"
}

.icofont-fax:before {
    content: "\ef26"
}

.icofont-file-fill:before {
    content: "\ef27"
}

.icofont-film:before {
    content: "\ef28"
}

.icofont-filter:before {
    content: "\ef29"
}

.icofont-fire-alt:before {
    content: "\ef2a"
}

.icofont-fire-burn:before {
    content: "\ef2b"
}

.icofont-fire:before {
    content: "\ef2c"
}

.icofont-flag-alt-1:before {
    content: "\ef2d"
}

.icofont-flag-alt-2:before {
    content: "\ef2e"
}

.icofont-flag:before {
    content: "\ef2f"
}

.icofont-flame-torch:before {
    content: "\ef30"
}

.icofont-flash-light:before {
    content: "\ef31"
}

.icofont-flash:before {
    content: "\ef32"
}

.icofont-flask:before {
    content: "\ef33"
}

.icofont-focus:before {
    content: "\ef34"
}

.icofont-folder-open:before {
    content: "\ef35"
}

.icofont-folder:before {
    content: "\ef36"
}

.icofont-foot-print:before {
    content: "\ef37"
}

.icofont-garbage:before {
    content: "\ef38"
}

.icofont-gear-alt:before {
    content: "\ef39"
}

.icofont-gear:before {
    content: "\ef3a"
}

.icofont-gears:before {
    content: "\ef3b"
}

.icofont-gift:before {
    content: "\ef3c"
}

.icofont-glass:before {
    content: "\ef3d"
}

.icofont-globe:before {
    content: "\ef3e"
}

.icofont-graffiti:before {
    content: "\ef3f"
}

.icofont-grocery:before {
    content: "\ef40"
}

.icofont-hand:before {
    content: "\ef41"
}

.icofont-hanger:before {
    content: "\ef42"
}

.icofont-hard-disk:before {
    content: "\ef43"
}

.icofont-heart-alt:before {
    content: "\ef44"
}

.icofont-heart:before {
    content: "\ef45"
}

.icofont-history:before {
    content: "\ef46"
}

.icofont-home:before {
    content: "\ef47"
}

.icofont-horn:before {
    content: "\ef48"
}

.icofont-hour-glass:before {
    content: "\ef49"
}

.icofont-id:before {
    content: "\ef4a"
}

.icofont-image:before {
    content: "\ef4b"
}

.icofont-inbox:before {
    content: "\ef4c"
}

.icofont-infinite:before {
    content: "\ef4d"
}

.icofont-info-circle:before {
    content: "\ef4e"
}

.icofont-info-square:before {
    content: "\ef4f"
}

.icofont-info:before {
    content: "\ef50"
}

.icofont-institution:before {
    content: "\ef51"
}

.icofont-interface:before {
    content: "\ef52"
}

.icofont-invisible:before {
    content: "\ef53"
}

.icofont-jacket:before {
    content: "\ef54"
}

.icofont-jar:before {
    content: "\ef55"
}

.icofont-jewlery:before {
    content: "\ef56"
}

.icofont-karate:before {
    content: "\ef57"
}

.icofont-key-hole:before {
    content: "\ef58"
}

.icofont-key:before {
    content: "\ef59"
}

.icofont-label:before {
    content: "\ef5a"
}

.icofont-lamp:before {
    content: "\ef5b"
}

.icofont-layers:before {
    content: "\ef5c"
}

.icofont-layout:before {
    content: "\ef5d"
}

.icofont-leaf:before {
    content: "\ef5e"
}

.icofont-leaflet:before {
    content: "\ef5f"
}

.icofont-learn:before {
    content: "\ef60"
}

.icofont-lego:before {
    content: "\ef61"
}

.icofont-lens:before {
    content: "\ef62"
}

.icofont-letter:before {
    content: "\ef63"
}

.icofont-letterbox:before {
    content: "\ef64"
}

.icofont-library:before {
    content: "\ef65"
}

.icofont-license:before {
    content: "\ef66"
}

.icofont-life-bouy:before {
    content: "\ef67"
}

.icofont-life-buoy:before {
    content: "\ef68"
}

.icofont-life-jacket:before {
    content: "\ef69"
}

.icofont-life-ring:before {
    content: "\ef6a"
}

.icofont-light-bulb:before {
    content: "\ef6b"
}

.icofont-lighter:before {
    content: "\ef6c"
}

.icofont-lightning-ray:before {
    content: "\ef6d"
}

.icofont-like:before {
    content: "\ef6e"
}

.icofont-line-height:before {
    content: "\ef6f"
}

.icofont-link-alt:before {
    content: "\ef70"
}

.icofont-link:before {
    content: "\ef71"
}

.icofont-list:before {
    content: "\ef72"
}

.icofont-listening:before {
    content: "\ef73"
}

.icofont-listine-dots:before {
    content: "\ef74"
}

.icofont-listing-box:before {
    content: "\ef75"
}

.icofont-listing-number:before {
    content: "\ef76"
}

.icofont-live-support:before {
    content: "\ef77"
}

.icofont-location-arrow:before {
    content: "\ef78"
}

.icofont-location-pin:before {
    content: "\ef79"
}

.icofont-lock:before {
    content: "\ef7a"
}

.icofont-login:before {
    content: "\ef7b"
}

.icofont-logout:before {
    content: "\ef7c"
}

.icofont-lollipop:before {
    content: "\ef7d"
}

.icofont-long-drive:before {
    content: "\ef7e"
}

.icofont-look:before {
    content: "\ef7f"
}

.icofont-loop:before {
    content: "\ef80"
}

.icofont-luggage:before {
    content: "\ef81"
}

.icofont-lunch:before {
    content: "\ef82"
}

.icofont-lungs:before {
    content: "\ef83"
}

.icofont-magic-alt:before {
    content: "\ef84"
}

.icofont-magic:before {
    content: "\ef85"
}

.icofont-magnet:before {
    content: "\ef86"
}

.icofont-mail-box:before {
    content: "\ef87"
}

.icofont-mail:before {
    content: "\ef88"
}

.icofont-male:before {
    content: "\ef89"
}

.icofont-map-pins:before {
    content: "\ef8a"
}

.icofont-map:before {
    content: "\ef8b"
}

.icofont-maximize:before {
    content: "\ef8c"
}

.icofont-measure:before {
    content: "\ef8d"
}

.icofont-medicine:before {
    content: "\ef8e"
}

.icofont-mega-phone:before {
    content: "\ef8f"
}

.icofont-megaphone-alt:before {
    content: "\ef90"
}

.icofont-megaphone:before {
    content: "\ef91"
}

.icofont-memorial:before {
    content: "\ef92"
}

.icofont-memory-card:before {
    content: "\ef93"
}

.icofont-mic-mute:before {
    content: "\ef94"
}

.icofont-mic:before {
    content: "\ef95"
}

.icofont-military:before {
    content: "\ef96"
}

.icofont-mill:before {
    content: "\ef97"
}

.icofont-minus-circle:before {
    content: "\ef98"
}

.icofont-minus-square:before {
    content: "\ef99"
}

.icofont-minus:before {
    content: "\ef9a"
}

.icofont-mobile-phone:before {
    content: "\ef9b"
}

.icofont-molecule:before {
    content: "\ef9c"
}

.icofont-money:before {
    content: "\ef9d"
}

.icofont-moon:before {
    content: "\ef9e"
}

.icofont-mop:before {
    content: "\ef9f"
}

.icofont-muffin:before {
    content: "\efa0"
}

.icofont-mustache:before {
    content: "\efa1"
}

.icofont-navigation-menu:before {
    content: "\efa2"
}

.icofont-navigation:before {
    content: "\efa3"
}

.icofont-network-tower:before {
    content: "\efa4"
}

.icofont-network:before {
    content: "\efa5"
}

.icofont-news:before {
    content: "\efa6"
}

.icofont-newspaper:before {
    content: "\efa7"
}

.icofont-no-smoking:before {
    content: "\efa8"
}

.icofont-not-allowed:before {
    content: "\efa9"
}

.icofont-notebook:before {
    content: "\efaa"
}

.icofont-notepad:before {
    content: "\efab"
}

.icofont-notification:before {
    content: "\efac"
}

.icofont-numbered:before {
    content: "\efad"
}

.icofont-opposite:before {
    content: "\efae"
}

.icofont-optic:before {
    content: "\efaf"
}

.icofont-options:before {
    content: "\efb0"
}

.icofont-package:before {
    content: "\efb1"
}

.icofont-page:before {
    content: "\efb2"
}

.icofont-paint:before {
    content: "\efb3"
}

.icofont-paper-plane:before {
    content: "\efb4"
}

.icofont-paperclip:before {
    content: "\efb5"
}

.icofont-papers:before {
    content: "\efb6"
}

.icofont-pay:before {
    content: "\efb7"
}

.icofont-penguin-linux:before {
    content: "\efb8"
}

.icofont-pestle:before {
    content: "\efb9"
}

.icofont-phone-circle:before {
    content: "\efba"
}

.icofont-phone:before {
    content: "\efbb"
}

.icofont-picture:before {
    content: "\efbc"
}

.icofont-pine:before {
    content: "\efbd"
}

.icofont-pixels:before {
    content: "\efbe"
}

.icofont-plugin:before {
    content: "\efbf"
}

.icofont-plus-circle:before {
    content: "\efc0"
}

.icofont-plus-square:before {
    content: "\efc1"
}

.icofont-plus:before {
    content: "\efc2"
}

.icofont-polygonal:before {
    content: "\efc3"
}

.icofont-power:before {
    content: "\efc4"
}

.icofont-price:before {
    content: "\efc5"
}

.icofont-print:before {
    content: "\efc6"
}

.icofont-puzzle:before {
    content: "\efc7"
}

.icofont-qr-code:before {
    content: "\efc8"
}

.icofont-queen:before {
    content: "\efc9"
}

.icofont-question-circle:before {
    content: "\efca"
}

.icofont-question-square:before {
    content: "\efcb"
}

.icofont-question:before {
    content: "\efcc"
}

.icofont-quote-left:before {
    content: "\efcd"
}

.icofont-quote-right:before {
    content: "\efce"
}

.icofont-random:before {
    content: "\efcf"
}

.icofont-recycle:before {
    content: "\efd0"
}

.icofont-refresh:before {
    content: "\efd1"
}

.icofont-repair:before {
    content: "\efd2"
}

.icofont-reply-all:before {
    content: "\efd3"
}

.icofont-reply:before {
    content: "\efd4"
}

.icofont-resize:before {
    content: "\efd5"
}

.icofont-responsive:before {
    content: "\efd6"
}

.icofont-retweet:before {
    content: "\efd7"
}

.icofont-road:before {
    content: "\efd8"
}

.icofont-robot:before {
    content: "\efd9"
}

.icofont-royal:before {
    content: "\efda"
}

.icofont-rss-feed:before {
    content: "\efdb"
}

.icofont-safety:before {
    content: "\efdc"
}

.icofont-sale-discount:before {
    content: "\efdd"
}

.icofont-satellite:before {
    content: "\efde"
}

.icofont-send-mail:before {
    content: "\efdf"
}

.icofont-server:before {
    content: "\efe0"
}

.icofont-settings-alt:before {
    content: "\efe1"
}

.icofont-settings:before {
    content: "\efe2"
}

.icofont-share-alt:before {
    content: "\efe3"
}

.icofont-share-boxed:before {
    content: "\efe4"
}

.icofont-share:before {
    content: "\efe5"
}

.icofont-shield:before {
    content: "\efe6"
}

.icofont-shopping-cart:before {
    content: "\efe7"
}

.icofont-sign-in:before {
    content: "\efe8"
}

.icofont-sign-out:before {
    content: "\efe9"
}

.icofont-signal:before {
    content: "\efea"
}

.icofont-site-map:before {
    content: "\efeb"
}

.icofont-smart-phone:before {
    content: "\efec"
}

.icofont-soccer:before {
    content: "\efed"
}

.icofont-sort-alt:before {
    content: "\efee"
}

.icofont-sort:before {
    content: "\efef"
}

.icofont-space:before {
    content: "\eff0"
}

.icofont-spanner:before {
    content: "\eff1"
}

.icofont-speech-comments:before {
    content: "\eff2"
}

.icofont-speed-meter:before {
    content: "\eff3"
}

.icofont-spinner-alt-1:before {
    content: "\eff4"
}

.icofont-spinner-alt-2:before {
    content: "\eff5"
}

.icofont-spinner-alt-3:before {
    content: "\eff6"
}

.icofont-spinner-alt-4:before {
    content: "\eff7"
}

.icofont-spinner-alt-5:before {
    content: "\eff8"
}

.icofont-spinner-alt-6:before {
    content: "\eff9"
}

.icofont-spinner:before {
    content: "\effa"
}

.icofont-spreadsheet:before {
    content: "\effb"
}

.icofont-square:before {
    content: "\effc"
}

.icofont-ssl-security:before {
    content: "\effd"
}

.icofont-star-alt-1:before {
    content: "\effe"
}

.icofont-star-alt-2:before {
    content: "\efff"
}

.icofont-star:before {
    content: "\f000"
}

.icofont-street-view:before {
    content: "\f001"
}

.icofont-support-faq:before {
    content: "\f002"
}

.icofont-tack-pin:before {
    content: "\f003"
}

.icofont-tag:before {
    content: "\f004"
}

.icofont-tags:before {
    content: "\f005"
}

.icofont-tasks-alt:before {
    content: "\f006"
}

.icofont-tasks:before {
    content: "\f007"
}

.icofont-telephone:before {
    content: "\f008"
}

.icofont-telescope:before {
    content: "\f009"
}

.icofont-terminal:before {
    content: "\f00a"
}

.icofont-thumbs-down:before {
    content: "\f00b"
}

.icofont-thumbs-up:before {
    content: "\f00c"
}

.icofont-tick-boxed:before {
    content: "\f00d"
}

.icofont-tick-mark:before {
    content: "\f00e"
}

.icofont-ticket:before {
    content: "\f00f"
}

.icofont-tie:before {
    content: "\f010"
}

.icofont-toggle-off:before {
    content: "\f011"
}

.icofont-toggle-on:before {
    content: "\f012"
}

.icofont-tools-alt-2:before {
    content: "\f013"
}

.icofont-tools:before {
    content: "\f014"
}

.icofont-touch:before {
    content: "\f015"
}

.icofont-traffic-light:before {
    content: "\f016"
}

.icofont-transparent:before {
    content: "\f017"
}

.icofont-tree:before {
    content: "\f018"
}

.icofont-unique-idea:before {
    content: "\f019"
}

.icofont-unlock:before {
    content: "\f01a"
}

.icofont-unlocked:before {
    content: "\f01b"
}

.icofont-upload-alt:before {
    content: "\f01c"
}

.icofont-upload:before {
    content: "\f01d"
}

.icofont-usb-drive:before {
    content: "\f01e"
}

.icofont-usb:before {
    content: "\f01f"
}

.icofont-vector-path:before {
    content: "\f020"
}

.icofont-verification-check:before {
    content: "\f021"
}

.icofont-wall-clock:before {
    content: "\f022"
}

.icofont-wall:before {
    content: "\f023"
}

.icofont-wallet:before {
    content: "\f024"
}

.icofont-warning-alt:before {
    content: "\f025"
}

.icofont-warning:before {
    content: "\f026"
}

.icofont-water-drop:before {
    content: "\f027"
}

.icofont-web:before {
    content: "\f028"
}

.icofont-wheelchair:before {
    content: "\f029"
}

.icofont-wifi-alt:before {
    content: "\f02a"
}

.icofont-wifi:before {
    content: "\f02b"
}

.icofont-world:before {
    content: "\f02c"
}

.icofont-zigzag:before {
    content: "\f02d"
}

.icofont-zipped:before {
    content: "\f02e"
}

.select2-results__options li i {
    font-size: 25px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot@v=4.7.0);
    src: url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot@) format('embedded-opentype'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2@v=4.7.0) format('woff2'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff@v=4.7.0) format('woff'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf@v=4.7.0) format('truetype'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg@v=4.7.0) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.gci {
    font-family: var(--gci-style-family, "Font Awesome 6 Free");
    font-weight: var(--gci-style, 900)
}

.gci,
.gcis,
.gci-solid,
.gcir,
.gci-regular,
.gcil,
.gci-light,
.gcit,
.gci-thin,
.gcid,
.gci-duotone,
.gcib,
.gci-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--gci-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.gci-1x {
    font-size: 1em
}

.gci-2x {
    font-size: 2em
}

.gci-3x {
    font-size: 3em
}

.gci-4x {
    font-size: 4em
}

.gci-5x {
    font-size: 5em
}

.gci-6x {
    font-size: 6em
}

.gci-7x {
    font-size: 7em
}

.gci-8x {
    font-size: 8em
}

.gci-9x {
    font-size: 9em
}

.gci-10x {
    font-size: 10em
}

.gci-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.gci-xs {
    font-size: .75em;
    line-height: .0833333337em;
    vertical-align: .125em
}

.gci-sm {
    font-size: .875em;
    line-height: .0714285718em;
    vertical-align: .0535714295em
}

.gci-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -0.075em
}

.gci-xl {
    font-size: 1.5em;
    line-height: .0416666682em;
    vertical-align: -0.125em
}

.gci-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -0.1875em
}

.gci-fw {
    text-align: center;
    width: 1.25em
}

.gci-ul {
    list-style-type: none;
    margin-left: var(--gci-li-margin, 2.5em);
    padding-left: 0
}

.gci-ul>li {
    position: relative
}

.gci-li {
    left: calc(var(--gci-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--gci-li-width, 2em);
    line-height: inherit
}

.gci-border {
    border-color: var(--gci-border-color, #eee);
    border-radius: var(--gci-border-radius, 0.1em);
    border-style: var(--gci-border-style, solid);
    border-width: var(--gci-border-width, 0.08em);
    padding: var(--gci-border-padding, 0.2em 0.25em 0.15em)
}

.gci-pull-left {
    float: left;
    margin-right: var(--gci-pull-margin, 0.3em)
}

.gci-pull-right {
    float: right;
    margin-left: var(--gci-pull-margin, 0.3em)
}

.gci-beat {
    animation-name: gci-beat;
    animation-delay: var(--gci-animation-delay, 0);
    animation-direction: var(--gci-animation-direction, normal);
    animation-duration: var(--gci-animation-duration, 1s);
    animation-iteration-count: var(--gci-animation-iteration-count, infinite);
    animation-timing-function: var(--gci-animation-timing, ease-in-out)
}

.gci-fade {
    animation-name: gci-fade;
    animation-delay: var(--gci-animation-delay, 0);
    animation-direction: var(--gci-animation-direction, normal);
    animation-duration: var(--gci-animation-duration, 1s);
    animation-iteration-count: var(--gci-animation-iteration-count, infinite);
    animation-timing-function: var(--gci-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.gci-beat-fade {
    animation-name: gci-beat-fade;
    animation-delay: var(--gci-animation-delay, 0);
    animation-direction: var(--gci-animation-direction, normal);
    animation-duration: var(--gci-animation-duration, 1s);
    animation-iteration-count: var(--gci-animation-iteration-count, infinite);
    animation-timing-function: var(--gci-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.gci-flip {
    animation-name: gci-flip;
    animation-delay: var(--gci-animation-delay, 0);
    animation-direction: var(--gci-animation-direction, normal);
    animation-duration: var(--gci-animation-duration, 1s);
    animation-iteration-count: var(--gci-animation-iteration-count, infinite);
    animation-timing-function: var(--gci-animation-timing, ease-in-out)
}

.gci-spin {
    animation-name: gci-spin;
    animation-delay: var(--gci-animation-delay, 0);
    animation-direction: var(--gci-animation-direction, normal);
    animation-duration: var(--gci-animation-duration, 2s);
    animation-iteration-count: var(--gci-animation-iteration-count, infinite);
    animation-timing-function: var(--gci-animation-timing, linear)
}

.gci-spin-reverse {
    --gci-animation-direction: reverse
}

.gci-pulse,
.gci-spin-pulse {
    animation-name: gci-spin;
    animation-direction: var(--gci-animation-direction, normal);
    animation-duration: var(--gci-animation-duration, 1s);
    animation-iteration-count: var(--gci-animation-iteration-count, infinite);
    animation-timing-function: var(--gci-animation-timing, steps(8))
}

@media(prefers-reduced-motion: reduce) {
    .gci-beat,
    .gci-fade,
    .gci-beat-fade,
    .gci-flip,
    .gci-pulse,
    .gci-spin,
    .gci-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes gci-beat {
    0%,
    90% {
        transform: scale(1)
    }
    45% {
        transform: scale(var(--gci-beat-scale, 1.25))
    }
}

@keyframes gci-fade {
    50% {
        opacity: var(--gci-fade-opacity, 0.4)
    }
}

@keyframes gci-beat-fade {
    0%,
    100% {
        opacity: var(--gci-beat-fade-opacity, 0.4);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(var(--gci-beat-fade-scale, 1.125))
    }
}

@keyframes gci-flip {
    50% {
        transform: rotate3d(var(--gci-flip-x, 0), var(--gci-flip-y, 1), var(--gci-flip-z, 0), var(--gci-flip-angle, -180deg))
    }
}

@keyframes gci-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.gci-rotate-90 {
    transform: rotate(90deg)
}

.gci-rotate-180 {
    transform: rotate(180deg)
}

.gci-rotate-270 {
    transform: rotate(270deg)
}

.gci-flip-horizontal {
    transform: scale(-1, 1)
}

.gci-flip-vertical {
    transform: scale(1, -1)
}

.gci-flip-both,
.gci-flip-horizontal.gci-flip-vertical {
    transform: scale(-1, -1)
}

.gci-rotate-by {
    transform: rotate(var(--gci-rotate-angle, none))
}

.gci-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.gci-stack-1x,
.gci-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--gci-stack-z-index, auto)
}

.gci-stack-1x {
    line-height: inherit
}

.gci-stack-2x {
    font-size: 2em
}

.gci-inverse {
    color: var(--gci-inverse, #fff)
}

.gci-0::before {
    content: "\30 "
}

.gci-1::before {
    content: "\31 "
}

.gci-2::before {
    content: "\32 "
}

.gci-3::before {
    content: "\33 "
}

.gci-4::before {
    content: "\34 "
}

.gci-5::before {
    content: "\35 "
}

.gci-6::before {
    content: "\36 "
}

.gci-7::before {
    content: "\37 "
}

.gci-8::before {
    content: "\38 "
}

.gci-9::before {
    content: "\39 "
}

.gci-a::before {
    content: "A"
}

.gci-address-book::before {
    content: ""
}

.gci-contact-book::before {
    content: ""
}

.gci-address-card::before {
    content: ""
}

.gci-contact-card::before {
    content: ""
}

.gci-vcard::before {
    content: ""
}

.gci-align-center::before {
    content: ""
}

.gci-align-justify::before {
    content: ""
}

.gci-align-left::before {
    content: ""
}

.gci-align-right::before {
    content: ""
}

.gci-anchor::before {
    content: ""
}

.gci-angle-down::before {
    content: ""
}

.gci-angle-left::before {
    content: ""
}

.gci-angle-right::before {
    content: ""
}

.gci-angle-up::before {
    content: ""
}

.gci-angles-down::before {
    content: ""
}

.gci-angle-double-down::before {
    content: ""
}

.gci-angles-left::before {
    content: ""
}

.gci-angle-double-left::before {
    content: ""
}

.gci-angles-right::before {
    content: ""
}

.gci-angle-double-right::before {
    content: ""
}

.gci-angles-up::before {
    content: ""
}

.gci-angle-double-up::before {
    content: ""
}

.gci-ankh::before {
    content: ""
}

.gci-apple-whole::before {
    content: ""
}

.gci-apple-alt::before {
    content: ""
}

.gci-archway::before {
    content: ""
}

.gci-arrow-down::before {
    content: ""
}

.gci-arrow-down-1-9::before {
    content: ""
}

.gci-sort-numeric-asc::before {
    content: ""
}

.gci-sort-numeric-down::before {
    content: ""
}

.gci-arrow-down-9-1::before {
    content: ""
}

.gci-sort-numeric-desc::before {
    content: ""
}

.gci-sort-numeric-down-alt::before {
    content: ""
}

.gci-arrow-down-a-z::before {
    content: ""
}

.gci-sort-alpha-asc::before {
    content: ""
}

.gci-sort-alpha-down::before {
    content: ""
}

.gci-arrow-down-long::before {
    content: ""
}

.gci-long-arrow-down::before {
    content: ""
}

.gci-arrow-down-short-wide::before {
    content: ""
}

.gci-sort-amount-desc::before {
    content: ""
}

.gci-sort-amount-down-alt::before {
    content: ""
}

.gci-arrow-down-wide-short::before {
    content: ""
}

.gci-sort-amount-asc::before {
    content: ""
}

.gci-sort-amount-down::before {
    content: ""
}

.gci-arrow-down-z-a::before {
    content: ""
}

.gci-sort-alpha-desc::before {
    content: ""
}

.gci-sort-alpha-down-alt::before {
    content: ""
}

.gci-arrow-left::before {
    content: ""
}

.gci-arrow-left-long::before {
    content: ""
}

.gci-long-arrow-left::before {
    content: ""
}

.gci-arrow-pointer::before {
    content: ""
}

.gci-mouse-pointer::before {
    content: ""
}

.gci-arrow-right::before {
    content: ""
}

.gci-arrow-right-arrow-left::before {
    content: ""
}

.gci-exchange::before {
    content: ""
}

.gci-arrow-right-from-bracket::before {
    content: ""
}

.gci-sign-out::before {
    content: ""
}

.gci-arrow-right-long::before {
    content: ""
}

.gci-long-arrow-right::before {
    content: ""
}

.gci-arrow-right-to-bracket::before {
    content: ""
}

.gci-sign-in::before {
    content: ""
}

.gci-arrow-rotate-left::before {
    content: ""
}

.gci-arrow-left-rotate::before {
    content: ""
}

.gci-arrow-rotate-back::before {
    content: ""
}

.gci-arrow-rotate-backward::before {
    content: ""
}

.gci-undo::before {
    content: ""
}

.gci-arrow-rotate-right::before {
    content: ""
}

.gci-arrow-right-rotate::before {
    content: ""
}

.gci-arrow-rotate-forward::before {
    content: ""
}

.gci-redo::before {
    content: ""
}

.gci-arrow-trend-down::before {
    content: ""
}

.gci-arrow-trend-up::before {
    content: ""
}

.gci-arrow-turn-down::before {
    content: ""
}

.gci-level-down::before {
    content: ""
}

.gci-arrow-turn-up::before {
    content: ""
}

.gci-level-up::before {
    content: ""
}

.gci-arrow-up::before {
    content: ""
}

.gci-arrow-up-1-9::before {
    content: ""
}

.gci-sort-numeric-up::before {
    content: ""
}

.gci-arrow-up-9-1::before {
    content: ""
}

.gci-sort-numeric-up-alt::before {
    content: ""
}

.gci-arrow-up-a-z::before {
    content: ""
}

.gci-sort-alpha-up::before {
    content: ""
}

.gci-arrow-up-from-bracket::before {
    content: ""
}

.gci-arrow-up-long::before {
    content: ""
}

.gci-long-arrow-up::before {
    content: ""
}

.gci-arrow-up-right-from-square::before {
    content: ""
}

.gci-external-link::before {
    content: ""
}

.gci-arrow-up-short-wide::before {
    content: ""
}

.gci-sort-amount-up-alt::before {
    content: ""
}

.gci-arrow-up-wide-short::before {
    content: ""
}

.gci-sort-amount-up::before {
    content: ""
}

.gci-arrow-up-z-a::before {
    content: ""
}

.gci-sort-alpha-up-alt::before {
    content: ""
}

.gci-arrows-left-right::before {
    content: ""
}

.gci-arrows-h::before {
    content: ""
}

.gci-arrows-rotate::before {
    content: ""
}

.gci-refresh::before {
    content: ""
}

.gci-sync::before {
    content: ""
}

.gci-arrows-up-down::before {
    content: ""
}

.gci-arrows-v::before {
    content: ""
}

.gci-arrows-up-down-left-right::before {
    content: ""
}

.gci-arrows::before {
    content: ""
}

.gci-asterisk::before {
    content: "\*"
}

.gci-at::before {
    content: "\@"
}

.gci-atom::before {
    content: ""
}

.gci-audio-description::before {
    content: ""
}

.gci-austral-sign::before {
    content: ""
}

.gci-award::before {
    content: ""
}

.gci-b::before {
    content: "B"
}

.gci-baby::before {
    content: ""
}

.gci-baby-carriage::before {
    content: ""
}

.gci-carriage-baby::before {
    content: ""
}

.gci-backward::before {
    content: ""
}

.gci-backward-fast::before {
    content: ""
}

.gci-fast-backward::before {
    content: ""
}

.gci-backward-step::before {
    content: ""
}

.gci-step-backward::before {
    content: ""
}

.gci-bacon::before {
    content: ""
}

.gci-bacteria::before {
    content: ""
}

.gci-bacterium::before {
    content: ""
}

.gci-bag-shopping::before {
    content: ""
}

.gci-shopping-bag::before {
    content: ""
}

.gci-bahai::before {
    content: ""
}

.gci-baht-sign::before {
    content: ""
}

.gci-ban::before {
    content: ""
}

.gci-cancel::before {
    content: ""
}

.gci-ban-smoking::before {
    content: ""
}

.gci-smoking-ban::before {
    content: ""
}

.gci-bandage::before {
    content: ""
}

.gci-band-aid::before {
    content: ""
}

.gci-bank::before {
    content: ""
}

.gci-institution::before {
    content: ""
}

.gci-university::before {
    content: ""
}

.gci-barcode::before {
    content: ""
}

.gci-bars::before {
    content: ""
}

.gci-navicon::before {
    content: ""
}

.gci-bars-progress::before {
    content: ""
}

.gci-tasks-alt::before {
    content: ""
}

.gci-bars-staggered::before {
    content: ""
}

.gci-reorder::before {
    content: ""
}

.gci-stream::before {
    content: ""
}

.gci-baseball::before {
    content: ""
}

.gci-baseball-ball::before {
    content: ""
}

.gci-basket-shopping::before {
    content: ""
}

.gci-shopping-basket::before {
    content: ""
}

.gci-basketball::before {
    content: ""
}

.gci-basketball-ball::before {
    content: ""
}

.gci-bath::before {
    content: ""
}

.gci-bathtub::before {
    content: ""
}

.gci-battery-empty::before {
    content: ""
}

.gci-battery-0::before {
    content: ""
}

.gci-battery-full::before {
    content: ""
}

.gci-battery::before {
    content: ""
}

.gci-battery-5::before {
    content: ""
}

.gci-battery-half::before {
    content: ""
}

.gci-battery-3::before {
    content: ""
}

.gci-battery-quarter::before {
    content: ""
}

.gci-battery-2::before {
    content: ""
}

.gci-battery-three-quarters::before {
    content: ""
}

.gci-battery-4::before {
    content: ""
}

.gci-bed::before {
    content: ""
}

.gci-bed-pulse::before {
    content: ""
}

.gci-procedures::before {
    content: ""
}

.gci-beer-mug-empty::before {
    content: ""
}

.gci-beer::before {
    content: ""
}

.gci-bell::before {
    content: ""
}

.gci-bell-concierge::before {
    content: ""
}

.gci-concierge-bell::before {
    content: ""
}

.gci-bell-slash::before {
    content: ""
}

.gci-bezier-curve::before {
    content: ""
}

.gci-bicycle::before {
    content: ""
}

.gci-binoculars::before {
    content: ""
}

.gci-biohazard::before {
    content: ""
}

.gci-bitcoin-sign::before {
    content: ""
}

.gci-blender::before {
    content: ""
}

.gci-blender-phone::before {
    content: ""
}

.gci-blog::before {
    content: ""
}

.gci-bold::before {
    content: ""
}

.gci-bolt::before {
    content: ""
}

.gci-zap::before {
    content: ""
}

.gci-bomb::before {
    content: ""
}

.gci-bone::before {
    content: ""
}

.gci-bong::before {
    content: ""
}

.gci-book::before {
    content: ""
}

.gci-book-atlas::before {
    content: ""
}

.gci-atlas::before {
    content: ""
}

.gci-book-bible::before {
    content: ""
}

.gci-bible::before {
    content: ""
}

.gci-book-journal-whills::before {
    content: ""
}

.gci-journal-whills::before {
    content: ""
}

.gci-book-medical::before {
    content: ""
}

.gci-book-open::before {
    content: ""
}

.gci-book-open-reader::before {
    content: ""
}

.gci-book-reader::before {
    content: ""
}

.gci-book-quran::before {
    content: ""
}

.gci-quran::before {
    content: ""
}

.gci-book-skull::before {
    content: ""
}

.gci-book-dead::before {
    content: ""
}

.gci-bookmark::before {
    content: ""
}

.gci-border-all::before {
    content: ""
}

.gci-border-none::before {
    content: ""
}

.gci-border-top-left::before {
    content: ""
}

.gci-border-style::before {
    content: ""
}

.gci-bowling-ball::before {
    content: ""
}

.gci-box::before {
    content: ""
}

.gci-box-archive::before {
    content: ""
}

.gci-archive::before {
    content: ""
}

.gci-box-open::before {
    content: ""
}

.gci-box-tissue::before {
    content: ""
}

.gci-boxes-stacked::before {
    content: ""
}

.gci-boxes::before {
    content: ""
}

.gci-boxes-alt::before {
    content: ""
}

.gci-braille::before {
    content: ""
}

.gci-brain::before {
    content: ""
}

.gci-brazilian-real-sign::before {
    content: ""
}

.gci-bread-slice::before {
    content: ""
}

.gci-briefcase::before {
    content: ""
}

.gci-briefcase-medical::before {
    content: ""
}

.gci-broom::before {
    content: ""
}

.gci-broom-ball::before {
    content: ""
}

.gci-quidditch::before {
    content: ""
}

.gci-quidditch-broom-ball::before {
    content: ""
}

.gci-brush::before {
    content: ""
}

.gci-bug::before {
    content: ""
}

.gci-building::before {
    content: ""
}

.gci-bullhorn::before {
    content: ""
}

.gci-bullseye::before {
    content: ""
}

.gci-burger::before {
    content: ""
}

.gci-hamburger::before {
    content: ""
}

.gci-bus::before {
    content: ""
}

.gci-bus-simple::before {
    content: ""
}

.gci-bus-alt::before {
    content: ""
}

.gci-business-time::before {
    content: ""
}

.gci-briefcase-clock::before {
    content: ""
}

.gci-c::before {
    content: "C"
}

.gci-cake-candles::before {
    content: ""
}

.gci-birthday-cake::before {
    content: ""
}

.gci-cake::before {
    content: ""
}

.gci-calculator::before {
    content: ""
}

.gci-calendar::before {
    content: ""
}

.gci-calendar-check::before {
    content: ""
}

.gci-calendar-day::before {
    content: ""
}

.gci-calendar-days::before {
    content: ""
}

.gci-calendar-alt::before {
    content: ""
}

.gci-calendar-minus::before {
    content: ""
}

.gci-calendar-plus::before {
    content: ""
}

.gci-calendar-week::before {
    content: ""
}

.gci-calendar-xmark::before {
    content: ""
}

.gci-calendar-times::before {
    content: ""
}

.gci-camera::before {
    content: ""
}

.gci-camera-alt::before {
    content: ""
}

.gci-camera-retro::before {
    content: ""
}

.gci-camera-rotate::before {
    content: ""
}

.gci-campground::before {
    content: ""
}

.gci-candy-cane::before {
    content: ""
}

.gci-cannabis::before {
    content: ""
}

.gci-capsules::before {
    content: ""
}

.gci-car::before {
    content: ""
}

.gci-automobile::before {
    content: ""
}

.gci-car-battery::before {
    content: ""
}

.gci-battery-car::before {
    content: ""
}

.gci-car-crash::before {
    content: ""
}

.gci-car-rear::before {
    content: ""
}

.gci-car-alt::before {
    content: ""
}

.gci-car-side::before {
    content: ""
}

.gci-caravan::before {
    content: ""
}

.gci-caret-down::before {
    content: ""
}

.gci-caret-left::before {
    content: ""
}

.gci-caret-right::before {
    content: ""
}

.gci-caret-up::before {
    content: ""
}

.gci-carrot::before {
    content: ""
}

.gci-cart-arrow-down::before {
    content: ""
}

.gci-cart-flatbed::before {
    content: ""
}

.gci-dolly-flatbed::before {
    content: ""
}

.gci-cart-flatbed-suitcase::before {
    content: ""
}

.gci-luggage-cart::before {
    content: ""
}

.gci-cart-plus::before {
    content: ""
}

.gci-cart-shopping::before {
    content: ""
}

.gci-shopping-cart::before {
    content: ""
}

.gci-cash-register::before {
    content: ""
}

.gci-cat::before {
    content: ""
}

.gci-cedi-sign::before {
    content: ""
}

.gci-cent-sign::before {
    content: ""
}

.gci-certificate::before {
    content: ""
}

.gci-chair::before {
    content: ""
}

.gci-chalkboard::before {
    content: ""
}

.gci-blackboard::before {
    content: ""
}

.gci-chalkboard-user::before {
    content: ""
}

.gci-chalkboard-teacher::before {
    content: ""
}

.gci-champagne-glasses::before {
    content: ""
}

.gci-glass-cheers::before {
    content: ""
}

.gci-charging-station::before {
    content: ""
}

.gci-chart-area::before {
    content: ""
}

.gci-area-chart::before {
    content: ""
}

.gci-chart-bar::before {
    content: ""
}

.gci-bar-chart::before {
    content: ""
}

.gci-chart-column::before {
    content: ""
}

.gci-chart-gantt::before {
    content: ""
}

.gci-chart-line::before {
    content: ""
}

.gci-line-chart::before {
    content: ""
}

.gci-chart-pie::before {
    content: ""
}

.gci-pie-chart::before {
    content: ""
}

.gci-check::before {
    content: ""
}

.gci-check-double::before {
    content: ""
}

.gci-check-to-slot::before {
    content: ""
}

.gci-vote-yea::before {
    content: ""
}

.gci-cheese::before {
    content: ""
}

.gci-chess::before {
    content: ""
}

.gci-chess-bishop::before {
    content: ""
}

.gci-chess-board::before {
    content: ""
}

.gci-chess-king::before {
    content: ""
}

.gci-chess-knight::before {
    content: ""
}

.gci-chess-pawn::before {
    content: ""
}

.gci-chess-queen::before {
    content: ""
}

.gci-chess-rook::before {
    content: ""
}

.gci-chevron-down::before {
    content: ""
}

.gci-chevron-left::before {
    content: ""
}

.gci-chevron-right::before {
    content: ""
}

.gci-chevron-up::before {
    content: ""
}

.gci-child::before {
    content: ""
}

.gci-church::before {
    content: ""
}

.gci-circle::before {
    content: ""
}

.gci-circle-arrow-down::before {
    content: ""
}

.gci-arrow-circle-down::before {
    content: ""
}

.gci-circle-arrow-left::before {
    content: ""
}

.gci-arrow-circle-left::before {
    content: ""
}

.gci-circle-arrow-right::before {
    content: ""
}

.gci-arrow-circle-right::before {
    content: ""
}

.gci-circle-arrow-up::before {
    content: ""
}

.gci-arrow-circle-up::before {
    content: ""
}

.gci-circle-check::before {
    content: ""
}

.gci-check-circle::before {
    content: ""
}

.gci-circle-chevron-down::before {
    content: ""
}

.gci-chevron-circle-down::before {
    content: ""
}

.gci-circle-chevron-left::before {
    content: ""
}

.gci-chevron-circle-left::before {
    content: ""
}

.gci-circle-chevron-right::before {
    content: ""
}

.gci-chevron-circle-right::before {
    content: ""
}

.gci-circle-chevron-up::before {
    content: ""
}

.gci-chevron-circle-up::before {
    content: ""
}

.gci-circle-dollar-to-slot::before {
    content: ""
}

.gci-donate::before {
    content: ""
}

.gci-circle-dot::before {
    content: ""
}

.gci-dot-circle::before {
    content: ""
}

.gci-circle-down::before {
    content: ""
}

.gci-arrow-alt-circle-down::before {
    content: ""
}

.gci-circle-exclamation::before {
    content: ""
}

.gci-exclamation-circle::before {
    content: ""
}

.gci-circle-h::before {
    content: ""
}

.gci-hospital-symbol::before {
    content: ""
}

.gci-circle-half-stroke::before {
    content: ""
}

.gci-adjust::before {
    content: ""
}

.gci-circle-info::before {
    content: ""
}

.gci-info-circle::before {
    content: ""
}

.gci-circle-left::before {
    content: ""
}

.gci-arrow-alt-circle-left::before {
    content: ""
}

.gci-circle-minus::before {
    content: ""
}

.gci-minus-circle::before {
    content: ""
}

.gci-circle-notch::before {
    content: ""
}

.gci-circle-pause::before {
    content: ""
}

.gci-pause-circle::before {
    content: ""
}

.gci-circle-play::before {
    content: ""
}

.gci-play-circle::before {
    content: ""
}

.gci-circle-plus::before {
    content: ""
}

.gci-plus-circle::before {
    content: ""
}

.gci-circle-question::before {
    content: ""
}

.gci-question-circle::before {
    content: ""
}

.gci-circle-radiation::before {
    content: ""
}

.gci-radiation-alt::before {
    content: ""
}

.gci-circle-right::before {
    content: ""
}

.gci-arrow-alt-circle-right::before {
    content: ""
}

.gci-circle-stop::before {
    content: ""
}

.gci-stop-circle::before {
    content: ""
}

.gci-circle-up::before {
    content: ""
}

.gci-arrow-alt-circle-up::before {
    content: ""
}

.gci-circle-user::before {
    content: ""
}

.gci-user-circle::before {
    content: ""
}

.gci-circle-xmark::before {
    content: ""
}

.gci-times-circle::before {
    content: ""
}

.gci-xmark-circle::before {
    content: ""
}

.gci-city::before {
    content: ""
}

.gci-clapperboard::before {
    content: ""
}

.gci-clipboard::before {
    content: ""
}

.gci-clipboard-check::before {
    content: ""
}

.gci-clipboard-list::before {
    content: ""
}

.gci-clock::before {
    content: ""
}

.gci-clock-four::before {
    content: ""
}

.gci-clock-rotate-left::before {
    content: ""
}

.gci-history::before {
    content: ""
}

.gci-clone::before {
    content: ""
}

.gci-closed-captioning::before {
    content: ""
}

.gci-cloud::before {
    content: ""
}

.gci-cloud-arrow-down::before {
    content: ""
}

.gci-cloud-download::before {
    content: ""
}

.gci-cloud-download-alt::before {
    content: ""
}

.gci-cloud-arrow-up::before {
    content: ""
}

.gci-cloud-upload::before {
    content: ""
}

.gci-cloud-upload-alt::before {
    content: ""
}

.gci-cloud-meatball::before {
    content: ""
}

.gci-cloud-moon::before {
    content: ""
}

.gci-cloud-moon-rain::before {
    content: ""
}

.gci-cloud-rain::before {
    content: ""
}

.gci-cloud-showers-heavy::before {
    content: ""
}

.gci-cloud-sun::before {
    content: ""
}

.gci-cloud-sun-rain::before {
    content: ""
}

.gci-clover::before {
    content: ""
}

.gci-code::before {
    content: ""
}

.gci-code-branch::before {
    content: ""
}

.gci-code-commit::before {
    content: ""
}

.gci-code-compare::before {
    content: ""
}

.gci-code-fork::before {
    content: ""
}

.gci-code-merge::before {
    content: ""
}

.gci-code-pull-request::before {
    content: ""
}

.gci-coins::before {
    content: ""
}

.gci-colon-sign::before {
    content: ""
}

.gci-comment::before {
    content: ""
}

.gci-comment-dollar::before {
    content: ""
}

.gci-comment-dots::before {
    content: ""
}

.gci-commenting::before {
    content: ""
}

.gci-comment-medical::before {
    content: ""
}

.gci-comment-slash::before {
    content: ""
}

.gci-comment-sms::before {
    content: ""
}

.gci-sms::before {
    content: ""
}

.gci-comments::before {
    content: ""
}

.gci-comments-dollar::before {
    content: ""
}

.gci-compact-disc::before {
    content: ""
}

.gci-compass::before {
    content: ""
}

.gci-compass-drafting::before {
    content: ""
}

.gci-drafting-compass::before {
    content: ""
}

.gci-compress::before {
    content: ""
}

.gci-computer-mouse::before {
    content: ""
}

.gci-mouse::before {
    content: ""
}

.gci-cookie::before {
    content: ""
}

.gci-cookie-bite::before {
    content: ""
}

.gci-copy::before {
    content: ""
}

.gci-copyright::before {
    content: ""
}

.gci-couch::before {
    content: ""
}

.gci-credit-card::before {
    content: ""
}

.gci-credit-card-alt::before {
    content: ""
}

.gci-crop::before {
    content: ""
}

.gci-crop-simple::before {
    content: ""
}

.gci-crop-alt::before {
    content: ""
}

.gci-cross::before {
    content: ""
}

.gci-crosshairs::before {
    content: ""
}

.gci-crow::before {
    content: ""
}

.gci-crown::before {
    content: ""
}

.gci-crutch::before {
    content: ""
}

.gci-cruzeiro-sign::before {
    content: ""
}

.gci-cube::before {
    content: ""
}

.gci-cubes::before {
    content: ""
}

.gci-d::before {
    content: "D"
}

.gci-database::before {
    content: ""
}

.gci-delete-left::before {
    content: ""
}

.gci-backspace::before {
    content: ""
}

.gci-democrat::before {
    content: ""
}

.gci-desktop::before {
    content: ""
}

.gci-desktop-alt::before {
    content: ""
}

.gci-dharmachakra::before {
    content: ""
}

.gci-diagram-project::before {
    content: ""
}

.gci-project-diagram::before {
    content: ""
}

.gci-diamond::before {
    content: ""
}

.gci-diamond-turn-right::before {
    content: ""
}

.gci-directions::before {
    content: ""
}

.gci-dice::before {
    content: ""
}

.gci-dice-d20::before {
    content: ""
}

.gci-dice-d6::before {
    content: ""
}

.gci-dice-five::before {
    content: ""
}

.gci-dice-four::before {
    content: ""
}

.gci-dice-one::before {
    content: ""
}

.gci-dice-six::before {
    content: ""
}

.gci-dice-three::before {
    content: ""
}

.gci-dice-two::before {
    content: ""
}

.gci-disease::before {
    content: ""
}

.gci-divide::before {
    content: ""
}

.gci-dna::before {
    content: ""
}

.gci-dog::before {
    content: ""
}

.gci-dollar-sign::before {
    content: "\$"
}

.gci-dollar::before {
    content: "\$"
}

.gci-usd::before {
    content: "\$"
}

.gci-dolly::before {
    content: ""
}

.gci-dolly-box::before {
    content: ""
}

.gci-dong-sign::before {
    content: ""
}

.gci-door-closed::before {
    content: ""
}

.gci-door-open::before {
    content: ""
}

.gci-dove::before {
    content: ""
}

.gci-down-left-and-up-right-to-center::before {
    content: ""
}

.gci-compress-alt::before {
    content: ""
}

.gci-down-long::before {
    content: ""
}

.gci-long-arrow-alt-down::before {
    content: ""
}

.gci-download::before {
    content: ""
}

.gci-dragon::before {
    content: ""
}

.gci-draw-polygon::before {
    content: ""
}

.gci-droplet::before {
    content: ""
}

.gci-tint::before {
    content: ""
}

.gci-droplet-slash::before {
    content: ""
}

.gci-tint-slash::before {
    content: ""
}

.gci-drum::before {
    content: ""
}

.gci-drum-steelpan::before {
    content: ""
}

.gci-drumstick-bite::before {
    content: ""
}

.gci-dumbbell::before {
    content: ""
}

.gci-dumpster::before {
    content: ""
}

.gci-dumpster-fire::before {
    content: ""
}

.gci-dungeon::before {
    content: ""
}

.gci-e::before {
    content: "E"
}

.gci-ear-deaf::before {
    content: ""
}

.gci-deaf::before {
    content: ""
}

.gci-deafness::before {
    content: ""
}

.gci-hard-of-hearing::before {
    content: ""
}

.gci-ear-listen::before {
    content: ""
}

.gci-assistive-listening-systems::before {
    content: ""
}

.gci-earth-africa::before {
    content: ""
}

.gci-globe-africa::before {
    content: ""
}

.gci-earth-americas::before {
    content: ""
}

.gci-earth::before {
    content: ""
}

.gci-earth-america::before {
    content: ""
}

.gci-globe-americas::before {
    content: ""
}

.gci-earth-asia::before {
    content: ""
}

.gci-globe-asia::before {
    content: ""
}

.gci-earth-europe::before {
    content: ""
}

.gci-globe-europe::before {
    content: ""
}

.gci-earth-oceania::before {
    content: ""
}

.gci-globe-oceania::before {
    content: ""
}

.gci-egg::before {
    content: ""
}

.gci-eject::before {
    content: ""
}

.gci-elevator::before {
    content: ""
}

.gci-ellipsis::before {
    content: ""
}

.gci-ellipsis-h::before {
    content: ""
}

.gci-ellipsis-vertical::before {
    content: ""
}

.gci-ellipsis-v::before {
    content: ""
}

.gci-envelope::before {
    content: ""
}

.gci-envelope-open::before {
    content: ""
}

.gci-envelope-open-text::before {
    content: ""
}

.gci-envelopes-bulk::before {
    content: ""
}

.gci-mail-bulk::before {
    content: ""
}

.gci-equals::before {
    content: "\="
}

.gci-eraser::before {
    content: ""
}

.gci-ethernet::before {
    content: ""
}

.gci-euro-sign::before {
    content: ""
}

.gci-eur::before {
    content: ""
}

.gci-euro::before {
    content: ""
}

.gci-exclamation::before {
    content: "\!"
}

.gci-expand::before {
    content: ""
}

.gci-eye::before {
    content: ""
}

.gci-eye-dropper::before {
    content: ""
}

.gci-eye-dropper-empty::before {
    content: ""
}

.gci-eyedropper::before {
    content: ""
}

.gci-eye-low-vision::before {
    content: ""
}

.gci-low-vision::before {
    content: ""
}

.gci-eye-slash::before {
    content: ""
}

.gci-f::before {
    content: "F"
}

.gci-face-angry::before {
    content: ""
}

.gci-angry::before {
    content: ""
}

.gci-face-dizzy::before {
    content: ""
}

.gci-dizzy::before {
    content: ""
}

.gci-face-flushed::before {
    content: ""
}

.gci-flushed::before {
    content: ""
}

.gci-face-frown::before {
    content: ""
}

.gci-frown::before {
    content: ""
}

.gci-face-frown-open::before {
    content: ""
}

.gci-frown-open::before {
    content: ""
}

.gci-face-grimace::before {
    content: ""
}

.gci-grimace::before {
    content: ""
}

.gci-face-grin::before {
    content: ""
}

.gci-grin::before {
    content: ""
}

.gci-face-grin-beam::before {
    content: ""
}

.gci-grin-beam::before {
    content: ""
}

.gci-face-grin-beam-sweat::before {
    content: ""
}

.gci-grin-beam-sweat::before {
    content: ""
}

.gci-face-grin-hearts::before {
    content: ""
}

.gci-grin-hearts::before {
    content: ""
}

.gci-face-grin-squint::before {
    content: ""
}

.gci-grin-squint::before {
    content: ""
}

.gci-face-grin-squint-tears::before {
    content: ""
}

.gci-grin-squint-tears::before {
    content: ""
}

.gci-face-grin-stars::before {
    content: ""
}

.gci-grin-stars::before {
    content: ""
}

.gci-face-grin-tears::before {
    content: ""
}

.gci-grin-tears::before {
    content: ""
}

.gci-face-grin-tongue::before {
    content: ""
}

.gci-grin-tongue::before {
    content: ""
}

.gci-face-grin-tongue-squint::before {
    content: ""
}

.gci-grin-tongue-squint::before {
    content: ""
}

.gci-face-grin-tongue-wink::before {
    content: ""
}

.gci-grin-tongue-wink::before {
    content: ""
}

.gci-face-grin-wide::before {
    content: ""
}

.gci-grin-alt::before {
    content: ""
}

.gci-face-grin-wink::before {
    content: ""
}

.gci-grin-wink::before {
    content: ""
}

.gci-face-kiss::before {
    content: ""
}

.gci-kiss::before {
    content: ""
}

.gci-face-kiss-beam::before {
    content: ""
}

.gci-kiss-beam::before {
    content: ""
}

.gci-face-kiss-wink-heart::before {
    content: ""
}

.gci-kiss-wink-heart::before {
    content: ""
}

.gci-face-laugh::before {
    content: ""
}

.gci-laugh::before {
    content: ""
}

.gci-face-laugh-beam::before {
    content: ""
}

.gci-laugh-beam::before {
    content: ""
}

.gci-face-laugh-squint::before {
    content: ""
}

.gci-laugh-squint::before {
    content: ""
}

.gci-face-laugh-wink::before {
    content: ""
}

.gci-laugh-wink::before {
    content: ""
}

.gci-face-meh::before {
    content: ""
}

.gci-meh::before {
    content: ""
}

.gci-face-meh-blank::before {
    content: ""
}

.gci-meh-blank::before {
    content: ""
}

.gci-face-rolling-eyes::before {
    content: ""
}

.gci-meh-rolling-eyes::before {
    content: ""
}

.gci-face-sad-cry::before {
    content: ""
}

.gci-sad-cry::before {
    content: ""
}

.gci-face-sad-tear::before {
    content: ""
}

.gci-sad-tear::before {
    content: ""
}

.gci-face-smile::before {
    content: ""
}

.gci-smile::before {
    content: ""
}

.gci-face-smile-beam::before {
    content: ""
}

.gci-smile-beam::before {
    content: ""
}

.gci-face-smile-wink::before {
    content: ""
}

.gci-smile-wink::before {
    content: ""
}

.gci-face-surprise::before {
    content: ""
}

.gci-surprise::before {
    content: ""
}

.gci-face-tired::before {
    content: ""
}

.gci-tired::before {
    content: ""
}

.gci-fan::before {
    content: ""
}

.gci-faucet::before {
    content: ""
}

.gci-fax::before {
    content: ""
}

.gci-feather::before {
    content: ""
}

.gci-feather-pointed::before {
    content: ""
}

.gci-feather-alt::before {
    content: ""
}

.gci-file::before {
    content: ""
}

.gci-file-arrow-down::before {
    content: ""
}

.gci-file-download::before {
    content: ""
}

.gci-file-arrow-up::before {
    content: ""
}

.gci-file-upload::before {
    content: ""
}

.gci-file-audio::before {
    content: ""
}

.gci-file-code::before {
    content: ""
}

.gci-file-contract::before {
    content: ""
}

.gci-file-csv::before {
    content: ""
}

.gci-file-excel::before {
    content: ""
}

.gci-file-export::before {
    content: ""
}

.gci-arrow-right-from-file::before {
    content: ""
}

.gci-file-image::before {
    content: ""
}

.gci-file-import::before {
    content: ""
}

.gci-arrow-right-to-file::before {
    content: ""
}

.gci-file-invoice::before {
    content: ""
}

.gci-file-invoice-dollar::before {
    content: ""
}

.gci-file-lines::before {
    content: ""
}

.gci-file-alt::before {
    content: ""
}

.gci-file-text::before {
    content: ""
}

.gci-file-medical::before {
    content: ""
}

.gci-file-pdf::before {
    content: ""
}

.gci-file-powerpoint::before {
    content: ""
}

.gci-file-prescription::before {
    content: ""
}

.gci-file-signature::before {
    content: ""
}

.gci-file-video::before {
    content: ""
}

.gci-file-waveform::before {
    content: ""
}

.gci-file-medical-alt::before {
    content: ""
}

.gci-file-word::before {
    content: ""
}

.gci-file-zipper::before {
    content: ""
}

.gci-file-archive::before {
    content: ""
}

.gci-fill::before {
    content: ""
}

.gci-fill-drip::before {
    content: ""
}

.gci-film::before {
    content: ""
}

.gci-filter::before {
    content: ""
}

.gci-filter-circle-dollar::before {
    content: ""
}

.gci-funnel-dollar::before {
    content: ""
}

.gci-filter-circle-xmark::before {
    content: ""
}

.gci-fingerprint::before {
    content: ""
}

.gci-fire::before {
    content: ""
}

.gci-fire-extinguisher::before {
    content: ""
}

.gci-fire-flame-curved::before {
    content: ""
}

.gci-fire-alt::before {
    content: ""
}

.gci-fire-flame-simple::before {
    content: ""
}

.gci-burn::before {
    content: ""
}

.gci-fish::before {
    content: ""
}

.gci-flag::before {
    content: ""
}

.gci-flag-checkered::before {
    content: ""
}

.gci-flag-usa::before {
    content: ""
}

.gci-flask::before {
    content: ""
}

.gci-floppy-disk::before {
    content: ""
}

.gci-save::before {
    content: ""
}

.gci-florin-sign::before {
    content: ""
}

.gci-folder::before {
    content: ""
}

.gci-folder-minus::before {
    content: ""
}

.gci-folder-open::before {
    content: ""
}

.gci-folder-plus::before {
    content: ""
}

.gci-folder-tree::before {
    content: ""
}

.gci-font::before {
    content: ""
}

.gci-football::before {
    content: ""
}

.gci-football-ball::before {
    content: ""
}

.gci-forward::before {
    content: ""
}

.gci-forward-fast::before {
    content: ""
}

.gci-fast-forward::before {
    content: ""
}

.gci-forward-step::before {
    content: ""
}

.gci-step-forward::before {
    content: ""
}

.gci-franc-sign::before {
    content: ""
}

.gci-frog::before {
    content: ""
}

.gci-futbol::before {
    content: ""
}

.gci-futbol-ball::before {
    content: ""
}

.gci-soccer-ball::before {
    content: ""
}

.gci-g::before {
    content: "G"
}

.gci-gamepad::before {
    content: ""
}

.gci-gas-pump::before {
    content: ""
}

.gci-gauge::before {
    content: ""
}

.gci-dashboard::before {
    content: ""
}

.gci-gauge-high::before {
    content: ""
}

.gci-tachometer-alt::before {
    content: ""
}

.gci-tachometer-alt-fast::before {
    content: ""
}

.gci-gauge-simple::before {
    content: ""
}

.gci-gauge-simple-high::before {
    content: ""
}

.gci-tachometer::before {
    content: ""
}

.gci-tachometer-fast::before {
    content: ""
}

.gci-gavel::before {
    content: ""
}

.gci-legal::before {
    content: ""
}

.gci-gear::before {
    content: ""
}

.gci-cog::before {
    content: ""
}

.gci-gears::before {
    content: ""
}

.gci-cogs::before {
    content: ""
}

.gci-gem::before {
    content: ""
}

.gci-genderless::before {
    content: ""
}

.gci-ghost::before {
    content: ""
}

.gci-gift::before {
    content: ""
}

.gci-gifts::before {
    content: ""
}

.gci-giphy::before {
    content: ""
}

.gci-gif::before {
    content: ""
}

.gci-glasses::before {
    content: ""
}

.gci-globe::before {
    content: ""
}

.gci-golf-ball-tee::before {
    content: ""
}

.gci-golf-ball::before {
    content: ""
}

.gci-gopuram::before {
    content: ""
}

.gci-graduation-cap::before {
    content: ""
}

.gci-mortar-board::before {
    content: ""
}

.gci-greater-than::before {
    content: "\>"
}

.gci-greater-than-equal::before {
    content: ""
}

.gci-grip::before {
    content: ""
}

.gci-grip-horizontal::before {
    content: ""
}

.gci-grip-lines::before {
    content: ""
}

.gci-grip-lines-vertical::before {
    content: ""
}

.gci-grip-vertical::before {
    content: ""
}

.gci-guarani-sign::before {
    content: ""
}

.gci-guitar::before {
    content: ""
}

.gci-gun::before {
    content: ""
}

.gci-h::before {
    content: "H"
}

.gci-hammer::before {
    content: ""
}

.gci-hamsa::before {
    content: ""
}

.gci-hand::before {
    content: ""
}

.gci-hand-paper::before {
    content: ""
}

.gci-hand-back-fist::before {
    content: ""
}

.gci-hand-rock::before {
    content: ""
}

.gci-hand-dots::before {
    content: ""
}

.gci-allergies::before {
    content: ""
}

.gci-hand-fist::before {
    content: ""
}

.gci-fist-raised::before {
    content: ""
}

.gci-hand-holding::before {
    content: ""
}

.gci-hand-holding-dollar::before {
    content: ""
}

.gci-hand-holding-usd::before {
    content: ""
}

.gci-hand-holding-droplet::before {
    content: ""
}

.gci-hand-holding-water::before {
    content: ""
}

.gci-hand-holding-heart::before {
    content: ""
}

.gci-hand-holding-medical::before {
    content: ""
}

.gci-hand-lizard::before {
    content: ""
}

.gci-hand-middle-finger::before {
    content: ""
}

.gci-hand-peace::before {
    content: ""
}

.gci-hand-point-down::before {
    content: ""
}

.gci-hand-point-left::before {
    content: ""
}

.gci-hand-point-right::before {
    content: ""
}

.gci-hand-point-up::before {
    content: ""
}

.gci-hand-pointer::before {
    content: ""
}

.gci-hand-scissors::before {
    content: ""
}

.gci-hand-sparkles::before {
    content: ""
}

.gci-hand-spock::before {
    content: ""
}

.gci-hands::before {
    content: ""
}

.gci-sign-language::before {
    content: ""
}

.gci-signing::before {
    content: ""
}

.gci-hands-asl-interpreting::before {
    content: ""
}

.gci-american-sign-language-interpreting::before {
    content: ""
}

.gci-asl-interpreting::before {
    content: ""
}

.gci-hands-american-sign-language-interpreting::before {
    content: ""
}

.gci-hands-bubbles::before {
    content: ""
}

.gci-hands-wash::before {
    content: ""
}

.gci-hands-clapping::before {
    content: ""
}

.gci-hands-holding::before {
    content: ""
}

.gci-hands-praying::before {
    content: ""
}

.gci-praying-hands::before {
    content: ""
}

.gci-handshake::before {
    content: ""
}

.gci-handshake-angle::before {
    content: ""
}

.gci-hands-helping::before {
    content: ""
}

.gci-handshake-simple-slash::before {
    content: ""
}

.gci-handshake-alt-slash::before {
    content: ""
}

.gci-handshake-slash::before {
    content: ""
}

.gci-hanukiah::before {
    content: ""
}

.gci-hard-drive::before {
    content: ""
}

.gci-hdd::before {
    content: ""
}

.gci-hashtag::before {
    content: "\#"
}

.gci-hat-cowboy::before {
    content: ""
}

.gci-hat-cowboy-side::before {
    content: ""
}

.gci-hat-wizard::before {
    content: ""
}

.gci-head-side-cough::before {
    content: ""
}

.gci-head-side-cough-slash::before {
    content: ""
}

.gci-head-side-mask::before {
    content: ""
}

.gci-head-side-virus::before {
    content: ""
}

.gci-heading::before {
    content: ""
}

.gci-header::before {
    content: ""
}

.gci-headphones::before {
    content: ""
}

.gci-headphones-simple::before {
    content: ""
}

.gci-headphones-alt::before {
    content: ""
}

.gci-headset::before {
    content: ""
}

.gci-heart::before {
    content: ""
}

.gci-heart-crack::before {
    content: ""
}

.gci-heart-broken::before {
    content: ""
}

.gci-heart-pulse::before {
    content: ""
}

.gci-heartbeat::before {
    content: ""
}

.gci-helicopter::before {
    content: ""
}

.gci-helmet-safety::before {
    content: ""
}

.gci-hard-hat::before {
    content: ""
}

.gci-hat-hard::before {
    content: ""
}

.gci-highlighter::before {
    content: ""
}

.gci-hippo::before {
    content: ""
}

.gci-hockey-puck::before {
    content: ""
}

.gci-holly-berry::before {
    content: ""
}

.gci-horse::before {
    content: ""
}

.gci-horse-head::before {
    content: ""
}

.gci-hospital::before {
    content: ""
}

.gci-hospital-alt::before {
    content: ""
}

.gci-hospital-wide::before {
    content: ""
}

.gci-hospital-user::before {
    content: ""
}

.gci-hot-tub-person::before {
    content: ""
}

.gci-hot-tub::before {
    content: ""
}

.gci-hotdog::before {
    content: ""
}

.gci-hotel::before {
    content: ""
}

.gci-hourglass::before {
    content: ""
}

.gci-hourglass-2::before {
    content: ""
}

.gci-hourglass-half::before {
    content: ""
}

.gci-hourglass-empty::before {
    content: ""
}

.gci-hourglass-end::before {
    content: ""
}

.gci-hourglass-3::before {
    content: ""
}

.gci-hourglass-start::before {
    content: ""
}

.gci-hourglass-1::before {
    content: ""
}

.gci-house::before {
    content: ""
}

.gci-home::before {
    content: ""
}

.gci-home-alt::before {
    content: ""
}

.gci-home-lg-alt::before {
    content: ""
}

.gci-house-chimney::before {
    content: ""
}

.gci-home-lg::before {
    content: ""
}

.gci-house-chimney-crack::before {
    content: ""
}

.gci-house-damage::before {
    content: ""
}

.gci-house-chimney-medical::before {
    content: ""
}

.gci-clinic-medical::before {
    content: ""
}

.gci-house-chimney-user::before {
    content: ""
}

.gci-house-crack::before {
    content: ""
}

.gci-house-laptop::before {
    content: ""
}

.gci-laptop-house::before {
    content: ""
}

.gci-house-medical::before {
    content: ""
}

.gci-house-user::before {
    content: ""
}

.gci-home-user::before {
    content: ""
}

.gci-hryvnia-sign::before {
    content: ""
}

.gci-hryvnia::before {
    content: ""
}

.gci-i::before {
    content: "I"
}

.gci-i-cursor::before {
    content: ""
}

.gci-ice-cream::before {
    content: ""
}

.gci-icicles::before {
    content: ""
}

.gci-icons::before {
    content: ""
}

.gci-heart-music-camera-bolt::before {
    content: ""
}

.gci-id-badge::before {
    content: ""
}

.gci-id-card::before {
    content: ""
}

.gci-drivers-license::before {
    content: ""
}

.gci-id-card-clip::before {
    content: ""
}

.gci-id-card-alt::before {
    content: ""
}

.gci-igloo::before {
    content: ""
}

.gci-image::before {
    content: ""
}

.gci-image-portrait::before {
    content: ""
}

.gci-portrait::before {
    content: ""
}

.gci-images::before {
    content: ""
}

.gci-inbox::before {
    content: ""
}

.gci-indent::before {
    content: ""
}

.gci-indian-rupee-sign::before {
    content: ""
}

.gci-indian-rupee::before {
    content: ""
}

.gci-inr::before {
    content: ""
}

.gci-industry::before {
    content: ""
}

.gci-infinity::before {
    content: ""
}

.gci-info::before {
    content: ""
}

.gci-italic::before {
    content: ""
}

.gci-j::before {
    content: "J"
}

.gci-jedi::before {
    content: ""
}

.gci-jet-fighter::before {
    content: ""
}

.gci-fighter-jet::before {
    content: ""
}

.gci-joint::before {
    content: ""
}

.gci-k::before {
    content: "K"
}

.gci-kaaba::before {
    content: ""
}

.gci-key::before {
    content: ""
}

.gci-keyboard::before {
    content: ""
}

.gci-khanda::before {
    content: ""
}

.gci-kip-sign::before {
    content: ""
}

.gci-kit-medical::before {
    content: ""
}

.gci-first-aid::before {
    content: ""
}

.gci-kiwi-bird::before {
    content: ""
}

.gci-l::before {
    content: "L"
}

.gci-landmark::before {
    content: ""
}

.gci-language::before {
    content: ""
}

.gci-laptop::before {
    content: ""
}

.gci-laptop-code::before {
    content: ""
}

.gci-laptop-medical::before {
    content: ""
}

.gci-lari-sign::before {
    content: ""
}

.gci-layer-group::before {
    content: ""
}

.gci-leaf::before {
    content: ""
}

.gci-left-long::before {
    content: ""
}

.gci-long-arrow-alt-left::before {
    content: ""
}

.gci-left-right::before {
    content: ""
}

.gci-arrows-alt-h::before {
    content: ""
}

.gci-lemon::before {
    content: ""
}

.gci-less-than::before {
    content: "\<"
}

.gci-less-than-equal::before {
    content: ""
}

.gci-life-ring::before {
    content: ""
}

.gci-lightbulb::before {
    content: ""
}

.gci-link::before {
    content: ""
}

.gci-chain::before {
    content: ""
}

.gci-link-slash::before {
    content: ""
}

.gci-chain-broken::before {
    content: ""
}

.gci-chain-slash::before {
    content: ""
}

.gci-unlink::before {
    content: ""
}

.gci-lira-sign::before {
    content: ""
}

.gci-list::before {
    content: ""
}

.gci-list-squares::before {
    content: ""
}

.gci-list-check::before {
    content: ""
}

.gci-tasks::before {
    content: ""
}

.gci-list-ol::before {
    content: ""
}

.gci-list-1-2::before {
    content: ""
}

.gci-list-numeric::before {
    content: ""
}

.gci-list-ul::before {
    content: ""
}

.gci-list-dots::before {
    content: ""
}

.gci-litecoin-sign::before {
    content: ""
}

.gci-location-arrow::before {
    content: ""
}

.gci-location-crosshairs::before {
    content: ""
}

.gci-location::before {
    content: ""
}

.gci-location-dot::before {
    content: ""
}

.gci-map-marker-alt::before {
    content: ""
}

.gci-location-pin::before {
    content: ""
}

.gci-map-marker::before {
    content: ""
}

.gci-lock::before {
    content: ""
}

.gci-lock-open::before {
    content: ""
}

.gci-lungs::before {
    content: ""
}

.gci-lungs-virus::before {
    content: ""
}

.gci-m::before {
    content: "M"
}

.gci-magnet::before {
    content: ""
}

.gci-magnifying-glass::before {
    content: ""
}

.gci-search::before {
    content: ""
}

.gci-magnifying-glass-dollar::before {
    content: ""
}

.gci-search-dollar::before {
    content: ""
}

.gci-magnifying-glass-location::before {
    content: ""
}

.gci-search-location::before {
    content: ""
}

.gci-magnifying-glass-minus::before {
    content: ""
}

.gci-search-minus::before {
    content: ""
}

.gci-magnifying-glass-plus::before {
    content: ""
}

.gci-search-plus::before {
    content: ""
}

.gci-manat-sign::before {
    content: ""
}

.gci-map::before {
    content: ""
}

.gci-map-location::before {
    content: ""
}

.gci-map-marked::before {
    content: ""
}

.gci-map-location-dot::before {
    content: ""
}

.gci-map-marked-alt::before {
    content: ""
}

.gci-map-pin::before {
    content: ""
}

.gci-marker::before {
    content: ""
}

.gci-mars::before {
    content: ""
}

.gci-mars-and-venus::before {
    content: ""
}

.gci-mars-double::before {
    content: ""
}

.gci-mars-stroke::before {
    content: ""
}

.gci-mars-stroke-right::before {
    content: ""
}

.gci-mars-stroke-h::before {
    content: ""
}

.gci-mars-stroke-up::before {
    content: ""
}

.gci-mars-stroke-v::before {
    content: ""
}

.gci-martini-glass::before {
    content: ""
}

.gci-glass-martini-alt::before {
    content: ""
}

.gci-martini-glass-citrus::before {
    content: ""
}

.gci-cocktail::before {
    content: ""
}

.gci-martini-glass-empty::before {
    content: ""
}

.gci-glass-martini::before {
    content: ""
}

.gci-mask::before {
    content: ""
}

.gci-mask-face::before {
    content: ""
}

.gci-masks-theater::before {
    content: ""
}

.gci-theater-masks::before {
    content: ""
}

.gci-maximize::before {
    content: ""
}

.gci-expand-arrows-alt::before {
    content: ""
}

.gci-medal::before {
    content: ""
}

.gci-memory::before {
    content: ""
}

.gci-menorah::before {
    content: ""
}

.gci-mercury::before {
    content: ""
}

.gci-message::before {
    content: ""
}

.gci-comment-alt::before {
    content: ""
}

.gci-meteor::before {
    content: ""
}

.gci-microchip::before {
    content: ""
}

.gci-microphone::before {
    content: ""
}

.gci-microphone-lines::before {
    content: ""
}

.gci-microphone-alt::before {
    content: ""
}

.gci-microphone-lines-slash::before {
    content: ""
}

.gci-microphone-alt-slash::before {
    content: ""
}

.gci-microphone-slash::before {
    content: ""
}

.gci-microscope::before {
    content: ""
}

.gci-mill-sign::before {
    content: ""
}

.gci-minimize::before {
    content: ""
}

.gci-compress-arrows-alt::before {
    content: ""
}

.gci-minus::before {
    content: ""
}

.gci-subtract::before {
    content: ""
}

.gci-mitten::before {
    content: ""
}

.gci-mobile-button::before {
    content: ""
}

.gci-mobile-screen-button::before {
    content: ""
}

.gci-mobile-alt::before {
    content: ""
}

.gci-money-bill::before {
    content: ""
}

.gci-money-bill-1::before {
    content: ""
}

.gci-money-bill-alt::before {
    content: ""
}

.gci-money-bill-1-wave::before {
    content: ""
}

.gci-money-bill-wave-alt::before {
    content: ""
}

.gci-money-bill-wave::before {
    content: ""
}

.gci-money-check::before {
    content: ""
}

.gci-money-check-dollar::before {
    content: ""
}

.gci-money-check-alt::before {
    content: ""
}

.gci-monument::before {
    content: ""
}

.gci-moon::before {
    content: ""
}

.gci-mortar-pestle::before {
    content: ""
}

.gci-mosque::before {
    content: ""
}

.gci-motorcycle::before {
    content: ""
}

.gci-mountain::before {
    content: ""
}

.gci-mug-hot::before {
    content: ""
}

.gci-mug-saucer::before {
    content: ""
}

.gci-coffee::before {
    content: ""
}

.gci-music::before {
    content: ""
}

.gci-n::before {
    content: "N"
}

.gci-naira-sign::before {
    content: ""
}

.gci-network-wired::before {
    content: ""
}

.gci-neuter::before {
    content: ""
}

.gci-newspaper::before {
    content: ""
}

.gci-not-equal::before {
    content: ""
}

.gci-note-sticky::before {
    content: ""
}

.gci-sticky-note::before {
    content: ""
}

.gci-notes-medical::before {
    content: ""
}

.gci-o::before {
    content: "O"
}

.gci-object-group::before {
    content: ""
}

.gci-object-ungroup::before {
    content: ""
}

.gci-oil-can::before {
    content: ""
}

.gci-om::before {
    content: ""
}

.gci-otter::before {
    content: ""
}

.gci-outdent::before {
    content: ""
}

.gci-dedent::before {
    content: ""
}

.gci-p::before {
    content: "P"
}

.gci-pager::before {
    content: ""
}

.gci-paint-brush::before {
    content: ""
}

.gci-paint-roller::before {
    content: ""
}

.gci-palette::before {
    content: ""
}

.gci-pallet::before {
    content: ""
}

.gci-panorama::before {
    content: ""
}

.gci-paper-plane::before {
    content: ""
}

.gci-paperclip::before {
    content: ""
}

.gci-parachute-box::before {
    content: ""
}

.gci-paragraph::before {
    content: ""
}

.gci-passport::before {
    content: ""
}

.gci-paste::before {
    content: ""
}

.gci-file-clipboard::before {
    content: ""
}

.gci-pause::before {
    content: ""
}

.gci-paw::before {
    content: ""
}

.gci-peace::before {
    content: ""
}

.gci-pen::before {
    content: ""
}

.gci-pen-clip::before {
    content: ""
}

.gci-pen-alt::before {
    content: ""
}

.gci-pen-fancy::before {
    content: ""
}

.gci-pen-nib::before {
    content: ""
}

.gci-pen-ruler::before {
    content: ""
}

.gci-pencil-ruler::before {
    content: ""
}

.gci-pen-to-square::before {
    content: ""
}

.gci-edit::before {
    content: ""
}

.gci-pencil::before {
    content: ""
}

.gci-pencil-alt::before {
    content: ""
}

.gci-people-arrows-left-right::before {
    content: ""
}

.gci-people-arrows::before {
    content: ""
}

.gci-people-carry-box::before {
    content: ""
}

.gci-people-carry::before {
    content: ""
}

.gci-pepper-hot::before {
    content: ""
}

.gci-percent::before {
    content: "\%"
}

.gci-percentage::before {
    content: "\%"
}

.gci-person::before {
    content: ""
}

.gci-male::before {
    content: ""
}

.gci-person-biking::before {
    content: ""
}

.gci-biking::before {
    content: ""
}

.gci-person-booth::before {
    content: ""
}

.gci-person-dots-from-line::before {
    content: ""
}

.gci-diagnoses::before {
    content: ""
}

.gci-person-dress::before {
    content: ""
}

.gci-female::before {
    content: ""
}

.gci-person-hiking::before {
    content: ""
}

.gci-hiking::before {
    content: ""
}

.gci-person-praying::before {
    content: ""
}

.gci-pray::before {
    content: ""
}

.gci-person-running::before {
    content: ""
}

.gci-running::before {
    content: ""
}

.gci-person-skating::before {
    content: ""
}

.gci-skating::before {
    content: ""
}

.gci-person-skiing::before {
    content: ""
}

.gci-skiing::before {
    content: ""
}

.gci-person-skiing-nordic::before {
    content: ""
}

.gci-skiing-nordic::before {
    content: ""
}

.gci-person-snowboarding::before {
    content: ""
}

.gci-snowboarding::before {
    content: ""
}

.gci-person-swimming::before {
    content: ""
}

.gci-swimmer::before {
    content: ""
}

.gci-person-walking::before {
    content: ""
}

.gci-walking::before {
    content: ""
}

.gci-person-walking-with-cane::before {
    content: ""
}

.gci-blind::before {
    content: ""
}

.gci-peseta-sign::before {
    content: ""
}

.gci-peso-sign::before {
    content: ""
}

.gci-phone::before {
    content: ""
}

.gci-phone-flip::before {
    content: ""
}

.gci-phone-alt::before {
    content: ""
}

.gci-phone-slash::before {
    content: ""
}

.gci-phone-volume::before {
    content: ""
}

.gci-volume-control-phone::before {
    content: ""
}

.gci-photo-film::before {
    content: ""
}

.gci-photo-video::before {
    content: ""
}

.gci-piggy-bank::before {
    content: ""
}

.gci-pills::before {
    content: ""
}

.gci-pizza-slice::before {
    content: ""
}

.gci-place-of-worship::before {
    content: ""
}

.gci-plane::before {
    content: ""
}

.gci-plane-arrival::before {
    content: ""
}

.gci-plane-departure::before {
    content: ""
}

.gci-plane-slash::before {
    content: ""
}

.gci-play::before {
    content: ""
}

.gci-plug::before {
    content: ""
}

.gci-plus::before {
    content: "\+"
}

.gci-add::before {
    content: "\+"
}

.gci-plus-minus::before {
    content: ""
}

.gci-podcast::before {
    content: ""
}

.gci-poo::before {
    content: ""
}

.gci-poo-storm::before {
    content: ""
}

.gci-poo-bolt::before {
    content: ""
}

.gci-poop::before {
    content: ""
}

.gci-power-off::before {
    content: ""
}

.gci-prescription::before {
    content: ""
}

.gci-prescription-bottle::before {
    content: ""
}

.gci-prescription-bottle-medical::before {
    content: ""
}

.gci-prescription-bottle-alt::before {
    content: ""
}

.gci-print::before {
    content: ""
}

.gci-pump-medical::before {
    content: ""
}

.gci-pump-soap::before {
    content: ""
}

.gci-puzzle-piece::before {
    content: ""
}

.gci-q::before {
    content: "Q"
}

.gci-qrcode::before {
    content: ""
}

.gci-question::before {
    content: "\?"
}

.gci-quote-left::before {
    content: ""
}

.gci-quote-left-alt::before {
    content: ""
}

.gci-quote-right::before {
    content: ""
}

.gci-quote-right-alt::before {
    content: ""
}

.gci-r::before {
    content: "R"
}

.gci-radiation::before {
    content: ""
}

.gci-rainbow::before {
    content: ""
}

.gci-receipt::before {
    content: ""
}

.gci-record-vinyl::before {
    content: ""
}

.gci-rectangle-ad::before {
    content: ""
}

.gci-ad::before {
    content: ""
}

.gci-rectangle-list::before {
    content: ""
}

.gci-list-alt::before {
    content: ""
}

.gci-rectangle-xmark::before {
    content: ""
}

.gci-rectangle-times::before {
    content: ""
}

.gci-times-rectangle::before {
    content: ""
}

.gci-window-close::before {
    content: ""
}

.gci-recycle::before {
    content: ""
}

.gci-registered::before {
    content: ""
}

.gci-repeat::before {
    content: ""
}

.gci-reply::before {
    content: ""
}

.gci-mail-reply::before {
    content: ""
}

.gci-reply-all::before {
    content: ""
}

.gci-mail-reply-all::before {
    content: ""
}

.gci-republican::before {
    content: ""
}

.gci-restroom::before {
    content: ""
}

.gci-retweet::before {
    content: ""
}

.gci-ribbon::before {
    content: ""
}

.gci-right-from-bracket::before {
    content: ""
}

.gci-sign-out-alt::before {
    content: ""
}

.gci-right-left::before {
    content: ""
}

.gci-exchange-alt::before {
    content: ""
}

.gci-right-long::before {
    content: ""
}

.gci-long-arrow-alt-right::before {
    content: ""
}

.gci-right-to-bracket::before {
    content: ""
}

.gci-sign-in-alt::before {
    content: ""
}

.gci-ring::before {
    content: ""
}

.gci-road::before {
    content: ""
}

.gci-robot::before {
    content: ""
}

.gci-rocket::before {
    content: ""
}

.gci-rotate::before {
    content: ""
}

.gci-sync-alt::before {
    content: ""
}

.gci-rotate-left::before {
    content: ""
}

.gci-rotate-back::before {
    content: ""
}

.gci-rotate-backward::before {
    content: ""
}

.gci-undo-alt::before {
    content: ""
}

.gci-rotate-right::before {
    content: ""
}

.gci-redo-alt::before {
    content: ""
}

.gci-rotate-forward::before {
    content: ""
}

.gci-route::before {
    content: ""
}

.gci-rss::before {
    content: ""
}

.gci-feed::before {
    content: ""
}

.gci-ruble-sign::before {
    content: ""
}

.gci-rouble::before {
    content: ""
}

.gci-rub::before {
    content: ""
}

.gci-ruble::before {
    content: ""
}

.gci-ruler::before {
    content: ""
}

.gci-ruler-combined::before {
    content: ""
}

.gci-ruler-horizontal::before {
    content: ""
}

.gci-ruler-vertical::before {
    content: ""
}

.gci-rupee-sign::before {
    content: ""
}

.gci-rupee::before {
    content: ""
}

.gci-rupiah-sign::before {
    content: ""
}

.gci-s::before {
    content: "S"
}

.gci-sailboat::before {
    content: ""
}

.gci-satellite::before {
    content: ""
}

.gci-satellite-dish::before {
    content: ""
}

.gci-scale-balanced::before {
    content: ""
}

.gci-balance-scale::before {
    content: ""
}

.gci-scale-unbalanced::before {
    content: ""
}

.gci-balance-scale-left::before {
    content: ""
}

.gci-scale-unbalanced-flip::before {
    content: ""
}

.gci-balance-scale-right::before {
    content: ""
}

.gci-school::before {
    content: ""
}

.gci-scissors::before {
    content: ""
}

.gci-cut::before {
    content: ""
}

.gci-screwdriver::before {
    content: ""
}

.gci-screwdriver-wrench::before {
    content: ""
}

.gci-tools::before {
    content: ""
}

.gci-scroll::before {
    content: ""
}

.gci-scroll-torah::before {
    content: ""
}

.gci-torah::before {
    content: ""
}

.gci-sd-card::before {
    content: ""
}

.gci-section::before {
    content: ""
}

.gci-seedling::before {
    content: ""
}

.gci-sprout::before {
    content: ""
}

.gci-server::before {
    content: ""
}

.gci-shapes::before {
    content: ""
}

.gci-triangle-circle-square::before {
    content: ""
}

.gci-share::before {
    content: ""
}

.gci-arrow-turn-right::before {
    content: ""
}

.gci-mail-forward::before {
    content: ""
}

.gci-share-from-square::before {
    content: ""
}

.gci-share-square::before {
    content: ""
}

.gci-share-nodes::before {
    content: ""
}

.gci-share-alt::before {
    content: ""
}

.gci-shekel-sign::before {
    content: ""
}

.gci-ils::before {
    content: ""
}

.gci-shekel::before {
    content: ""
}

.gci-sheqel::before {
    content: ""
}

.gci-sheqel-sign::before {
    content: ""
}

.gci-shield::before {
    content: ""
}

.gci-shield-blank::before {
    content: ""
}

.gci-shield-alt::before {
    content: ""
}

.gci-shield-virus::before {
    content: ""
}

.gci-ship::before {
    content: ""
}

.gci-shirt::before {
    content: ""
}

.gci-t-shirt::before {
    content: ""
}

.gci-tshirt::before {
    content: ""
}

.gci-shoe-prints::before {
    content: ""
}

.gci-shop::before {
    content: ""
}

.gci-store-alt::before {
    content: ""
}

.gci-shop-slash::before {
    content: ""
}

.gci-store-alt-slash::before {
    content: ""
}

.gci-shower::before {
    content: ""
}

.gci-shrimp::before {
    content: ""
}

.gci-shuffle::before {
    content: ""
}

.gci-random::before {
    content: ""
}

.gci-shuttle-space::before {
    content: ""
}

.gci-space-shuttle::before {
    content: ""
}

.gci-sign-hanging::before {
    content: ""
}

.gci-sign::before {
    content: ""
}

.gci-signal::before {
    content: ""
}

.gci-signal-5::before {
    content: ""
}

.gci-signal-perfect::before {
    content: ""
}

.gci-signature::before {
    content: ""
}

.gci-signs-post::before {
    content: ""
}

.gci-map-signs::before {
    content: ""
}

.gci-sim-card::before {
    content: ""
}

.gci-sink::before {
    content: ""
}

.gci-sitemap::before {
    content: ""
}

.gci-skull::before {
    content: ""
}

.gci-skull-crossbones::before {
    content: ""
}

.gci-slash::before {
    content: ""
}

.gci-sleigh::before {
    content: ""
}

.gci-sliders::before {
    content: ""
}

.gci-sliders-h::before {
    content: ""
}

.gci-smog::before {
    content: ""
}

.gci-smoking::before {
    content: ""
}

.gci-snowflake::before {
    content: ""
}

.gci-snowman::before {
    content: ""
}

.gci-snowplow::before {
    content: ""
}

.gci-soap::before {
    content: ""
}

.gci-socks::before {
    content: ""
}

.gci-solar-panel::before {
    content: ""
}

.gci-sort::before {
    content: ""
}

.gci-unsorted::before {
    content: ""
}

.gci-sort-down::before {
    content: ""
}

.gci-sort-desc::before {
    content: ""
}

.gci-sort-up::before {
    content: ""
}

.gci-sort-asc::before {
    content: ""
}

.gci-spa::before {
    content: ""
}

.gci-spaghetti-monster-flying::before {
    content: ""
}

.gci-pastafarianism::before {
    content: ""
}

.gci-spell-check::before {
    content: ""
}

.gci-spider::before {
    content: ""
}

.gci-spinner::before {
    content: ""
}

.gci-splotch::before {
    content: ""
}

.gci-spoon::before {
    content: ""
}

.gci-utensil-spoon::before {
    content: ""
}

.gci-spray-can::before {
    content: ""
}

.gci-spray-can-sparkles::before {
    content: ""
}

.gci-air-freshener::before {
    content: ""
}

.gci-square::before {
    content: ""
}

.gci-square-arrow-up-right::before {
    content: ""
}

.gci-external-link-square::before {
    content: ""
}

.gci-square-caret-down::before {
    content: ""
}

.gci-caret-square-down::before {
    content: ""
}

.gci-square-caret-left::before {
    content: ""
}

.gci-caret-square-left::before {
    content: ""
}

.gci-square-caret-right::before {
    content: ""
}

.gci-caret-square-right::before {
    content: ""
}

.gci-square-caret-up::before {
    content: ""
}

.gci-caret-square-up::before {
    content: ""
}

.gci-square-check::before {
    content: ""
}

.gci-check-square::before {
    content: ""
}

.gci-square-envelope::before {
    content: ""
}

.gci-envelope-square::before {
    content: ""
}

.gci-square-full::before {
    content: ""
}

.gci-square-h::before {
    content: ""
}

.gci-h-square::before {
    content: ""
}

.gci-square-minus::before {
    content: ""
}

.gci-minus-square::before {
    content: ""
}

.gci-square-parking::before {
    content: ""
}

.gci-parking::before {
    content: ""
}

.gci-square-pen::before {
    content: ""
}

.gci-pen-square::before {
    content: ""
}

.gci-pencil-square::before {
    content: ""
}

.gci-square-phone::before {
    content: ""
}

.gci-phone-square::before {
    content: ""
}

.gci-square-phone-flip::before {
    content: ""
}

.gci-phone-square-alt::before {
    content: ""
}

.gci-square-plus::before {
    content: ""
}

.gci-plus-square::before {
    content: ""
}

.gci-square-poll-horizontal::before {
    content: ""
}

.gci-poll-h::before {
    content: ""
}

.gci-square-poll-vertical::before {
    content: ""
}

.gci-poll::before {
    content: ""
}

.gci-square-root-variable::before {
    content: ""
}

.gci-square-root-alt::before {
    content: ""
}

.gci-square-rss::before {
    content: ""
}

.gci-rss-square::before {
    content: ""
}

.gci-square-share-nodes::before {
    content: ""
}

.gci-share-alt-square::before {
    content: ""
}

.gci-square-up-right::before {
    content: ""
}

.gci-external-link-square-alt::before {
    content: ""
}

.gci-square-xmark::before {
    content: ""
}

.gci-times-square::before {
    content: ""
}

.gci-xmark-square::before {
    content: ""
}

.gci-stairs::before {
    content: ""
}

.gci-stamp::before {
    content: ""
}

.gci-star::before {
    content: ""
}

.gci-star-and-crescent::before {
    content: ""
}

.gci-star-half::before {
    content: ""
}

.gci-star-half-stroke::before {
    content: ""
}

.gci-star-half-alt::before {
    content: ""
}

.gci-star-of-david::before {
    content: ""
}

.gci-star-of-life::before {
    content: ""
}

.gci-sterling-sign::before {
    content: ""
}

.gci-gbp::before {
    content: ""
}

.gci-pound-sign::before {
    content: ""
}

.gci-stethoscope::before {
    content: ""
}

.gci-stop::before {
    content: ""
}

.gci-stopwatch::before {
    content: ""
}

.gci-stopwatch-20::before {
    content: ""
}

.gci-store::before {
    content: ""
}

.gci-store-slash::before {
    content: ""
}

.gci-street-view::before {
    content: ""
}

.gci-strikethrough::before {
    content: ""
}

.gci-stroopwafel::before {
    content: ""
}

.gci-subscript::before {
    content: ""
}

.gci-suitcase::before {
    content: ""
}

.gci-suitcase-medical::before {
    content: ""
}

.gci-medkit::before {
    content: ""
}

.gci-suitcase-rolling::before {
    content: ""
}

.gci-sun::before {
    content: ""
}

.gci-superscript::before {
    content: ""
}

.gci-swatchbook::before {
    content: ""
}

.gci-synagogue::before {
    content: ""
}

.gci-syringe::before {
    content: ""
}

.gci-t::before {
    content: "T"
}

.gci-table::before {
    content: ""
}

.gci-table-cells::before {
    content: ""
}

.gci-th::before {
    content: ""
}

.gci-table-cells-large::before {
    content: ""
}

.gci-th-large::before {
    content: ""
}

.gci-table-columns::before {
    content: ""
}

.gci-columns::before {
    content: ""
}

.gci-table-list::before {
    content: ""
}

.gci-th-list::before {
    content: ""
}

.gci-table-tennis-paddle-ball::before {
    content: ""
}

.gci-ping-pong-paddle-ball::before {
    content: ""
}

.gci-table-tennis::before {
    content: ""
}

.gci-tablet-button::before {
    content: ""
}

.gci-tablet-screen-button::before {
    content: ""
}

.gci-tablet-alt::before {
    content: ""
}

.gci-tablets::before {
    content: ""
}

.gci-tachograph-digital::before {
    content: ""
}

.gci-digital-tachograph::before {
    content: ""
}

.gci-tag::before {
    content: ""
}

.gci-tags::before {
    content: ""
}

.gci-tape::before {
    content: ""
}

.gci-taxi::before {
    content: ""
}

.gci-cab::before {
    content: ""
}

.gci-teeth::before {
    content: ""
}

.gci-teeth-open::before {
    content: ""
}

.gci-temperature-empty::before {
    content: ""
}

.gci-temperature-0::before {
    content: ""
}

.gci-thermometer-0::before {
    content: ""
}

.gci-thermometer-empty::before {
    content: ""
}

.gci-temperature-full::before {
    content: ""
}

.gci-temperature-4::before {
    content: ""
}

.gci-thermometer-4::before {
    content: ""
}

.gci-thermometer-full::before {
    content: ""
}

.gci-temperature-half::before {
    content: ""
}

.gci-temperature-2::before {
    content: ""
}

.gci-thermometer-2::before {
    content: ""
}

.gci-thermometer-half::before {
    content: ""
}

.gci-temperature-high::before {
    content: ""
}

.gci-temperature-low::before {
    content: ""
}

.gci-temperature-quarter::before {
    content: ""
}

.gci-temperature-1::before {
    content: ""
}

.gci-thermometer-1::before {
    content: ""
}

.gci-thermometer-quarter::before {
    content: ""
}

.gci-temperature-three-quarters::before {
    content: ""
}

.gci-temperature-3::before {
    content: ""
}

.gci-thermometer-3::before {
    content: ""
}

.gci-thermometer-three-quarters::before {
    content: ""
}

.gci-tenge-sign::before {
    content: ""
}

.gci-tenge::before {
    content: ""
}

.gci-terminal::before {
    content: ""
}

.gci-text-height::before {
    content: ""
}

.gci-text-slash::before {
    content: ""
}

.gci-remove-format::before {
    content: ""
}

.gci-text-width::before {
    content: ""
}

.gci-thermometer::before {
    content: ""
}

.gci-thumbs-down::before {
    content: ""
}

.gci-thumbs-up::before {
    content: ""
}

.gci-thumbtack::before {
    content: ""
}

.gci-thumb-tack::before {
    content: ""
}

.gci-ticket::before {
    content: ""
}

.gci-ticket-simple::before {
    content: ""
}

.gci-ticket-alt::before {
    content: ""
}

.gci-timeline::before {
    content: ""
}

.gci-toggle-off::before {
    content: ""
}

.gci-toggle-on::before {
    content: ""
}

.gci-toilet::before {
    content: ""
}

.gci-toilet-paper::before {
    content: ""
}

.gci-toilet-paper-slash::before {
    content: ""
}

.gci-toolbox::before {
    content: ""
}

.gci-tooth::before {
    content: ""
}

.gci-torii-gate::before {
    content: ""
}

.gci-tower-broadcast::before {
    content: ""
}

.gci-broadcast-tower::before {
    content: ""
}

.gci-tractor::before {
    content: ""
}

.gci-trademark::before {
    content: ""
}

.gci-traffic-light::before {
    content: ""
}

.gci-trailer::before {
    content: ""
}

.gci-train::before {
    content: ""
}

.gci-train-subway::before {
    content: ""
}

.gci-subway::before {
    content: ""
}

.gci-train-tram::before {
    content: ""
}

.gci-tram::before {
    content: ""
}

.gci-transgender::before {
    content: ""
}

.gci-transgender-alt::before {
    content: ""
}

.gci-trash::before {
    content: ""
}

.gci-trash-arrow-up::before {
    content: ""
}

.gci-trash-restore::before {
    content: ""
}

.gci-trash-can::before {
    content: ""
}

.gci-trash-alt::before {
    content: ""
}

.gci-trash-can-arrow-up::before {
    content: ""
}

.gci-trash-restore-alt::before {
    content: ""
}

.gci-tree::before {
    content: ""
}

.gci-triangle-exclamation::before {
    content: ""
}

.gci-exclamation-triangle::before {
    content: ""
}

.gci-warning::before {
    content: ""
}

.gci-trophy::before {
    content: ""
}

.gci-truck::before {
    content: ""
}

.gci-truck-fast::before {
    content: ""
}

.gci-shipping-fast::before {
    content: ""
}

.gci-truck-medical::before {
    content: ""
}

.gci-ambulance::before {
    content: ""
}

.gci-truck-monster::before {
    content: ""
}

.gci-truck-moving::before {
    content: ""
}

.gci-truck-pickup::before {
    content: ""
}

.gci-truck-ramp-box::before {
    content: ""
}

.gci-truck-loading::before {
    content: ""
}

.gci-tty::before {
    content: ""
}

.gci-teletype::before {
    content: ""
}

.gci-turkish-lira-sign::before {
    content: ""
}

.gci-try::before {
    content: ""
}

.gci-turkish-lira::before {
    content: ""
}

.gci-turn-down::before {
    content: ""
}

.gci-level-down-alt::before {
    content: ""
}

.gci-turn-up::before {
    content: ""
}

.gci-level-up-alt::before {
    content: ""
}

.gci-tv::before {
    content: ""
}

.gci-television::before {
    content: ""
}

.gci-tv-alt::before {
    content: ""
}

.gci-u::before {
    content: "U"
}

.gci-umbrella::before {
    content: ""
}

.gci-umbrella-beach::before {
    content: ""
}

.gci-underline::before {
    content: ""
}

.gci-universal-access::before {
    content: ""
}

.gci-unlock::before {
    content: ""
}

.gci-unlock-keyhole::before {
    content: ""
}

.gci-unlock-alt::before {
    content: ""
}

.gci-up-down::before {
    content: ""
}

.gci-arrows-alt-v::before {
    content: ""
}

.gci-up-down-left-right::before {
    content: ""
}

.gci-arrows-alt::before {
    content: ""
}

.gci-up-long::before {
    content: ""
}

.gci-long-arrow-alt-up::before {
    content: ""
}

.gci-up-right-and-down-left-from-center::before {
    content: ""
}

.gci-expand-alt::before {
    content: ""
}

.gci-up-right-from-square::before {
    content: ""
}

.gci-external-link-alt::before {
    content: ""
}

.gci-upload::before {
    content: ""
}

.gci-user::before {
    content: ""
}

.gci-user-astronaut::before {
    content: ""
}

.gci-user-check::before {
    content: ""
}

.gci-user-clock::before {
    content: ""
}

.gci-user-doctor::before {
    content: ""
}

.gci-user-md::before {
    content: ""
}

.gci-user-gear::before {
    content: ""
}

.gci-user-cog::before {
    content: ""
}

.gci-user-graduate::before {
    content: ""
}

.gci-user-group::before {
    content: ""
}

.gci-user-friends::before {
    content: ""
}

.gci-user-injured::before {
    content: ""
}

.gci-user-large::before {
    content: ""
}

.gci-user-alt::before {
    content: ""
}

.gci-user-large-slash::before {
    content: ""
}

.gci-user-alt-slash::before {
    content: ""
}

.gci-user-lock::before {
    content: ""
}

.gci-user-minus::before {
    content: ""
}

.gci-user-ninja::before {
    content: ""
}

.gci-user-nurse::before {
    content: ""
}

.gci-user-pen::before {
    content: ""
}

.gci-user-edit::before {
    content: ""
}

.gci-user-plus::before {
    content: ""
}

.gci-user-secret::before {
    content: ""
}

.gci-user-shield::before {
    content: ""
}

.gci-user-slash::before {
    content: ""
}

.gci-user-tag::before {
    content: ""
}

.gci-user-tie::before {
    content: ""
}

.gci-user-xmark::before {
    content: ""
}

.gci-user-times::before {
    content: ""
}

.gci-users::before {
    content: ""
}

.gci-users-gear::before {
    content: ""
}

.gci-users-cog::before {
    content: ""
}

.gci-users-slash::before {
    content: ""
}

.gci-utensils::before {
    content: ""
}

.gci-cutlery::before {
    content: ""
}

.gci-v::before {
    content: "V"
}

.gci-van-shuttle::before {
    content: ""
}

.gci-shuttle-van::before {
    content: ""
}

.gci-vault::before {
    content: ""
}

.gci-vector-square::before {
    content: ""
}

.gci-venus::before {
    content: ""
}

.gci-venus-double::before {
    content: ""
}

.gci-venus-mars::before {
    content: ""
}

.gci-vest::before {
    content: ""
}

.gci-vest-patches::before {
    content: ""
}

.gci-vial::before {
    content: ""
}

.gci-vials::before {
    content: ""
}

.gci-video::before {
    content: ""
}

.gci-video-camera::before {
    content: ""
}

.gci-video-slash::before {
    content: ""
}

.gci-vihara::before {
    content: ""
}

.gci-virus::before {
    content: ""
}

.gci-virus-slash::before {
    content: ""
}

.gci-viruses::before {
    content: ""
}

.gci-voicemail::before {
    content: ""
}

.gci-volleyball::before {
    content: ""
}

.gci-volleyball-ball::before {
    content: ""
}

.gci-volume-high::before {
    content: ""
}

.gci-volume-up::before {
    content: ""
}

.gci-volume-low::before {
    content: ""
}

.gci-volume-down::before {
    content: ""
}

.gci-volume-off::before {
    content: ""
}

.gci-volume-xmark::before {
    content: ""
}

.gci-volume-mute::before {
    content: ""
}

.gci-volume-times::before {
    content: ""
}

.gci-vr-cardboard::before {
    content: ""
}

.gci-w::before {
    content: "W"
}

.gci-wallet::before {
    content: ""
}

.gci-wand-magic::before {
    content: ""
}

.gci-magic::before {
    content: ""
}

.gci-wand-magic-sparkles::before {
    content: ""
}

.gci-magic-wand-sparkles::before {
    content: ""
}

.gci-warehouse::before {
    content: ""
}

.gci-water::before {
    content: ""
}

.gci-water-ladder::before {
    content: ""
}

.gci-ladder-water::before {
    content: ""
}

.gci-swimming-pool::before {
    content: ""
}

.gci-wave-square::before {
    content: ""
}

.gci-weight-hanging::before {
    content: ""
}

.gci-weight-scale::before {
    content: ""
}

.gci-weight::before {
    content: ""
}

.gci-wheelchair::before {
    content: ""
}

.gci-whiskey-glass::before {
    content: ""
}

.gci-glass-whiskey::before {
    content: ""
}

.gci-wifi::before {
    content: ""
}

.gci-wifi-3::before {
    content: ""
}

.gci-wifi-strong::before {
    content: ""
}

.gci-wind::before {
    content: ""
}

.gci-window-maximize::before {
    content: ""
}

.gci-window-minimize::before {
    content: ""
}

.gci-window-restore::before {
    content: ""
}

.gci-wine-bottle::before {
    content: ""
}

.gci-wine-glass::before {
    content: ""
}

.gci-wine-glass-empty::before {
    content: ""
}

.gci-wine-glass-alt::before {
    content: ""
}

.gci-won-sign::before {
    content: ""
}

.gci-krw::before {
    content: ""
}

.gci-won::before {
    content: ""
}

.gci-wrench::before {
    content: ""
}

.gci-x::before {
    content: "X"
}

.gci-x-ray::before {
    content: ""
}

.gci-xmark::before {
    content: ""
}

.gci-close::before {
    content: ""
}

.gci-multiply::before {
    content: ""
}

.gci-remove::before {
    content: ""
}

.gci-times::before {
    content: ""
}

.gci-y::before {
    content: "Y"
}

.gci-yen-sign::before {
    content: ""
}

.gci-cny::before {
    content: ""
}

.gci-jpy::before {
    content: ""
}

.gci-rmb::before {
    content: ""
}

.gci-yen::before {
    content: ""
}

.gci-yin-yang::before {
    content: ""
}

.gci-z::before {
    content: "Z"
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.sr-only-focusable:not(:focus),
.fa-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
}

:root,
:host {
    --gci-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --gci-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --gci-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(../../../themes/peepso-theme-gecko/assets/icons/fa-brands-400.woff2) format("woff2"), url(../../../themes/peepso-theme-gecko/assets/icons/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../themes/peepso-theme-gecko/assets/icons/fa-regular-400.woff2) format("woff2"), url(../../../themes/peepso-theme-gecko/assets/icons/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(../../../themes/peepso-theme-gecko/assets/icons/fa-solid-900.woff2) format("woff2"), url(../../../themes/peepso-theme-gecko/assets/icons/fa-solid-900.ttf) format("truetype")
}

.gcib,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.gci-42-group:before {
    content: ""
}

.gci-innosoft:before {
    content: ""
}

.gci-500px:before {
    content: ""
}

.gci-accessible-icon:before {
    content: ""
}

.gci-accusoft:before {
    content: ""
}

.gci-acquisitions-incorporated:before {
    content: ""
}

.gci-adn:before {
    content: ""
}

.gci-adversal:before {
    content: ""
}

.gci-affiliatetheme:before {
    content: ""
}

.gci-airbnb:before {
    content: ""
}

.gci-algolia:before {
    content: ""
}

.gci-alipay:before {
    content: ""
}

.gci-amazon:before {
    content: ""
}

.gci-amazon-pay:before {
    content: ""
}

.gci-amilia:before {
    content: ""
}

.gci-android:before {
    content: ""
}

.gci-angellist:before {
    content: ""
}

.gci-angrycreative:before {
    content: ""
}

.gci-angular:before {
    content: ""
}

.gci-app-store:before {
    content: ""
}

.gci-app-store-ios:before {
    content: ""
}

.gci-apper:before {
    content: ""
}

.gci-apple:before {
    content: ""
}

.gci-apple-pay:before {
    content: ""
}

.gci-artstation:before {
    content: ""
}

.gci-asymmetrik:before {
    content: ""
}

.gci-atlassian:before {
    content: ""
}

.gci-audible:before {
    content: ""
}

.gci-autoprefixer:before {
    content: ""
}

.gci-avianex:before {
    content: ""
}

.gci-aviato:before {
    content: ""
}

.gci-aws:before {
    content: ""
}

.gci-bandcamp:before {
    content: ""
}

.gci-battle-net:before {
    content: ""
}

.gci-behance:before {
    content: ""
}

.gci-behance-square:before {
    content: ""
}

.gci-bilibili:before {
    content: ""
}

.gci-bimobject:before {
    content: ""
}

.gci-bitbucket:before {
    content: ""
}

.gci-bitcoin:before {
    content: ""
}

.gci-bity:before {
    content: ""
}

.gci-black-tie:before {
    content: ""
}

.gci-blackberry:before {
    content: ""
}

.gci-blogger:before {
    content: ""
}

.gci-blogger-b:before {
    content: ""
}

.gci-bluetooth:before {
    content: ""
}

.gci-bluetooth-b:before {
    content: ""
}

.gci-bootstrap:before {
    content: ""
}

.gci-bots:before {
    content: ""
}

.gci-btc:before {
    content: ""
}

.gci-buffer:before {
    content: ""
}

.gci-buromobelexperte:before {
    content: ""
}

.gci-buy-n-large:before {
    content: ""
}

.gci-buysellads:before {
    content: ""
}

.gci-canadian-maple-leaf:before {
    content: ""
}

.gci-cc-amazon-pay:before {
    content: ""
}

.gci-cc-amex:before {
    content: ""
}

.gci-cc-apple-pay:before {
    content: ""
}

.gci-cc-diners-club:before {
    content: ""
}

.gci-cc-discover:before {
    content: ""
}

.gci-cc-jcb:before {
    content: ""
}

.gci-cc-mastercard:before {
    content: ""
}

.gci-cc-paypal:before {
    content: ""
}

.gci-cc-stripe:before {
    content: ""
}

.gci-cc-visa:before {
    content: ""
}

.gci-centercode:before {
    content: ""
}

.gci-centos:before {
    content: ""
}

.gci-chrome:before {
    content: ""
}

.gci-chromecast:before {
    content: ""
}

.gci-cloudflare:before {
    content: ""
}

.gci-cloudscale:before {
    content: ""
}

.gci-cloudsmith:before {
    content: ""
}

.gci-cloudversify:before {
    content: ""
}

.gci-cmplid:before {
    content: ""
}

.gci-codepen:before {
    content: ""
}

.gci-codiepie:before {
    content: ""
}

.gci-confluence:before {
    content: ""
}

.gci-connectdevelop:before {
    content: ""
}

.gci-contao:before {
    content: ""
}

.gci-cotton-bureau:before {
    content: ""
}

.gci-cpanel:before {
    content: ""
}

.gci-creative-commons:before {
    content: ""
}

.gci-creative-commons-by:before {
    content: ""
}

.gci-creative-commons-nc:before {
    content: ""
}

.gci-creative-commons-nc-eu:before {
    content: ""
}

.gci-creative-commons-nc-jp:before {
    content: ""
}

.gci-creative-commons-nd:before {
    content: ""
}

.gci-creative-commons-pd:before {
    content: ""
}

.gci-creative-commons-pd-alt:before {
    content: ""
}

.gci-creative-commons-remix:before {
    content: ""
}

.gci-creative-commons-sa:before {
    content: ""
}

.gci-creative-commons-sampling:before {
    content: ""
}

.gci-creative-commons-sampling-plus:before {
    content: ""
}

.gci-creative-commons-share:before {
    content: ""
}

.gci-creative-commons-zero:before {
    content: ""
}

.gci-critical-role:before {
    content: ""
}

.gci-css3:before {
    content: ""
}

.gci-css3-alt:before {
    content: ""
}

.gci-cuttlefish:before {
    content: ""
}

.gci-d-and-d:before {
    content: ""
}

.gci-d-and-d-beyond:before {
    content: ""
}

.gci-dailymotion:before {
    content: ""
}

.gci-dashcube:before {
    content: ""
}

.gci-deezer:before {
    content: ""
}

.gci-delicious:before {
    content: ""
}

.gci-deploydog:before {
    content: ""
}

.gci-deskpro:before {
    content: ""
}

.gci-dev:before {
    content: ""
}

.gci-deviantart:before {
    content: ""
}

.gci-dhl:before {
    content: ""
}

.gci-diaspora:before {
    content: ""
}

.gci-digg:before {
    content: ""
}

.gci-digital-ocean:before {
    content: ""
}

.gci-discord:before {
    content: ""
}

.gci-discourse:before {
    content: ""
}

.gci-dochub:before {
    content: ""
}

.gci-docker:before {
    content: ""
}

.gci-draft2digital:before {
    content: ""
}

.gci-dribbble:before {
    content: ""
}

.gci-dribbble-square:before {
    content: ""
}

.gci-dropbox:before {
    content: ""
}

.gci-drupal:before {
    content: ""
}

.gci-dyalog:before {
    content: ""
}

.gci-earlybirds:before {
    content: ""
}

.gci-ebay:before {
    content: ""
}

.gci-edge:before {
    content: ""
}

.gci-edge-legacy:before {
    content: ""
}

.gci-elementor:before {
    content: ""
}

.gci-ello:before {
    content: ""
}

.gci-ember:before {
    content: ""
}

.gci-empire:before {
    content: ""
}

.gci-envira:before {
    content: ""
}

.gci-erlang:before {
    content: ""
}

.gci-ethereum:before {
    content: ""
}

.gci-etsy:before {
    content: ""
}

.gci-evernote:before {
    content: ""
}

.gci-expeditedssl:before {
    content: ""
}

.gci-facebook:before {
    content: ""
}

.gci-facebook-f:before {
    content: ""
}

.gci-facebook-messenger:before {
    content: ""
}

.gci-facebook-square:before {
    content: ""
}

.gci-fantasy-flight-games:before {
    content: ""
}

.gci-fedex:before {
    content: ""
}

.gci-fedora:before {
    content: ""
}

.gci-figma:before {
    content: ""
}

.gci-firefox:before {
    content: ""
}

.gci-firefox-browser:before {
    content: ""
}

.gci-first-order:before {
    content: ""
}

.gci-first-order-alt:before {
    content: ""
}

.gci-firstdraft:before {
    content: ""
}

.gci-flickr:before {
    content: ""
}

.gci-flipboard:before {
    content: ""
}

.gci-fly:before {
    content: ""
}

.gci-font-awesome:before {
    content: ""
}

.gci-font-awesome-flag:before {
    content: ""
}

.gci-font-awesome-logo-full:before {
    content: ""
}

.gci-fonticons:before {
    content: ""
}

.gci-fonticons-fi:before {
    content: ""
}

.gci-fort-awesome:before {
    content: ""
}

.gci-fort-awesome-alt:before {
    content: ""
}

.gci-forumbee:before {
    content: ""
}

.gci-foursquare:before {
    content: ""
}

.gci-free-code-camp:before {
    content: ""
}

.gci-freebsd:before {
    content: ""
}

.gci-fulcrum:before {
    content: ""
}

.gci-galactic-republic:before {
    content: ""
}

.gci-galactic-senate:before {
    content: ""
}

.gci-get-pocket:before {
    content: ""
}

.gci-gg:before {
    content: ""
}

.gci-gg-circle:before {
    content: ""
}

.gci-git:before {
    content: ""
}

.gci-git-alt:before {
    content: ""
}

.gci-git-square:before {
    content: ""
}

.gci-github:before {
    content: ""
}

.gci-github-alt:before {
    content: ""
}

.gci-github-square:before {
    content: ""
}

.gci-gitkraken:before {
    content: ""
}

.gci-gitlab:before {
    content: ""
}

.gci-gitter:before {
    content: ""
}

.gci-glide:before {
    content: ""
}

.gci-glide-g:before {
    content: ""
}

.gci-gofore:before {
    content: ""
}

.gci-golang:before {
    content: ""
}

.gci-goodreads:before {
    content: ""
}

.gci-goodreads-g:before {
    content: ""
}

.gci-google:before {
    content: ""
}

.gci-google-drive:before {
    content: ""
}

.gci-google-pay:before {
    content: ""
}

.gci-google-play:before {
    content: ""
}

.gci-google-plus:before {
    content: ""
}

.gci-google-plus-g:before {
    content: ""
}

.gci-google-plus-square:before {
    content: ""
}

.gci-google-wallet:before {
    content: ""
}

.gci-gratipay:before {
    content: ""
}

.gci-grav:before {
    content: ""
}

.gci-gripfire:before {
    content: ""
}

.gci-grunt:before {
    content: ""
}

.gci-guilded:before {
    content: ""
}

.gci-gulp:before {
    content: ""
}

.gci-hacker-news:before {
    content: ""
}

.gci-hacker-news-square:before {
    content: ""
}

.gci-hackerrank:before {
    content: ""
}

.gci-hips:before {
    content: ""
}

.gci-hire-a-helper:before {
    content: ""
}

.gci-hive:before {
    content: ""
}

.gci-hooli:before {
    content: ""
}

.gci-hornbill:before {
    content: ""
}

.gci-hotjar:before {
    content: ""
}

.gci-houzz:before {
    content: ""
}

.gci-html5:before {
    content: ""
}

.gci-hubspot:before {
    content: ""
}

.gci-ideal:before {
    content: ""
}

.gci-imdb:before {
    content: ""
}

.gci-instagram:before {
    content: ""
}

.gci-instagram-square:before {
    content: ""
}

.gci-instalod:before {
    content: ""
}

.gci-intercom:before {
    content: ""
}

.gci-internet-explorer:before {
    content: ""
}

.gci-invision:before {
    content: ""
}

.gci-ioxhost:before {
    content: ""
}

.gci-itch-io:before {
    content: ""
}

.gci-itunes:before {
    content: ""
}

.gci-itunes-note:before {
    content: ""
}

.gci-java:before {
    content: ""
}

.gci-jedi-order:before {
    content: ""
}

.gci-jenkins:before {
    content: ""
}

.gci-jira:before {
    content: ""
}

.gci-joget:before {
    content: ""
}

.gci-joomla:before {
    content: ""
}

.gci-js:before {
    content: ""
}

.gci-js-square:before {
    content: ""
}

.gci-jsfiddle:before {
    content: ""
}

.gci-kaggle:before {
    content: ""
}

.gci-keybase:before {
    content: ""
}

.gci-keycdn:before {
    content: ""
}

.gci-kickstarter:before {
    content: ""
}

.gci-kickstarter-k:before {
    content: ""
}

.gci-korvue:before {
    content: ""
}

.gci-laravel:before {
    content: ""
}

.gci-lastfm:before {
    content: ""
}

.gci-lastfm-square:before {
    content: ""
}

.gci-leanpub:before {
    content: ""
}

.gci-less:before {
    content: ""
}

.gci-line:before {
    content: ""
}

.gci-linkedin:before {
    content: ""
}

.gci-linkedin-in:before {
    content: ""
}

.gci-linode:before {
    content: ""
}

.gci-linux:before {
    content: ""
}

.gci-lyft:before {
    content: ""
}

.gci-magento:before {
    content: ""
}

.gci-mailchimp:before {
    content: ""
}

.gci-mandalorian:before {
    content: ""
}

.gci-markdown:before {
    content: ""
}

.gci-mastodon:before {
    content: ""
}

.gci-maxcdn:before {
    content: ""
}

.gci-mdb:before {
    content: ""
}

.gci-medapps:before {
    content: ""
}

.gci-medium:before {
    content: ""
}

.gci-medium-m:before {
    content: ""
}

.gci-medrt:before {
    content: ""
}

.gci-meetup:before {
    content: ""
}

.gci-megaport:before {
    content: ""
}

.gci-mendeley:before {
    content: ""
}

.gci-microblog:before {
    content: ""
}

.gci-microsoft:before {
    content: ""
}

.gci-mix:before {
    content: ""
}

.gci-mixcloud:before {
    content: ""
}

.gci-mixer:before {
    content: ""
}

.gci-mizuni:before {
    content: ""
}

.gci-modx:before {
    content: ""
}

.gci-monero:before {
    content: ""
}

.gci-napster:before {
    content: ""
}

.gci-neos:before {
    content: ""
}

.gci-nimblr:before {
    content: ""
}

.gci-node:before {
    content: ""
}

.gci-node-js:before {
    content: ""
}

.gci-npm:before {
    content: ""
}

.gci-ns8:before {
    content: ""
}

.gci-nutritionix:before {
    content: ""
}

.gci-octopus-deploy:before {
    content: ""
}

.gci-odnoklassniki:before {
    content: ""
}

.gci-odnoklassniki-square:before {
    content: ""
}

.gci-old-republic:before {
    content: ""
}

.gci-opencart:before {
    content: ""
}

.gci-openid:before {
    content: ""
}

.gci-opera:before {
    content: ""
}

.gci-optin-monster:before {
    content: ""
}

.gci-orcid:before {
    content: ""
}

.gci-osi:before {
    content: ""
}

.gci-page4:before {
    content: ""
}

.gci-pagelines:before {
    content: ""
}

.gci-palfed:before {
    content: ""
}

.gci-patreon:before {
    content: ""
}

.gci-paypal:before {
    content: ""
}

.gci-penny-arcade:before {
    content: ""
}

.gci-perbyte:before {
    content: ""
}

.gci-periscope:before {
    content: ""
}

.gci-phabricator:before {
    content: ""
}

.gci-phoenix-framework:before {
    content: ""
}

.gci-phoenix-squadron:before {
    content: ""
}

.gci-php:before {
    content: ""
}

.gci-pied-piper:before {
    content: ""
}

.gci-pied-piper-alt:before {
    content: ""
}

.gci-pied-piper-hat:before {
    content: ""
}

.gci-pied-piper-pp:before {
    content: ""
}

.gci-pied-piper-square:before {
    content: ""
}

.gci-pinterest:before {
    content: ""
}

.gci-pinterest-p:before {
    content: ""
}

.gci-pinterest-square:before {
    content: ""
}

.gci-pix:before {
    content: ""
}

.gci-playstation:before {
    content: ""
}

.gci-product-hunt:before {
    content: ""
}

.gci-pushed:before {
    content: ""
}

.gci-python:before {
    content: ""
}

.gci-qq:before {
    content: ""
}

.gci-quinscape:before {
    content: ""
}

.gci-quora:before {
    content: ""
}

.gci-r-project:before {
    content: ""
}

.gci-raspberry-pi:before {
    content: ""
}

.gci-ravelry:before {
    content: ""
}

.gci-react:before {
    content: ""
}

.gci-reacteurope:before {
    content: ""
}

.gci-readme:before {
    content: ""
}

.gci-rebel:before {
    content: ""
}

.gci-red-river:before {
    content: ""
}

.gci-reddit:before {
    content: ""
}

.gci-reddit-alien:before {
    content: ""
}

.gci-reddit-square:before {
    content: ""
}

.gci-redhat:before {
    content: ""
}

.gci-renren:before {
    content: ""
}

.gci-replyd:before {
    content: ""
}

.gci-researchgate:before {
    content: ""
}

.gci-resolving:before {
    content: ""
}

.gci-rev:before {
    content: ""
}

.gci-rocketchat:before {
    content: ""
}

.gci-rockrms:before {
    content: ""
}

.gci-rust:before {
    content: ""
}

.gci-safari:before {
    content: ""
}

.gci-salesforce:before {
    content: ""
}

.gci-sass:before {
    content: ""
}

.gci-schlix:before {
    content: ""
}

.gci-scribd:before {
    content: ""
}

.gci-searchengin:before {
    content: ""
}

.gci-sellcast:before {
    content: ""
}

.gci-sellsy:before {
    content: ""
}

.gci-servicestack:before {
    content: ""
}

.gci-shirtsinbulk:before {
    content: ""
}

.gci-shopify:before {
    content: ""
}

.gci-shopware:before {
    content: ""
}

.gci-simplybuilt:before {
    content: ""
}

.gci-sistrix:before {
    content: ""
}

.gci-sith:before {
    content: ""
}

.gci-sitrox:before {
    content: ""
}

.gci-sketch:before {
    content: ""
}

.gci-skyatlas:before {
    content: ""
}

.gci-skype:before {
    content: ""
}

.gci-slack:before {
    content: ""
}

.gci-slack-hash:before {
    content: ""
}

.gci-slideshare:before {
    content: ""
}

.gci-snapchat:before {
    content: ""
}

.gci-snapchat-ghost:before {
    content: ""
}

.gci-snapchat-square:before {
    content: ""
}

.gci-soundcloud:before {
    content: ""
}

.gci-sourcetree:before {
    content: ""
}

.gci-speakap:before {
    content: ""
}

.gci-speaker-deck:before {
    content: ""
}

.gci-spotify:before {
    content: ""
}

.gci-square-font-awesome:before {
    content: ""
}

.gci-square-font-awesome-stroke:before {
    content: ""
}

.gci-font-awesome-alt:before {
    content: ""
}

.gci-squarespace:before {
    content: ""
}

.gci-stack-exchange:before {
    content: ""
}

.gci-stack-overflow:before {
    content: ""
}

.gci-stackpath:before {
    content: ""
}

.gci-staylinked:before {
    content: ""
}

.gci-steam:before {
    content: ""
}

.gci-steam-square:before {
    content: ""
}

.gci-steam-symbol:before {
    content: ""
}

.gci-sticker-mule:before {
    content: ""
}

.gci-strava:before {
    content: ""
}

.gci-stripe:before {
    content: ""
}

.gci-stripe-s:before {
    content: ""
}

.gci-studiovinari:before {
    content: ""
}

.gci-stumbleupon:before {
    content: ""
}

.gci-stumbleupon-circle:before {
    content: ""
}

.gci-superpowers:before {
    content: ""
}

.gci-supple:before {
    content: ""
}

.gci-suse:before {
    content: ""
}

.gci-swift:before {
    content: ""
}

.gci-symfony:before {
    content: ""
}

.gci-teamspeak:before {
    content: ""
}

.gci-telegram:before {
    content: ""
}

.gci-telegram-plane:before {
    content: ""
}

.gci-tencent-weibo:before {
    content: ""
}

.gci-the-red-yeti:before {
    content: ""
}

.gci-themeco:before {
    content: ""
}

.gci-themeisle:before {
    content: ""
}

.gci-think-peaks:before {
    content: ""
}

.gci-tiktok:before {
    content: ""
}

.gci-trade-federation:before {
    content: ""
}

.gci-trello:before {
    content: ""
}

.gci-tumblr:before {
    content: ""
}

.gci-tumblr-square:before {
    content: ""
}

.gci-twitch:before {
    content: ""
}

.gci-twitter:before {
    content: ""
}

.gci-twitter-square:before {
    content: ""
}

.gci-typo3:before {
    content: ""
}

.gci-uber:before {
    content: ""
}

.gci-ubuntu:before {
    content: ""
}

.gci-uikit:before {
    content: ""
}

.gci-umbraco:before {
    content: ""
}

.gci-uncharted:before {
    content: ""
}

.gci-uniregistry:before {
    content: ""
}

.gci-unity:before {
    content: ""
}

.gci-unsplash:before {
    content: ""
}

.gci-untappd:before {
    content: ""
}

.gci-ups:before {
    content: ""
}

.gci-usb:before {
    content: ""
}

.gci-usps:before {
    content: ""
}

.gci-ussunnah:before {
    content: ""
}

.gci-vaadin:before {
    content: ""
}

.gci-viacoin:before {
    content: ""
}

.gci-viadeo:before {
    content: ""
}

.gci-viadeo-square:before {
    content: ""
}

.gci-viber:before {
    content: ""
}

.gci-vimeo:before {
    content: ""
}

.gci-vimeo-square:before {
    content: ""
}

.gci-vimeo-v:before {
    content: ""
}

.gci-vine:before {
    content: ""
}

.gci-vk:before {
    content: ""
}

.gci-vnv:before {
    content: ""
}

.gci-vuejs:before {
    content: ""
}

.gci-watchman-monitoring:before {
    content: ""
}

.gci-waze:before {
    content: ""
}

.gci-weebly:before {
    content: ""
}

.gci-weibo:before {
    content: ""
}

.gci-weixin:before {
    content: ""
}

.gci-whatsapp:before {
    content: ""
}

.gci-whatsapp-square:before {
    content: ""
}

.gci-whmcs:before {
    content: ""
}

.gci-wikipedia-w:before {
    content: ""
}

.gci-windows:before {
    content: ""
}

.gci-wirsindhandwerk:before {
    content: ""
}

.gci-wsh:before {
    content: ""
}

.gci-wix:before {
    content: ""
}

.gci-wizards-of-the-coast:before {
    content: ""
}

.gci-wodu:before {
    content: ""
}

.gci-wolf-pack-battalion:before {
    content: ""
}

.gci-wordpress:before {
    content: ""
}

.gci-wordpress-simple:before {
    content: ""
}

.gci-wpbeginner:before {
    content: ""
}

.gci-wpexplorer:before {
    content: ""
}

.gci-wpforms:before {
    content: ""
}

.gci-wpressr:before {
    content: ""
}

.gci-xbox:before {
    content: ""
}

.gci-xing:before {
    content: ""
}

.gci-xing-square:before {
    content: ""
}

.gci-y-combinator:before {
    content: ""
}

.gci-yahoo:before {
    content: ""
}

.gci-yammer:before {
    content: ""
}

.gci-yandex:before {
    content: ""
}

.gci-yandex-international:before {
    content: ""
}

.gci-yarn:before {
    content: ""
}

.gci-yelp:before {
    content: ""
}

.gci-yoast:before {
    content: ""
}

.gci-youtube:before {
    content: ""
}

.gci-youtube-square:before {
    content: ""
}

.gci-zhihu:before {
    content: ""
}

.gcir,
.fa-regular {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.gcis,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

:root {
    --color--primary: #6456a3;
    --color--primary-shade: #7361c3;
    --color--primary-light: #e6ceff;
    --color--alt: #f06292;
    --color--gray-lightness: #fcfdfe;
    --color--gray-lighter: #f8f9fa;
    --color--gray-light: #f1f3f5;
    --color--gray: #ced4da;
    --color--gray-dark: #495057;
    --color--text-light: #92979b;
    --color--text: var(--color--gray-dark);
    --color--link: var(--color-primary);
    --color--link-hover: var(--color--primary-shade);
    --color--divider: rgba(0, 0, 0, .1);
    --color--divider-light: rgba(0, 0, 0, .05);
    --color--box: #fff;
    --color--box-shade: var(--color--gray-lighter);
    --color--box-accent: var(--color--primary);
    --body-bg: #f6f8f9;
    --body-bg--image: none;
    --body-bg--image-size: auto;
    --body-bg--image-repeat: no-repeat;
    --font-size: 16px;
    --radius: 6px;
    --radius--sm: 4px;
    --radius--xs: 2px;
    --shadow: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow--light: 0 1px 2px rgba(0, 0, 0, .05);
    --btn--primary: var(--color--primary);
    --btn--primary-hover: var(--color--primary-shade);
    --btn--primary-text: #fff;
    --btn--primary-text-hover: #fff;
    --btn--primary-disabled: var(--color--gray);
    --btn--primary-disabled-text: var(--color--text-light);
    --container: 1280px;
    --layout-grid: 2fr;
    --layout-grid--single: 3fr;
    --header-background: #fff;
    --header-color: #8c9399;
    --header-color--hover: var(--color--gray-dark);
    --header-active-indicator-color: var(--color--primary-light);
    --header-search-bg: #f5f5f5;
    --header-search-input-color: #333;
    --header-search-focus-shadow: #eeeeee;
    --header-search-separator: #eeeeee;
    --header-burger-color: var(--color--primary);
    --header-burger-color--hover: var(--color--primary-shade);
    --header-menu--mobile-bg: #1b1b1b;
    --header-menu--mobile-links: #fff;
    --header-menu--mobile-sublinks: #999;
    --header-menu-order: 2;
    --header-menu-align: flex-start;
    --top-widgets-grid: 4;
    --bottom-widgets-grid: 4;
    --ps-font-family: "Helvetica Neue", "Arial", sans-serif;
    --ps-btn-color: var(--color--gray-dark);
    --ps-btn-bg: var(--color--gray-light);
    --ps-btn-bg--hover: var(--color--gray);
    --ps-btn--action-color: #fff;
    --ps-btn--action-bg: var(--color--primary);
    --ps-btn--action-bg--hover: var(--color--primary-shade);
    --widget--gradient-bg: #8EC5FC;
    --widget--gradient-bg-2: #E0C3FC;
    --widget--gradient-color: #fff;
    --widget--gradient-links: rgba(255, 255, 255, 0.8);
    --widget--gradient-links-hover: #fff;
    --footer-links-color: #e0c3fc;
    --footer-links-color--hover: #fff;
    --footer-text-color: #a99ddb;
    --footer-bg: var(--color--primary);
    --footer-copyrights-bg: #5a4d92;
    --footer-widgets-title-color: #fff;
    --footer-widgets-list-separator: #7467ac;
    --footer-widgets-grid: 4
}

.gecko.gecko--dark {
    --color--box: #212121;
    --color--box-shade: #292929;
    --color--box-accent: #121212;
    --color--gray-lightness: #111;
    --color--gray-lighter: #222;
    --color--gray-light: #333;
    --color--gray: #444;
    --color--gray-dark: #555;
    --color--text-light: #aaa;
    --color--text: #fff;
    --body-bg: var(--color--gray-lightness);
    --header-background: var(--color--gray-lighter);
    --header-color: var(--color--gray-dark);
    --header-color--hover: #fff;
    --header-search-bg: var(--color--gray-lightness);
    --header-search-focus-shadow: var(--color--gray-light);
    --header-search-separator: var(--color--gray-light);
    --ps-btn-color: var(--color--text-light)
}

.gecko.gecko--dark .widget--bordered {
    --wigdet-border-color: var(--color--box-shade)
}

.gecko.gecko--dark .ps-reactions__dropdown {
    background-color: var(--color--box-shade)
}

:root {
    --PADD--XS: calc(var(--PADD) / 4);
    --PADD--SM: calc(var(--PADD) / 2);
    --PADD: 10px;
    --PADD--MD: calc(var(--PADD) * 2);
    --PADD--XL: calc(var(--PADD) * 3);
    --CONTAINER: 1280px;
    --DIVIDER: rgba(70, 77, 87, 0.15);
    --DIVIDER--LIGHT: rgba(70, 77, 87, 0.1);
    --DIVIDER--LIGHTEN: rgba(70, 77, 87, 0.05);
    --DIVIDER--DARK: rgba(70, 77, 87, 0.25);
    --DIVIDER--R: rgba(255, 255, 255, 0.1);
    --DIVIDER--R--LIGHT: rgba(255, 255, 255, 0.05);
    --FONT-SIZE: 18px;
    --MIN-FONT-SIZE: 12px;
    --LINE-HEIGHT: 1.4;
    --COLOR--PRIMARY: #6271eb;
    --COLOR--PRIMARY--SHADE: #bfc5f1;
    --COLOR--PRIMARY--LIGHT: #8e99f1;
    --COLOR--PRIMARY--ULTRALIGHT: #e9ebfa;
    --COLOR--PRIMARY--DARK: #4e5bc5;
    --COLOR--ALT: #27b194;
    --COLOR--ALT--LIGHT: #60d6bd;
    --COLOR--ALT--DARK: #199c80;
    --COLOR--GRADIENT--DEG: 0deg;
    --COLOR--GRADIENT--ONE: var(--COLOR--PRIMARY--LIGHT);
    --COLOR--GRADIENT--TWO: var(--COLOR--ALT--LIGHT);
    --COLOR--GRADIENT--TEXT: #fff;
    --COLOR--GRADIENT--LINKS: rgba(255, 255, 255, 0.8);
    --COLOR--GRADIENT--LINKS--HOVER: #fff;
    --COLOR--GRADIENT: linear-gradient(var(--COLOR--GRADIENT--DEG), var(--COLOR--GRADIENT--ONE) 0%, var(--COLOR--GRADIENT--TWO) 100%);
    --COLOR--INFO: #0085ff;
    --COLOR--INFO--LIGHT: #BBDEFB;
    --COLOR--INFO--ULTRALIGHT: #E3F2FD;
    --COLOR--INFO--DARK: #016df7;
    --COLOR--SUCCESS: #66BB6A;
    --COLOR--SUCCESS--LIGHT: #C8E6C9;
    --COLOR--SUCCESS--ULTRALIGHT: #E8F5E9;
    --COLOR--SUCCESS--DARK: #4CAF50;
    --COLOR--WARNING: #FFA726;
    --COLOR--WARNING--LIGHT: #FFE0B2;
    --COLOR--WARNING--ULTRALIGHT: #FFF3E0;
    --COLOR--WARNING--DARK: #F57C00;
    --COLOR--ABORT: #E53935;
    --COLOR--ABORT--LIGHT: #FFCDD2;
    --COLOR--ABORT--ULTRALIGHT: #FFEBEE;
    --COLOR--ABORT--DARK: #D32F2F;
    --COLOR--ONLINE: #00b935;
    --COLOR--APP: #fff;
    --COLOR--APP--LIGHTGRAY: #FBFBFB;
    --COLOR--APP--GRAY: #F8F9FB;
    --COLOR--APP--DARKGRAY: #ECEFF4;
    --COLOR--APP--DARK: #46494f;
    --COLOR--APP--DARKER: #202124;
    --COLOR--HEADING: #333;
    --COLOR--TEXT: #494954;
    --COLOR--TEXT--LIGHT: #91919d;
    --COLOR--TEXT--LIGHTEN: #b0b0b9;
    --COLOR--TEXT--INVERT: #fff;
    --BORDER-RADIUS--SM: calc(var(--BORDER-RADIUS) / 2);
    --BORDER-RADIUS: 8px;
    --BORDER-RADIUS--MD: calc(var(--BORDER-RADIUS) + (var(--BORDER-RADIUS) / 2));
    --BORDER-RADIUS--XL: calc(var(--BORDER-RADIUS) * 2);
    --BORDER-RADIUS--AVATAR: 100%;
    --BOX-SHADOW-DIS: 0px;
    --BOX-SHADOW-BLUR: 0px;
    --BOX-SHADOW-THICKNESS: 1px;
    --BOX-SHADOW-COLOR: rgba(18, 38, 65, 0.0901);
    --BOX-SHADOW--HARD: 0 var(--BOX-SHADOW-DIS) var(--BOX-SHADOW-BLUR) var(--BOX-SHADOW-THICKNESS) var(--BOX-SHADOW-COLOR);
    --BOX-SHADOW: 0 1px 2px rgba(70, 77, 87, 0.08);
    --BOX-SHADOW--MD: 0 0 20px rgba(70, 77, 87, 0.15);
    --BOX-SHADOW--XL: 0 20px 30px rgba(70, 77, 87, 0.1);
    --INPUT-SHADOW: var(--COLOR--PRIMARY--ULTRALIGHT);
    --INPUT-SHADOW--IN: var(--COLOR--PRIMARY--LIGHT)
}

body {
    --GC-COLOR--PRIMARY: var(--COLOR--PRIMARY);
    --GC-COLOR--PRIMARY--SHADE: var(--COLOR--PRIMARY--SHADE);
    --GC-COLOR--PRIMARY--LIGHT: var(--COLOR--PRIMARY--LIGHT);
    --GC-COLOR--PRIMARY--DARK: var(--COLOR--PRIMARY--DARK);
    --GC-COLOR--PRIMARY--ULTRALIGHT: var(--COLOR--PRIMARY--ULTRALIGHT);
    --GC-COLOR--ALT: var(--COLOR--ALT);
    --GC-COLOR--ALT--LIGHT: var(--COLOR--ALT--LIGHT);
    --GC-COLOR--ALT--DARK: var(--COLOR--ALT--DARK);
    --GC-COLOR--GRADIENT--DEG: var(--COLOR--GRADIENT--DEG);
    --GC-COLOR--GRADIENT--ONE: var(--COLOR--GRADIENT--ONE);
    --GC-COLOR--GRADIENT--TWO: var(--COLOR--GRADIENT--TWO);
    --GC-COLOR--GRADIENT--TEXT: var(--COLOR--GRADIENT--TEXT);
    --GC-COLOR--GRADIENT--LINKS: var(--COLOR--GRADIENT--LINKS);
    --GC-COLOR--GRADIENT--LINKS--HOVER: var(--COLOR--GRADIENT--LINKS--HOVER);
    --GC-COLOR--GRADIENT: var(--COLOR--GRADIENT);
    --GC-COLOR--INFO: var(--COLOR--INFO);
    --GC-COLOR--INFO--LIGHT: var(--COLOR--INFO--LIGHT);
    --GC-COLOR--INFO--ULTRALIGHT: var(--COLOR--INFO--ULTRALIGHT);
    --GC-COLOR--INFO--DARK: var(--COLOR--INFO--DARK);
    --GC-COLOR--SUCCESS: var(--COLOR--SUCCESS);
    --GC-COLOR--SUCCESS--LIGHT: var(--COLOR--SUCCESS--LIGHT);
    --GC-COLOR--SUCCESS--ULTRALIGHT: var(--COLOR--SUCCESS--ULTRALIGHT);
    --GC-COLOR--SUCCESS--DARK: var(--COLOR--SUCCESS--DARK);
    --GC-COLOR--WARNING: var(--COLOR--WARNING);
    --GC-COLOR--WARNING--LIGHT: var(--COLOR--WARNING--LIGHT);
    --GC-COLOR--WARNING--ULTRALIGHT: var(--COLOR--WARNING--ULTRALIGHT);
    --GC-COLOR--WARNING--DARK: var(--COLOR--WARNING--DARK);
    --GC-COLOR--ABORT: var(--COLOR--ABORT);
    --GC-COLOR--ABORT--LIGHT: var(--COLOR--ABORT--LIGHT);
    --GC-COLOR--ABORT--ULTRALIGHT: var(--COLOR--ABORT--ULTRALIGHT);
    --GC-COLOR--ABORT--DARK: var(--COLOR--ABORT--DARK);
    --GC-COLOR--APP: var(--COLOR--APP);
    --GC-COLOR--APP--GRAY: var(--COLOR--APP--GRAY);
    --GC-COLOR--APP--LIGHTGRAY: var(--COLOR--APP--LIGHTGRAY);
    --GC-COLOR--APP--DARKGRAY: var(--COLOR--APP--DARKGRAY);
    --GC-COLOR--HEADING: var(--COLOR--HEADING);
    --GC-COLOR--TEXT: var(--COLOR--TEXT);
    --GC-COLOR--TEXT--LIGHT: var(--COLOR--TEXT--LIGHT);
    --GC-COLOR--TEXT--INVERT: var(--COLOR--TEXT--INVERT);
    --GC-COLOR--LINK: var(--COLOR--LINK);
    --GC-COLOR--LINK--HOVER: var(--COLOR--LINK-HOVER);
    --GC-COLOR--LINK--FOCUS: var(--COLOR--LINK-FOCUS);
    --GC-FONT-SIZE: 18px;
    --GC-FONT-SIZE: var(--FONT-SIZE);
    --GC-LINE-HEIGHT: 1.4;
    --GC-LINE-HEIGHT: var(--LINE-HEIGHT);
    --GC-FONT-FAMILY: var(--GC-FONT-FAMILY);
    --container: var(--c-gc-layout-width);
    --c-gc-body-bg: #f5f5f5;
    --c-gc-body-bg-image-fixed: unset;
    --c-gc-main-column: 2fr;
    --c-gc-main-column-maxwidth: 100%;
    --c-gc-layout-gap: var(--PADD--XL);
    --c-gc-post-image-max-height: 100%;
    --c-gc-blog-image-max-height: 100%;
    --c-gc-header-bg: var(--COLOR--APP);
    --c-gc-header-font-size: 100%;
    --c-gc-header-menu-font-size: 100%;
    --c-gc-header-logo-color: #333;
    --c-gc-header-tagline-color: #555;
    --c-gc-header-logo-height: 60px;
    --c-gc-header-logo-height-mobile: 60px;
    --c-gc-header-tagline-font-size: 90%;
    --c-gc-header-sidebar-bg: var(--COLOR--APP);
    --c-gc-header-sidebar-overlay-bg: var(--COLOR--APP);
    --c-gc-header-sidebar-close-color: var(--COLOR--HEADING);
    --c-gc-header-sidebar-arrow-color: var(--COLOR--TEXT--LIGHT);
    --c-gc-header-sidebar-logo-height: 60px;
    --c-gc-header-sidebar-logo-bg: var(--COLOR--APP);
    --c-gc-header-sidebar-logo-text-color: var(--COLOR--HEADING);
    --c-gc-header-sidebar-logo-font-size: 150%;
    --c-gc-header-sidebar-menu-links-color: var(--COLOR--TEXT);
    --c-gc-header-sidebar-menu-bg: var(--COLOR--APP);
    --c-gc-header-sidebar-menu-font-size: 100%;
    --c-gc-header-sidebar-above-menu-text-color: var(--COLOR--TEXT);
    --c-gc-header-sidebar-above-menu-links-color: var(--COLOR--LINK);
    --c-gc-header-sidebar-above-menu-bg: var(--COLOR--APP);
    --c-gc-header-sidebar-under-menu-text-color: var(--COLOR--TEXT);
    --c-gc-header-sidebar-under-menu-links-color: var(--COLOR--LINK);
    --c-gc-header-sidebar-under-menu-bg: var(--COLOR--APP);
    --c-gc-header-sidebar-menu-active-link-color: var(--COLOR--PRIMARY);
    --c-gc-header-sidebar-menu-active-indicator-color: var(--COLOR--PRIMARY);
    --c-gc-header-search-vis: block;
    --c-gc-header-search-vis-mobile: block;
    --c-gc-footer-bg: var(--COLOR--APP);
    --c-gc-footer-text-color: var(--COLOR--TEXT);
    --c-gc-footer-text-color-light: var(--COLOR--TEXT--LIGHT);
    --c-gc-footer-links-color: var(--COLOR--LINK);
    --c-gc-footer-links-color-hover: var(--COLOR--LINK-HOVER);
    --c-gc-sidebar-left-width: 1fr;
    --c-gc-sidebar-right-width: 1fr;
    --c-gc-sidebar-widgets-gap: var(--PADD--XL);
    --c-gc-widget-bg: var(--COLOR--APP);
    --c-gc-widget-text-color: var(--COLOR--TEXT);
    --c-gc-sticky-bar-under-bg: var(--COLOR--APP);
    --c-gc-sticky-bar-under-text-color: var(--COLOR--TEXT--LIGHT);
    --c-gc-sticky-bar-under-link-color: var(--COLOR--TEXT);
    --c-gc-sticky-bar-under-link-color-hover: var(--COLOR--TEXT--LIGHT);
    --c-gc-sticky-bar-under-font-size: 100%;
    --c-gc-sticky-bar-under-add-padd: 0;
    --c-gc-sticky-bar-under-vis: block;
    --c-gc-sticky-bar-under-vis-mobile: block;
    --c-gc-sticky-bar-above-bg: var(--COLOR--APP);
    --c-gc-sticky-bar-above-text-color: var(--COLOR--TEXT--LIGHT);
    --c-gc-sticky-bar-above-link-color: var(--COLOR--TEXT);
    --c-gc-sticky-bar-above-link-color-hover: var(--COLOR--TEXT--LIGHT);
    --c-gc-sticky-bar-above-font-size: 100%;
    --c-gc-sticky-bar-above-add-padd: 0;
    --c-gc-sticky-bar-above-vis: block;
    --c-gc-sticky-bar-above-vis-mobile: block;
    --c-gc-sticky-bar-mobile-bg: var(--COLOR--APP);
    --c-gc-sticky-bar-mobile-text-color: var(--COLOR--TEXT--LIGHT);
    --c-gc-sticky-bar-mobile-link-color: var(--COLOR--TEXT);
    --c-gc-sticky-bar-mobile-link-color-hover: var(--COLOR--TEXT--LIGHT);
    --c-gc-sticky-bar-mobile-font-size: 100%;
    --c-gc-sticky-bar-mobile-add-padd: 0;
    --c-gc-landing-footer-widgets-vis: none;
    --c-gc-landing-footer-social-widgets-vis: none;
    --widget--gradient-deg: var(--COLOR--GRADIENT--DEG);
    --widget--gradient-bg: var(--COLOR--PRIMARY--LIGHT);
    --widget--gradient-bg-2: var(--COLOR--ALT--LIGHT);
    --widget--gradient-color: var(--COLOR--GRADIENT--TEXT);
    --widget--gradient-links: var(--COLOR--GRADIENT--LINKS);
    --widget--gradient-links-hover: var(--COLOR--GRADIENT--LINKS--HOVER);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--GC-FONT-SIZE);
    --INPUT-SHADOW: var(--COLOR--PRIMARY--ULTRALIGHT);
    --INPUT-SHADOW--IN: var(--COLOR--PRIMARY--LIGHT)
}

body.gc-theme--dark {
    --COLOR--APP: #191919;
    --COLOR--APP--GRAY: #222;
    --COLOR--APP--LIGHTGRAY: #121212;
    --COLOR--APP--DARKGRAY: #1a1a1a;
    --COLOR--APP--DARK: #46494f;
    --COLOR--APP--DARKER: #202124;
    --COLOR--TEXT: #f9f9f9;
    --COLOR--TEXT--LIGHT: #8c8c8c;
    --COLOR--HEADING: #fff;
    --c-gc-body-bg: #111;
    --BOX-SHADOW--HARD: 0 0 0 1px rgba(0, 0, 0, 0.15);
    --BOX-SHADOW: 0 1px 2px rgba(0, 0, 0, 0.18);
    --BOX-SHADOW--MD: 0 0 20px rgba(0, 0, 0, 0.25);
    --BOX-SHADOW--XL: 0 20px 30px rgba(0, 0, 0, 0.2);
    --c-ps-checkbox-border: rgba(255, 255, 255, .1)
}

.gc-theme__toggle {
    position: fixed;
    z-index: 100;
    left: 50px;
    bottom: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--GC-COLOR--WARNING);
    background-color: var(--GC-COLOR--APP);
    box-shadow: var(--BOX-SHADOW--MD);
    border-radius: 100%;
    box-shadow: 0 0 0 2px var(--GC-COLOR--WARNING)
}

.gc-theme__toggle:hover {
    color: var(--GC-COLOR--WARNING--DARK)
}

.gc-theme--dark .gc-theme__toggle {
    color: var(--GC-COLOR--TEXT--LIGHT);
    box-shadow: 0 0 0 2px var(--GC-COLOR--APP--GRAY)
}

.gc-theme--dark .gc-theme__toggle:hover {
    color: var(--GC-COLOR--TEXT)
}

.gc-theme--dark .gc-theme__toggle>i {
    font-weight: normal
}

.gc-profile__cover--full .ps-focus--gecko .ps-focus__info,
.gc-profile__cover--full .ps-focus--gecko .ps-focus__menu-inner,
.gc-profile__cover--full .ps-focus--gecko .ps-focus__cover-inner,
.gc-profile__cover--wide,
.main,
.dokan-store .site-main,
.gc-widgets__inner,
.gc-footer__bottom-inner,
.gc-footer__grid,
.gc-header__search-box-inner,
.gc-header__inner,
.g-container {
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD)
}

.g-container__nopadd {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 46.25em) {
    .g-container__nopadd {
        max-width: calc(var(--container) - 60px)
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    max-width: 100%;
    height: 100%;
    margin-top: 0 !important;
    overflow-x: hidden
}

html * {
    box-sizing: border-box
}

html *:before,
html *:after {
    box-sizing: border-box
}

#body {
    position: relative !important
}

body {
    position: relative !important;
    right: 0;
    max-width: 100%;
    min-height: 100%;
    font-size: var(--GC-FONT-SIZE);
    font-family: var(--GC-FONT-FAMILY) !important;
    line-height: 1.15;
    color: var(--GC-COLOR--TEXT);
    background-color: var(--c-gc-body-bg);
    background-size: var(--c-gc-body-bg-image-size);
    background-repeat: var(--c-gc-body-bg-image-repeat);
    background-position: center center;
    background-attachment: var(--c-gc-body-bg-image-fixed);
    transition: right .3s ease;
    height: auto
}

@media(min-width: 61.25em) {
    body {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column
    }
}

.gecko body {
    padding-top: var(--c-gc-header-height)
}

@media(min-width: 61.25em) {
    .gecko body {
        padding-top: var(--c-gc-header-height)
    }
}

body.admin-bar {
    padding-top: calc(var(--c-gc-header-height) + 32px)
}

@media(max-width: 48.875em) {
    body.admin-bar {
        padding-top: calc(var(--c-gc-header-height) + 46px)
    }
}

.header-is-transparent.page-is-builder-friendly body,
.header-is-static body,
.header-is-hidden body {
    padding-top: 0
}

.header-is-transparent.page-is-builder-friendly body.admin-bar,
.header-is-static body.admin-bar,
.header-is-hidden body.admin-bar {
    padding-top: 32px
}

@media(max-width: 48.875em) {
    .header-is-transparent.page-is-builder-friendly body.admin-bar,
    .header-is-static body.admin-bar,
    .header-is-hidden body.admin-bar {
        padding-top: 46px
    }
}

.screen-reader-text {
    display: none
}

ol,
ul {
    list-style: none;
    line-height: var(--GC-LINE-HEIGHT)
}

ul,
ol {
    margin-bottom: var(--PADD--MD);
    padding-left: var(--PADD--MD)
}

ul li,
ol li {
    list-style-type: disc
}

ul:last-child,
ol:last-child {
    margin-bottom: 0
}

ol li {
    list-style-type: decimal
}

p {
    margin-bottom: var(--PADD--MD)
}

time {
    font-size: 70%
}

pre {
    overflow-x: auto;
    margin-bottom: var(--PADD--MD)
}

pre:last-child {
    margin-bottom: 0
}

sup {
    font-size: 80%;
    vertical-align: super
}

sub {
    font-size: 80%;
    vertical-align: sub
}

hr {
    width: 100%;
    height: 2px;
    margin-top: var(--PADD--MD);
    margin-bottom: var(--PADD--XL);
    background-color: var(--DIVIDER--LIGHT);
    border: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

blockquote {
    position: relative;
    margin-bottom: var(--PADD--MD);
    padding: var(--PADD--MD) !important;
    background-color: var(--GC-COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS--MD)
}

blockquote:before {
    position: absolute;
    top: 3px;
    left: 5px;
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

blockquote:after {
    position: absolute;
    right: 5px;
    bottom: 3px;
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

blockquote em {
    display: block;
    margin-bottom: var(--PADD);
    font-size: var(--GC-FONT-SIZE);
    font-weight: 300
}

blockquote cite {
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

blockquote:last-child {
    margin-bottom: 0
}

em {
    font-style: italic
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: var(--PADD--MD);
    line-height: var(--GC-LINE-HEIGHT);
    color: var(--COLOR--HEADING)
}

h1 {
    font-size: 200%
}

h2 {
    font-size: 160%
}

h3 {
    font-size: 140%
}

h4 {
    font-size: 110%
}

article p {
    line-height: var(--GC-LINE-HEIGHT)
}

a {
    color: var(--GC-COLOR--LINK);
    text-decoration: none
}

a:focus {
    box-shadow: none;
    outline: none
}

@media(min-width: 46.25em) {
    a:hover {
        color: var(--GC-COLOR--LINK--HOVER)
    }
    a:focus {
        color: var(--GC-COLOR--LINK--FOCUS)
    }
}

button,
input[type=submit],
input[type=button] {
    font-family: var(--GC-FONT-FAMILY) !important;
    cursor: pointer
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=date],
input[type=file] {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=search]:hover,
input[type=url]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=file]:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=file]:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

input[type=submit] {
    cursor: pointer
}

select {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease
}

select:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

select:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

select:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

textarea {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease;
    resize: vertical
}

textarea:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

textarea:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

textarea:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

table {
    margin-top: var(--PADD--MD);
    margin-bottom: var(--PADD--MD);
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    text-align: left
}

table:first-child {
    margin-top: 0
}

table:last-child {
    margin-bottom: 0
}

audio,
video {
    vertical-align: middle
}

.clearfix {
    content: " ";
    clear: both;
    display: block
}

.clearfix:after {
    content: " ";
    clear: both;
    display: block
}

.gc-btn {
    --padd: var(--PADD) var(--PADD--MD);
    --font-size: 85%;
    --line-height: var(--GC-LINE-HEIGHT);
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    --radius: var(--BORDER-RADIUS--MD);
    --border: var(--DIVIDER--LIGHTEN);
    display: inline-block;
    padding: var(--padd);
    font-size: var(--font-size);
    line-height: var(--line-height);
    background-color: var(--bg);
    color: var(--color);
    border-radius: var(--radius);
    border: none;
    outline: none
}

.gc-btn:hover,
.gc-btn:focus,
.gc-btn:active {
    background-color: var(--bg--hover);
    color: var(--color--hover)
}

button {
    --padd: var(--PADD) var(--PADD--MD);
    --font-size: 85%;
    --line-height: var(--GC-LINE-HEIGHT);
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    --radius: var(--BORDER-RADIUS--MD);
    --border: var(--DIVIDER--LIGHTEN);
    display: inline-block;
    padding: var(--padd);
    font-size: var(--font-size);
    line-height: var(--line-height);
    background-color: var(--bg);
    color: var(--color);
    border-radius: var(--radius);
    border: none;
    outline: none
}

button:hover,
button:focus,
button:active {
    background-color: var(--bg--hover);
    color: var(--color--hover)
}

input[type=button] {
    --padd: var(--PADD) var(--PADD--MD);
    --font-size: 85%;
    --line-height: var(--GC-LINE-HEIGHT);
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    --radius: var(--BORDER-RADIUS--MD);
    --border: var(--DIVIDER--LIGHTEN);
    display: inline-block;
    padding: var(--padd);
    font-size: var(--font-size);
    line-height: var(--line-height);
    background-color: var(--bg);
    color: var(--color);
    border-radius: var(--radius);
    border: none;
    outline: none
}

input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active {
    background-color: var(--bg--hover);
    color: var(--color--hover)
}

input[type=submit] {
    --padd: var(--PADD) var(--PADD--MD);
    --font-size: 85%;
    --line-height: var(--GC-LINE-HEIGHT);
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    --radius: var(--BORDER-RADIUS--MD);
    --border: var(--DIVIDER--LIGHTEN);
    display: inline-block;
    padding: var(--padd);
    font-size: var(--font-size);
    line-height: var(--line-height);
    background-color: var(--bg);
    color: var(--color);
    border-radius: var(--radius);
    border: none;
    outline: none
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
    background-color: var(--bg--hover);
    color: var(--color--hover)
}

.wp-caption-text {
    color: var(--GC-COLOR--TEXT--LIGHT);
    text-align: center;
    margin-top: var(--PADD);
    margin-bottom: var(--PADD--MD)
}

.sticky {
    display: block
}

.gallery-caption {
    display: block
}

.bypostauthor {
    display: block
}

.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.entry-content:after {
    display: table;
    clear: both;
    content: " "
}

.alignleft {
    display: inline;
    float: left;
    margin-right: var(--PADD--MD);
    margin-bottom: var(--PADD--MD)
}

.alignright {
    display: inline;
    float: right;
    margin-left: var(--PADD--MD);
    margin-bottom: var(--PADD--MD)
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-block-button {
    margin-bottom: var(--PADD)
}

.wp-block-button.alignleft {
    margin-right: var(--PADD)
}

.wp-block-button.alignright {
    margin-left: var(--PADD)
}

.wp-block-button .wp-block-button__link {
    font-size: 100%
}

.wp-block-cover {
    margin-bottom: var(--PADD--MD);
    color: #fff
}

.wp-block-cover .wp-block-cover-text {
    font-size: 120%
}

.wp-block-cover.alignleft {
    margin-right: var(--PADD--MD)
}

.wp-block-cover.alignright {
    margin-left: var(--PADD--MD)
}

.wp-block-gallery {
    margin-bottom: var(--PADD--MD)
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption.blocks-gallery-item__caption {
    color: #fff;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 0
}

.wp-block-gallery.alignleft {
    margin-right: var(--PADD--MD)
}

.wp-block-gallery.alignright {
    margin-left: var(--PADD--MD)
}

.wp-block-gallery .blocks-gallery-caption {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.entry-content .gallery {
    margin-bottom: var(--PADD--MD) !important
}

.gallery .gallery-item .gallery-caption {
    padding-top: var(--PADD--SM);
    font-size: 80%
}

.wp-block-categories-dropdown {
    margin-bottom: var(--PADD--MD)
}

.wp-block-categories-dropdown:last-child {
    margin-bottom: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: var(--PADD);
    list-style-type: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 70%
}

.wp-block-media-text {
    margin-bottom: var(--PADD--MD)
}

.wp-block-media-text:last-child {
    margin-bottom: 0
}

.gc-header__wrapper {
    --position: var(--c-gc-header-sticky);
    --position--mobile: var(--c-gc-header-sticky-mobile);
    --header-bg: var(--c-gc-header-bg);
    --header-logo-color: var(--c-gc-header-logo-color);
    --header-tagline-color: var(--c-gc-header-tagline-color);
    --header-tagline-font-size: var(--c-gc-header-tagline-font-size);
    --height: var(--c-gc-header-height);
    --logo-height: var(--c-gc-header-logo-height);
    --logo-height--mobile: var(--c-gc-header-logo-height-mobile);
    --menu-text-color: var(--c-gc-header-text-color);
    --menu-link-color: var(--c-gc-header-link-color);
    --menu-link-color--hover: var(--c-gc-header-link-color-hover);
    --menu-link-color--active: var(--c-gc-header-link-color-hover);
    --menu-link-color-indicator: var(--c-gc-header-link-active-indicator);
    --font-size: var(--c-gc-header-font-size);
    --font-size--menu: var(--c-gc-header-menu-font-size);
    --divider: var(--DIVIDER--LIGHT);
    position: var(--position);
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 0 var(--divider)
}

.admin-bar .gc-header__wrapper {
    top: 46px
}

@media(min-width: 48.9375em) {
    .admin-bar .gc-header__wrapper {
        top: 32px
    }
}

@media(max-width: 61.24em) {
    .gc-header__wrapper {
        position: var(--position--mobile)
    }
}

@media(min-width: 61.25em) {
    .is-landing .gc-header__wrapper {
        position: absolute !important;
        width: 50%;
        left: auto;
        right: 0;
        margin-left: auto
    }
    .is-landing .gc-header__wrapper.gc-header--full {
        width: 100%;
        left: 0;
        right: 0;
        margin-right: 0;
        margin-left: 0
    }
}

.gc-header__wrapper li {
    list-style-type: none
}

@media(min-width: 61.25em) {
    .gc-header__wrapper #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu {
        display: flex;
        align-items: center;
        height: 100%
    }
}

.is-landing>.gc-body--sidenav.logged-in .gc-header__wrapper {
    width: calc(50% - 2*(var(--PADD--MD)))
}

.is-landing>.gc-body--sidenav.logged-in .gc-header__wrapper.gc-header--full {
    width: 100%
}

.gc-header {
    --gap: var(--PADD);
    --bubble-bg: var(--PS-COLOR--WARNING);
    --bubble-color: #fff;
    --bubble-font-size: 10px;
    min-height: var(--height);
    font-size: var(--font-size);
    background-color: var(--header-bg);
    transition: all .2s ease
}

.gc-header ul {
    line-height: 1.15
}

.gc-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: var(--height)
}

.gc-header--full .gc-header__inner {
    max-width: 100%
}

.gc-header__wrapper--scroll {
    box-shadow: 0 2px 10px var(--divider)
}

.gc-header--transparent {
    box-shadow: none
}

.gc-header--transparent .gc-header {
    background-color: rgba(0, 0, 0, 0)
}

.gc-header--transparent.gc-header__wrapper--scroll {
    background-color: var(--header-bg);
    box-shadow: 0 1px 0 var(--divider)
}

.gc-header__logo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: var(--PADD--MD)
}

.gc-header__logo h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
    font-size: 150%;
    font-weight: normal;
    line-height: 1;
    color: var(--header-logo-color)
}

@media(max-width: 61.24em) {
    .gc-header__logo {
        flex-grow: 2
    }
}

@media(min-width: 61.25em) {
    .gc-header__logo--mobile {
        display: none
    }
}

@media(max-width: 61.24em) {
    .gc-header__logo--mobile+.gc-header__logo {
        display: none
    }
}

.gc-logo__link {
    display: block;
    color: var(--header-logo-color)
}

.gc-logo__link:hover,
.gc-logo__link:focus {
    color: var(--header-logo-color)
}

.gc-logo__image {
    --height: var(--logo-height--mobile);
    display: flex;
    align-items: center;
    height: var(--height)
}

.gc-logo__image>a {
    display: flex;
    align-items: center;
    max-height: 100%;
    height: 100%
}

.gc-logo__image>a>img {
    width: auto;
    height: auto;
    height: 100%
}

@media(min-width: 61.25em) {
    .gc-logo__image {
        --height: var(--logo-height)
    }
}

.gc-logo__tagline {
    font-size: var(--header-tagline-font-size);
    color: var(--header-tagline-color);
    margin-left: var(--PADD--MD)
}

@media(max-width: 61.24em) {
    .gc-logo__tagline {
        width: calc(100% - (var(--logo-height--mobile) + var(--PADD--MD)))
    }
}

@media(max-width: 61.24em) {
    .gc-logo__tagline--mobile {
        display: none
    }
}

.gc-header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    min-height: var(--height)
}

.gc-header__menu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: var(--c-gc-header-menu-align);
    height: 100%;
    min-height: var(--height);
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none
}

.gc-header__menu>ul>li>ul li.menu-item-has-children .sub-menu {
    display: none;
    top: 0;
    left: 100%
}

.gc-header__menu>ul>li>ul li.menu-item-has-children .sub-menu:before {
    content: none
}

.gc-header__menu>ul>li>ul li.menu-item-has-children:hover>.sub-menu {
    display: block
}

.gc-header__menu>ul>li>ul li.menu-item-has-children:before {
    position: absolute;
    top: 47%;
    right: 10px;
    display: block;
    border: solid;
    border-color: var(--header-color);
    border-width: 0 2px 2px 0;
    padding: 3px;
    content: " ";
    transform: rotate(-50deg) translateY(-60%)
}

.gc-header__menu>ul>li.gc-header__menu-item--reverse {
    position: relative
}

.gc-header__menu>ul>li.gc-header__menu-item--reverse>ul li.menu-item-has-children .sub-menu {
    left: unset;
    right: 100%
}

.gc-header__menu>ul>li.gc-header__menu-item--reverse .sub-menu {
    right: 0
}

.gc-header__menu>ul>li.gc-header__menu-item--reverse .sub-menu:before {
    left: unset;
    right: var(--PADD--MD)
}

.gc-header__menu .sub-menu {
    --width: 210px;
    --bg: var(--header-bg);
    --bg--hover: var(--header-bg);
    top: 90%
}

.gc-header__menu .sub-menu:before {
    content: " ";
    position: absolute;
    left: var(--PADD--MD);
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid var(--header-bg)
}

.gc-header__menu .sub-menu .gc-header__menu-item,
.gc-header__menu .sub-menu .menu-item {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
    position: relative
}

.gc-header__menu .sub-menu .gc-header__menu-item:last-child,
.gc-header__menu .sub-menu .menu-item:last-child {
    border-bottom: none
}

.gc-header__menu .sub-menu .gc-header__menu-item>a,
.gc-header__menu .sub-menu .menu-item>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    color: var(--menu-link-color);
    font-size: 80%
}

.gc-header__menu .sub-menu .gc-header__menu-item>a:hover,
.gc-header__menu .sub-menu .gc-header__menu-item>a:focus,
.gc-header__menu .sub-menu .menu-item>a:hover,
.gc-header__menu .sub-menu .menu-item>a:focus {
    color: var(--menu-link-color--hover)
}

.gc-header__menu .sub-menu .gc-header__menu-item>a:before,
.gc-header__menu .sub-menu .menu-item>a:before {
    display: none
}

.gc-header__menu .menu-item-has-children .sub-menu {
    z-index: 100
}

.gc-header__menu .menu-item-object-language_switcher .sub-menu {
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.gc-header__menu>ul>.gc-header__menu-item,
.gc-header__menu>ul>.menu-item {
    display: flex
}

@media(max-width: 61.24em) {
    .gc-header__menu>ul>.gc-header__menu-item,
    .gc-header__menu>ul>.menu-item {
        display: none
    }
}

.gc-header__menu>ul>.gc-header__menu-item>a,
.gc-header__menu>ul>.menu-item>a {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--PADD--XL) calc(var(--PADD--SM) + var(--PADD));
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    font-size: var(--font-size--menu);
    color: var(--menu-link-color)
}

.gc-header__menu>ul>.gc-header__menu-item>a:hover,
.gc-header__menu>ul>.gc-header__menu-item>a:focus,
.gc-header__menu-item:hover .gc-header__menu>ul>.gc-header__menu-item>a,
.gc-header__menu>ul>.menu-item>a:hover,
.gc-header__menu>ul>.menu-item>a:focus,
.gc-header__menu-item:hover .gc-header__menu>ul>.menu-item>a {
    color: var(--menu-link-color--hover)
}

.gc-header__menu>ul>.gc-header__menu-item.menu-item-has-children,
.gc-header__menu>ul>.menu-item.menu-item-has-children {
    position: relative
}

.gc-header__menu>ul>.gc-header__menu-item.gc-header__menu-item--active>a,
.gc-header__menu>ul>.menu-item.gc-header__menu-item--active>a {
    color: var(--menu-link-color--active)
}

.gc-header__menu>ul>.gc-header__menu-item.gc-header__menu-item--active>a:hover,
.gc-header__menu>ul>.gc-header__menu-item.gc-header__menu-item--active>a:focus,
.gc-header__menu>ul>.menu-item.gc-header__menu-item--active>a:hover,
.gc-header__menu>ul>.menu-item.gc-header__menu-item--active>a:focus {
    color: var(--menu-link-color--active)
}

.gc-header__menu>ul>.gc-header__menu-item.gc-header__menu-item--active>a:before,
.gc-header__menu>ul>.menu-item.gc-header__menu-item--active>a:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 60%;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--menu-link-color-indicator);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: height .2s ease
}

.gc-header--search .gc-header__menu>ul>.gc-header__menu-item.gc-header__menu-item--active>a:before,
.gc-header--search .gc-header__menu>ul>.menu-item.gc-header__menu-item--active>a:before {
    height: 0
}

.gc-header__menu>ul>.gc-header__menu-item:hover>a,
.gc-header__menu>ul>.menu-item:hover>a {
    color: var(--menu-link-color--hover)
}

.gc-header__menu>ul>.gc-header__menu-item.menu-item-has-children>a,
.gc-header__menu>ul>.menu-item.menu-item-has-children>a {
    padding-right: var(--PADD--XL)
}

.gc-header__menu>ul>.gc-header__menu-item.menu-item-has-children>a:after,
.gc-header__menu>ul>.menu-item.menu-item-has-children>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: var(--PADD);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.gc-header__menu>ul>.gc-header__menu-item.menu-item-has-children:hover>.sub-menu,
.gc-header__menu>ul>.menu-item.menu-item-has-children:hover>.sub-menu {
    display: block
}

.gc-header__menu-toggle {
    display: block;
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    padding-right: var(--PADD);
    font-size: 100%;
    color: var(--menu-link-color)
}

.gc-header__menu-toggle:hover,
.gc-header__menu-toggle:focus {
    color: var(--menu-link-color--hover)
}

@media(min-width: 61.25em) {
    .gc-header__menu-toggle {
        display: none
    }
}

.gc-header__search {
    display: var(--c-gc-header-search-vis-mobile);
    margin-left: auto;
    color: var(--menu-text-color)
}

@media(min-width: 61.25em) {
    .gc-header__search {
        display: var(--c-gc-header-search-vis)
    }
}

.gc-header__search-toggle {
    display: block;
    padding-left: var(--PADD);
    padding-right: var(--PADD);
    font-size: 100%;
    color: var(--menu-link-color);
    height: 100%;
    display: flex;
    align-items: center
}

.gc-header__search-toggle:hover,
.gc-header__search-toggle:focus {
    color: var(--menu-link-color--hover)
}

.gc-header__search-box .gc-header__search-toggle {
    flex-grow: 0;
    padding: var(--PADD)
}

@media(min-width: 61.25em) {
    .gc-header__search-toggle {
        padding-left: var(--PADD--MD);
        padding-right: var(--PADD--MD)
    }
}

.gc-header__search-box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: var(--header-bg)
}

.gc-header__search-box-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--PADD--MD);
    padding-bottom: var(--PADD--MD);
    height: var(--height);
    background-color: var(--header-bg)
}

@media(min-width: 61.25em) {
    .gc-header__search-box-inner {
        transform: translateY(-100%);
        transition: transform .5s ease
    }
    .gc-header__search--open .gc-header__search-box-inner {
        transform: translateY(0)
    }
}

.gc-header__search-input-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.gc-header__search-form {
    width: 100%;
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD)
}

.gc-header__search-input[type=text] {
    width: 100%;
    padding-top: var(--PADD--SM);
    padding-bottom: var(--PADD--SM);
    background-color: var(--header-bg);
    border: none;
    box-shadow: none;
    outline: none;
    opacity: .5
}

.gc-header__search-input[type=text]:focus,
.gc-header__search-input[type=text]:hover {
    background-color: var(--header-bg);
    border: none;
    box-shadow: none;
    opacity: 1
}

.gc-header__addons {
    display: flex;
    margin-left: var(--PADD)
}

.gc-header__addons.open {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.gc-header__widget {
    color: var(--menu-text-color)
}

.gc-header__widget h3 {
    color: var(--menu-text-color)
}

.gc-header__widget p {
    color: var(--menu-text-color)
}

.gc-header__widget a {
    color: var(--menu-link-color)
}

.gc-header__widget a:hover {
    color: var(--menu-link-color--hover)
}

@media(max-width: 61.24em) {
    .gc-header__widget {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
}

.gc-header__widget .widget_peepsowidgetuserbar {
    border-radius: var(--BORDER-RADIUS--XL);
    padding: var(--PADD--SM)
}

@media(min-width: 61.25em) {
    .gc-header__widget .ps-notif__bubble--all {
        top: var(--PADD--MD)
    }
}

.gc-header__widget .psw-userbar__menu-toggle:hover,
.gc-header__widget .psw-userbar__menu-toggle:focus {
    color: var(--menu-link-color--hover)
}

@media(max-width: 61.24em) {
    .gc-header__widget-inner {
        display: none
    }
}

.gc-widgets__sticky .psw-userbar__toggle {
    padding: calc(var(--PADD--SM) + 2px) var(--PADD)
}

.gc-header__widget-inner .psw-userbar__toggle {
    padding: var(--PADD--XL) var(--PADD);
    font-size: 100%;
    color: var(--menu-link-color)
}

.gc-header__widget-inner .psw-userbar__toggle:hover,
.gc-header__widget-inner .psw-userbar__toggle:focus {
    color: var(--menu-link-color--hover)
}

.gc-header__cart-wrapper {
    position: relative
}

.gc-header__cart,
.gc-header__cart.widget,
.gc-header__cart.widget_edd_cart_widget,
.gc-header__cart.widget_shopping_cart {
    position: absolute;
    top: 100%;
    z-index: 100;
    right: 0;
    display: none;
    width: 300px;
    padding: var(--PADD);
    background-color: var(--c-gc-header-bg);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--MD)
}

.gc-header__cart-toggle {
    position: relative;
    display: block;
    padding: var(--PADD--MD) var(--PADD);
    color: var(--menu-link-color);
    text-align: center
}

.gc-header__cart-toggle:after {
    content: "";
    position: absolute;
    top: var(--PADD);
    right: 50%;
    transform: translateX(var(--PADD--MD));
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: var(--COLOR--PRIMARY--LIGHT);
    opacity: 1;
    transition: opacity .2s ease
}

.gc-header__cart-toggle:hover,
.gc-header__cart-toggle:focus,
.gc-header__cart-toggle.open {
    color: var(--menu-link-color--hover)
}

.gc-header__cart-toggle i {
    min-width: 25px
}

.gc-header__cart-toggle.open i:first-child {
    display: none
}

.gc-header__cart-toggle.open i:last-child {
    display: block
}

.gc-header__cart-toggle.empty:after {
    opacity: 0
}

@media(min-width: 61.25em) {
    .gc-header__cart-toggle {
        padding: var(--PADD--MD)
    }
}

.hm-header__menu {
    display: flex;
    align-items: center;
    flex-grow: 2
}

.hm-header__menu.hm-header__menu--short {
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 61.25em) {
    .hm-header__menu {
        position: relative;
        padding-right: 50px
    }
}

ul.hm-header__menu-list {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    justify-content: var(--c-gc-header-menu-align);
    margin-bottom: 0;
    list-style: none
}

ul.hm-header__menu-list li {
    position: relative
}

ul.hm-header__menu-list li>ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 99%;
    left: 0;
    width: 300px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

ul.hm-header__menu-list li>ul>li {
    white-space: normal;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

ul.hm-header__menu-list li>ul>li:last-child {
    border-bottom: none
}

ul.hm-header__menu-list li>ul>li>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    font-size: 90%;
    font-weight: normal
}

ul.hm-header__menu-list li>ul>li>a:hover {
    background-color: rgba(0, 0, 0, .025)
}

ul.hm-header__menu-list li>ul:hover {
    display: block
}

ul.hm-header__menu-list li:hover>ul {
    display: block
}

ul.hm-header__menu-list>li {
    white-space: nowrap
}

ul.hm-header__menu-list>li.menu-item-has-children>a:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: var(--PADD);
    opacity: .5
}

@media(max-width: 61.24em) {
    ul.hm-header__menu-list {
        display: none
    }
}

.hm-header__menu-toggle {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: var(--PADD);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--menu-link-color);
    transition: all .2s ease;
    text-align: center
}

.hm-header__menu-toggle:hover {
    color: var(--menu-link-color--hover)
}

.hm-header__menu-toggle:focus {
    color: var(--menu-link-color--hover)
}

.hm-header__menu-toggle.open {
    color: var(--menu-link-color--hover)
}

.hm-header__menu-toggle:after {
    content: " ";
    position: absolute;
    top: 7px;
    right: 8px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--menu-link-color-indicator);
    box-shadow: 0 0 0 2px var(--header-bg);
    border-radius: 50%
}

@media(max-width: 61.24em) {
    .hm-header__menu-toggle {
        display: none !important
    }
}

.gc-header__menu>ul.hm-header__menu-more {
    --radius: 10px;
    position: absolute;
    z-index: 500;
    top: 58px;
    right: 0;
    display: block;
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--header-bg);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .025), var(--BOX-SHADOW), var(--BOX-SHADOW--MD);
    border-radius: var(--radius)
}

@media(max-width: 46.24em) {
    .gc-header__menu>ul.hm-header__menu-more {
        top: 18px
    }
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item {
    display: block;
    list-style-type: none;
    font-size: 90%;
    border-bottom: 1px solid var(--divider)
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item ul.sub-menu {
    top: 0;
    left: auto;
    right: 100%
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item ul.sub-menu:before {
    display: none
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item:first-child>a {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius)
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item:last-child {
    border-bottom: none
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item:last-child>a {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius)
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    color: var(--menu-link-color);
    transition: all .2s ease
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item>a:hover {
    background-color: rgba(0, 0, 0, .025)
}

.gc-header__menu>ul.hm-header__menu-more>li.menu-item ul {
    display: none
}

.gc-header__menu>ul.hm-header__menu-more.hidden {
    display: none
}

.gc-is-header-sidebar-open {
    overflow: hidden
}

.gc-header__sidebar {
    --bg: var(--c-gc-header-sidebar-bg);
    --logo-height: var(--c-gc-header-sidebar-logo-height);
    --logo-height--mobile: var(--c-gc-header-logo-height-mobile);
    --logo-bg: var(--c-gc-header-sidebar-logo-bg);
    --logo-text-color: var(--c-gc-header-sidebar-logo-text-color);
    --logo-font-size: var(--c-gc-header-sidebar-logo-font-size);
    --menu-links-color: var(--c-gc-header-sidebar-menu-links-color);
    --menu-active-link-color: var(--c-gc-header-sidebar-menu-active-link-color);
    --menu-active-link-indicator: var(--c-gc-header-sidebar-menu-active-indicator-color);
    --menu-bg: var(--c-gc-header-sidebar-menu-bg);
    --menu-font-size: var(--c-gc-header-sidebar-menu-font-size);
    --above-text-color: var(--c-gc-header-sidebar-above-menu-text-color);
    --above-links-color: var(--c-gc-header-sidebar-above-menu-links-color);
    --above-menu-bg: var(--c-gc-header-sidebar-above-menu-bg);
    --under-text-color: var(--c-gc-header-sidebar-under-menu-text-color);
    --under-links-color: var(--c-gc-header-sidebar-under-menu-links-color);
    --under-menu-bg: var(--c-gc-header-sidebar-under-menu-bg);
    position: fixed;
    z-index: 550;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    transform: translateX(-101%);
    background-color: var(--bg);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transition: all .3s ease-in
}

.gc-header__sidebar .widget,
.gc-header__sidebar .gc-widget {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none
}

.gc-header__sidebar .widget .widgettitle,
.gc-header__sidebar .widget h1,
.gc-header__sidebar .widget h2,
.gc-header__sidebar .widget h3,
.gc-header__sidebar .widget h4,
.gc-header__sidebar .widget h5,
.gc-header__sidebar .widget h6,
.gc-header__sidebar .gc-widget .widgettitle,
.gc-header__sidebar .gc-widget h1,
.gc-header__sidebar .gc-widget h2,
.gc-header__sidebar .gc-widget h3,
.gc-header__sidebar .gc-widget h4,
.gc-header__sidebar .gc-widget h5,
.gc-header__sidebar .gc-widget h6 {
    margin-bottom: var(--PADD--SM)
}

.admin-bar .gc-header__sidebar {
    top: 46px
}

.gc-header__sidebar--right {
    left: unset;
    right: 0;
    transform: translateX(100%)
}

.gc-header__sidebar--right+.gc-header__sidebar-overlay .gc-header__sidebar-close {
    right: unset;
    left: var(--PADD--MD)
}

.gc-header__sidebar--open {
    transform: translateX(0)
}

.gc-header__sidebar--open+.gc-header__sidebar-overlay {
    display: block
}

.gc-header__sidebar-inner {
    width: 100%;
    height: 100%;
    overflow: auto
}

.gc-header__sidebar-logo {
    padding: var(--PADD--MD);
    background-color: var(--logo-bg);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-header__sidebar-logo .gc-header__logo {
    margin: 0
}

.gc-header__sidebar-logo .gc-header__logo h1 {
    padding: 0;
    color: var(--logo-text-color);
    font-size: var(--logo-font-size)
}

.gc-header__sidebar-logo .gc-logo__image {
    --height: var(--logo-height--mobile)
}

@media(min-width: 61.25em) {
    .gc-header__sidebar-logo .gc-logo__image {
        --height: var(--logo-height)
    }
}

.gc-header__sidebar-menu {
    --arrow-icon-color: var(--c-gc-header-sidebar-arrow-color);
    margin: 0;
    padding: var(--PADD--SM) 0;
    list-style: none;
    background-color: var(--menu-bg)
}

.gc-header__sidebar-menu li {
    list-style-type: none;
    display: block
}

.gc-header__sidebar-menu li.menu-item-has-children {
    position: relative
}

.gc-header__sidebar-menu li.menu-item-has-children:before {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    padding: var(--PADD);
    font-size: 90%;
    content: "";
    color: var(--arrow-icon-color);
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all .3s ease-in;
    right: 0
}

.gc-header__sidebar-menu li.menu-item-has-children.open:before {
    transform: rotate(180deg)
}

.gc-header__sidebar-menu li.menu-item-has-children>a {
    position: relative;
    z-index: 0
}

.gc-header__sidebar-menu li>a {
    position: relative;
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    font-size: var(--menu-font-size);
    color: var(--menu-links-color);
    padding-right: 50px
}

.gc-header__sidebar-menu li>a:hover,
.gc-header__sidebar-menu li>a:focus {
    color: var(--menu-links-color)
}

.gc-header__sidebar-menu li.gc-header__menu-item--active>a,
.gc-header__sidebar-menu li.current-menu-ancestor>a {
    color: var(--menu-active-link-color)
}

.gc-header__sidebar-menu li.gc-header__menu-item--active>a:before,
.gc-header__sidebar-menu li.current-menu-ancestor>a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-top-right-radius: var(--BORDER-RADIUS);
    border-bottom-right-radius: var(--BORDER-RADIUS);
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 70%;
    background-color: var(--menu-active-link-indicator)
}

.gc-header__sidebar-menu .sub-menu {
    list-style: none;
    padding-left: var(--PADD--XL)
}

.gc-header__sidebar-menu .sub-menu>li {
    list-style-type: none
}

.gc-header__sidebar-menu .sub-menu>li:before {
    height: 30px;
    padding: var(--PADD--SM) var(--PADD)
}

.gc-header__sidebar-menu .sub-menu>li>a {
    display: block;
    padding-top: var(--PADD--SM);
    padding-bottom: var(--PADD--SM);
    font-size: 90%;
    color: var(--menu-links-color)
}

.gc-header__sidebar-menu .sub-menu .sub-menu {
    padding-left: var(--PADD)
}

.gc-header__sidebar-menu>.menu-item-has-children .sub-menu {
    display: none
}

.gc-header__sidebar-menu>.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu>li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .3s
}

.gc-header__sidebar-menu>.menu-item-has-children.open>.sub-menu .menu-item-has-children .sub-menu>li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.gc-header__sidebar-menu>.menu-item-has-children .sub-menu>.gc-header__menu-item--active>a {
    color: var(--menu-active-link-color)
}

.gc-header__sidebar-widget--above {
    --COLOR--HEADING: var(--above-text-color);
    padding: var(--PADD--MD);
    background-color: VAR(--above-menu-bg);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-header__sidebar-widget--above p,
.gc-header__sidebar-widget--above h1,
.gc-header__sidebar-widget--above h2,
.gc-header__sidebar-widget--above h3,
.gc-header__sidebar-widget--above h4,
.gc-header__sidebar-widget--above h5,
.gc-header__sidebar-widget--above h6 {
    color: var(--above-text-color)
}

.gc-header__sidebar-widget--above a {
    color: var(--above-links-color)
}

.gc-header__sidebar-widget--above .ps-notif__toggle,
.gc-header__sidebar-widget--above .psw-userbar__logout,
.gc-header__sidebar-widget--above .psw-userbar__menu-toggle,
.gc-header__sidebar-widget--above .psw-userbar__name>a,
.gc-header__sidebar-widget--above .psw-profile__menu-item,
.gc-header__sidebar-widget--above .psw-profile__progress-message>a,
.gc-header__sidebar-widget--above .psw-profile__title a {
    color: var(--above-text-color)
}

.gc-header__sidebar-widget--under {
    --COLOR--HEADING: var(--under-text-color);
    padding: var(--PADD--MD);
    background-color: VAR(--under-menu-bg);
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.gc-header__sidebar-widget--under p,
.gc-header__sidebar-widget--under h1,
.gc-header__sidebar-widget--under h2,
.gc-header__sidebar-widget--under h3,
.gc-header__sidebar-widget--under h4,
.gc-header__sidebar-widget--under h5,
.gc-header__sidebar-widget--under h6 {
    color: var(--under-text-color)
}

.gc-header__sidebar-widget--under a {
    color: var(--under-links-color)
}

.gc-header__sidebar-widget--under .ps-notif__toggle,
.gc-header__sidebar-widget--under .psw-userbar__logout,
.gc-header__sidebar-widget--under .psw-userbar__menu-toggle,
.gc-header__sidebar-widget--under .psw-userbar__name>a,
.gc-header__sidebar-widget--under .psw-profile__menu-item,
.gc-header__sidebar-widget--under .psw-profile__progress-message>a,
.gc-header__sidebar-widget--under .psw-profile__title a {
    color: var(--under-text-color)
}

.gc-header__sidebar-overlay {
    --overlay: var(--c-gc-header-sidebar-overlay-bg);
    --close-icon-color: var(--c-gc-header-sidebar-close-color);
    position: fixed;
    z-index: 540;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: var(--overlay);
    opacity: .8
}

.gc-header__sidebar-close {
    position: absolute;
    top: var(--PADD--MD);
    right: var(--PADD--MD);
    font-size: 120%;
    color: var(--close-icon-color)
}

.admin-bar .gc-header__sidebar-close {
    top: calc(var(--PADD--MD) + 46px)
}

.gc-header__sidebar-close:hover,
.gc-header__sidebar-close:focus {
    color: var(--close-icon-color)
}

.gc-footer {
    --bg: var(--c-gc-footer-bg);
    --text-color: var(--c-gc-footer-text-color);
    --text-color--light: var(--c-gc-footer-text-color-light);
    --links-color: var(--c-gc-footer-links-color);
    --links-color--hover: var(--c-gc-footer-links-color-hover);
    --font-size: 100%;
    --divider: var(--DIVIDER--LIGHT);
    margin-top: auto;
    font-size: var(--font-size);
    color: var(--text-color);
    background-color: var(--bg)
}

.gc-footer a {
    color: var(--links-color)
}

.gc-footer a:hover,
.gc-footer a:focus {
    color: var(--links-color--hover)
}

@media(max-width: 61.24em) {
    .gc-footer {
        text-align: center
    }
}

.gc-footer__grid {
    --visibility: var(--c-gc-footer-widgets-vis);
    --visibility--mobile: var(--c-gc-footer-widgets-vis-mobile);
    display: var(--visibility--mobile);
    padding-top: var(--PADD--XL);
    padding-bottom: var(--PADD--XL);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

@media(min-width: 61.25em) {
    .gc-footer__grid {
        display: var(--visibility);
        grid-gap: var(--PADD--XL);
        grid-template-columns: repeat(var(--c-gc-footer-col), 1fr)
    }
}

.gc-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 61.24em) {
    .gc-footer__bottom-inner {
        flex-wrap: wrap
    }
}

.gc-footer__menu {
    margin: 0;
    padding: 0;
    font-size: 80%;
    list-style: none
}

.gc-footer__menu .sub-menu {
    display: none
}

.gc-footer__menu .menu-item,
.gc-footer__menu>li {
    list-style-type: none
}

.gc-footer__menu a {
    display: block;
    padding-left: var(--PADD);
    padding-right: var(--PADD)
}

@media(max-width: 61.24em) {
    .gc-footer__menu {
        width: 100%;
        padding-top: var(--PADD--SM);
        padding-bottom: var(--PADD--SM)
    }
    .gc-footer__menu a {
        padding-top: var(--PADD--SM);
        padding-bottom: var(--PADD--SM)
    }
}

@media(min-width: 61.25em) {
    .gc-footer__menu {
        display: flex;
        padding-left: var(--PADD--MD);
        padding-right: var(--PADD--MD)
    }
}

.gc-footer__copyrights {
    padding-top: var(--PADD--MD);
    padding-bottom: var(--PADD--MD);
    font-size: 80%;
    line-height: 1.6
}

.gc-footer__copyrights+.gc-footer__rights {
    margin-top: var(--PADD)
}

@media(max-width: 61.24em) {
    .gc-footer__copyrights {
        width: 100%
    }
}

.gc-footer__rights {
    font-size: 80%;
    color: var(--text-color--light)
}

.gc-footer__social {
    display: flex;
    align-items: center;
    margin-left: var(--PADD--MD)
}

@media(max-width: 61.24em) {
    .gc-footer__social {
        justify-content: center;
        width: 100%;
        margin: 0;
        padding-top: var(--PADD--MD);
        padding-bottom: var(--PADD--MD)
    }
}

.gc-footer__social-item {
    margin-right: var(--PADD--MD);
    font-size: 120%
}

.gc-footer__social-item:last-child {
    margin-left: 0;
    margin-right: 0
}

.gc-widgets {
    max-width: 100%;
    padding-top: var(--PADD--MD);
    padding-bottom: var(--PADD--MD)
}

@media(min-width: 61.25em) {
    .gc-widgets {
        padding-top: var(--grid-gap);
        padding-bottom: var(--grid-gap)
    }
}

.gc-widgets--top {
    --visibility: var(--c-gc-widgets-top-vis);
    --visibility--mobile: var(--c-gc-widgets-top-vis-mobile);
    display: var(--visibility--mobile);
    padding-top: var(--PADD--MD);
    padding-bottom: 0
}

@media(min-width: 61.25em) {
    .gc-widgets--top {
        display: var(--visibility);
        padding-top: var(--PADD--XL)
    }
}

.gc-widgets--app {
    padding-top: var(--PADD--MD);
    padding-bottom: var(--PADD--MD)
}

@media(min-width: 61.25em) {
    .gc-widgets--app {
        padding-top: var(--PADD--XL);
        padding-bottom: var(--PADD--XL)
    }
}

.gc-widgets--app-top {
    padding-bottom: 0
}

@media(min-width: 61.25em) {
    .gc-widgets--app-top {
        padding-bottom: 0
    }
}

.gc-widgets--app-bottom {
    padding-top: 0
}

@media(min-width: 61.25em) {
    .gc-widgets--app-bottom {
        padding-top: 0
    }
}

.gc-sticky__bar {
    --bar-bg: var(--GC-COLOR--APP);
    --divider: var(--DIVIDER--LIGHT);
    position: relative;
    padding-top: var(--bar-padding);
    padding-bottom: var(--bar-padding);
    padding-left: 0;
    padding-right: 0;
    font-size: var(--bar-font-size);
    color: var(--bar-text-color);
    background-color: var(--bar-bg);
    box-shadow: var(--bar-shadow)
}

.gc-sticky__bar a {
    color: var(--bar-link-color)
}

.gc-sticky__bar a:hover,
.gc-sticky__bar a:focus {
    color: var(--bar-link-color--hover)
}

.gc-sticky__bar p {
    color: var(--bar-text-color)
}

.gc-sticky__bar p:last-child {
    margin-bottom: 0
}

.gc-sticky__bar .gc-widget {
    --text-color: var(--bar-text-color);
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none
}

@media(max-width: 61.24em) {
    .gc-sticky__bar .gc-widgets {
        padding-top: 0;
        padding-bottom: 0
    }
}

.gc-sticky__bar .psw-userbar {
    padding-top: var(--PADD--SM);
    padding-bottom: var(--PADD--SM)
}

@media(max-width: 61.24em) {
    .gc-sticky__bar {
        padding-left: 0;
        padding-right: 0
    }
}

.gc-sticky__bar--full .gc-widgets__inner {
    max-width: 100%
}

.gc-sticky__bar--above-header {
    --bar-bg: var(--c-gc-sticky-bar-above-bg);
    --bar-text-color: var(--c-gc-sticky-bar-above-text-color);
    --bar-link-color: var(--c-gc-sticky-bar-above-link-color);
    --bar-link-color--hover: var(--c-gc-sticky-bar-above-link-color-hover);
    --bar-padding: var(--c-gc-sticky-bar-above-add-padd);
    --bar-font-size: var(--c-gc-sticky-bar-above-font-size);
    --bar-shadow: 0 1px 0 var(--divider);
    --visibility: var(--c-gc-sticky-bar-above-vis);
    --visibility--mobile: var(--c-gc-sticky-bar-above-vis-mobile);
    display: var(--visibility--mobile)
}

@media(min-width: 61.25em) {
    .gc-sticky__bar--above-header {
        display: var(--visibility)
    }
}

.gc-sticky__bar--under-header {
    --bar-bg: var(--c-gc-sticky-bar-under-bg);
    --bar-text-color: var(--c-gc-sticky-bar-under-text-color);
    --bar-link-color: var(--c-gc-sticky-bar-under-link-color);
    --bar-link-color--hover: var(--c-gc-sticky-bar-under-link-color-hover);
    --bar-padding: var(--c-gc-sticky-bar-under-add-padd);
    --bar-font-size: var(--c-gc-sticky-bar-under-font-size);
    --bar-shadow: 0 -1px 0 var(--divider);
    --visibility: var(--c-gc-sticky-bar-under-vis);
    --visibility--mobile: var(--c-gc-sticky-bar-under-vis-mobile);
    display: var(--visibility--mobile)
}

@media(min-width: 61.25em) {
    .gc-sticky__bar--under-header {
        display: var(--visibility)
    }
}

.gc-sticky__bar--mobile {
    --bar-bg: var(--c-gc-sticky-bar-mobile-bg);
    --bar-text-color: var(--c-gc-sticky-bar-mobile-text-color);
    --bar-link-color: var(--c-gc-sticky-bar-mobile-link-color);
    --bar-link-color--hover: var(--c-gc-sticky-bar-mobile-link-color-hover);
    --bar-padding: var(--c-gc-sticky-bar-mobile-add-padd);
    --bar-font-size: var(--c-gc-sticky-bar-mobile-font-size);
    --bar-shadow: 0 -1px 0 var(--divider)
}

.gc-sticky__bar--mobile .psw-userbar {
    padding-left: 15px;
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.gc-sticky__bar--mobile .psw-userbar__inner {
    width: 100%
}

.gc-sticky__bar--mobile .psw-userbar__user {
    width: 100%
}

.gc-sticky__bar--mobile .psw-userbar__name {
    padding-left: 0
}

.gc-sticky__bar--mobile .ps-notifs {
    margin-left: auto
}

.gc-sticky__bar--mobile .ps-notif {
    margin: 0;
    border-left: 1px solid var(--DIVIDER--LIGHT)
}

.gc-sticky__bar--mobile .ps-notif__toggle {
    padding: var(--PADD--MD)
}

.gc-sticky__bar--mobile .ps-notif__bubble {
    top: var(--PADD)
}

.gc-widgets--above-content {
    --visibility: var(--c-gc-widgets-above-content-vis);
    --visibility--mobile: var(--c-gc-widgets-above-content-vis-mobile);
    display: var(--visibility--mobile);
    grid-area: above-content;
    padding-top: 0;
    padding-bottom: var(--PADD--MD)
}

@media(min-width: 61.25em) {
    .gc-widgets--above-content {
        display: var(--visibility)
    }
}

.gc-widgets--above-content .wpstory-slider-container-free-mode>.wpstory-slider-wrapper {
    max-width: 500px;
    margin-left: 0
}

.gc-widgets--above-content .wpstory-shortcode-wrapper {
    margin-bottom: 0
}

.gc-widgets--under-content {
    --visibility: var(--c-gc-widgets-under-content-vis);
    --visibility--mobile: var(--c-gc-widgets-under-content-vis-mobile);
    display: var(--visibility--mobile);
    grid-area: under-content;
    order: 1;
    padding-top: 0;
    padding-bottom: var(--PADD--MD)
}

@media(min-width: 61.25em) {
    .gc-widgets--under-content {
        display: var(--visibility);
        padding-top: var(--PADD--MD);
        padding-bottom: 0
    }
}

.gc-widgets--bottom {
    --visibility: var(--c-gc-widgets-bottom-vis);
    --visibility--mobile: var(--c-gc-widgets-bottom-vis-mobile);
    display: var(--visibility--mobile);
    padding-top: 0;
    padding-bottom: var(--PADD--MD)
}

@media(min-width: 61.25em) {
    .gc-widgets--bottom {
        display: var(--visibility)
    }
}

@media(max-width: 61.24em) {
    .peepso-sts .gc-widgets__inner {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 61.25em) {
    .gc-widgets__grid {
        display: grid;
        grid-gap: var(--PADD--XL)
    }
    .gc-widgets--top .gc-widgets__grid {
        grid-template-columns: repeat(var(--c-gc-widgets-top-col), 1fr)
    }
    .gc-widgets--bottom .gc-widgets__grid {
        grid-template-columns: repeat(var(--c-gc-widgets-bottom-col), 1fr)
    }
}

.widget,
.gc-widget,
.dokan-store-widget {
    --bg: var(--c-gc-widget-bg);
    --text-color: var(--c-gc-widget-text-color);
    --shadow: var(--BOX-SHADOW--HARD);
    --radius: var(--BORDER-RADIUS--XL);
    --widgets-gap: var(--c-gc-sidebar-widgets-gap);
    position: relative;
    margin-bottom: var(--widgets-gap);
    padding: var(--PADD--MD);
    color: var(--text-color);
    background-color: var(--bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-top: 0
}

.widget.widget_block,
.gc-widget.widget_block,
.dokan-store-widget.widget_block {
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none
}

.widget.widget_block>*,
.gc-widget.widget_block>*,
.dokan-store-widget.widget_block>* {
    display: block;
    padding: var(--PADD--MD);
    background-color: var(--bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.widget.sticky-top__widget,
.widget.header__widget.widget_peepsowidgetuserbar,
.gc-widget.sticky-top__widget,
.gc-widget.header__widget.widget_peepsowidgetuserbar,
.dokan-store-widget.sticky-top__widget,
.dokan-store-widget.header__widget.widget_peepsowidgetuserbar {
    --bg: transparent;
    --shadow: none;
    position: static
}

.widget.sticky-top__widget>*,
.widget.header__widget.widget_peepsowidgetuserbar>*,
.gc-widget.sticky-top__widget>*,
.gc-widget.header__widget.widget_peepsowidgetuserbar>*,
.dokan-store-widget.sticky-top__widget>*,
.dokan-store-widget.header__widget.widget_peepsowidgetuserbar>* {
    padding: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.widget.sticky-top__widget>*:not(.psw-userbar--open),
.widget.header__widget.widget_peepsowidgetuserbar>*:not(.psw-userbar--open),
.gc-widget.sticky-top__widget>*:not(.psw-userbar--open),
.gc-widget.header__widget.widget_peepsowidgetuserbar>*:not(.psw-userbar--open),
.dokan-store-widget.sticky-top__widget>*:not(.psw-userbar--open),
.dokan-store-widget.header__widget.widget_peepsowidgetuserbar>*:not(.psw-userbar--open) {
    background-color: var(--bg)
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.gc-widget h1,
.gc-widget h2,
.gc-widget h3,
.gc-widget h4,
.gc-widget h5,
.gc-widget h6,
.dokan-store-widget h1,
.dokan-store-widget h2,
.dokan-store-widget h3,
.dokan-store-widget h4,
.dokan-store-widget h5,
.dokan-store-widget h6 {
    font-weight: normal
}

.widget h1,
.gc-widget h1,
.dokan-store-widget h1 {
    font-size: 130%
}

.widget h2,
.gc-widget h2,
.dokan-store-widget h2 {
    font-size: 110%
}

.widget h3,
.gc-widget h3,
.dokan-store-widget h3 {
    font-size: 100%
}

.widget .screen-reader-text,
.gc-widget .screen-reader-text,
.dokan-store-widget .screen-reader-text {
    display: none
}

.widget:last-child,
.gc-widget:last-child,
.dokan-store-widget:last-child {
    margin-bottom: 0
}

@media(min-width: 61.25em) {
    .widget,
    .gc-widget,
    .dokan-store-widget {
        margin-bottom: var(--widgets-gap)
    }
    .gc-widgets--top .widget,
    .gc-widgets--bottom .widget,
    .gc-widgets--top .gc-widget,
    .gc-widgets--bottom .gc-widget,
    .gc-widgets--top .dokan-store-widget,
    .gc-widgets--bottom .dokan-store-widget {
        margin-bottom: 0
    }
}

.widget .is-layout-flex,
.gc-widget .is-layout-flex,
.dokan-store-widget .is-layout-flex {
    display: flex
}

.widget_block p {
    line-height: 1.6
}

.widget_block p:last-child {
    margin-bottom: 0
}

.wp-block-embed:last-child {
    margin-bottom: 0
}

.gc-widget--preview {
    max-width: 300px;
    margin: var(--PADD--MD) auto
}

.gc-widget--preview.widget_peepsowidgetuserbar {
    max-width: 100%;
    margin: var(--PADD--MD)
}

.gc-widget--preview:last-child {
    margin-bottom: var(--PADD--MD)
}

.gc-widget--preview .psw-profile .widgettitle {
    margin-top: calc(-1*(var(--PADD--MD)));
    margin-left: calc(-1*(var(--PADD--MD)));
    margin-right: calc(-1*(var(--PADD--MD)));
    margin-bottom: 0;
    padding: var(--PADD) var(--PADD--MD);
    font-size: 100%;
    font-weight: normal;
    color: var(--GC-COLOR--TEXT);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-widget--preview .ps-widget__header--external {
    margin-top: calc(-1*(var(--PADD--MD)));
    margin-left: calc(-1*(var(--PADD--MD)));
    margin-right: calc(-1*(var(--PADD--MD)));
    margin-bottom: var(--PADD--MD);
    padding: var(--PADD) var(--PADD--MD);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-widget--preview .ps-widget__header--external .widgettitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    font-weight: normal
}

.gc-widget--preview .ps-widget__header--external a {
    color: var(--GC-COLOR--TEXT)
}

.gc-widget--preview .ps-widget__header--external a:hover,
.gc-widget--preview .ps-widget__header--external a:focus {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget--clean .gc-widget--preview .ps-widget__header--external {
    margin: 0;
    margin-bottom: var(--PADD--MD);
    padding-left: 0;
    padding-right: 0
}

.gc-widget--clean {
    --bg: transparent;
    --shadow: none;
    padding: 0
}

.gc-widget--bordered {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 3px var(--DIVIDER--LIGHT)
}

.gc-widget--gradient {
    --INPUT-SHADOW: rgba(0, 0, 0, .1);
    --INPUT-SHADOW--IN: transparent;
    color: var(--widget--gradient-color);
    background: var(--widget--gradient-bg);
    background: -webkit-linear-gradient(var(--widget--gradient-deg), var(--widget--gradient-bg-2) 0%, var(--widget--gradient-bg) 100%);
    background: -o-linear-gradient(var(--widget--gradient-deg), var(--widget--gradient-bg-2) 0%, var(--widget--gradient-bg) 100%);
    background: linear-gradient(var(--widget--gradient-deg), var(--widget--gradient-bg-2) 0%, var(--widget--gradient-bg) 100%)
}

.gc-widget--gradient p,
.gc-widget--gradient h1,
.gc-widget--gradient h2,
.gc-widget--gradient h3,
.gc-widget--gradient h4,
.gc-widget--gradient h5,
.gc-widget--gradient h6 {
    color: var(--widget--gradient-color)
}

.gc-widget--gradient a {
    color: var(--widget--gradient-links)
}

.gc-widget--gradient a:hover,
.gc-widget--gradient a:focus {
    color: var(--widget--gradient-links-hover)
}

.gc-widget--gradient .ps-input {
    box-shadow: none
}

.gc-widget--footer {
    margin-bottom: 0
}

.gc-widget--footer.gc-widget--none {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.gc-widget--footer .gc-widget__title {
    margin: 0;
    margin-bottom: var(--PADD);
    padding: 0;
    padding-bottom: var(--PADD);
    font-size: 120%;
    border-bottom: none
}

.gc-widget__title {
    margin-top: calc(-1*(var(--PADD--MD)));
    margin-left: calc(-1*(var(--PADD--MD)));
    margin-right: calc(-1*(var(--PADD--MD)));
    margin-bottom: var(--PADD--MD);
    padding-top: var(--PADD--MD);
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    padding-bottom: 0
}

.gc-widget__title>h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 110%;
    font-weight: normal
}

.gc-widget__title a {
    color: var(--GC-COLOR--TEXT)
}

.gc-widget__title a:hover,
.gc-widget__title a:focus {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget--clean .gc-widget__title {
    margin: 0;
    margin-bottom: var(--PADD--MD);
    padding-left: 0;
    padding-right: 0
}

.single .post,
.single .post--box,
.single article.type-idea,
.single .sfwd-courses,
.single .sfwd-lessons,
.single .sfwd-topic,
.single .sfwd-quiz,
.page .post,
.page .post--box,
.page article.type-idea {
    --image-max-height: var(--c-gc-post-image-max-height);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    background-color: var(--COLOR--APP);
    box-shadow: var(--BOX-SHADOW--HARD);
    border-radius: var(--radius)
}

.single .post:last-child,
.single .post--box:last-child,
.single article.type-idea:last-child,
.single .sfwd-courses:last-child,
.single .sfwd-lessons:last-child,
.single .sfwd-topic:last-child,
.single .sfwd-quiz:last-child,
.page .post:last-child,
.page .post--box:last-child,
.page article.type-idea:last-child {
    margin-bottom: 0
}

.single .post .entry-image,
.single .post--box .entry-image,
.single article.type-idea .entry-image,
.single .sfwd-courses .entry-image,
.single .sfwd-lessons .entry-image,
.single .sfwd-topic .entry-image,
.single .sfwd-quiz .entry-image,
.page .post .entry-image,
.page .post--box .entry-image,
.page article.type-idea .entry-image {
    max-height: var(--image-max-height);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    overflow: hidden
}

.single .post .entry-image>a,
.single .post--box .entry-image>a,
.single article.type-idea .entry-image>a,
.single .sfwd-courses .entry-image>a,
.single .sfwd-lessons .entry-image>a,
.single .sfwd-topic .entry-image>a,
.single .sfwd-quiz .entry-image>a,
.page .post .entry-image>a,
.page .post--box .entry-image>a,
.page article.type-idea .entry-image>a {
    display: block
}

.single .post .entry-image>a>img,
.single .post--box .entry-image>a>img,
.single article.type-idea .entry-image>a>img,
.single .sfwd-courses .entry-image>a>img,
.single .sfwd-lessons .entry-image>a>img,
.single .sfwd-topic .entry-image>a>img,
.single .sfwd-quiz .entry-image>a>img,
.page .post .entry-image>a>img,
.page .post--box .entry-image>a>img,
.page article.type-idea .entry-image>a>img {
    width: 100%;
    opacity: 0
}

.single .post .entry-image+.entry-date,
.single .post--box .entry-image+.entry-date,
.single article.type-idea .entry-image+.entry-date,
.single .sfwd-courses .entry-image+.entry-date,
.single .sfwd-lessons .entry-image+.entry-date,
.single .sfwd-topic .entry-image+.entry-date,
.single .sfwd-quiz .entry-image+.entry-date,
.page .post .entry-image+.entry-date,
.page .post--box .entry-image+.entry-date,
.page article.type-idea .entry-image+.entry-date {
    margin-top: var(--PADD--MD)
}

.single .post .entry-header,
.single .post--box .entry-header,
.single article.type-idea .entry-header,
.single .sfwd-courses .entry-header,
.single .sfwd-lessons .entry-header,
.single .sfwd-topic .entry-header,
.single .sfwd-quiz .entry-header,
.page .post .entry-header,
.page .post--box .entry-header,
.page article.type-idea .entry-header {
    padding: var(--PADD--MD)
}

.single .post .entry-title,
.single .post--box .entry-title,
.single article.type-idea .entry-title,
.single .sfwd-courses .entry-title,
.single .sfwd-lessons .entry-title,
.single .sfwd-topic .entry-title,
.single .sfwd-quiz .entry-title,
.page .post .entry-title,
.page .post--box .entry-title,
.page article.type-idea .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 160%;
    font-weight: normal;
    color: var(--COLOR--HEADING)
}

.single .post .entry-date,
.single .post--box .entry-date,
.single article.type-idea .entry-date,
.single .sfwd-courses .entry-date,
.single .sfwd-lessons .entry-date,
.single .sfwd-topic .entry-date,
.single .sfwd-quiz .entry-date,
.page .post .entry-date,
.page .post--box .entry-date,
.page article.type-idea .entry-date {
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.single .post .entry-date a,
.single .post--box .entry-date a,
.single article.type-idea .entry-date a,
.single .sfwd-courses .entry-date a,
.single .sfwd-lessons .entry-date a,
.single .sfwd-topic .entry-date a,
.single .sfwd-quiz .entry-date a,
.page .post .entry-date a,
.page .post--box .entry-date a,
.page article.type-idea .entry-date a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.single .post .entry-date a:hover,
.single .post .entry-date a:focus,
.single .post--box .entry-date a:hover,
.single .post--box .entry-date a:focus,
.single article.type-idea .entry-date a:hover,
.single .sfwd-courses .entry-date a:hover,
.single .sfwd-lessons .entry-date a:hover,
.single .sfwd-topic .entry-date a:hover,
.single .sfwd-quiz .entry-date a:hover,
.single article.type-idea .entry-date a:focus,
.single .sfwd-courses .entry-date a:focus,
.single .sfwd-lessons .entry-date a:focus,
.single .sfwd-topic .entry-date a:focus,
.single .sfwd-quiz .entry-date a:focus,
.page .post .entry-date a:hover,
.page .post .entry-date a:focus,
.page .post--box .entry-date a:hover,
.page .post--box .entry-date a:focus,
.page article.type-idea .entry-date a:hover,
.page article.type-idea .entry-date a:focus {
    color: var(--GC-COLOR--TEXT)
}

.single .post .entry-content,
.single .post--box .entry-content,
.single article.type-idea .entry-content,
.single .sfwd-courses .entry-content,
.single .sfwd-lessons .entry-content,
.single .sfwd-topic .entry-content,
.single .sfwd-quiz .entry-content,
.page .post .entry-content,
.page .post--box .entry-content,
.page article.type-idea .entry-content {
    padding: var(--PADD--MD);
    font-size: 100%
}

.single .post .entry-content p:last-child:not(.wp-caption-text),
.single .post--box .entry-content p:last-child:not(.wp-caption-text),
.single article.type-idea .entry-content p:last-child:not(.wp-caption-text),
.single .sfwd-courses .entry-content p:last-child:not(.wp-caption-text),
.single .sfwd-lessons .entry-content p:last-child:not(.wp-caption-text),
.single .sfwd-topic .entry-content p:last-child:not(.wp-caption-text),
.single .sfwd-quiz .entry-content p:last-child:not(.wp-caption-text),
.page .post .entry-content p:last-child:not(.wp-caption-text),
.page .post--box .entry-content p:last-child:not(.wp-caption-text),
.page article.type-idea .entry-content p:last-child:not(.wp-caption-text) {
    margin-bottom: 0
}

.single .post .entry-footer,
.single .post--box .entry-footer,
.single article.type-idea .entry-footer,
.single .sfwd-courses .entry-footer,
.single .sfwd-lessons .entry-footer,
.single .sfwd-topic .entry-footer,
.single .sfwd-quiz .entry-footer,
.page .post .entry-footer,
.page .post--box .entry-footer,
.page article.type-idea .entry-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--PADD--MD);
    padding-top: 0;
    line-height: 1.6;
    font-size: 80%
}

.single .post .entry-footer:empty,
.single .post--box .entry-footer:empty,
.single article.type-idea .entry-footer:empty,
.single .sfwd-courses .entry-footer:empty,
.single .sfwd-lessons .entry-footer:empty,
.single .sfwd-topic .entry-footer:empty,
.single .sfwd-quiz .entry-footer:empty,
.page .post .entry-footer:empty,
.page .post--box .entry-footer:empty,
.page article.type-idea .entry-footer:empty {
    display: none
}

.single .post .entry-category,
.single .post--box .entry-category,
.single article.type-idea .entry-category,
.single .sfwd-courses .entry-category,
.single .sfwd-lessons .entry-category,
.single .sfwd-topic .entry-category,
.single .sfwd-quiz .entry-category,
.page .post .entry-category,
.page .post--box .entry-category,
.page article.type-idea .entry-category {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.single .post .entry-tags,
.single .post--box .entry-tags,
.single article.type-idea .entry-tags,
.single .sfwd-courses .entry-tags,
.single .sfwd-lessons .entry-tags,
.single .sfwd-topic .entry-tags,
.single .sfwd-quiz .entry-tags,
.page .post .entry-tags,
.page .post--box .entry-tags,
.page article.type-idea .entry-tags {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.single .post .wp-block-code,
.single .post--box .wp-block-code,
.single article.type-idea .wp-block-code,
.single .sfwd-courses .wp-block-code,
.single .sfwd-lessons .wp-block-code,
.single .sfwd-topic .wp-block-code,
.single .sfwd-quiz .wp-block-code,
.page .post .wp-block-code,
.page .post--box .wp-block-code,
.page article.type-idea .wp-block-code {
    margin-top: var(--PADD--MD);
    margin-bottom: var(--PADD--MD);
    padding: var(--PADD--MD);
    box-shadow: inset 0 0 0 1px var(--DIVIDER--LIGHT);
    border-radius: var(--BORDER-RADIUS--MD)
}

.single .post .wp-block-code code,
.single .post--box .wp-block-code code,
.single article.type-idea .wp-block-code code,
.single .sfwd-courses .wp-block-code code,
.single .sfwd-lessons .wp-block-code code,
.single .sfwd-topic .wp-block-code code,
.single .sfwd-quiz .wp-block-code code,
.page .post .wp-block-code code,
.page .post--box .wp-block-code code,
.page article.type-idea .wp-block-code code {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.single .post .wp-block-code:first-child,
.single .post--box .wp-block-code:first-child,
.single article.type-idea .wp-block-code:first-child,
.single .sfwd-courses .wp-block-code:first-child,
.single .sfwd-lessons .wp-block-code:first-child,
.single .sfwd-topic .wp-block-code:first-child,
.single .sfwd-quiz .wp-block-code:first-child,
.page .post .wp-block-code:first-child,
.page .post--box .wp-block-code:first-child,
.page article.type-idea .wp-block-code:first-child {
    margin-top: 0
}

.single .post .wp-block-code:last-child,
.single .post--box .wp-block-code:last-child,
.single article.type-idea .wp-block-code:last-child,
.single .sfwd-courses .wp-block-code:last-child,
.single .sfwd-lessons .wp-block-code:last-child,
.single .sfwd-topic .wp-block-code:last-child,
.single .sfwd-quiz .wp-block-code:last-child,
.page .post .wp-block-code:last-child,
.page .post--box .wp-block-code:last-child,
.page article.type-idea .wp-block-code:last-child {
    margin-bottom: 0
}

.single .post figure,
.single .post--box figure,
.single article.type-idea figure,
.single .sfwd-courses figure,
.single .sfwd-lessons figure,
.single .sfwd-topic figure,
.single .sfwd-quiz figure,
.page .post figure,
.page .post--box figure,
.page article.type-idea figure {
    margin-top: var(--PADD--MD);
    margin-bottom: var(--PADD--MD)
}

.single .post figure:first-child,
.single .post--box figure:first-child,
.single article.type-idea figure:first-child,
.single .sfwd-courses figure:first-child,
.single .sfwd-lessons figure:first-child,
.single .sfwd-topic figure:first-child,
.single .sfwd-quiz figure:first-child,
.page .post figure:first-child,
.page .post--box figure:first-child,
.page article.type-idea figure:first-child {
    margin-top: 0
}

.single .post figure:last-child,
.single .post--box figure:last-child,
.single article.type-idea figure:last-child,
.single .sfwd-courses figure:last-child,
.single .sfwd-lessons figure:last-child,
.single .sfwd-topic figure:last-child,
.single .sfwd-quiz figure:last-child,
.page .post figure:last-child,
.page .post--box figure:last-child,
.page article.type-idea figure:last-child {
    margin-bottom: 0
}

.single .post .wp-block-image figcaption,
.single .post .wp-block-gallery figcaption,
.single .post .wp-block-audio figcaption,
.single .post .wp-block-embed figcaption,
.single .post--box .wp-block-image figcaption,
.single .post--box .wp-block-gallery figcaption,
.single .post--box .wp-block-audio figcaption,
.single .post--box .wp-block-embed figcaption,
.single article.type-idea .wp-block-image figcaption,
.single .sfwd-courses .wp-block-image figcaption,
.single .sfwd-lessons .wp-block-image figcaption,
.single .sfwd-topic .wp-block-image figcaption,
.single .sfwd-quiz .wp-block-image figcaption,
.single article.type-idea .wp-block-gallery figcaption,
.single .sfwd-courses .wp-block-gallery figcaption,
.single .sfwd-lessons .wp-block-gallery figcaption,
.single .sfwd-topic .wp-block-gallery figcaption,
.single .sfwd-quiz .wp-block-gallery figcaption,
.single article.type-idea .wp-block-audio figcaption,
.single .sfwd-courses .wp-block-audio figcaption,
.single .sfwd-lessons .wp-block-audio figcaption,
.single .sfwd-topic .wp-block-audio figcaption,
.single .sfwd-quiz .wp-block-audio figcaption,
.single article.type-idea .wp-block-embed figcaption,
.single .sfwd-courses .wp-block-embed figcaption,
.single .sfwd-lessons .wp-block-embed figcaption,
.single .sfwd-topic .wp-block-embed figcaption,
.single .sfwd-quiz .wp-block-embed figcaption,
.page .post .wp-block-image figcaption,
.page .post .wp-block-gallery figcaption,
.page .post .wp-block-audio figcaption,
.page .post .wp-block-embed figcaption,
.page .post--box .wp-block-image figcaption,
.page .post--box .wp-block-gallery figcaption,
.page .post--box .wp-block-audio figcaption,
.page .post--box .wp-block-embed figcaption,
.page article.type-idea .wp-block-image figcaption,
.page article.type-idea .wp-block-gallery figcaption,
.page article.type-idea .wp-block-audio figcaption,
.page article.type-idea .wp-block-embed figcaption {
    margin-top: 0;
    margin-bottom: 0;
    padding: var(--PADD);
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP--LIGHTGRAY);
    border-bottom-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD)
}

.single .post .wp-block-image figcaption:before,
.single .post .wp-block-gallery figcaption:before,
.single .post .wp-block-audio figcaption:before,
.single .post .wp-block-embed figcaption:before,
.single .post--box .wp-block-image figcaption:before,
.single .post--box .wp-block-gallery figcaption:before,
.single .post--box .wp-block-audio figcaption:before,
.single .post--box .wp-block-embed figcaption:before,
.single article.type-idea .wp-block-image figcaption:before,
.single .sfwd-courses .wp-block-image figcaption:before,
.single .sfwd-lessons .wp-block-image figcaption:before,
.single .sfwd-topic .wp-block-image figcaption:before,
.single .sfwd-quiz .wp-block-image figcaption:before,
.single article.type-idea .wp-block-gallery figcaption:before,
.single .sfwd-courses .wp-block-gallery figcaption:before,
.single .sfwd-lessons .wp-block-gallery figcaption:before,
.single .sfwd-topic .wp-block-gallery figcaption:before,
.single .sfwd-quiz .wp-block-gallery figcaption:before,
.single article.type-idea .wp-block-audio figcaption:before,
.single .sfwd-courses .wp-block-audio figcaption:before,
.single .sfwd-lessons .wp-block-audio figcaption:before,
.single .sfwd-topic .wp-block-audio figcaption:before,
.single .sfwd-quiz .wp-block-audio figcaption:before,
.single article.type-idea .wp-block-embed figcaption:before,
.single .sfwd-courses .wp-block-embed figcaption:before,
.single .sfwd-lessons .wp-block-embed figcaption:before,
.single .sfwd-topic .wp-block-embed figcaption:before,
.single .sfwd-quiz .wp-block-embed figcaption:before,
.page .post .wp-block-image figcaption:before,
.page .post .wp-block-gallery figcaption:before,
.page .post .wp-block-audio figcaption:before,
.page .post .wp-block-embed figcaption:before,
.page .post--box .wp-block-image figcaption:before,
.page .post--box .wp-block-gallery figcaption:before,
.page .post--box .wp-block-audio figcaption:before,
.page .post--box .wp-block-embed figcaption:before,
.page article.type-idea .wp-block-image figcaption:before,
.page article.type-idea .wp-block-gallery figcaption:before,
.page article.type-idea .wp-block-audio figcaption:before,
.page article.type-idea .wp-block-embed figcaption:before {
    content: "";
    display: inline-block;
    margin-right: var(--PADD--SM);
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.single .post .wp-block-audio figcaption:before,
.single .post--box .wp-block-audio figcaption:before,
.single article.type-idea .wp-block-audio figcaption:before,
.single .sfwd-courses .wp-block-audio figcaption:before,
.single .sfwd-lessons .wp-block-audio figcaption:before,
.single .sfwd-topic .wp-block-audio figcaption:before,
.single .sfwd-quiz .wp-block-audio figcaption:before,
.page .post .wp-block-audio figcaption:before,
.page .post--box .wp-block-audio figcaption:before,
.page article.type-idea .wp-block-audio figcaption:before {
    content: ""
}

.single .post .wp-block-embed figcaption:before,
.single .post--box .wp-block-embed figcaption:before,
.single article.type-idea .wp-block-embed figcaption:before,
.single .sfwd-courses .wp-block-embed figcaption:before,
.single .sfwd-lessons .wp-block-embed figcaption:before,
.single .sfwd-topic .wp-block-embed figcaption:before,
.single .sfwd-quiz .wp-block-embed figcaption:before,
.page .post .wp-block-embed figcaption:before,
.page .post--box .wp-block-embed figcaption:before,
.page article.type-idea .wp-block-embed figcaption:before {
    content: "";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.single .post .wp-block-gallery figure,
.single .post--box .wp-block-gallery figure,
.single article.type-idea .wp-block-gallery figure,
.single .sfwd-courses .wp-block-gallery figure,
.single .sfwd-lessons .wp-block-gallery figure,
.single .sfwd-topic .wp-block-gallery figure,
.single .sfwd-quiz .wp-block-gallery figure,
.page .post .wp-block-gallery figure,
.page .post--box .wp-block-gallery figure,
.page article.type-idea .wp-block-gallery figure {
    margin-top: 0;
    margin-bottom: 0
}

.single .post .wp-block-gallery figcaption,
.single .post--box .wp-block-gallery figcaption,
.single article.type-idea .wp-block-gallery figcaption,
.single .sfwd-courses .wp-block-gallery figcaption,
.single .sfwd-lessons .wp-block-gallery figcaption,
.single .sfwd-topic .wp-block-gallery figcaption,
.single .sfwd-quiz .wp-block-gallery figcaption,
.page .post .wp-block-gallery figcaption,
.page .post--box .wp-block-gallery figcaption,
.page article.type-idea .wp-block-gallery figcaption {
    border-radius: var(--BORDER-RADIUS--MD)
}

.post--box .entry-header {
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.entry-image+.wp-caption-text {
    margin-top: 0;
    margin-bottom: 0;
    padding: var(--PADD) var(--PADD--MD);
    padding-bottom: 0;
    font-size: 75%;
    text-align: left
}

.entry-image+.wp-caption-text:empty {
    display: none
}

.content__posts .post,
.content__posts .page {
    --image-max-height: var(--c-gc-blog-image-max-height);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    margin-bottom: var(--PADD--MD);
    background-color: var(--COLOR--APP);
    box-shadow: var(--BOX-SHADOW--HARD);
    border-radius: var(--radius)
}

.content__posts .post:last-child,
.content__posts .page:last-child {
    margin-bottom: 0
}

.content__posts .page .entry-header {
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.content__posts .page .entry-date {
    display: none
}

.content__posts .entry-image {
    max-height: var(--image-max-height);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    overflow: hidden
}

.content__posts .entry-image>a {
    display: block
}

.content__posts .entry-image>a>img {
    width: 100%;
    opacity: 0
}

.content__posts .entry-header {
    padding: var(--PADD--MD)
}

.content__posts .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 120%;
    font-weight: normal
}

.content__posts .entry-title>a {
    color: var(--COLOR--HEADING)
}

.content__posts .entry-date {
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.content__posts .entry-date a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.content__posts .entry-date a:hover,
.content__posts .entry-date a:focus {
    color: var(--GC-COLOR--TEXT)
}

.content__posts .entry-content {
    padding: var(--PADD--MD);
    font-size: 90%
}

.content__posts .entry-content p:last-child {
    margin-bottom: 0
}

.content__posts .entry-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--PADD--MD);
    font-size: 80%;
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.content__posts .entry-footer:empty {
    display: none
}

.content__posts .entry-author {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.content__posts .entry-author>a {
    color: var(--GC-COLOR--TEXT)
}

.content__posts .entry-author>i {
    margin-right: var(--PADD--SM)
}

.content__posts .entry-comments>a {
    color: var(--GC-COLOR--TEXT)
}

.content__posts .entry-comments>i {
    margin-right: var(--PADD--SM);
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.edit-link {
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s ease
}

.post:hover .edit-link,
.page:hover .edit-link {
    opacity: 1
}

.edit-link>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS--MD)
}

.edit-link-static {
    display: block;
    text-align: right;
    font-size: 80%
}

.edit-link-static>a {
    display: inline-block;
    padding: var(--PADD--SM) var(--PADD);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: 0 0 0 1px var(--DIVIDER--LIGHT)
}

.edit-link-static>a:hover {
    box-shadow: 0 0 0 2px var(--GC-COLOR--PRIMARY--LIGHT)
}

.single-post .edit-link-static {
    margin-top: var(--PADD--MD)
}

nav.post-navigation {
    margin-top: var(--PADD--XL)
}

@media(max-width: 61.24em) {
    nav.post-navigation {
        margin-bottom: var(--PADD--MD)
    }
}

nav.post-navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

nav.post-navigation .nav-links>div {
    padding: var(--PADD);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD)
}

nav.post-navigation .nav-links a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

nav.post-navigation .nav-links a:hover {
    color: var(--GC-COLOR--TEXT)
}

nav.post-navigation .nav-previous i {
    margin-right: var(--PADD);
    opacity: .5
}

nav.post-navigation .nav-next {
    margin-left: auto
}

nav.post-navigation .nav-next i {
    margin-left: var(--PADD);
    opacity: .5
}

nav.pagination {
    margin-top: var(--PADD--XL);
    margin-bottom: 0
}

nav.pagination .nav-links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: var(--PADD);
    padding-right: var(--PADD);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD)
}

nav.pagination .nav-links>a,
nav.pagination .nav-links>span {
    display: block;
    padding: var(--PADD);
    color: var(--GC-COLOR--TEXT--LIGHT);
    border-left: 1px solid var(--DIVIDER--LIGHT)
}

nav.pagination .nav-links>a:hover,
nav.pagination .nav-links>span:hover {
    color: var(--GC-COLOR--TEXT)
}

nav.pagination .nav-links>a:first-child,
nav.pagination .nav-links>a:last-child,
nav.pagination .nav-links>span:first-child,
nav.pagination .nav-links>span:last-child {
    border-left: none;
    border-right: none
}

nav.pagination .nav-links>span {
    opacity: .8
}

nav.pagination .nav-links>span.current {
    position: relative;
    color: var(--GC-COLOR--TEXT)
}

nav.pagination .nav-links>span.current:before {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--GC-COLOR--PRIMARY--LIGHT);
    border-top-left-radius: var(--BORDER-RADIUS);
    border-top-right-radius: var(--BORDER-RADIUS)
}

nav.pagination .nav-links .prev {
    margin-right: auto
}

nav.pagination .nav-links .prev+.page-numbers {
    border-left: none
}

nav.pagination .nav-links .next {
    margin-left: auto
}

.main,
.dokan-store .site-main {
    --size: var(--c-gc-main-column);
    --grid-gap: var(--c-gc-layout-gap);
    --sidebar--left: var(--c-gc-sidebar-left-width);
    --sidebar--right: var(--c-gc-sidebar-right-width);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-bottom: var(--PADD--XL)
}

@media(max-width: 61.24em) {
    .main,
    .dokan-store .site-main {
        padding: var(--PADD--MD)
    }
    .peepso-sts .main,
    .peepso-sts .dokan-store .site-main {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 61.25em) {
    .main,
    .dokan-store .site-main {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas: "above-content" "content" "under-content";
        grid-column-gap: var(--grid-gap);
        grid-row-gap: 0;
        padding-top: var(--PADD--XL)
    }
}

@media(min-width: 81.25em) {
    .main,
    .dokan-store .site-main {
        grid-column-gap: var(--grid-gap);
        grid-row-gap: 0
    }
}

@media(min-width: 61.25em) {
    .main--left {
        grid-template-columns: var(--sidebar--left) var(--c-gc-main-column);
        grid-template-areas: "sidebar-left above-content" "sidebar-left content" "sidebar-left under-content"
    }
}

@media(min-width: 61.25em) {
    .main--right {
        grid-template-columns: var(--c-gc-main-column) var(--sidebar--right);
        grid-template-areas: "above-content sidebar-right" "content sidebar-right" "under-content sidebar-right"
    }
}

@media(min-width: 61.25em) {
    .main--both {
        grid-template-columns: var(--sidebar--left) var(--c-gc-main-column) var(--sidebar--right);
        grid-template-areas: "sidebar-left above-content sidebar-right" "sidebar-left content sidebar-right" "sidebar-left under-content sidebar-right"
    }
}

.main--inside {
    grid-column-gap: var(--PADD--MD);
    grid-row-gap: var(--PADD--MD);
    padding: 0
}

.main--full {
    width: 100% !important;
    max-width: 100% !important
}

.main--builder {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0
}

.main--builder .ps-navbar {
    margin-top: var(--PADD--MD)
}

.content {
    grid-area: content
}

@media(max-width: 61.24em) {
    .content {
        width: 100%;
        order: 1;
        margin-bottom: 15px
    }
    .content:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 61.25em) {
    .content {
        max-width: var(--c-gc-main-column-maxwidth);
        min-width: var(--c-gc-main-column-maxwidth);
        margin-left: auto;
        margin-right: auto
    }
}

.sidebar {
    z-index: 70;
    width: 100%;
    min-width: 0
}

@media(max-width: 61.24em) {
    .sidebar {
        width: 100%;
        order: 2;
        margin-bottom: 15px;
        z-index: 10
    }
    .sidebar:last-child {
        margin-bottom: 0
    }
}

.sidebar--left {
    grid-area: sidebar-left
}

.sidebar--right {
    grid-area: sidebar-right
}

.sidebar--scroll {
    --admin-bar-height: 32px
}

@media(min-width: 61.25em) {
    .sidebar--scroll {
        position: sticky;
        top: var(--c-gc-header-height);
        max-height: calc(100vh - var(--c-gc-header-height) - var(--grid-gap) + var(--PADD--XL));
        overflow-y: scroll;
        overflow-x: hidden;
        margin-top: calc(-1*var(--PADD--XL));
        scrollbar-width: none
    }
    .sidebar--scroll::-webkit-scrollbar {
        width: 0 !important
    }
    .admin-bar .sidebar--scroll {
        top: calc(var(--c-gc-header-height) + var(--admin-bar-height));
        max-height: calc(100vh - var(--c-gc-header-height) - var(--grid-gap) - var(--admin-bar-height) + var(--PADD--XL))
    }
    .sidebar--scroll .sidebar__inner {
        padding-top: var(--PADD--XL);
        padding-bottom: var(--PADD--XL)
    }
}

@media(max-width: 61.24em) {
    .sidebar--hidden-mobile {
        display: none !important
    }
}

.sidebar__widget {
    margin-bottom: 15px;
    font-size: 90%
}

.gecko--boxed .sidebar__widget {
    margin-bottom: 0;
    border-bottom: 1px solid var(--color--divider)
}

.sidebar__widget h3 {
    font-size: 120%
}

.sidebar__widget p {
    font-size: 90%;
    line-height: 1.4
}

.sidebar__widget p:last-of-type {
    margin-bottom: 0
}

.sidebar__widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar__widget ul>li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    list-style-type: none;
    border-bottom: 1px solid var(--color--divider)
}

.sidebar__widget ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar__widget:last-of-type {
    margin-bottom: 0
}

@media(min-width: 61.25em) {
    .sidebar__widget {
        margin-bottom: 30px
    }
}

.widget--bordered {
    --wigdet-border-color: var(--DIVIDER--LIGHT);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px var(--wigdet-border-color);
    border-radius: 6px
}

.gecko--boxed .widget--bordered {
    box-shadow: none;
    border-radius: 0
}

.widget--bordered.header__widget {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.widget--gradient {
    color: var(--widget--gradient-color);
    background-image: linear-gradient(62deg, var(--widget--gradient-bg) 0%, var(--widget--gradient-bg-2) 100%) !important;
    border-radius: 6px
}

.widget--gradient h3 {
    color: var(--widget--gradient-color)
}

.widget--gradient p {
    color: var(--widget--gradient-color)
}

.widget--gradient a {
    color: var(--widget--gradient-links)
}

.widget--gradient a:hover {
    color: var(--widget--gradient-links-hover)
}

.gecko--boxed .widget--gradient {
    border-radius: 0
}

.widget--gradient.header__widget {
    color: var(--menu-text-color);
    background-image: none !important;
    box-shadow: none
}

.widget--gradient.header__widget h3 {
    color: var(--menu-text-color)
}

.widget--gradient.header__widget p {
    color: var(--menu-text-color)
}

.widget--gradient.header__widget a {
    color: var(--menu-link-color)
}

.widget--gradient.header__widget a:hover {
    color: var(--menu-link-color--hover)
}

table {
    --th-text-color: var(--GC-COLOR--TEXT);
    --th-bg: var(--GC-COLOR--APP--LIGHTGRAY);
    --th-border: var(--DIVIDER--LIGHT);
    --td-text-color: var(--GC-COLOR--TEXT--LIGHT);
    --td-text-color--hover: var(--GC-COLOR--TEXT--LIGHT);
    --td-bg: transparent;
    --td-bg--hover: var(--GC-COLOR--APP--LIGHTGRAY);
    --td-border: var(--DIVIDER--LIGHT);
    width: 100%;
    margin-bottom: var(--PADD--MD);
    font-size: 100%
}

table th {
    padding: var(--PADD);
    font-weight: bold;
    color: var(--th-text-color);
    background-color: var(--th-bg);
    border-top: 1px solid var(--th-border);
    border-bottom: 1px solid var(--th-border)
}

table td {
    padding: var(--PADD);
    color: var(--td-text-color);
    background-color: var(--td-bg);
    border-bottom: 1px solid var(--td-border)
}

table td:hover {
    color: var(--td-text-color--hover);
    background-color: var(--td-bg--hover)
}

table:last-child {
    margin-bottom: 0
}

.table {
    --th-text-color: var(--GC-COLOR--TEXT);
    --th-bg: var(--GC-COLOR--APP--LIGHTGRAY);
    --th-border: var(--DIVIDER--LIGHT);
    --td-text-color: var(--GC-COLOR--TEXT--LIGHT);
    --td-text-color--hover: var(--GC-COLOR--TEXT--LIGHT);
    --td-bg: transparent;
    --td-bg--hover: var(--GC-COLOR--APP--LIGHTGRAY);
    --td-border: var(--DIVIDER--LIGHT);
    width: 100%;
    margin-bottom: var(--PADD--MD);
    font-size: 100%
}

.table th {
    padding: var(--PADD);
    font-weight: bold;
    color: var(--th-text-color);
    background-color: var(--th-bg);
    border-top: 1px solid var(--th-border);
    border-bottom: 1px solid var(--th-border)
}

.table td {
    padding: var(--PADD);
    color: var(--td-text-color);
    background-color: var(--td-bg);
    border-bottom: 1px solid var(--td-border)
}

.table td:hover {
    color: var(--td-text-color--hover);
    background-color: var(--td-bg--hover)
}

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

.error404 {
    height: auto;
    background-color: var(--GC-COLOR--APP--LIGHTGRAY);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23000000' fill-opacity='0.05' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E")
}

.main--404 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - (var(--c-gc-header-height) + 113px))
}

.content--404 {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.e404 {
    margin-bottom: 50px;
    text-align: center
}

.e404__title {
    color: var(--GC-COLOR--APP);
    text-shadow: 0 0 2px var(--GC-COLOR--PRIMARY), 0 0 1px var(--GC-COLOR--PRIMARY), 3px 3px 10px rgba(255, 255, 255, .15), 1px 1px 0 var(--GC-COLOR--PRIMARY), 2px 2px 0 var(--GC-COLOR--PRIMARY), 3px 3px 0 var(--GC-COLOR--PRIMARY), 4px 4px 0 var(--GC-COLOR--PRIMARY), 5px 5px 0 var(--GC-COLOR--PRIMARY), 6px 6px 0 var(--GC-COLOR--PRIMARY), 7px 7px 0 var(--GC-COLOR--PRIMARY), 20px 20px 20px rgba(0, 0, 0, .15);
    animation-name: test;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.e404__title>h1 {
    font-size: 200px;
    line-height: 1.2;
    color: var(--GC-COLOR--APP)
}

@keyframes test {
    0% {
        letter-spacing: 0
    }
    50% {
        letter-spacing: 5px
    }
    100% {
        letter-spacing: 0
    }
}

.e404__content {
    padding-left: var(--PADD);
    padding-right: var(--PADD);
    font-weight: normal;
    color: var(--GC-COLOR--TEXT--INVERT);
    background-color: var(--GC-COLOR--PRIMARY);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .15)
}

.e404__content>h3 {
    font-weight: normal;
    color: var(--GC-COLOR--TEXT--INVERT)
}

.e404__button {
    margin-top: var(--PADD--XL)
}

.e404__button>a {
    display: inline-block;
    padding: var(--PADD) var(--PADD--MD);
    color: var(--GC-COLOR--PRIMARY);
    background-color: #fff;
    box-shadow: inset 0 0 0 2px var(--GC-COLOR--PRIMARY), 20px 20px 20px rgba(0, 0, 0, .15);
    border-radius: var(--BORDER-RADIUS--MD);
    transition: all .2s ease
}

.e404__button>a:hover,
.e404__button>a:focus {
    color: #fff;
    background-color: var(--GC-COLOR--PRIMARY)
}

.search-results .content>h1 {
    padding-bottom: var(--PADD);
    color: var(--GC-COLOR--TEXT--LIGHT);
    font-weight: normal;
    font-size: 120%;
    border-bottom: 3px solid var(--GC-COLOR--PRIMARY--LIGHT)
}

.search-results .content>h1 strong {
    display: block;
    color: var(--GC-COLOR--TEXT);
    font-size: 180%
}

.gc-dropdown,
.gc-header__menu .sub-menu {
    position: absolute;
    z-index: 20;
    display: none;
    width: var(--width);
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.15;
    background-color: var(--bg);
    border-radius: var(--radius);
    box-shadow: var(--BOX-SHADOW--MD)
}

.gc-dropdown {
    --bg: var(--GC-COLOR--APP);
    --bg--hover: var(--GC-COLOR--APP--GRAY);
    --radius: var(--BORDER-RADIUS--MD);
    --width: 200px
}

.gc-dropdown__inner {
    position: relative
}

.gc-dropdown__inner:before {
    content: " ";
    position: absolute;
    left: var(--PADD--MD);
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid var(--bg)
}

.gc-dropdown__toggle:hover+.gc-dropdown {
    display: block
}

.gc-dropdown--menu .gc-dropdown__inner {
    padding-top: var(--PADD);
    padding-bottom: var(--PADD)
}

.gc-dropdown--menu .gc-dropdown__inner>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-dropdown--menu .gc-dropdown__inner>a:last-child {
    border-bottom: none
}

.gc-dropdown--menu .gc-dropdown__inner>a:hover,
.gc-dropdown--menu .gc-dropdown__inner>a:focus {
    background-color: var(--bg--hover)
}

.gc-dropdown--left {
    right: 0;
    transform: translateX(var(--PADD--MD))
}

.gc-dropdown--left .gc-dropdown__inner:before {
    left: auto;
    right: var(--PADD--MD)
}

.gc-dropdown--menu-header {
    top: 90%;
    font-size: 80%
}

.gc-scroll__to-top {
    --size: 50px;
    --size--mobile: 40px;
    --gap: 50px;
    --gap--mobile: 10px;
    position: fixed;
    z-index: 100;
    right: var(--gap--mobile);
    bottom: var(--gap--mobile);
    display: none;
    width: var(--size--mobile);
    height: var(--size--mobile);
    font-size: 24px;
    line-height: var(--size--mobile);
    text-align: center;
    color: var(--c-ps-btn-action-color);
    background-color: var(--c-ps-btn-action-bg);
    box-shadow: var(--BOX-SHADOW--MD);
    border-radius: var(--BORDER-RADIUS--MD);
    transition: background-color .2s ease
}

.gc-scroll__to-top:hover {
    color: var(--c-ps-btn-action-color);
    background-color: var(--c-ps-btn-action-bg-hover)
}

@media(min-width: 61.25em) {
    .gc-scroll__to-top {
        right: var(--gap);
        bottom: var(--gap);
        width: var(--size);
        height: var(--size);
        line-height: var(--size)
    }
}

@media(min-width: 61.25em) {
    .gc-body--sidenav.logged-in {
        padding-left: 80px
    }
    .gc-body--sidenav.logged-in .gc-header__wrapper,
    .gc-body--sidenav.logged-in .gc-footer {
        left: 80px
    }
}

.gc-sidenav {
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 80px;
    background-color: var(--GC-COLOR--APP);
    box-shadow: 1px 0 0 var(--DIVIDER--LIGHT)
}

.admin-bar .gc-sidenav {
    top: 32px
}

.gc-sidenav .ps-tip:after {
    top: 50%;
    transform: translateY(-50%);
    left: 95%;
    right: auto;
    bottom: auto;
    white-space: nowrap
}

.logged-in .gc-sidenav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

@media(max-width: 61.24em) {
    .logged-in .gc-sidenav {
        display: none
    }
}

@media(max-width: 61.24em) {
    .gc-sidenav {
        display: none
    }
}

.gc-sidenav__header {
    padding: calc(var(--PADD) + var(--PADD--SM));
    text-align: center
}

.gc-sidenav__middle {
    padding-top: var(--PADD)
}

.gc-sidenav__toggle {
    width: 100%;
    margin-top: var(--PADD--MD);
    padding: var(--PADD--MD) var(--PADD);
    text-align: center;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-sidenav__toggle:hover {
    color: var(--GC-COLOR--TEXT)
}

.gc-sidenav__toggle:focus {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-sidenav__search-toggle {
    position: relative;
    display: block;
    width: 100%;
    padding: var(--PADD--MD) var(--PADD);
    text-align: center;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-sidenav__search-toggle:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS--XL)
}

.gc-sidenav__search-toggle:hover {
    color: var(--GC-COLOR--TEXT)
}

.gc-sidenav__search-toggle:focus {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-sidenav__menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-top: var(--PADD--MD);
    text-align: center
}

.gc-sidenav__menu a {
    position: relative;
    padding: var(--PADD--MD);
    color: var(--c-gc-sidenav-menu-icon)
}

.gc-sidenav__menu a:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--c-gc-sidenav-menu-icon-bg-hover);
    border-radius: var(--BORDER-RADIUS--XL);
    opacity: 0
}

.gc-sidenav__menu a:hover {
    color: var(--c-gc-sidenav-menu-icon-hover)
}

.gc-sidenav__menu a:hover:before {
    opacity: 1
}

.gc-sidenav__menu a.active {
    color: var(--GC-COLOR--TEXT)
}

.gc-sidenav__menu a.active:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 35px;
    background-color: var(--GC-COLOR--PRIMARY);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.gc-sidenav__notifs {
    padding-left: var(--PADD--SM);
    padding-right: var(--PADD--SM)
}

.gc-sidenav__notifs .widget {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.gc-sidenav__notifs .ps-notif__bubble {
    top: var(--PADD)
}

.gc-sidenav__notifs .psw-notifs--userbar {
    margin: 0
}

.gc-sidenav__notifs .psw-userbar,
.gc-sidenav__notifs .psw-userbar__inner,
.gc-sidenav__notifs .psw-userbar__user {
    width: 100%
}

.gc-sidenav__notifs .psw-userbar__inner {
    flex-direction: column
}

.gc-sidenav__notifs .ps-notifs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: var(--PADD);
    padding-top: var(--PADD);
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.gc-sidenav__notifs .ps-notif {
    margin: 0
}

.gc-sidenav__notifs .ps-notif__toggle {
    padding: var(--PADD--MD);
    text-align: center;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-sidenav__notifs .ps-notif__toggle:hover {
    color: var(--GC-COLOR--TEXT)
}

.gc-sidenav__notifs .ps-notif__box {
    top: auto;
    left: 80px;
    right: auto;
    bottom: var(--PADD--MD)
}

.gc-sidenav__logout {
    display: block;
    padding: var(--PADD--XL);
    text-align: center;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-sidenav__logout:hover {
    color: var(--GC-COLOR--TEXT)
}

.wp-block-gecko-blocks-container {
    padding-top: 50px;
    padding-bottom: 50px
}

.wp-block-gecko-blocks-container .wp-block-gecko-blocks-container {
    padding-top: 0;
    padding-bottom: 0
}

.comment-form-comment {
    --bg: var(--GC-COLOR--APP);
    --color: var(--GC-COLOR--TEXT--LIGHT)
}

.comment-form-comment label {
    display: inline-block;
    margin-bottom: var(--PADD--SM);
    padding: var(--PADD--SM);
    font-size: 80%;
    text-transform: uppercase;
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS)
}

.comment-form-comment label:after {
    content: ":"
}

.comment-form-comment textarea {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease;
    font-size: 100%;
    color: var(--color);
    background-color: var(--bg)
}

.comment-form-comment textarea:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.comment-form-comment textarea:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.comment-form-comment textarea:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.gecko.gecko--dark .comment-form-comment textarea {
    border: none
}

#comments {
    margin-top: 25px
}

#comments .logged-in-as {
    margin-bottom: var(--PADD--MD);
    padding-bottom: var(--PADD--MD);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

#comments .form-submit {
    margin-bottom: 0;
    text-align: right
}

#comments .form-submit .submit {
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    padding: var(--PADD) var(--PADD--MD);
    color: var(--color);
    background-color: var(--bg);
    border-radius: var(--BORDER-RADIUS--MD);
    border: none;
    outline: none;
    transition: background-color .2s ease
}

#comments .form-submit .submit:hover {
    border: none;
    outline: none;
    color: var(--color--hover);
    background-color: var(--bg--hover)
}

#comments .children .children {
    margin-bottom: 0
}

#comments .children,
#comments .comment-list {
    list-style: none
}

#comments>.comment-list {
    padding: 0
}

#comments .comment-author {
    padding-right: 100px
}

#comments .comment-author .avatar {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 100%
}

#comments .comment-author .fn {
    font-style: normal;
    font-weight: bold
}

#comments .comment-author .says {
    display: none
}

#comments .comment-meta {
    margin-bottom: 10px;
    padding-right: 100px;
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

#comments .comment-meta a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

#comments .comment-meta:before {
    content: "#";
    display: inline-block;
    color: var(--GC-COLOR--PRIMARY)
}

#comments .reply {
    position: absolute;
    top: 15px;
    right: 15px
}

#comments #peepso-wrap {
    position: relative;
    margin-top: -35px;
    background-color: var(--GC-COLOR--APP);
    border-bottom-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD)
}

#comments #peepso-wrap>h2 {
    margin-bottom: 0;
    padding: var(--PADD--MD);
    padding-bottom: 0;
    font-weight: normal;
    background-color: var(--GC-COLOR--APP)
}

#comments #peepso-wrap>h2+h3 {
    padding-bottom: 0;
    background-color: var(--GC-COLOR--APP)
}

#comments #peepso-wrap>h3 {
    padding-top: var(--PADD--MD);
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    font-size: 90%;
    font-weight: normal
}

#comments #peepso-wrap>h3:first-of-type {
    margin-bottom: 0
}

#comments #peepso-wrap .ps-comments__reply {
    border-bottom-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD)
}

#comments #peepso-wrap .ps-post__actions-inner {
    margin-top: var(--PADD);
    margin-left: var(--PADD--MD);
    margin-right: var(--PADD--MD);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--BORDER-RADIUS)
}

#comments #peepso-wrap .ps-stream-actions {
    background-color: var(--GC-COLOR--APP)
}

#comments #peepso-wrap .ps-stream-status {
    border-top: 1px dashed var(--DIVIDER);
    background-color: var(--GC-COLOR--APP)
}

#comments #peepso-wrap .ps-landing+h3 {
    margin-bottom: 10px;
    padding-top: 0;
    border-top: none
}

#comments #peepso-wrap .ps-landing__cover {
    border-radius: 0
}

#comments #peepso-wrap .ps-landing__form {
    border-radius: 0;
    border: none
}

#comments #peepso-wrap .ps-comments--blogpost {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius)
}

#comments #peepso-wrap [class^=ps-no-comments-container--],
#comments #peepso-wrap [class*=" ps-no-comments-container--"] {
    padding: 15px;
    color: var(--color--text-light);
    border-top: 1px dashed var(--DIVIDER--LIGHT)
}

.comments-title {
    font-size: 100%
}

.comment-list {
    list-style: none
}

.comment-list .trackback,
.comment-list .pingback {
    list-style-type: none
}

.comment-list .trackback .comment-body,
.comment-list .pingback .comment-body {
    padding-left: var(--PADD--MD)
}

.comment-list .comment {
    margin-bottom: 15px;
    list-style-type: none
}

.comment-list .comment .comment .comment-body {
    box-shadow: inset 0 0 0 3px var(--GC-COLOR--PRIMARY--LIGHT)
}

.comment-list .comment:last-of-type {
    margin-bottom: 0
}

.comment-list .comment-body {
    position: relative;
    margin-bottom: var(--PADD--MD);
    padding: var(--PADD--MD);
    padding-left: 85px;
    background-color: var(--GC-COLOR--APP);
    box-shadow: var(--BOX-SHADOW--HARD);
    border-radius: var(--BORDER-RADIUS--MD)
}

.comment-list .comment-body p:last-of-type {
    margin-bottom: 0
}

.comment-respond {
    margin-top: 30px
}

.comment-respond textarea {
    display: block;
    width: 100%
}

.comment-respond .comment-form {
    display: block;
    padding: var(--PADD--MD);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD)
}

.is-landing,
.is-landing body {
    height: 100% !important;
    overflow: visible
}

.page-template-page-tpl-landing {
    height: 100%;
    padding-top: 0 !important
}

.page-template-page-tpl-landing.admin-bar {
    padding-top: 32px !important
}

.page-template-page-tpl-landing .footer {
    display: none
}

.page-template-page-tpl-landing .widget,
.page-template-page-tpl-landing .gc-widget,
.page-template-page-tpl-landing .widget.widget_block>*,
.page-template-page-tpl-landing .gc-widget.widget_block>*,
.page-template-page-tpl-landing .dokan-store-widget.widget_block>* {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    max-width: 500px
}

.landing {
    --landing-bg: var(--GC-COLOR--PRIMARY);
    --landing-form-bg: var(--GC-COLOR--APP);
    --landing-footer-widgets-vis: var(--c-gc-landing-footer-widgets-vis);
    --landing-footer-social-widgets-vis: var(--c-gc-landing-footer-social-widgets-vis);
    min-height: 100%
}

.landing .header__toggle {
    position: absolute;
    top: 0;
    right: 15px
}

.landing .peepso {
    min-height: 0
}

.landing .ps-page--register {
    --bg: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.landing .ps-page--register h4 {
    color: #fff
}

.landing {
    position: relative;
    height: 100%
}

.landing .logo__link {
    padding-top: 0
}

.landing .logo__link>img {
    height: 80px !important;
    max-height: 80px
}

.landing__bg {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

@media(min-width: 61.25em) {
    .landing__bg {
        display: flex;
        flex-wrap: nowrap
    }
}

.landing__row {
    position: relative
}

@media(min-width: 61.25em) {
    .landing__row {
        width: 50%
    }
    .landing__row .psf-login__link--register-mobile,
    .landing__row .psf-login__link--login-mobile {
        display: none
    }
    .landing__row:last-child {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        flex-wrap: nowrap;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    .landing__row:last-child .landing__content {
        margin-top: auto;
        padding: 30px 100px
    }
    .landing__row:last-child .landing__content .no-footer,
    .landing--footer-full-width .landing__row:last-child .landing__content {
        margin-bottom: auto;
        padding-bottom: 100px
    }
    .landing__row .ps-page--register-main {
        display: block !important
    }
    .landing--footer-full-width .landing__row {
        position: static
    }
}

@media(max-width: 61.24em) {
    .landing__row:first-child {
        min-height: 200px
    }
    .landing__row .ps-page--register-main {
        display: none
    }
}

.landing__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.landing__grid {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

@media(max-width: 61.24em) {
    .landing__grid {
        padding: 0;
        padding-top: var(--c-gc-header-height)
    }
    .header-is-hidden .landing__grid {
        padding-top: 0
    }
}

@media(min-width: 61.25em) {
    .landing__grid {
        flex-wrap: nowrap
    }
    .landing--footer-full-width .landing__grid {
        position: relative
    }
}

.landing__header .header__logo {
    margin-right: 30px
}

.landing__header .header__menu {
    padding: 0
}

@media(max-width: 61.24em) {
    .landing__header {
        text-align: center
    }
    .landing__header .header__logo {
        padding: 0;
        margin: 0
    }
    .landing__header .header__logo>.logo__link {
        display: inline-block
    }
}

@media(min-width: 61.25em) {
    .landing__header {
        position: absolute;
        top: 50px;
        display: flex;
        align-content: stretch
    }
}

.landing__footer {
    width: 100%;
    margin-top: auto;
    font-size: 90%;
    background-color: var(--c-gc-footer-bg);
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.landing__footer a {
    color: var(--c-gc-footer-links-color)
}

.landing__footer a:hover,
.landing__footer a:focus {
    color: var(--c-gc-footer-links-color-hover)
}

.landing__footer .gc-footer__grid {
    max-width: unset;
    margin: 0
}

@media(max-width: 61.24em) {
    .landing__footer {
        flex-wrap: wrap;
        text-align: center;
        padding: 0 var(--PADD)
    }
    .landing__footer .landing__footer-bottom {
        padding-top: var(--PADD--MD)
    }
    .landing__footer .gc-footer__social {
        padding-bottom: 0;
        justify-content: center
    }
    .landing__footer .footer-social-icons {
        justify-content: center
    }
}

@media(min-width: 61.25em) {
    .landing__footer .gc-footer__grid {
        padding: var(--PADD--MD)
    }
    .landing__footer .landing__footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: var(--PADD--MD)
    }
}

.landing__footer .landing__footer-widget {
    display: var(--landing-footer-widgets-vis)
}

.landing__footer .gc-footer__social {
    display: var(--landing-footer-social-widgets-vis)
}

.landing__footer .footer__copyrights {
    font-size: 90%;
    line-height: 1.6;
    color: var(--c-gc-footer-text-color)
}

.landing__footer .gc-footer__rights {
    color: var(--c-gc-footer-text-color-light)
}

.landing__footer .footer__menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
    flex-wrap: wrap
}

@media(max-width: 61.24em) {
    .landing__footer .footer__menu {
        justify-content: center;
        margin-top: var(--PADD--MD)
    }
}

.landing__footer .footer__menu>li {
    margin-right: var(--PADD);
    list-style-type: none
}

@media(max-width: 61.24em) {
    .landing__footer .footer__menu>li {
        margin-bottom: var(--PADD)
    }
}

.landing__footer .footer__menu>li ul {
    display: none
}

@media(min-width: 61.25em) {
    .landing--footer-full-width .gc-footer__grid,
    .landing--footer-full-width .landing__footer-bottom {
        max-width: 100%
    }
}

.landing__title {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    text-align: right
}

.landing__title>h1 {
    margin-bottom: 10px;
    font-size: 54px
}

@media(max-width: 61.24em) {
    .landing__title>h1 {
        font-size: 28px
    }
}

.landing__title h1,
.landing__title h2,
.landing__title h3,
.landing__title h4,
.landing__title h5,
.landing__title h6 {
    color: #fff
}

.landing__title>p {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, .8)
}

@media(max-width: 61.24em) {
    .landing__title {
        width: 100%;
        text-align: center
    }
}

.landing__title a {
    color: #fff;
    text-decoration: underline
}

.landing__title a:hover {
    color: #fff
}

.landing__title .ps-form__field-desc {
    color: rgba(255, 255, 255, .8)
}

.landing__title .ps-checkbox {
    --border: rgba(255, 255, 255, .5)
}

.landing__content {
    width: 100%
}

@media(max-width: 61.24em) {
    .landing__content {
        width: 100%;
        text-align: center;
        padding: 0 var(--PADD)
    }
}

@media(max-width: 61.24em) {
    .landing__content .landing__form--login .ps-form__row--submit {
        justify-content: center
    }
}

@media(max-width: 61.24em) {
    .landing__content .landing__form--login .ps-form__field--submit {
        display: block;
        width: 100%
    }
}

.landing__welcome {
    font-size: 24px
}

.landing__welcome-action {
    padding-top: 30px
}

.landing__form .ps-form__row:nth-child(2) {
    margin-bottom: 30px
}

.landing__form .ps-form__field--submit {
    padding-top: 15px
}

.landing__form .ps-btn-login {
    padding: 15px !important;
    font-size: 18px !important
}

.landing__form .ps-btn-login:hover,
.landing__form .ps-btn-login:focus {
    padding: 15px !important;
    font-size: 18px !important
}

.landing__row--bg:first-child {
    background-color: var(--landing-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.landing__row--bg:last-child {
    background-color: var(--landing-form-bg)
}

.landing__row--grid {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 30px;
    overflow: auto
}

@media(max-width: 61.24em) {
    .landing__row--grid {
        width: 100%
    }
    .landing__row--grid:first-child {
        padding-bottom: 50px;
        background-color: var(--landing-bg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }
    .header-is-hidden .landing__row--grid:first-child {
        margin-top: 0
    }
    .landing__row--grid:last-child {
        display: block;
        background-color: var(--landing-form-bg);
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 61.25em) {
    .landing__row--grid {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 100px;
        background-image: none !important
    }
    .landing__row--grid:first-child {
        justify-content: flex-end
    }
}

.members__search {
    margin-bottom: 15px;
    padding: 15px;
    padding-bottom: 0;
    border: 2px solid rgba(0, 0, 0, .025);
    border-radius: 6px
}

.peepso-page header.entry-header {
    display: var(--c-gc-show-page-title)
}

@media(max-width: 61.24em) {
    .peepso-sts .ps-post,
    .peepso-sts .ps-postbox,
    .peepso-sts .ps-navbar {
        border-radius: 0
    }
}

.gc-widget--gradient .psw-profile .psw-profile__menu-item:hover,
.gc-widget--gradient .psw-profile .psw-profile__menu-item:focus {
    background-color: rgba(0, 0, 0, .1)
}

.gc-widget--gradient .psw-profile .psw-profile__menu-item i {
    color: var(--widget--gradient-color)
}

.gc-widget--gradient .psw-profile .psw-profile__progress-bar {
    background-color: rgba(0, 0, 0, .1)
}

.gc-widget--gradient .psw-profile .psw-profile__title a {
    color: var(--widget--gradient-links)
}

.gc-widget--gradient .psw-profile .psw-profile__title a:hover,
.gc-widget--gradient .psw-profile .psw-profile__title a:focus {
    color: var(--widget--gradient-links)
}

.gc-profile__cover .ps-focus--gecko {
    margin-bottom: 0
}

.gc-profile__cover--wide {
    width: 100%;
    padding-top: var(--PADD--XL)
}

.gc-profile__cover--full .ps-focus--gecko {
    --radius: 0;
    background-color: var(--PS-COLOR--APP)
}

.gc-profile__cover--full .ps-focus--gecko .ps-focus__cover-inner {
    background: none
}

@media(min-width: 61.25em) {
    .gc-profile__cover--full .ps-focus--gecko .ps-avatar--focus {
        left: 0;
        margin-left: var(--PADD--XL)
    }
}

@media(min-width: 61.25em) {
    .gc-profile__cover--full .ps-focus--gecko .ps-focus__info {
        padding-left: var(--cover-span);
        padding-right: var(--like-span)
    }
}

.gc-profile__cover--full .ps-focus--gecko .ps-focus__cover-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: var(--PADD--MD);
    padding-left: var(--cover-span);
    background: #000;
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7035014689) 0%, rgba(255, 255, 255, 0) 35%);
    background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.7035014689) 0%, rgba(255, 255, 255, 0) 35%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7035014689) 0%, rgba(255, 255, 255, 0) 35%);
    content: " "
}

.gc-profile__cover--full .ps-navbar--gecko {
    margin-bottom: 0;
    border-radius: 0
}

.gc-profile__cover--full .entry-title {
    margin-top: var(--PADD--MD);
    text-align: center
}

@media(min-width: 61.25em) {
    .ps-focus--centered .ps-badgeos__list-wrapper {
        padding-top: var(--PADD--MD);
        text-align: center;
        border-top: 1px solid var(--DIVIDER--LIGHT)
    }
    .ps-focus--centered .ps-badgeos__list {
        justify-content: center
    }
}

@media(min-width: 61.25em)and (min-width: 61.25em) {
    .gc-profile__cover--wide .ps-focus--centered .ps-focus__info,
    .gc-profile__cover--full .ps-focus--centered .ps-focus__info {
        text-align: center;
        padding-left: var(--cover-span);
        padding-right: var(--like-span)
    }
    .gc-profile__cover--wide .ps-focus--centered .ps-focus__title,
    .gc-profile__cover--full .ps-focus--centered .ps-focus__title {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 61.25em) {
    .gc-profile__cover--wide .ps-focus--centered .ps-focus__actions,
    .gc-profile__cover--full .ps-focus--centered .ps-focus__actions {
        order: 0;
        width: 30%;
        margin-top: 0;
        text-align: left
    }
    .gc-profile__cover--wide .ps-focus--centered .ps-focus__actions:empty,
    .gc-profile__cover--full .ps-focus--centered .ps-focus__actions:empty {
        display: block
    }
}

@media(min-width: 61.25em) {
    .gc-profile__cover--full .ps-focus--centered .ps-focus__info {
        padding-left: var(--PADD--XL);
        padding-right: var(--PADD--XL)
    }
}

.sidebar .gc-widget--none.widget_peepsowidgetsearch {
    overflow: hidden
}

.gc-widget--none.widget_peepsowidgetsearch .ps-search__result {
    padding: var(--PADD);
    padding-top: 0
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch {
    width: 100%
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-widget__header--external,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-widget__header--external {
    display: none
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__input-wrapper .ps-search__input,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-search__input-wrapper .ps-search__input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__result,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-search__result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    margin: 0;
    padding: var(--PADD);
    overflow: auto;
    background-color: var(--PS-COLOR--APP);
    border-top: 1px solid var(--DIVIDER--LIGHT);
    border-bottom-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--XL)
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__result .ps-search__section,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-search__result .ps-search__section {
    margin-bottom: var(--PADD)
}

@media(min-width: 61.25em) {
    .gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__result,
    .gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-search__result {
        left: var(--PADD--XL);
        right: var(--PADD--XL)
    }
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search .ps-loading,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-search .ps-loading {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 30px;
    transform: translateY(-50%);
    margin: 0
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-widget--search,
.gc-header__widget .gc-widget--none.widget_peepsowidgetsearch .ps-widget--search {
    margin: 0
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__result {
    border-top: none
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__input-wrapper i {
    display: none
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search__input-wrapper .ps-search__input {
    width: 100%;
    padding: 0;
    padding-left: var(--PADD--MD);
    padding-right: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.gc-header__search .gc-widget--none.widget_peepsowidgetsearch .ps-search .ps-loading {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 80px;
    transform: translateY(-50%);
    margin: 0
}

.gc-widget--none.widget_peepsowidgetsearch .ps-widget--search {
    margin-top: calc(-1*var(--PADD--MD));
    margin-left: calc(-1*var(--PADD--MD));
    margin-right: calc(-1*var(--PADD--MD));
    margin-bottom: calc(-1*var(--PADD--MD))
}

.gc-widget--none.widget_peepsowidgetsearch .ps-widget--search .ps-loading {
    margin-bottom: var(--PADD)
}

.gc-widget--none.widget_peepsowidgetsearch .ps-search__input-wrapper i {
    left: var(--PADD--MD)
}

.gc-widget--none.widget_peepsowidgetsearch .ps-search__input {
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    background-color: var(--PS-COLOR--APP--LIGHTGRAY);
    border: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: none;
    border-radius: 0
}

.gc-widget--none.widget_peepsowidgetsearch .ps-search__input.ps-input {
    padding-left: 45px
}

.gc-widget--none.widget_peepsowidgetsearch .ps-search__input:hover,
.gc-widget--none.widget_peepsowidgetsearch .ps-search__input:focus {
    background-color: var(--PS-COLOR--APP--LIGHTGRAY);
    border: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: none
}

@media(max-width: 61.24em) {
    .gc-header__widget .psw-userbar--open {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding-left: var(--PADD);
        padding-right: var(--PADD);
        background-color: var(--header-bg);
        justify-content: center
    }
}

@media(max-width: 61.24em) {
    .gc-widget--gradient .psw-userbar--open,
    .gc-widget--bordered .psw-userbar--open {
        left: -10px;
        right: -10px
    }
}

@media(max-width: 61.24em) {
    .gc-widget--gradient .psw-userbar--open {
        background: linear-gradient(to top, var(--widget--gradient-bg-2) 0%, var(--widget--gradient-bg) 100%)
    }
}

@media(max-width: 61.24em) {
    .gc-widget--bordered .psw-userbar--open {
        box-shadow: inset 0 0 0 3px var(--DIVIDER--LIGHT)
    }
}

.gc-widget--gradient .ps-file-item-wrapper {
    background-color: rgba(0, 0, 0, .65)
}

.gc-widget--gradient .ps-file-item-wrapper .ps-file-item-content__size {
    color: var(--widget--gradient-color)
}

.gc-widget--gradient .ps-file-item-wrapper .ps-file-item-action>a {
    color: var(--widget--gradient-color);
    background-color: rgba(255, 255, 255, .35)
}

.sidebar--scroll .ps-notif,
.sidebar--scroll .psw-notifs--profile {
    position: static
}

.sidebar--scroll .ps-notif__box {
    width: 100%;
    max-width: 400px;
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.sidebar--scroll .psw-profile__meta .ps-notif:before {
    display: none
}

.gc-post__gallery--single-trim {
    overflow: hidden;
    position: relative;
    transition: max-height .3s
}

.gc-post__gallery--single-trim .gc-post__gallery--single-expand {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    padding: var(--PADD--SM) var(--PADD);
    cursor: pointer;
    transition: all .3s
}

.ps-page {
    position: relative
}

.gc-navbar--sticky {
    --gc-header-height: calc(var(--header-height) + var(--admin-height));
    z-index: 100;
    transition: top .3s linear;
    top: 0
}

@media(max-width: 61.24em) {
    .admin-bar .gc-navbar--sticky {
        --gc-header-height: calc(var(--header-height) + var(--admin-height) + 13px)
    }
}

.ps-page .gc-navbar--sticky.gc-navbar--scroll {
    position: sticky;
    top: var(--gc-header-height)
}

@media(max-width: 61.24em) {
    .ps-page .gc-navbar--sticky.gc-navbar--scroll {
        position: fixed;
        left: 0;
        right: 0
    }
}

.gc-profile__cover .gc-navbar--sticky.gc-navbar--scroll {
    position: fixed;
    top: var(--gc-header-height)
}

.gc-profile__cover--wide .gc-navbar--sticky.gc-navbar--scroll,
.gc-profile__cover--full .gc-navbar--sticky.gc-navbar--scroll {
    width: var(--content-width);
    left: 50%;
    transform: translatex(-50%);
    border-radius: var(--BORDER-RADIUS--XL)
}

@media(min-width: 61.25em) {
    .gc-profile__cover--wide .gc-navbar--sticky.gc-navbar--scroll.gc-navbar--left,
    .gc-profile__cover--full .gc-navbar--sticky.gc-navbar--scroll.gc-navbar--left {
        right: unset;
        left: 30px;
        transform: unset
    }
    .gc-profile__cover--wide .gc-navbar--sticky.gc-navbar--scroll.gc-navbar--right,
    .gc-profile__cover--full .gc-navbar--sticky.gc-navbar--scroll.gc-navbar--right {
        left: unset;
        right: 30px;
        transform: unset
    }
}

@media(max-width: 61.24em) {
    .gc-profile__cover--wide .gc-navbar--sticky.gc-navbar--scroll,
    .gc-profile__cover--full .gc-navbar--sticky.gc-navbar--scroll {
        width: 100%
    }
    .peepso-sts .gc-profile__cover--wide .gc-navbar--sticky.gc-navbar--scroll,
    .peepso-sts .gc-profile__cover--full .gc-navbar--sticky.gc-navbar--scroll {
        border-radius: 0
    }
}

.gecko .wp-editor-container {
    border-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .mce-toolbar .mce-btn-group .mce-btn:focus,
.gecko .mce-toolbar .mce-btn-group .mce-btn:hover,
.gecko .qt-dfw:focus,
.gecko .qt-dfw:hover {
    background: var(--GC-COLOR--APP);
    border-color: var(--GC-COLOR--APP--GRAY);
    color: var(--GC-COLOR--TEXT);
    box-shadow: none
}

#wp-admin-bar-customizer-gecko {
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    padding-bottom: 5px !important
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all {
    background-color: #fff
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all:hover,
.ui-datepicker .ui-datepicker-header>a.ui-corner-all.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-header>a.ui-corner-all.ui-datepicker-next-hover {
    background-color: #eee;
    border-color: #eee
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all .ui-icon {
    color: rgba(0, 0, 0, 0);
    background-image: none
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #333;
    position: absolute;
    font-size: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all.ui-datepicker-next:before {
    content: ""
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all.ui-datepicker-prev:before {
    content: ""
}

.ui-datepicker .ui-datepicker-header>a.ui-corner-all.ui-state-hover {
    background: #eee
}

.comiseo-daterangepicker .comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    color: #333 !important
}

.comiseo-daterangepicker .comiseo-daterangepicker-calendar .ui-widget-content .ui-state-highlight {
    border-radius: 0 !important
}

.comiseo-daterangepicker .ui-datepicker-header .ui-datepicker-title>span {
    color: #333
}

.stories.carousel {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.stories.carousel::-webkit-scrollbar {
    width: 0;
    height: 0
}

.entry-title,
.page-title {
    font-size: 140%;
    font-weight: normal
}

.entry-date {
    padding-top: var(--PADD--MD)
}

.entry-header+.entry-date {
    padding-top: 0
}

.wp-caption {
    max-width: 100%
}

#wpadminbar {
    position: fixed
}

.adverts-multiselect-holder .adverts-multiselect-options {
    z-index: 100
}

.adverts-form .adverts-pricings-list .adverts-listing-type-x {
    background-color: var(--GC-COLOR--APP)
}

.entry-content .adverts-contact-box {
    background-color: var(--GC-COLOR--APP)
}

.single .sfwd-courses:hover .edit-link,
.single .sfwd-lessons:hover .edit-link,
.single .sfwd-topic:hover .edit-link,
.single .sfwd-quiz:hover .edit-link {
    opacity: 1
}

.single .sfwd-courses .learndash_content,
.single .sfwd-lessons .learndash_content,
.single .sfwd-topic .learndash_content,
.single .sfwd-quiz .learndash_content {
    margin-bottom: var(--PADD--MD)
}

.single .sfwd-courses #learndash_course_content_title,
.single .sfwd-lessons #learndash_course_content_title,
.single .sfwd-topic #learndash_course_content_title,
.single .sfwd-quiz #learndash_course_content_title {
    margin-bottom: var(--PADD--MD)
}

.single .sfwd-courses input[type=button],
.single .sfwd-lessons input[type=button],
.single .sfwd-topic input[type=button],
.single .sfwd-quiz input[type=button] {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease;
    cursor: pointer;
    margin-top: var(--PADD);
    background-color: var(--GC-COLOR--PRIMARY);
    color: var(--GC-COLOR--TEXT--INVERT)
}

.single .sfwd-courses input[type=button]:hover,
.single .sfwd-lessons input[type=button]:hover,
.single .sfwd-topic input[type=button]:hover,
.single .sfwd-quiz input[type=button]:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.single .sfwd-courses input[type=button]:focus,
.single .sfwd-lessons input[type=button]:focus,
.single .sfwd-topic input[type=button]:focus,
.single .sfwd-quiz input[type=button]:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.single .sfwd-courses input[type=button]:disabled,
.single .sfwd-lessons input[type=button]:disabled,
.single .sfwd-topic input[type=button]:disabled,
.single .sfwd-quiz input[type=button]:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.single .sfwd-courses input[type=button]:hover,
.single .sfwd-courses input[type=button]:focus,
.single .sfwd-courses input[type=button]:active,
.single .sfwd-lessons input[type=button]:hover,
.single .sfwd-lessons input[type=button]:focus,
.single .sfwd-lessons input[type=button]:active,
.single .sfwd-topic input[type=button]:hover,
.single .sfwd-topic input[type=button]:focus,
.single .sfwd-topic input[type=button]:active,
.single .sfwd-quiz input[type=button]:hover,
.single .sfwd-quiz input[type=button]:focus,
.single .sfwd-quiz input[type=button]:active {
    background-color: var(--GC-COLOR--PRIMARY--DARK)
}

.grecaptcha-badge {
    z-index: 100
}

.mce-container.mce-panel {
    background: var(--GC-COLOR--APP);
    color: var(--GC-COLOR--TEXT)
}

.mce-container.mce-panel div.mce-menubar {
    background: var(--GC-COLOR--APP)
}

.mce-container.mce-panel div.mce-toolbar-grp {
    background: var(--GC-COLOR--APP--LIGHTGRAY)
}

.mce-container.mce-panel .mce-menubtn button,
.mce-container.mce-panel .mce-toolbar .mce-ico {
    color: var(--GC-COLOR--TEXT);
    background: var(--GC-COLOR--APP)
}

.mce-container.mce-panel .mce-menubar .mce-menubtn button span {
    color: var(--GC-COLOR--TEXT)
}

.mce-container.mce-panel .mce-btn.mce-active button,
.mce-container.mce-panel .mce-btn.mce-active:hover button,
.mce-container.mce-panel .mce-btn.mce-active i,
.mce-container.mce-panel .mce-btn.mce-active:hover i {
    color: var(--GC-COLOR--TEXT)
}

.mce-container.mce-panel .mce-textbox {
    background: var(--GC-COLOR--APP);
    color: var(--GC-COLOR--TEXT)
}

.mce-container.mce-panel .mce-menubar .mce-menubtn:hover,
.mce-container.mce-panel .mce-menubar .mce-menubtn.mce-active,
.mce-container.mce-panel .mce-menubar .mce-menubtn:focus {
    color: var(--GC-COLOR--TEXT);
    background: var(--GC-COLOR--APP)
}

.mce-container.mce-panel .mce-menu-item:not(.mce-disabled) .mce-text,
.mce-container.mce-panel .mce-menu-item:not(.mce-disabled) i.mce-ico {
    color: var(--GC-COLOR--TEXT)
}

.mce-container.mce-panel .mce-menu-item:not(.mce-disabled):hover .mce-text,
.mce-container.mce-panel .mce-menu-item:not(.mce-disabled):hover i.mce-ico {
    color: #fff
}

.mce-container.mce-panel .mce-menu-item.mce-active.mce-menu-item-normal .mce-text,
.mce-container.mce-panel .mce-menu-item.mce-active.mce-menu-item-normal .mce-ico {
    color: #fff
}

.mce-toolbar .mce-btn button:hover {
    color: var(--GC-COLOR--TEXT);
    background: var(--GC-COLOR--APP)
}

.mce-btn .mce-txt {
    color: var(--GC-COLOR--TEXT)
}

.mce-btn:not(.mce-primary) button {
    color: var(--GC-COLOR--TEXT);
    background: var(--GC-COLOR--APP)
}

.mce-widget.mce-notification-info *,
.mce-widget.mce-notification-info .mce-progress .mce-text {
    color: #31708f
}

.wpcf7-list-item {
    margin-top: var(--PADD--SM)
}

.wpcf7-list-item:first-child {
    margin-left: 0
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    display: inline-block;
    clear: none;
    cursor: pointer;
    line-height: 0;
    height: 17px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    transition: all .2s linear
}

.wpcf7 input[type=range] {
    width: 50%
}

@media(max-width: 61.24em) {
    .wpcf7 input[type=range] {
        width: 100%
    }
}

#bbpress-forums {
    font-size: 80%
}

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
    min-height: unset;
    height: auto;
    padding: 10px;
    font-size: 14px
}

#bbpress-forums .wp-editor-container {
    border: none
}

#bbpress-forums .wp-editor-container textarea {
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

#bbpress-forums .wp-editor-container textarea:hover {
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

#bbpress-forums .wp-editor-container textarea:focus {
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW)
}

#bbpress-forums .wp-editor-container div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 14px
}

#bbpress-forums input[type=checkbox] {
    display: inline-block;
    clear: none;
    cursor: pointer;
    line-height: 0;
    height: 17px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    transition: all .2s linear
}

#bbpress-forums fieldset.bbp-form input[type=checkbox] {
    margin-bottom: 3px
}

#bbpress-forums fieldset.bbp-form {
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    padding: 10px 20px 20px
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 10px
}

#bbpress-forums #bbp-search-form>div {
    display: flex;
    align-items: center
}

#bbpress-forums #bbp-search-form #bbp_search {
    padding: 6px
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
    margin-left: 5px
}

.page-template>.post-password-form,
.post-template>.post-password-form {
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
    padding: var(--PADD--MD)
}

.post-password-form input[name=post_password] {
    margin-top: var(--PADD--SM)
}

.post-password-form .gc-btn {
    min-width: 100px;
    margin-top: var(--PADD)
}

@media(max-width: 61.24em) {
    .post-password-form .gc-btn {
        width: 100%
    }
}

.ld_course_info .ld-courseregistered-content-container {
    margin-bottom: var(--PADD--XL)
}

.ld_course_info .ld-course-info-my-courses {
    display: flex;
    margin-bottom: var(--PADD);
    align-items: center
}

.ld_course_info .ld-course-info-my-courses img {
    --box-shadow: 0 0 0 1px var(--DIVIDER);
    --border: 2px solid transparent;
    width: 100%;
    height: auto;
    margin-right: var(--PADD);
    max-width: 80px;
    max-height: 40px;
    object-fit: cover;
    border-radius: 3px;
    border: var(--border);
    box-shadow: var(--box-shadow)
}

.ld_course_info .ld-course-info-my-courses .ld-entry-title {
    font-size: 90%;
    margin: 0
}

.ld_course_info .course_progress_details h4 {
    margin-bottom: var(--PADD)
}

.ld_course_info .ld-course-progress-content-container {
    font-size: 90%;
    display: inline
}

.ld_course_info .ld-course-progress-content-container .learndash-profile-course-title {
    display: block;
    margin-top: var(--PADD)
}

.ld_course_info .ld-course-progress-content-container .leardash-course-status {
    font-size: 90%;
    font-weight: 700
}

.ld_course_info .ld-course-progress-content-container .leardash-course-status.leardash-course-status-not_started {
    color: var(--COLOR--TEXT--LIGHT)
}

.learndash-wrapper .ld-user-status.ld-is-widget {
    margin: 0
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list {
    margin: 0
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child {
    margin-bottom: 0
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-section-heading h4 {
    margin: 0
}

.widget_sfwd-lessons-widget ul,
.widget_sfwd-quiz-widget ul,
.widget_sfwd-courses-widget ul {
    padding: 0
}

.widget_sfwd-lessons-widget li,
.widget_sfwd-quiz-widget li,
.widget_sfwd-courses-widget li {
    list-style-type: none;
    font-size: 16px;
    padding: var(--PADD) 0;
    border-bottom: 1px solid var(--divider)
}

.widget_sfwd-lessons-widget li:first-child,
.widget_sfwd-quiz-widget li:first-child,
.widget_sfwd-courses-widget li:first-child {
    padding-top: 0
}

.widget_sfwd-lessons-widget li:last-child,
.widget_sfwd-quiz-widget li:last-child,
.widget_sfwd-courses-widget li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.widget_sfwd-lessons-widget h4,
.widget_sfwd-quiz-widget h4,
.widget_sfwd-courses-widget h4 {
    margin: 0
}

.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: 0
}

.learndash-wrapper .ld-lesson-list .ld-item-list .ld-item-list-item .ld-item-name {
    align-items: center
}

.learndash-wrapper .ld-lesson-list .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
    align-items: center
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    margin: 0
}

.nf-form-content .nf-field input:not([type=button]),
.nf-form-content .nf-field textarea {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease
}

.nf-form-content .nf-field input:not([type=button]):hover,
.nf-form-content .nf-field textarea:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.nf-form-content .nf-field input:not([type=button]):focus,
.nf-form-content .nf-field textarea:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.nf-form-content .nf-field input:not([type=button]):disabled,
.nf-form-content .nf-field textarea:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.nf-form-content .nf-field button,
.nf-form-content .nf-field input[type=button],
.nf-form-content .nf-field input[type=submit] {
    --padd: var(--PADD) var(--PADD--MD);
    --font-size: 85%;
    --line-height: var(--GC-LINE-HEIGHT);
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    --radius: var(--BORDER-RADIUS--MD);
    --border: var(--DIVIDER--LIGHTEN);
    display: inline-block;
    padding: var(--padd);
    font-size: var(--font-size);
    line-height: var(--line-height);
    background-color: var(--bg);
    color: var(--color);
    border-radius: var(--radius);
    border: none;
    outline: none
}

.nf-form-content .nf-field button:hover,
.nf-form-content .nf-field button:focus,
.nf-form-content .nf-field button:active,
.nf-form-content .nf-field input[type=button]:hover,
.nf-form-content .nf-field input[type=button]:focus,
.nf-form-content .nf-field input[type=button]:active,
.nf-form-content .nf-field input[type=submit]:hover,
.nf-form-content .nf-field input[type=submit]:focus,
.nf-form-content .nf-field input[type=submit]:active {
    background-color: var(--bg--hover);
    color: var(--color--hover)
}

.nf-form-content .nf-field .list-select-wrap>div select {
    color: var(--GC-COLOR--TEXT);
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease
}

.nf-form-content .nf-field .list-select-wrap .nf-field-element>div {
    background: var(--GC-COLOR--APP);
    color: var(--GC-COLOR--TEXT);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius)
}

.nf-form-content .nf-field .list-select-wrap div:after {
    color: var(--GC-COLOR--TEXT)
}

.nf-form-content .nf-field .list-select-wrap select:active+div,
.nf-form-content .nf-field .list-select-wrap select:focus+div {
    background-color: var(--GC-COLOR--APP) !important;
    border: 1px solid var(--INPUT-SHADOW--IN) !important;
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW)
}

.nf-form-content .nf-field select.ninja-forms-field {
    color: var(--GC-COLOR--TEXT)
}

.nf-form-content .nf-field select.ninja-forms-field:active,
.nf-form-content .nf-field select.ninja-forms-field:focus {
    background-color: var(--GC-COLOR--APP)
}

.nf-repeater-fieldsets fieldset {
    border: 1px solid var(--divider);
    padding: var(--PADD--MD)
}

.nf-repeater-fieldsets fieldset>legend {
    padding: 0 var(--PADD)
}

.nf-repeater-fieldsets fieldset .nf-remove-fieldset {
    --bg: var(--GC-COLOR--ABORT);
    --bg--hover: var(--GC-COLOR--ABORT--DARK);
    font-size: 1em;
    margin-top: -2.5em;
    padding: .1em .4em
}

.nf-form-content hr.ninja-forms-field {
    margin-bottom: var(--PADD--MD)
}

.nf-field .nf-error.field-wrap .nf-field-element:after {
    z-index: 2;
    right: 0;
    height: 45px;
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius)
}

table.tablepress {
    --th-text-color: var(--GC-COLOR--TEXT);
    --th-bg: var(--GC-COLOR--APP--LIGHTGRAY);
    --th-border: var(--DIVIDER--LIGHT);
    --td-text-color: var(--GC-COLOR--TEXT--LIGHT);
    --td-text-color--hover: var(--GC-COLOR--TEXT--LIGHT);
    --td-bg: transparent;
    --td-bg--hover: var(--GC-COLOR--APP--LIGHTGRAY);
    --td-border: var(--DIVIDER--LIGHT);
    width: 100%;
    margin-bottom: var(--PADD--MD);
    font-size: 100%
}

table.tablepress thead th {
    padding: var(--PADD);
    font-weight: bold;
    color: var(--th-text-color);
    background-color: var(--th-bg);
    border-top: 1px solid var(--th-border);
    border-bottom: 1px solid var(--th-border)
}

table.tablepress tbody td {
    padding: var(--PADD);
    color: var(--td-text-color);
    background-color: var(--td-bg);
    border-bottom: 1px solid var(--td-border)
}

table.tablepress tbody td:hover {
    color: var(--td-text-color--hover);
    background-color: var(--td-bg--hover)
}

table.tablepress tbody .even td {
    background-color: var(--td-bg)
}

table.tablepress tbody .odd td {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

table.tablepress tbody.row-hover tr:hover td {
    background-color: var(--GC-COLOR--APP--DARKGRAY)
}

table.tablepress .sorting:hover,
table.tablepress .sorting_asc,
table.tablepress .sorting_desc {
    background-color: var(--GC-COLOR--APP--DARKGRAY)
}

table.tablepress caption {
    margin-top: var(--PADD) !important
}

.dataTables_filter {
    margin-bottom: var(--PADD)
}

.dataTables_wrapper table.tablepress {
    margin-bottom: var(--PADD) !important
}

.dataTables_wrapper .dataTables_paginate a {
    color: var(--COLOR--TEXT) !important
}

.dataTables_wrapper .paginate_button.disabled {
    color: #999 !important
}

.dataTables_wrapper .paging_simple .paginate_button.next:after,
.dataTables_wrapper .paging_simple .paginate_button.previous:before {
    color: var(--COLOR--TEXT--LIGHT)
}

.gc-modal {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 200000;
    background-color: #fff;
    width: 80%;
    transition: all .2s ease
}

article.type-idea p,
.single .sfwd-courses p,
.single .sfwd-lessons p,
.single .sfwd-topic p,
.single .sfwd-quiz p {
    margin-bottom: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    text-align: justify
}

article.type-idea p:last-child,
.single .sfwd-courses p:last-child,
.single .sfwd-lessons p:last-child,
.single .sfwd-topic p:last-child,
.single .sfwd-quiz p:last-child {
    margin-bottom: 0
}

article.type-idea ul,
.single .sfwd-courses ul,
.single .sfwd-lessons ul,
.single .sfwd-topic ul,
.single .sfwd-quiz ul {
    margin-bottom: 15px;
    padding-left: 16px;
    list-style: circle
}

article.type-idea ul>li,
.single .sfwd-courses ul>li,
.single .sfwd-lessons ul>li,
.single .sfwd-topic ul>li,
.single .sfwd-quiz ul>li {
    margin-bottom: 10px
}

article.type-idea ul>li:last-child,
.single .sfwd-courses ul>li:last-child,
.single .sfwd-lessons ul>li:last-child,
.single .sfwd-topic ul>li:last-child,
.single .sfwd-quiz ul>li:last-child {
    margin-bottom: 0
}

article.type-idea ul:last-child,
.single .sfwd-courses ul:last-child,
.single .sfwd-lessons ul:last-child,
.single .sfwd-topic ul:last-child,
.single .sfwd-quiz ul:last-child {
    margin-bottom: 0
}

article.type-idea img,
.single .sfwd-courses img,
.single .sfwd-lessons img,
.single .sfwd-topic img,
.single .sfwd-quiz img {
    vertical-align: middle
}

article.type-idea hr,
.single .sfwd-courses hr,
.single .sfwd-lessons hr,
.single .sfwd-topic hr,
.single .sfwd-quiz hr {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 2px;
    background-color: #eee;
    border: none
}

article.type-idea blockquote,
.single .sfwd-courses blockquote,
.single .sfwd-lessons blockquote,
.single .sfwd-topic blockquote,
.single .sfwd-quiz blockquote,
article.type-idea .wp-block-quote,
.single .sfwd-courses .wp-block-quote,
.single .sfwd-lessons .wp-block-quote,
.single .sfwd-topic .wp-block-quote,
.single .sfwd-quiz .wp-block-quote {
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: inset 5px 0 0 rgba(0, 0, 0, .1)
}

article.type-idea blockquote em,
.single .sfwd-courses blockquote em,
.single .sfwd-lessons blockquote em,
.single .sfwd-topic blockquote em,
.single .sfwd-quiz blockquote em,
article.type-idea .wp-block-quote em,
.single .sfwd-courses .wp-block-quote em,
.single .sfwd-lessons .wp-block-quote em,
.single .sfwd-topic .wp-block-quote em,
.single .sfwd-quiz .wp-block-quote em {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300
}

article.type-idea blockquote cite,
.single .sfwd-courses blockquote cite,
.single .sfwd-lessons blockquote cite,
.single .sfwd-topic blockquote cite,
.single .sfwd-quiz blockquote cite,
article.type-idea .wp-block-quote cite,
.single .sfwd-courses .wp-block-quote cite,
.single .sfwd-lessons .wp-block-quote cite,
.single .sfwd-topic .wp-block-quote cite,
.single .sfwd-quiz .wp-block-quote cite {
    font-size: 80%;
    color: var(--color--text-light)
}

article.type-idea blockquote:last-child,
.single .sfwd-courses blockquote:last-child,
.single .sfwd-lessons blockquote:last-child,
.single .sfwd-topic blockquote:last-child,
.single .sfwd-quiz blockquote:last-child,
article.type-idea .wp-block-quote:last-child,
.single .sfwd-courses .wp-block-quote:last-child,
.single .sfwd-lessons .wp-block-quote:last-child,
.single .sfwd-topic .wp-block-quote:last-child,
.single .sfwd-quiz .wp-block-quote:last-child {
    margin-bottom: 0
}

article.type-idea .wp-block-pullquote,
.single .sfwd-courses .wp-block-pullquote,
.single .sfwd-lessons .wp-block-pullquote,
.single .sfwd-topic .wp-block-pullquote,
.single .sfwd-quiz .wp-block-pullquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-top: 3px solid var(--color--divider-light);
    border-bottom: 3px solid var(--color--divider-light)
}

article.type-idea .wp-block-pullquote blockquote,
.single .sfwd-courses .wp-block-pullquote blockquote,
.single .sfwd-lessons .wp-block-pullquote blockquote,
.single .sfwd-topic .wp-block-pullquote blockquote,
.single .sfwd-quiz .wp-block-pullquote blockquote {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

article.type-idea .wp-block-pullquote blockquote p,
.single .sfwd-courses .wp-block-pullquote blockquote p,
.single .sfwd-lessons .wp-block-pullquote blockquote p,
.single .sfwd-topic .wp-block-pullquote blockquote p,
.single .sfwd-quiz .wp-block-pullquote blockquote p {
    text-align: center
}

article.type-idea .wp-block-pullquote blockquote cite,
.single .sfwd-courses .wp-block-pullquote blockquote cite,
.single .sfwd-lessons .wp-block-pullquote blockquote cite,
.single .sfwd-topic .wp-block-pullquote blockquote cite,
.single .sfwd-quiz .wp-block-pullquote blockquote cite {
    opacity: .8;
    color: inherit
}

article.type-idea i,
.single .sfwd-courses i,
.single .sfwd-lessons i,
.single .sfwd-topic i,
.single .sfwd-quiz i {
    font-style: italic
}

article.type-idea em,
.single .sfwd-courses em,
.single .sfwd-lessons em,
.single .sfwd-topic em,
.single .sfwd-quiz em {
    font-style: italic
}

article.type-idea mark,
.single .sfwd-courses mark,
.single .sfwd-lessons mark,
.single .sfwd-topic mark,
.single .sfwd-quiz mark {
    color: #000;
    background-color: #ffeb3b
}

article.type-idea .page-links,
.single .sfwd-courses .page-links,
.single .sfwd-lessons .page-links,
.single .sfwd-topic .page-links,
.single .sfwd-quiz .page-links {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed var(--color--divider)
}

article.type-idea .page-links .page-links-title,
.single .sfwd-courses .page-links .page-links-title,
.single .sfwd-lessons .page-links .page-links-title,
.single .sfwd-topic .page-links .page-links-title,
.single .sfwd-quiz .page-links .page-links-title {
    display: block;
    margin-bottom: 10px;
    font-size: 80%
}

article.type-idea .page-links a,
.single .sfwd-courses .page-links a,
.single .sfwd-lessons .page-links a,
.single .sfwd-topic .page-links a,
.single .sfwd-quiz .page-links a,
article.type-idea .page-links>span:nth-child(n+2),
.single .sfwd-courses .page-links>span:nth-child(n+2),
.single .sfwd-lessons .page-links>span:nth-child(n+2),
.single .sfwd-topic .page-links>span:nth-child(n+2),
.single .sfwd-quiz .page-links>span:nth-child(n+2) {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 15px;
    border: 1px solid var(--color--divider);
    border-radius: var(--radius--sm)
}

article.type-idea .page-links a:last-child,
.single .sfwd-courses .page-links a:last-child,
.single .sfwd-lessons .page-links a:last-child,
.single .sfwd-topic .page-links a:last-child,
.single .sfwd-quiz .page-links a:last-child,
article.type-idea .page-links>span:nth-child(n+2):last-child,
.single .sfwd-courses .page-links>span:nth-child(n+2):last-child,
.single .sfwd-lessons .page-links>span:nth-child(n+2):last-child,
.single .sfwd-topic .page-links>span:nth-child(n+2):last-child,
.single .sfwd-quiz .page-links>span:nth-child(n+2):last-child {
    margin-right: 0
}

article.type-idea .page-links>span:nth-child(n+2),
.single .sfwd-courses .page-links>span:nth-child(n+2),
.single .sfwd-lessons .page-links>span:nth-child(n+2),
.single .sfwd-topic .page-links>span:nth-child(n+2),
.single .sfwd-quiz .page-links>span:nth-child(n+2) {
    color: var(--color--text-light)
}

.woocommerce .required,
.woocommerce-page .required {
    color: var(--GC-COLOR--ABORT)
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce #reviews #comments,
.woocommerce-page #reviews #comments {
    margin-top: 0
}

.woocommerce #review_form_wrapper,
.woocommerce-page #review_form_wrapper {
    margin-top: var(--PADD--MD)
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    line-height: var(--GC-LINE-HEIGHT);
    font-weight: normal;
    text-align: center;
    color: var(--GC-COLOR--TEXT--INVERT);
    background-color: var(--GC-COLOR--PRIMARY);
    border-radius: var(--BORDER-RADIUS--MD);
    transition: all .2s ease
}

.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover {
    color: var(--GC-COLOR--TEXT--INVERT);
    background-color: var(--GC-COLOR--PRIMARY--DARK)
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: none;
    color: var(--GC-COLOR--WARNING)
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
    display: block;
    float: none
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
    float: none
}

.woocommerce .woocommerce-review-link,
.woocommerce-page .woocommerce-review-link {
    display: block;
    margin-top: var(--PADD--SM);
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce .woocommerce-review-link:hover,
.woocommerce-page .woocommerce-review-link:hover {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce .comment-reply-title,
.woocommerce-page .comment-reply-title {
    display: block;
    margin-bottom: var(--PADD);
    padding-bottom: var(--PADD);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.woocommerce .comment-form-rating,
.woocommerce-page .comment-form-rating {
    display: flex;
    flex-wrap: wrap
}

.woocommerce .comment-form-rating label,
.woocommerce-page .comment-form-rating label {
    margin-right: var(--PADD)
}

.woocommerce .comment-form-comment label,
.woocommerce-page .comment-form-comment label {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce .form-submit,
.woocommerce-page .form-submit {
    margin-bottom: 0 !important
}

.woocommerce .woocommerce-noreviews,
.woocommerce-page .woocommerce-noreviews {
    padding: var(--PADD) var(--PADD--MD);
    background-color: var(--GC-COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS--MD)
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    height: auto;
    min-height: auto;
    margin: 0;
    padding: var(--PADD--SM) var(--PADD);
    line-height: 1;
    background-color: var(--GC-COLOR--PRIMARY--LIGHT);
    border-radius: var(--BORDER-RADIUS--MD);
    border-top-left-radius: 0;
    border-bottom-right-radius: 0
}

.woocommerce div.product .single-product__box,
.woocommerce-page div.product .single-product__box {
    display: flex;
    margin-bottom: var(--PADD--XL);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD)
}

@media(max-width: 61.24em) {
    .woocommerce div.product .single-product__box,
    .woocommerce-page div.product .single-product__box {
        flex-direction: column
    }
}

.woocommerce div.product span.onsale,
.woocommerce-page div.product span.onsale {
    top: 0;
    left: 0;
    border-radius: var(--BORDER-RADIUS--MD);
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    padding: var(--PADD--MD);
    border-left: 1px solid var(--DIVIDER--LIGHT)
}

@media(min-width: 61.25em) {
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-bottom: 0;
        width: 52%
    }
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: 130%;
    font-weight: normal
}

.woocommerce div.product p.price,
.woocommerce-page div.product p.price {
    font-size: 100%;
    color: var(--GC-COLOR--PRIMARY--LIGHT)
}

.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins {
    text-decoration: none
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page div.product .woocommerce-product-details__short-description {
    font-size: 90%;
    line-height: var(--GC-LINE-HEIGHT)
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    flex-wrap: wrap
}

.woocommerce div.product form.cart div.quantity .qty,
.woocommerce-page div.product form.cart div.quantity .qty {
    height: 100%;
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--GRAY);
    border: none;
    border-radius: var(--BORDER-RADIUS--MD)
}

.woocommerce div.product form.cart.variations_form,
.woocommerce-page div.product form.cart.variations_form {
    flex-direction: column
}

.woocommerce div.product form.cart.variations_form .variations select,
.woocommerce-page div.product form.cart.variations_form .variations select {
    width: 75%
}

.woocommerce div.product form.cart.variations_form .single_variation,
.woocommerce-page div.product form.cart.variations_form .single_variation {
    margin-bottom: var(--PADD)
}

.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce-page div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex
}

.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
    margin-top: var(--PADD--XL);
    padding-top: var(--PADD--MD);
    font-size: 80%;
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.woocommerce div.product .product_meta>span,
.woocommerce-page div.product .product_meta>span {
    display: block;
    margin-bottom: var(--PADD);
    line-height: var(--GC-LINE-HEIGHT);
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce div.product .product_meta>span:last-child,
.woocommerce-page div.product .product_meta>span:last-child {
    margin-bottom: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder,
.woocommerce div.product div.images .wp-post-image,
.woocommerce-page div.product div.images .woocommerce-product-gallery__image,
.woocommerce-page div.product div.images .woocommerce-product-gallery__image--placeholder,
.woocommerce-page div.product div.images .wp-post-image {
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border: none
}

@media(min-width: 61.25em) {
    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images {
        margin-bottom: 0
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-bottom: none;
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border-top-right-radius: var(--BORDER-RADIUS--MD)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li>a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li>a {
    font-size: 90%;
    font-weight: normal;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li>a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li>a:hover {
    color: var(--GC-COLOR--TEXT)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background-color: var(--GC-COLOR--APP)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active>a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active>a {
    color: var(--GC-COLOR--TEXT)
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    border: none
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
    padding: var(--PADD--MD);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD)
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
    font-size: 100%
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce-page div.product .woocommerce-tabs .panel p {
    font-size: 90%;
    line-height: var(--GC-LINE-HEIGHT)
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child,
.woocommerce-page div.product .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0
}

.woocommerce div.product .wcpv-sold-by-single,
.woocommerce-page div.product .wcpv-sold-by-single {
    font-size: 75%;
    text-align: left;
    color: var(--GC-COLOR--TEXT--LIGHT);
    padding: var(--PADD) 0 0;
    font-style: normal;
    margin-top: var(--PADD--MD);
    margin-bottom: -5px
}

.woocommerce button.button.alt,
.woocommerce-page button.button.alt {
    padding: var(--PADD) var(--PADD--MD);
    font-size: 100%;
    font-weight: normal;
    color: var(--GC-COLOR--TEXT--INVERT);
    background-color: var(--GC-COLOR--PRIMARY);
    border-radius: var(--BORDER-RADIUS--MD)
}

.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover {
    background-color: var(--GC-COLOR--PRIMARY--DARK)
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    --columns: 1;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: var(--PADD--MD);
    grid-row-gap: var(--PADD--MD)
}

.woocommerce ul.products.columns-2,
.woocommerce-page ul.products.columns-2 {
    --columns: 2
}

.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
    --columns: 3
}

.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
    --columns: 4
}

.woocommerce ul.products.columns-5,
.woocommerce-page ul.products.columns-5 {
    --columns: 5
}

.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-6 {
    --columns: 6
}

.woocommerce ul.products.columns-7,
.woocommerce-page ul.products.columns-7 {
    --columns: 7
}

.woocommerce ul.products.columns-8,
.woocommerce-page ul.products.columns-8 {
    --columns: 8
}

.woocommerce ul.products.columns-9,
.woocommerce-page ul.products.columns-9 {
    --columns: 9
}

.woocommerce ul.products.columns-10,
.woocommerce-page ul.products.columns-10 {
    --columns: 10
}

.woocommerce ul.products.columns-11,
.woocommerce-page ul.products.columns-11 {
    --columns: 11
}

.woocommerce ul.products.columns-12,
.woocommerce-page ul.products.columns-12 {
    --columns: 12
}

@media(max-width: 46.24em) {
    .gc-woo--single-col-mobile .woocommerce ul.products,
    .gc-woo--single-col-mobile .woocommerce-page ul.products {
        grid-template-columns: repeat(1, 1fr)
    }
}

.woocommerce ul.products:before,
.woocommerce-page ul.products:before {
    display: none
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0 !important;
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD);
    transition: box-shadow .2s ease
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: var(--BOX-SHADOW--MD)
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    display: block;
    text-align: center;
    background-color: var(--GC-COLOR--APP);
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border-top-right-radius: var(--BORDER-RADIUS--MD)
}

.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .woocommerce-placeholder,
.woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product .woocommerce-placeholder {
    margin: 0;
    border: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border-top-right-radius: var(--BORDER-RADIUS--MD)
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    padding: var(--PADD) var(--PADD--MD);
    font-size: 100%;
    font-weight: normal
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    height: auto;
    min-height: auto;
    margin: 0
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    margin: 0;
    padding: var(--PADD) var(--PADD--MD);
    color: var(--GC-COLOR--PRIMARY--LIGHT)
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    display: inline-block;
    text-decoration: none
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .button.product_type_external,
.woocommerce ul.products li.product .button.product_type_grouped,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .button.product_type_external,
.woocommerce-page ul.products li.product .button.product_type_grouped {
    display: block;
    margin-top: auto;
    padding: var(--PADD);
    font-size: 80%;
    line-height: var(--GC-LINE-HEIGHT);
    font-weight: normal;
    text-align: center;
    color: var(--GC-COLOR--PRIMARY);
    background-color: var(--GC-COLOR--APP);
    border-top: 1px solid var(--DIVIDER--LIGHT);
    border-radius: 0;
    border-bottom-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD);
    transition: all .2s ease
}

.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .button.product_type_external:hover,
.woocommerce ul.products li.product .button.product_type_grouped:hover,
.woocommerce-page ul.products li.product .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .added_to_cart:hover,
.woocommerce-page ul.products li.product .button.product_type_external:hover,
.woocommerce-page ul.products li.product .button.product_type_grouped:hover {
    color: var(--c-ps-btn-action-color);
    background-color: var(--c-ps-btn-action-bg)
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.woocommerce ul.products li.product .wcpv-sold-by-loop,
.woocommerce-page ul.products li.product .wcpv-sold-by-loop {
    font-size: 75%;
    color: var(--GC-COLOR--TEXT--LIGHT);
    text-align: center;
    padding: var(--PADD) var(--PADD--MD);
    font-style: normal;
    margin: 0
}

.woocommerce img.ps-vip__icon,
.woocommerce-page img.ps-vip__icon {
    max-width: var(--vip-icon-size)
}

.woocommerce .gc-logo__image,
.woocommerce-page .gc-logo__image {
    --height: var(--logo-height--mobile);
    height: var(--height)
}

@media(min-width: 61.25em) {
    .woocommerce .gc-logo__image,
    .woocommerce-page .gc-logo__image {
        --height: var(--logo-height)
    }
}

.theme-peepso-theme-gecko .woocommerce #respond input#submit,
.theme-peepso-theme-gecko .woocommerce a.button,
.theme-peepso-theme-gecko .woocommerce button.button,
.theme-peepso-theme-gecko .woocommerce input.button {
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    color: var(--color);
    background-color: var(--bg);
    font-weight: normal
}

.theme-peepso-theme-gecko .woocommerce #respond input#submit:hover,
.theme-peepso-theme-gecko .woocommerce a.button:hover,
.theme-peepso-theme-gecko .woocommerce button.button:hover,
.theme-peepso-theme-gecko .woocommerce input.button:hover {
    color: var(--color--hover);
    background-color: var(--bg--hover)
}

.theme-peepso-theme-gecko .woocommerce #respond input#submit:disabled,
.theme-peepso-theme-gecko .woocommerce a.button:disabled,
.theme-peepso-theme-gecko .woocommerce button.button:disabled,
.theme-peepso-theme-gecko .woocommerce input.button:disabled {
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--DARKGRAY)
}

.theme-peepso-theme-gecko .woocommerce a.button.alt {
    color: var(--GC-COLOR--TEXT--INVERT);
    background-color: var(--GC-COLOR--PRIMARY)
}

.theme-peepso-theme-gecko .woocommerce a.button.alt:hover {
    color: var(--GC-COLOR--TEXT--INVERT);
    background-color: var(--GC-COLOR--PRIMARY--DARK)
}

.theme-peepso-theme-gecko .woocommerce-error,
.theme-peepso-theme-gecko .woocommerce-info,
.theme-peepso-theme-gecko .woocommerce-message {
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP--GRAY)
}

.theme-peepso-theme-gecko #add_payment_method table.cart td.actions .coupon .input-text,
.theme-peepso-theme-gecko.woocommerce-cart table.cart td.actions .coupon .input-text,
.theme-peepso-theme-gecko.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    width: auto;
    padding: 7px 6px 7px
}

@media(max-width: 61.24em) {
    .theme-peepso-theme-gecko #add_payment_method table.cart td.actions .coupon .input-text,
    .theme-peepso-theme-gecko.woocommerce-cart table.cart td.actions .coupon .input-text,
    .theme-peepso-theme-gecko.woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 48%
    }
}

.theme-peepso-theme-gecko #add_payment_method table.cart td.actions .coupon .input-text:focus,
.theme-peepso-theme-gecko.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.theme-peepso-theme-gecko.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW)
}

.theme-peepso-theme-gecko #add_payment_method #payment,
.theme-peepso-theme-gecko .woocommerce-cart #payment,
.theme-peepso-theme-gecko .woocommerce-checkout #payment {
    background-color: var(--GC-COLOR--APP)
}

.theme-peepso-theme-gecko .select2-dropdown {
    background-color: var(--GC-COLOR--APP)
}

.theme-peepso-theme-gecko .select2-container--default .select2-results__option[aria-selected=true],
.theme-peepso-theme-gecko .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--GC-COLOR--APP--GRAY);
    color: var(--GC-COLOR--TEXT)
}

.theme-peepso-theme-gecko .select2-container--default .select2-selection--single {
    height: auto;
    padding: var(--PADD);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT)
}

.theme-peepso-theme-gecko .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.theme-peepso-theme-gecko #add_payment_method #payment div.payment_box,
.theme-peepso-theme-gecko .woocommerce-cart #payment div.payment_box,
.theme-peepso-theme-gecko .woocommerce-checkout #payment div.payment_box {
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP--GRAY)
}

.theme-peepso-theme-gecko #add_payment_method #payment div.payment_box::before,
.theme-peepso-theme-gecko .woocommerce-cart #payment div.payment_box::before,
.theme-peepso-theme-gecko .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--GC-COLOR--APP--GRAY);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0)
}

.theme-peepso-theme-gecko .woocommerce-checkout-review-order ul {
    list-style: none
}

.theme-peepso-theme-gecko .woocommerce-checkout-review-order ul li {
    list-style-type: none
}

.theme-peepso-theme-gecko.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid var(--DIVIDER--LIGHT)
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
    padding-bottom: var(--PADD--MD);
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT);
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-breadcrumb a {
    color: var(--GC-COLOR--TEXT)
}

.dokan-store .woocommerce .woocommerce-breadcrumb,
.dokan-store .woocommerce-breadcrumb {
    margin-bottom: var(--PADD--MD)
}

.woocommerce-loop-category__title {
    font-weight: normal
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    padding: var(--PADD--XS) 0 0
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .variation dd.variation-Vendor {
    margin-bottom: 0
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .variation dd.variation-SoldBy {
    margin-bottom: var(--PADD--XS)
}

.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
    background-color: var(--PS-COLOR--APP--GRAY);
    color: var(--PS-COLOR--TEXT)
}

.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover,
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):focus {
    background-color: var(--PS-COLOR--APP--DARKGRAY);
    color: var(--PS-COLOR--TEXT)
}

.woocommerce-cart-form__cart-item dl.variation,
.woocommerce-mini-cart-item dl.variation,
.product-name dl.variation {
    font-size: 70%;
    line-height: 1.3;
    border-left: none !important
}

.woocommerce a.remove {
    font-size: 22px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-weight: normal
}

.woocommerce ul.cart_list li a.remove {
    font-weight: normal
}

.woocommerce.widget_shopping_cart:not(.gc-header__cart) .cart_list li a.remove {
    top: 3px
}

.gc-header__cart.widget_shopping_cart h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: var(--PADD)
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 4px double #ebe9eb;
    padding: 15px 0;
    margin-bottom: 0;
    margin-top: var(--PADD);
    text-align: center
}

.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
    margin-bottom: var(--PADD)
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding-bottom: var(--PADD--SM)
}

.wc-bookings-booking-form {
    width: 100%;
    border: none;
    padding: 0;
    border-radius: var(--BORDER-RADIUS--MD)
}

.wc-bookings-booking-form .wc-bookings-date-picker {
    padding: 0
}

.wc-bookings-booking-form label {
    margin-bottom: var(--PADD--SM)
}

.wc-bookings-booking-form .form-field input {
    height: 100%;
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--GRAY);
    border: none;
    border-radius: var(--BORDER-RADIUS--MD);
    padding: var(--PADD)
}

.wc-bookings-booking-form .wc-bookings-booking-cost {
    margin: 0;
    border-top: 0;
    line-height: 1.3;
    background-color: var(--GC-COLOR--APP--GRAY)
}

button.wc-bookings-booking-form-button.alt.disabled {
    background-color: var(--GC-COLOR--PRIMARY) !important
}

@media(max-width: 46.24em) {
    .gc-woo--single-col-mobile ul.products {
        grid-template-columns: repeat(1, 1fr)
    }
}

.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img {
    border: 1px solid var(--GC-COLOR--APP--DARKGRAY)
}

.woocommerce table.shop_table th {
    border-top: 0
}

.woocommerce table.shop_table td {
    border-top: 0
}

.woocommerce table.shop_table thead tr:first-child th:first-child {
    border-top-left-radius: 5px
}

.woocommerce table.shop_table thead tr:first-child th:last-child {
    border-top-right-radius: 5px
}

.woocommerce table.shop_table tbody tr:last-child td {
    border-bottom: 0
}

.woocommerce table.shop_table .order-total>th {
    border: 0
}

.woocommerce table.shop_table .order-total>td {
    border: 0;
    color: var(--GC-COLOR--TEXT)
}

.woocommerce table.shop_table.shop_table_responsive .cart-subtotal th {
    border-top-left-radius: 5px
}

.woocommerce table.shop_table.shop_table_responsive .order-total th {
    border-bottom-left-radius: 5px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th {
    border-bottom-left-radius: 5px
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    display: block;
    width: 100%;
    margin-top: var(--PADD--XL)
}

.woocommerce-page .woocommerce h3,
.cart_totals h2,
.woocommerce-MyAccount-content h2,
.woocommerce-Address-title h3,
.ps-page--woocommerce-checkout h3,
.ps-page--woocommerce-edit-address h3 {
    font-weight: normal;
    padding-left: 15px;
    position: relative
}

.woocommerce-page .woocommerce h3:before,
.cart_totals h2:before,
.woocommerce-MyAccount-content h2:before,
.woocommerce-Address-title h3:before,
.ps-page--woocommerce-checkout h3:before,
.ps-page--woocommerce-edit-address h3:before {
    content: "";
    width: 5px;
    height: 15px;
    background-color: var(--GC-COLOR--PRIMARY--DARK);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px
}

#order_review_heading {
    margin-top: var(--PADD--XL)
}

.woocommerce.widget_product_categories ul {
    padding-left: 0
}

.woocommerce.widget_product_categories ul li {
    list-style-type: unset;
    margin: 0 0 var(--PADD)
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 1px solid #d3d3d3;
    height: 12px;
    background-image: none;
    background-color: var(--GC-COLOR--APP--DARKGRAY)
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 2px;
    height: 6px;
    background-image: none;
    background-color: var(--GC-COLOR--PRIMARY--LIGHT)
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #e6e6e6
}

.woocommerce.widget_product_tag_cloud .tagcloud a {
    padding: var(--PADD--SM) var(--PADD);
    border: 1px solid var(--GC-COLOR--APP--GRAY);
    background-color: var(--GC-COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS--MD);
    display: inline-block;
    margin-bottom: var(--PADD--XS)
}

.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-color: var(--GC-COLOR--APP--DARKGRAY)
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style-type: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    padding: var(--PADD);
    color: var(--GC-COLOR--TEXT)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--GC-COLOR--LINK)
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 72%
}

.woocommerce-account .woocommerce-MyAccount-content p>.button {
    margin-top: 15px;
    margin-left: 5px
}

.woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit {
    margin-top: var(--PADD)
}

.woocommerce-table--order-details tfoot tr:nth-child(2) th {
    border: 0
}

.woocommerce-table--order-details tfoot tr:nth-child(2) td {
    border: 0
}

.woocommerce-table--order-details tfoot tr:last-child th {
    border-bottom: 0;
    border-bottom-left-radius: 5px
}

.woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: 0;
    color: var(--GC-COLOR--TEXT)
}

.woocommerce .woocommerce-customer-details address {
    padding: 15px;
    line-height: 1.3;
    border-bottom-width: 1px;
    border-right-width: 1px;
    box-shadow: var(--BOX-SHADOW)
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-top: var(--PADD)
}

.ps-page--woocommerce-edit-address .woocommerce,
.ps-page--woocommerce-orders .woocommerce,
.ps-page--woocommerce-cart .woocommerce,
.ps-page--woocommerce-checkout .woocommerce,
.ps-page--woocommerce-order-tracking .woocommerce,
.ps-page--woocommerce-downloads .woocommerce {
    background-color: var(--GC-COLOR--APP);
    padding: var(--PADD--MD);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD)
}

.ps-page--woocommerce-edit-address .woocommerce {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ps-page--woocommerce-edit-address .ps-tabs__item:last-child {
    border-bottom-right-radius: 0
}

.woocommerce-Address address {
    line-height: 1.4;
    margin-top: var(--PADD)
}

.wc-block-components-text-input input {
    z-index: 0 !important
}

.wc-block-components-combobox-control label {
    z-index: 2 !important
}

#edd-recurring-form #edd_checkout_form_wrap {
    width: 100% !important
}

#edd_sl_license_keys+hr+h1+p+a {
    display: inline-block;
    margin-bottom: 15px
}

#edd_sl_license_keys+hr+h1+p+a+h3 {
    padding: 15px 0;
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    font-weight: normal;
    color: #333
}

#edd_sl_license_keys+hr+h1+p+a+h3 em {
    font-weight: bold
}

#edd_sl_license_keys+hr+h1+p {
    display: none
}

#edd-recurring-update-submit {
    padding: 10px 15px;
    color: #fff;
    background-color: var(--color--primary);
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 100%
}

#edd_checkout_form_wrap .edd-required-indicator {
    color: #d44943
}

#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap input[type=tel] {
    width: 100%
}

#edd_checkout_form_wrap #edd-payment-mode-wrap {
    padding-top: 15px
}

#edd_checkout_form_wrap #edd-payment-mode-wrap>label {
    display: inline-block;
    padding: 10px;
    background-color: var(--GC-COLOR--APP);
    border-radius: 4px;
    border: 1px solid var(--DIVIDER);
    margin-bottom: var(--PADD)
}

#edd_checkout_form_wrap #edd-payment-mode-wrap>label:not(:last-child) {
    margin-right: var(--PADD)
}

#edd_checkout_form_wrap #edd-payment-mode-wrap>label>input {
    margin-right: 5px
}

#edd_checkout_form_wrap #edd_secure_site_wrapper {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    background-color: #ffb74d;
    border-radius: 4px
}

#edd_checkout_form_wrap #edd_secure_site_wrapper .padlock {
    margin-right: 10px;
    vertical-align: middle
}

#edd_checkout_form_wrap #edd_secure_site_wrapper .padlock>svg {
    fill: #f57c00
}

#edd_checkout_form_wrap .edd-stripe-new-card {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

#edd_checkout_form_wrap .edd-stripe-new-card p {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #aeb2b7
}

#edd_checkout_form_wrap .edd-stripe-new-card p>label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

#edd_checkout_form_wrap .edd-stripe-new-card p>label+span {
    display: none
}

#edd_checkout_form_wrap .edd-stripe-new-card p:last-child {
    padding-bottom: 0
}

#edd_checkout_form_wrap fieldset {
    margin-bottom: 20px
}

#edd_checkout_form_wrap fieldset>legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: var(--GC-COLOR--TEXT);
    border-bottom: 2px solid var(--DIVIDER)
}

#edd_checkout_form_wrap fieldset>p {
    width: 100%
}

#edd_checkout_form_wrap fieldset>p>label {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

#edd_checkout_form_wrap fieldset>p>label+span {
    display: none
}

@media(min-width: 61.25em) {
    #edd_checkout_form_wrap fieldset {
        margin-bottom: 30px
    }
    #edd_checkout_form_wrap fieldset>legend {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
}

.widget_edd_product_details>h3 {
    margin-bottom: 0;
    font-weight: 600
}

.widget_edd_product_details>h3+h3 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 10px 15px;
    font-weight: normal;
    background-color: var(--DIVIDER--LIGHT)
}

.widget_edd_product_details .edd-meta {
    margin-top: 15px;
    font-size: 80%
}

.widget_edd_product_details .edd-meta>br {
    display: none
}

.widget_edd_product_details .edd-meta>span {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--DIVIDER)
}

.widget_edd_product_details .edd-meta>span:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_edd_product_details .edd_download_purchase_form {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.widget_edd_product_details .edd_purchase_submit_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.widget_edd_product_details .edd_purchase_submit_wrapper .button {
    width: 100%
}

.widget_edd_product_details .edd_price_options {
    margin-bottom: var(--PADD)
}

.gc-widget--sidebar .edd-cart,
.gc-header__cart .edd-cart {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none
}

.gc-widget--sidebar .edd-cart>li,
.gc-header__cart .edd-cart>li {
    list-style: none
}

.gc-widget--sidebar .edd-cart .empty,
.gc-header__cart .edd-cart .empty {
    padding: 10px 15px
}

.gc-widget--sidebar .edd-cart .edd-cart-item,
.gc-header__cart .edd-cart .edd-cart-item {
    position: relative;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 30px !important;
    padding-bottom: 10px;
    border-top: 1px solid var(--DIVIDER--LIGHT);
    border-bottom: none
}

.gc-widget--sidebar .edd-cart .edd_total,
.gc-header__cart .edd-cart .edd_total {
    margin-bottom: 0;
    padding: var(--PADD--MD) 0;
    border-top: 2px solid var(--DIVIDER--LIGHT);
    border-bottom: none
}

.gc-widget--sidebar .edd-cart .edd_checkout,
.gc-header__cart .edd-cart .edd_checkout {
    padding: 0
}

.gc-widget--sidebar .edd-cart .edd_checkout>a,
.gc-header__cart .edd-cart .edd_checkout>a {
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    display: block;
    padding: 10px;
    text-align: center;
    color: var(--color);
    background-color: var(--bg);
    border-radius: var(--radius)
}

.gc-widget--sidebar .edd-cart .edd_checkout>a:hover,
.gc-header__cart .edd-cart .edd_checkout>a:hover {
    color: var(--color--hover);
    background-color: var(--bg--hover)
}

.gc-widget--sidebar .edd-cart .edd-cart-item-separator:last-of-type,
.gc-header__cart .edd-cart .edd-cart-item-separator:last-of-type {
    display: none
}

.gc-widget--sidebar .edd-cart .edd-cart-item-price,
.gc-header__cart .edd-cart .edd-cart-item-price {
    font-weight: bold
}

.gc-widget--sidebar .edd-cart .edd-remove-from-cart,
.gc-header__cart .edd-cart .edd-remove-from-cart {
    font-size: 0;
    content: " "
}

.gc-widget--sidebar .edd-cart .edd-remove-from-cart:after,
.gc-header__cart .edd-cart .edd-remove-from-cart:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    speak: none;
    display: block;
    text-decoration: inherit;
    font-size: 16px;
    content: ""
}

.gc-widget--sidebar .edd-cart .edd-cart-item-title,
.gc-header__cart .edd-cart .edd-cart-item-title {
    line-height: 1.2
}

.header__cart .edd-cart {
    font-size: 90%
}

.header__cart .edd-cart .edd-cart-item {
    padding-left: 15px;
    padding-right: 15px
}

.header__cart .edd-cart .edd_checkout>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget--box .edd-cart,
.widget--bordered .edd-cart,
.widget--gradient .edd-cart {
    margin-left: -15px;
    margin-right: -15px
}

.widget--box .edd-cart .edd-cart-item,
.widget--bordered .edd-cart .edd-cart-item,
.widget--gradient .edd-cart .edd-cart-item {
    padding-left: 15px;
    padding-right: 15px
}

.widget--box .edd-cart .edd_checkout,
.widget--bordered .edd-cart .edd_checkout,
.widget--gradient .edd-cart .edd_checkout {
    margin-bottom: -15px
}

.widget--box .edd-cart .edd_checkout>a,
.widget--bordered .edd-cart .edd_checkout>a,
.widget--gradient .edd-cart .edd_checkout>a {
    border-radius: 0;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius)
}

.sidebar__widget .edd-cart-number-of-items {
    margin-bottom: 10px !important
}

.header__cart .edd-cart-number-of-items {
    margin: 0;
    padding: 10px 15px;
    font-size: 80%
}

.type-download {
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.type-download .entry-header {
    padding: 10px 15px;
    background-color: var(--GC-COLOR--APP);
    border-bottom: 2px solid var(--DIVIDER--LIGHT)
}

.type-download .entry-header .entry-title {
    margin-bottom: 0
}

.type-download .entry-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    padding: var(--PADD--MD)
}

.archive .type-download .entry-image {
    min-height: 200px;
    box-shadow: var(--shadow)
}

.type-download .entry-image img {
    opacity: 0
}

.archive .type-download {
    box-shadow: none
}

.archive .type-download .entry-title {
    font-size: 100%
}

.type-download .entry-content {
    padding: 15px;
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.edd_download_purchase_form {
    margin-bottom: 0
}

.single-download .edd_download_purchase_form {
    margin-bottom: 0
}

.edd_download_purchase_form .edd_price_options>ul {
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius--sm);
    padding-left: 0
}

.edd_download_purchase_form .edd_price_options>ul>li {
    padding: 10px 15px;
    line-height: 1.2;
    border-bottom: 1px dashed var(--DIVIDER);
    list-style-type: none
}

.edd_download_purchase_form .edd_price_options>ul>li:last-child {
    border-bottom: none
}

.edd_download_purchase_form .edd_price_options>ul>li .edd_price_option_name {
    padding-left: 15px
}

.edd_download_purchase_form .edd_price_options>ul>li .edd_price_option_name:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--DIVIDER);
    border-radius: 100%;
    transition: background-color .2s ease
}

.edd_download_purchase_form .edd_price_options>ul>li .edd_price_option_sep {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.edd_download_purchase_form .edd_price_options>ul>li .edd_price_option_price {
    color: var(--color--alt)
}

.edd_download_purchase_form .edd_price_options>ul>li label {
    position: relative;
    cursor: pointer
}

.edd_download_purchase_form .edd_price_options>ul>li label input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.edd_download_purchase_form .edd_price_options>ul>li label input:focus+.edd_price_option_name:before,
.edd_download_purchase_form .edd_price_options>ul>li label input:checked+.edd_price_option_name:before {
    background-color: var(--color--alt)
}

.edd_purchase_submit_wrapper .edd-submit.button {
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover);
    background-color: var(--bg);
    color: var(--color);
    padding: var(--PADD) var(--PADD--MD);
    font-size: 85%;
    line-height: var(--GC-LINE-HEIGHT);
    text-align: center;
    border-radius: var(--BORDER-RADIUS--MD);
    transform: none
}

.edd_purchase_submit_wrapper .edd-submit.button:hover,
.edd_purchase_submit_wrapper .edd-submit.button:focus {
    background-color: var(--bg--hover);
    color: var(--color--hover)
}

article.type-download .edd_purchase_submit_wrapper .edd-submit.button {
    margin-top: 15px
}

article.type-download .edd_purchase_submit_wrapper a.edd-submit {
    display: inline-block
}

.edd_downloads_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

@media(max-width: 28.125em) {
    .edd_downloads_list {
        display: block
    }
}

.edd_downloads_list.edd_download_columns_1 {
    grid-template-columns: repeat(1, 1fr)
}

.edd_downloads_list.edd_download_columns_2 {
    grid-template-columns: repeat(2, 1fr)
}

.edd_downloads_list.edd_download_columns_3 {
    grid-template-columns: repeat(3, 1fr)
}

.edd_downloads_list.edd_download_columns_4 {
    grid-template-columns: repeat(4, 1fr)
}

.edd_downloads_list.edd_download_columns_5 {
    grid-template-columns: repeat(5, 1fr)
}

.edd_downloads_list.edd_download_columns_6 {
    grid-template-columns: repeat(6, 1fr)
}

.edd_downloads_list.edd_download_columns_7 {
    grid-template-columns: repeat(7, 1fr)
}

.edd_downloads_list.edd_download_columns_8 {
    grid-template-columns: repeat(8, 1fr)
}

.edd_downloads_list .edd_download {
    float: none;
    width: 100%
}

@media(max-width: 28.125em) {
    .edd_downloads_list .edd_download {
        margin-bottom: var(--PADD--MD)
    }
}

.edd_downloads_list .edd_download .edd_download_inner {
    position: relative;
    height: 100%;
    padding: 0;
    padding-bottom: 70px;
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: box-shadow .2s ease
}

.edd_downloads_list .edd_download .edd_download_inner .edd-cart-added-alert {
    left: 50%;
    transform: translateX(-50%);
    font-size: 80%;
    color: var(--color--alt)
}

.edd_downloads_list .edd_download .edd_download_inner .edd_download_image {
    text-align: center;
    min-height: 120px;
    vertical-align: middle;
    line-height: 120px;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius)
}

.edd_downloads_list .edd_download .edd_download_inner .edd_download_image img {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius)
}

.edd_downloads_list .edd_download .edd_download_inner .edd_download_title {
    margin-bottom: 0;
    padding: 15px;
    font-size: 110%;
    font-weight: normal;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.edd_downloads_list .edd_download .edd_download_inner .edd_download_excerpt {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.edd_downloads_list .edd_download .edd_download_inner .edd_download_excerpt p {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.edd_downloads_list .edd_download .edd_download_inner .edd_price {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-bottom: 0;
    display: block
}

.edd_downloads_list .edd_download .edd_download_inner .edd_price>.edd_price {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
    border-radius: var(--radius--sm)
}

.edd_downloads_list .edd_download .edd_download_inner .edd_price_options {
    margin-top: 10px;
    margin-bottom: 0
}

.edd_downloads_list .edd_download .edd_download_inner .edd_price_options ul {
    border: none
}

.edd_downloads_list .edd_download .edd_download_inner .edd_purchase_submit_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: 15px;
    border-top: 1px solid var(--DIVIDER--LIGHT);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.edd_downloads_list .edd_download .edd_download_inner .edd_purchase_submit_wrapper .button {
    width: 100%
}

.edd_downloads_list .edd_download .edd_download_inner:hover {
    box-shadow: 0 0 0 4px var(--COLOR--PRIMARY--LIGHT)
}

.edd-taxonomy-widget {
    padding: 0;
    list-style: none;
    margin-top: calc(var(--PADD--MD)*-1)
}

.edd-taxonomy-widget>li {
    list-style-type: none;
    padding: var(--PADD) 0;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.edd-taxonomy-widget>li:last-of-type {
    padding-bottom: 0;
    border-bottom: none
}

.edd_pagination {
    padding: 0 var(--PADD);
    margin-top: var(--PADD--MD);
    background-color: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.edd_pagination .page-numbers {
    color: var(--GC-COLOR--TEXT--LIGHT);
    padding: var(--PADD)
}

.edd_pagination .page-numbers:not(.current):hover {
    color: var(--GC-COLOR--LINK)
}

.edd_pagination .page-numbers.current {
    position: relative
}

.edd_pagination .page-numbers.current:before {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--GC-COLOR--PRIMARY--LIGHT);
    border-top-left-radius: var(--BORDER-RADIUS);
    border-top-right-radius: var(--BORDER-RADIUS)
}

.edd_pagination .page-numbers.next {
    margin-left: auto
}

.edd_pagination .page-numbers.prev {
    margin-right: auto
}

#edd_checkout_cart_form {
    margin-bottom: var(--PADD--XL)
}

.edd-table {
    border: 1px solid var(--th-border)
}

#edd_checkout_cart {
    border: 1px solid var(--th-border)
}

#edd_checkout_cart .edd_cart_item_image {
    display: inline-block;
    margin-right: var(--PADD)
}

#edd_checkout_cart th.edd_cart_total {
    text-align: center
}

.edd_license_keys td {
    color: var(--GC-COLOR--TEXT)
}

.edd_sl_license_key {
    word-break: break-word
}

.edd-cart-added-alert {
    font-size: 80%;
    color: var(--color--alt)
}

.edd-cart-added-alert>svg {
    fill: var(--GC-COLOR--SUCCESS);
    width: 25px;
    transform: translateY(8px)
}

.edd-payment-icons {
    margin-bottom: var(--PADD)
}

.edd-payment-icons .payment-icon {
    margin-right: 5px
}

#edd_cc_fields .card-expiration>select {
    width: 45%
}

.dokan-info {
    color: #fff
}

.dokan-btn:hover,
.dokan-btn:focus {
    background-color: var(--PS-COLOR--APP--DARKGRAY)
}

input[type=button].dokan-btn-success,
input[type=submit].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.dokan-store-widget .widget-title,
.dokan-theme-peepso-theme-gecko .gc-widget .widget-title {
    margin-top: calc(-1*(var(--PADD--MD)));
    margin-left: calc(-1*(var(--PADD--MD)));
    margin-right: calc(-1*(var(--PADD--MD)));
    margin-bottom: var(--PADD--MD);
    padding: var(--PADD) var(--PADD--MD);
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
    font-weight: normal;
    font-size: 100%
}

.dokan-store-widget ul,
.dokan-theme-peepso-theme-gecko .gc-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.dokan-store-widget ul li,
.dokan-theme-peepso-theme-gecko .gc-widget ul li {
    list-style-type: none
}

.dokan-store-widget textarea,
.dokan-theme-peepso-theme-gecko .gc-widget textarea {
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: 80%;
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    border-radius: var(--BORDER-RADIUS--MD)
}

.dokan-store-widget.dokan-category-menu,
.dokan-theme-peepso-theme-gecko .gc-widget.dokan-category-menu {
    box-shadow: var(--shadow)
}

.dokan-store-widget.dokan-category-menu h3.widget-title,
.dokan-theme-peepso-theme-gecko .gc-widget.dokan-category-menu h3.widget-title {
    color: var(--COLOR--HEADING);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.dokan-store-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap,
.dokan-theme-peepso-theme-gecko .gc-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap {
    background-color: rgba(0, 0, 0, 0)
}

.dokan-store-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul,
.dokan-theme-peepso-theme-gecko .gc-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul {
    padding-left: var(--PADD)
}

.dokan-store-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.level-0,
.dokan-theme-peepso-theme-gecko .gc-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.level-0 {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.dokan-category-menu.widget,
.dokan-category-menu.gc-widget {
    border: none
}

.dokan-category-menu.gc-widget .gc-widget__title {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.dokan-category-menu.gc-widget h3 {
    color: var(--COLOR--HEADING);
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
    padding: 15px var(--PADD--MD) var(--PADD)
}

.dokan-store-wrap {
    --size: var(--c-gc-main-column);
    --grid-gap: var(--c-gc-layout-gap);
    --sidebar--left: var(--c-gc-sidebar-left-width);
    --sidebar--right: var(--c-gc-sidebar-right-width);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0 !important;
    padding-bottom: var(--PADD--XL)
}

@media(min-width: 61.25em) {
    .dokan-store-wrap {
        display: grid !important;
        grid-template-columns: var(--sidebar--left) 3fr;
        grid-template-rows: auto;
        grid-template-areas: "sidebar-left content";
        grid-column-gap: var(--grid-gap);
        grid-row-gap: var(--grid-gap)
    }
}

@media(min-width: 81.25em) {
    .dokan-store-wrap {
        grid-column-gap: var(--grid-gap);
        grid-row-gap: var(--grid-gap)
    }
}

.store-wrapper {
    border-radius: var(--BORDER-RADIUS--MD) !important
}

.store-wrapper h1,
.store-wrapper h2,
.store-wrapper h3,
.store-wrapper h4 {
    font-size: 100%;
    font-weight: normal
}

.grid-view .store-wrapper .store-data-container {
    padding-top: 15px !important
}

.grid-view .store-wrapper .dokan-store-is-open-close-status,
.grid-view .store-wrapper .dokan-store-is-closed-status {
    top: -10px !important;
    right: 0 !important
}

.store-wrapper .store-data h2 a {
    font-size: 90% !important;
    font-weight: bold
}

.store-wrapper .store-data .store-address,
.store-wrapper .store-data .store-phone {
    font-size: 80%
}

.list-view .store-wrapper .store-data {
    margin-top: 0 !important
}

.grid-view .store-wrapper .store-data {
    margin-top: 0 !important
}

.store-wrapper .store-footer .seller-avatar {
    top: -15px !important;
    right: 10px !important;
    width: 70px !important;
    height: 70px !important
}

.store-wrapper .featured-favourite {
    top: 0 !important
}

.store-wrapper .featured-label {
    font-size: 14px
}

#dokan-store-listing-filter-wrap {
    font-size: 90%;
    border-radius: var(--BORDER-RADIUS--MD)
}

.profile-info-summery {
    padding-left: var(--PADD);
    padding-right: var(--PADD)
}

.profile-frame {
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border-top-right-radius: var(--BORDER-RADIUS--MD)
}

.dokan-store-wrap .dokan-single-store .dokan-store-info:after {
    content: " ";
    display: block;
    clear: both
}

.dokan-store-wrap .dokan-single-store #reviews #comments,
.dokan-store-wrap .dokan-single-store #vendor-biography #comments {
    margin-top: 0 !important;
    padding: var(--PADD--MD);
    background-color: var(--GC-COLOR--APP);
    box-shadow: var(--BOX-SHADOW--HARD);
    border-radius: var(--BORDER-RADIUS--MD)
}

.dokan-store-wrap .dokan-single-store #reviews #comments .headline,
.dokan-store-wrap .dokan-single-store #vendor-biography #comments .headline {
    font-weight: normal
}

.dokan-store-wrap .dokan-single-store #reviews p:last-child,
.dokan-store-wrap .dokan-single-store #vendor-biography p:last-child {
    margin-bottom: 0
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist {
    margin-left: 0;
    padding-left: 0
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist li,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist li {
    list-style-type: none
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist li:last-child,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist li:last-child {
    margin-bottom: 0 !important
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist .comment-text,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist .comment-text {
    border-color: var(--DIVIDER--LIGHT) !important
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist .comment-text>p,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist .comment-text>p {
    padding-top: var(--PADD);
    font-size: 90%
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist .comment-text>p strong,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist .comment-text>p strong {
    font-weight: normal
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist .comment-text>p a,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist .comment-text>p a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.dokan-store-wrap .dokan-single-store #reviews ol.commentlist .comment-text .description,
.dokan-store-wrap .dokan-single-store #vendor-biography ol.commentlist .comment-text .description {
    font-size: 100%
}

.dokan-store-wrap .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    height: 100% !important
}

.dokan-store-wrap .dokan-single-store .dokan-store-tabs .dokan-list-inline {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-bottom-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD);
    overflow: hidden
}

.dokan-store-wrap .dokan-single-store .dokan-store-tabs .dokan-list-inline li>a {
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: rgba(0, 0, 0, 0)
}

.dokan-store-wrap .dokan-single-store .dokan-store-tabs .dokan-list-inline li>a:hover {
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--GRAY)
}

.dokan-store-wrap .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice {
    z-index: 10
}

.dokan-store-wrap .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
    color: var(--GC-COLOR--TEXT);
    background: var(--GC-COLOR--APP)
}

.dokan-store-wrap .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover span.fa-angle-down:after {
    background: var(--GC-COLOR--APP)
}

.dokan-store-wrap .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day {
    border-color: var(--DIVIDER)
}

.dokan-store-wrap .dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
    border-color: var(--DIVIDER)
}

.dokan-store-wrap .dokan-single-store .dokan-store-products-filter-area input[type=text],
.dokan-store-wrap .dokan-single-store .dokan-store-products-filter-area select {
    border-color: var(--DIVIDER);
    background-color: var(--GC-COLOR--APP)
}

.dokan-store-wrap .dokan-single-store .dokan-store-products-filter-area .dokan-btn-theme {
    line-height: 1.4
}

.dokan-store-products-filter-area .product-name-search.dokan-store-products-filter-search {
    margin-right: var(--PADD--SM)
}

@media(max-width: 61.24em) {
    .dokan-store-products-filter-area .product-name-search.dokan-store-products-filter-search {
        width: calc(100% - 110px)
    }
}

.dokan-store-products-filter-area .orderby-search {
    width: auto;
    padding: 2px
}

@media(max-width: 61.24em) {
    .dokan-store-products-filter-area .orderby-search {
        margin-top: var(--PADD);
        width: 100%
    }
}

.dokan-store-open-close .store-times {
    white-space: nowrap
}

.woocommerce-Tabs-panel--seller ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.woocommerce-Tabs-panel--seller ul li {
    margin-bottom: var(--PADD);
    list-style-type: none
}

.woocommerce-Tabs-panel--seller ul li:last-child {
    margin-bottom: 0
}

.woocommerce-Tabs-panel--seller .seller-rating {
    display: block;
    margin-top: var(--PADD)
}

.woocommerce-Tabs-panel--seller .seller-rating+.text {
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.woocommerce-Tabs-panel--seller .star-rating {
    display: block
}

#dokan-secondary {
    grid-area: sidebar-left;
    margin: 0
}

#dokan-primary {
    grid-area: content;
    margin: 0
}

@media(max-width: 61.24em) {
    #dokan-primary {
        width: 100%;
        order: 1;
        margin-bottom: 15px
    }
    #dokan-primary:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 61.25em) {
    #dokan-primary {
        max-width: 100%;
        min-width: 100%
    }
}

.dokan-dashboard {
    --bg: var(--GC-COLOR--APP);
    --bg--light: var(--GC-COLOR--APP--GRAY);
    --text-color: var(--GC-COLOR--TEXT);
    --radius: var(--BORDER-RADIUS--MD);
    --divider: var(--DIVIDER--LIGHT);
    --shadow: var(--BOX-SHADOW--HARD)
}

.dokan-dashboard .add_note.btn,
.dokan-dashboard #dokan-cancel-tracking-note {
    background-color: var(--bg--light);
    color: var(--GC-COLOR--TEXT);
    box-shadow: inset 0 0 0 1px var(--DIVIDER--LIGHTEN)
}

.dokan-dashboard .add_note.btn:hover,
.dokan-dashboard .add_note.btn:focus,
.dokan-dashboard #dokan-cancel-tracking-note:hover,
.dokan-dashboard #dokan-cancel-tracking-note:focus {
    background-color: var(--GC-COLOR--APP--DARKGRAY);
    color: var(--GC-COLOR--TEXT)
}

.dokan-dashboard .dokan-form-control {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease;
    font-size: 90%;
    font-size: 80%
}

.dokan-dashboard .dokan-form-control:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.dokan-dashboard .dokan-form-control:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.dokan-dashboard .dokan-form-control:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.dokan-dashboard select.dokan-form-control {
    --input-padd: var(--PADD)
}

.dokan-dashboard input[type=submit].dokan-btn,
.dokan-dashboard a.dokan-btn,
.dokan-dashboard .dokan-btn {
    padding: var(--PADD) var(--PADD--MD);
    font-size: 80%;
    border-radius: var(--radius);
    line-height: 1.4;
    border: 0
}

.dokan-dashboard .select2-container--default .select2-search--inline .select2-search__field {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease;
    font-size: 90%
}

.dokan-dashboard .select2-container--default .select2-search--inline .select2-search__field:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.dokan-dashboard .select2-container--default .select2-search--inline .select2-search__field:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.dokan-dashboard .select2-container--default .select2-search--inline .select2-search__field:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.dokan-dashboard .select2-container--default .select2-selection--multiple {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease;
    font-size: 90%;
    padding: 0;
    border: 1px solid var(--divider)
}

.dokan-dashboard .select2-container--default .select2-selection--multiple:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.dokan-dashboard .select2-container--default .select2-selection--multiple:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.dokan-dashboard .select2-container--default .select2-selection--multiple:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.dokan-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bg--light);
    color: var(--text-color);
    border: 1px solid var(--divider);
    padding: var(--PADD--SM)
}

.dokan-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px 0
}

.dokan-dashboard .select2-container--default .select2-selection--multiple .select2-search__field {
    background-color: var(--bg--light)
}

.dokan-dashboard .select2-container--default .select2-selection--single {
    border-radius: var(--radius)
}

.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-color);
    line-height: 16px
}

.dokan-dashboard .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn,
.dokan-dashboard .product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
    text-shadow: none;
    color: var(--text-color);
    background: var(--bg--light)
}

.dokan-dashboard .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover,
.dokan-dashboard .product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
    text-shadow: none;
    color: var(--text-color);
    background: var(--GC-COLOR--APP--DARKGRAY)
}

.dokan-dashboard .dokan-table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--bg--light)
}

.dokan-dashboard table td:hover {
    color: var(--td-text-color);
    background-color: var(--td-bg)
}

.dokan-dashboard .dokan-add-new-product-popup {
    background-color: var(--bg);
    color: var(--text-color)
}

.dokan-dashboard .dokan-add-new-product-popup h2 {
    background-color: var(--bg);
    color: var(--text-color);
    border-bottom: 1px solid var(--divider)
}

.dokan-dashboard .dokan-add-new-product-popup .product-container-footer {
    border-top: 1px solid var(--divider)
}

.dokan-dashboard .dokan-input-group-addon {
    background-color: var(--bg--light);
    border: 1px solid var(--divider)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar {
    border-radius: var(--radius)
}

@media(max-width: 46.24em) {
    .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar {
        margin-bottom: var(--PADD--MD)
    }
}

@media(max-width: 46.24em) {
    .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content {
        padding: 0
    }
}

@media(max-width: 61.24em) {
    .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dokan-w6 {
        width: 100%;
        float: none
    }
    .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dokan-w6.dokan-dash-left {
        padding-right: 0
    }
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    background-color: var(--bg);
    color: var(--text-color);
    box-shadow: var(--shadow);
    border: none;
    border-radius: var(--radius);
    padding: var(--PADD) var(--PADD--MD)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
    border-bottom: 1px solid var(--divider)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul {
    padding-left: 0
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .list-inline li:last-child .count {
    border-bottom: none
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder .legend>div {
    background-color: var(--bg) !important
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder .legend>table {
    width: calc(100% - 60px)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .product-listing-top {
    padding-bottom: 15px;
    border-color: var(--DIVIDER--LIGHT)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area>.dokan-clearfix {
    margin-top: var(--PADD--MD)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tfoot td.value {
    border: none
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area dokan-table>thead:first-child>tr:first-child>th,
.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-table>thead>tr>th,
.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-table>tbody>tr>td,
.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-table>tbody>tr>th,
.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-table>tfoot>tr>th {
    border: none
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area ul.order_notes .note_content {
    background: var(--bg--light)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area ul.order_notes .note_content:after {
    border-color: var(--bg--light) rgba(0, 0, 0, 0)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-panel {
    background-color: var(--bg);
    color: var(--text-color);
    box-shadow: var(--shadow);
    border: none;
    border-radius: var(--radius)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-panel>.dokan-panel-heading {
    color: var(--text-color);
    border: 1px solid var(--DIVIDER--LIGHTEN)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-panel .dokan-panel-body {
    font-size: 85%
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-panel table th {
    background-color: var(--bg--light)
}

.dokan-dashboard .iziModal {
    background: var(--bg)
}

.dokan-dashboard div .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu li.settings i.pull-right {
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: 10px
}

.dokan-dashboard div .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    list-style-type: none
}

.dokan-dashboard div .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings a {
    display: flex;
    align-items: center;
    width: 100%
}

.dokan-orders-content div .dokan-orders-area ul.order_notes {
    padding-left: 0
}

.dokan-orders-content div .dokan-orders-area .order_note_type {
    width: calc(100% - 105px)
}

.dokan-orders-content div .dokan-orders-area .add_note textarea {
    font-size: 16px
}

.dashboard-content-area .pull-right {
    float: right
}

.add_note .dokan-form-inline p {
    margin-bottom: 0
}

.dokan-dashboard .dokan-dashboard-content .dokan-panel-body ul li {
    margin-bottom: var(--PADD--XS)
}

div .dokan-table>thead>tr>th {
    border-color: var(--DIVIDER--LIGHT)
}

div .dokan-table>tbody>tr.danger>td {
    background-color: var(--GC-COLOR--ABORT--LIGHT) !important
}

div .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a:hover,
div .dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a:hover {
    color: var(--text-color)
}

@media(max-width: 767px) {
    div .dokan-table tbody tr td {
        border-color: var(--divider);
        background: var(--bg--light)
    }
}

.dokan-dashboard div .dokan-dashboard-wrap .dokan-dashboard-content .dokan-panel>.dokan-panel-heading {
    background-color: var(--bg--light)
}

.dokan-product-edit-form .dokan-edit-row {
    background: var(--bg--light);
    border-color: var(--divider)
}

.dokan-product-edit-form .dokan-edit-row .dokan-section-heading {
    border-color: var(--divider)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank>div.dokan-form-group>div {
    background-color: var(--bg--light);
    color: var(--text-color);
    margin-top: var(--PADD--MD);
    box-shadow: var(--shadow);
    border-radius: var(--radius)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank>div.dokan-form-group>div div.dokan-form-group>div label {
    color: var(--text-color)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank>div.dokan-form-group>div .bottom-actions {
    background-color: var(--bg--light);
    border-color: var(--divider)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header {
    background: var(--bg)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down {
    color: var(--text-color);
    background-color: var(--bg--light)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down {
    background-color: var(--bg--light)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down {
    background-color: var(--bg--light)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul {
    padding-left: 0
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:not(:last-child) {
    border-color: var(--divider)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:hover {
    background-color: var(--bg)
}

.dokan-dashboard div .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span {
    color: var(--text-color)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation>#mobile-menu-icon {
    z-index: 400
}

.dokan-dashboard-wrap ul.subsubsub li {
    border-color: var(--DIVIDER--DARK)
}

.dokan-dashboard-wrap ul.subsubsub li.active a {
    color: var(--GC-COLOR--TEXT)
}

.dokan-dashboard-wrap ul.subsubsub li a:hover {
    color: var(--GC-COLOR--TEXT)
}

.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
    color: var(--text-color)
}

.dokan-panel-default>.dokan-panel-heading {
    background-color: var(--bg--light)
}

.dokan-message,
.dokan-info,
.dokan-error {
    background: var(--bg--light)
}

div .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
    padding: 0 var(--PADD)
}

div .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:first-child {
    padding-left: 0
}

div .dokan-settings-content .dokan-settings-area .dokan-dashboard-header,
.dokan-dashboard div header.dokan-dashboard-header h1 {
    border-color: var(--divider)
}

div .dokan-product-category-modal .dokan-product-category-modal-content {
    background-color: var(--bg);
    border-radius: var(--radius)
}

div .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-input {
    background-color: var(--bg)
}

@media(max-width: 525px) {
    .dokan-settings-content .dokan-settings-area .dokan-update-setting-top,
    .dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {
        float: none;
        width: 100%
    }
    .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header {
        background-color: var(--bg--light);
        padding: 10px 20px 30px;
        flex-direction: column
    }
    .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header>h2 {
        margin-bottom: 20px
    }
    .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
        position: static;
        transform: none
    }
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table .danger td.column-primary a,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table .danger td .row-actions a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

div table.dokan-table .toggle-row:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.dokan-dashboard div .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .select2-container--open .select2-dropdown--below {
    margin-top: 0
}

.dokan-dashboard .select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
    box-shadow: none !important;
    background: none !important
}

#dokan-add-product-popup {
    background: var(--bg)
}

.dokan-add-new-product-popup .dokan-product-field-content label {
    font-size: 80%;
    margin-bottom: var(--PADD);
    display: inline-block
}

category-container .dokan-select-product-category {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-select-product-category-container .dokan-select-product-category {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-add-new-product-popup .dokan-form-group {
    margin-bottom: var(--PADD)
}

.dokan-dashboard .dokan-add-new-product-popup .dokan-form-group label {
    font-size: 80%
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content {
    background: var(--bg)
}

.dokan-dashboard .dokan-product-category-modal-header .dokan-product-category-title .dokan-single-title {
    color: var(--text-color)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories {
    background: var(--bg)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul {
    color: var(--text-color)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active {
    background: var(--bg--light) !important
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li:hover {
    background: var(--bg--light)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-input {
    background: var(--bg--light);
    color: var(--text-color)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-box {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res {
    background: var(--bg--light);
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li:hover {
    background: var(--bg)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history .dokan-cat-search-res-suggestion-selected span {
    color: var(--text-color)
}

.dokan-dashboard .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history .dokan-cat-search-res-suggestion-selected span.dokan-cat-highlight {
    color: #000
}

.dokan-dashboard .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group {
    flex-wrap: nowrap;
    row-gap: 10px
}

@media(max-width: 61.24em) {
    .dokan-dashboard .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group {
        flex-wrap: wrap
    }
}

.dokan-dashboard .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right .dokan-btn {
    line-height: 1.2
}

.dokan-dashboard .dokan-dashboard-content.dokan-settings-content article.dokan-settings-area .dokan-payment-settings-summary>ul li>div {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-dashboard-content.dokan-settings-content article.dokan-settings-area .dokan-payment-settings-summary>ul li>div>div span {
    color: var(--text-color)
}

.dokan-dashboard .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container {
    border-color: var(--DIVIDER)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a:hover {
    color: var(--GC-COLOR--TEXT)
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.sidebar .event_listings {
    padding-left: 0;
    padding-right: 0
}

.sidebar .wpem-main {
    margin-bottom: var(--PADD)
}

.sidebar .wpem-main:last-child {
    margin-bottom: 0
}

.ps-page--wpem,
.wpem-main {
    --bg: var(--GC-COLOR--APP);
    --text-color: var(--GC-COLOR--TEXT);
    --text-color-heading: var(--GC-COLOR--HEADING);
    --box-shadow: var(--BOX-SHADOW--HARD);
    --border-color: var(--DIVIDER);
    --border-radius: var(--BORDER-RADIUS--MD)
}

.wpem-form-wrapper .wpem-form-group input[type=color],
.wpem-form-wrapper .wpem-form-group input[type=date],
.wpem-form-wrapper .wpem-form-group input[type=datetime-local],
.wpem-form-wrapper .wpem-form-group input[type=datetime],
.wpem-form-wrapper .wpem-form-group input[type=email],
.wpem-form-wrapper .wpem-form-group input[type=file],
.wpem-form-wrapper .wpem-form-group input[type=month],
.wpem-form-wrapper .wpem-form-group input[type=number],
.wpem-form-wrapper .wpem-form-group input[type=password],
.wpem-form-wrapper .wpem-form-group input[type=search],
.wpem-form-wrapper .wpem-form-group input[type=tel],
.wpem-form-wrapper .wpem-form-group input[type=text],
.wpem-form-wrapper .wpem-form-group input[type=time],
.wpem-form-wrapper .wpem-form-group input[type=url],
.wpem-form-wrapper .wpem-form-group input[type=week],
.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group select optgroup,
.wpem-form-wrapper .wpem-form-group textarea {
    background: var(--bg);
    border-color: var(--border-color);
    color: var(--text-color);
    font-size: 14px
}

.wpem-form-wrapper .wpem-form-group input[type=color]:focus,
.wpem-form-wrapper .wpem-form-group input[type=color]:hover,
.wpem-form-wrapper .wpem-form-group input[type=date]:focus,
.wpem-form-wrapper .wpem-form-group input[type=date]:hover,
.wpem-form-wrapper .wpem-form-group input[type=datetime-local]:focus,
.wpem-form-wrapper .wpem-form-group input[type=datetime-local]:hover,
.wpem-form-wrapper .wpem-form-group input[type=datetime]:focus,
.wpem-form-wrapper .wpem-form-group input[type=datetime]:hover,
.wpem-form-wrapper .wpem-form-group input[type=email]:focus,
.wpem-form-wrapper .wpem-form-group input[type=email]:hover,
.wpem-form-wrapper .wpem-form-group input[type=file]:focus,
.wpem-form-wrapper .wpem-form-group input[type=file]:hover,
.wpem-form-wrapper .wpem-form-group input[type=month]:focus,
.wpem-form-wrapper .wpem-form-group input[type=month]:hover,
.wpem-form-wrapper .wpem-form-group input[type=number]:focus,
.wpem-form-wrapper .wpem-form-group input[type=number]:hover,
.wpem-form-wrapper .wpem-form-group input[type=password]:focus,
.wpem-form-wrapper .wpem-form-group input[type=password]:hover,
.wpem-form-wrapper .wpem-form-group input[type=search]:focus,
.wpem-form-wrapper .wpem-form-group input[type=search]:hover,
.wpem-form-wrapper .wpem-form-group input[type=tel]:focus,
.wpem-form-wrapper .wpem-form-group input[type=tel]:hover,
.wpem-form-wrapper .wpem-form-group input[type=text]:focus,
.wpem-form-wrapper .wpem-form-group input[type=text]:hover,
.wpem-form-wrapper .wpem-form-group input[type=time]:focus,
.wpem-form-wrapper .wpem-form-group input[type=time]:hover,
.wpem-form-wrapper .wpem-form-group input[type=url]:focus,
.wpem-form-wrapper .wpem-form-group input[type=url]:hover,
.wpem-form-wrapper .wpem-form-group input[type=week]:focus,
.wpem-form-wrapper .wpem-form-group input[type=week]:hover,
.wpem-form-wrapper .wpem-form-group select:focus,
.wpem-form-wrapper .wpem-form-group select:hover,
.wpem-form-wrapper .wpem-form-group select optgroup:focus,
.wpem-form-wrapper .wpem-form-group select optgroup:hover,
.wpem-form-wrapper .wpem-form-group textarea:focus,
.wpem-form-wrapper .wpem-form-group textarea:hover {
    background: var(--GC-COLOR--APP--GRAY);
    border-color: inherit;
    color: var(--text-color)
}

.wpem-form-wrapper .showing_applied_filters {
    background: var(--bg);
    color: var(--text-color)
}

.wpem-form-wrapper .showing_applied_filters a {
    color: var(--text-color)
}

.wpem-form-wrapper .showing_applied_filters a:hover {
    color: #00a5fa
}

.wpem-loading::before {
    background: var(--bg);
    opacity: .7
}

.wpem-main {
    font-size: var(--GC-FONT-SIZE);
    line-height: var(--GC-LINE-HEIGHT);
    color: var(--text-color)
}

.wpem-main.wpem-event-listings .wpem-event-layout-wrapper {
    background: var(--bg);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: none
}

.wpem-main.wpem-event-listings .wpem-event-layout-wrapper:hover {
    background: var(--GC-COLOR--APP--GRAY)
}

.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    color: var(--text-color)
}

.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: var(--text-color)
}

.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details .wpem-event-title,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details .wpem-event-type,
.wpem-main.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.wpem-main.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: none
}

.wpem-main.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover {
    background: var(--GC-COLOR--APP--GRAY)
}

.wpem-main.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.wpem-main.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.wpem-main.wpem-event-listings.wpem-event-listing-box-view .event_cancelled {
    border-radius: var(--border-radius)
}

.wpem-main.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid var(--border-color);
    border-color: var(--border-color)
}

.wpem-main.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .event_listing {
    border-left: 3px solid var(--border-color)
}

.wpem-main.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper:hover .event_listing {
    border-width: 7px
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-title {
    color: var(--text-color)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar {
    border-color: var(--border-color)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td {
    background: var(--bg);
    border-color: var(--border-color)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td:not(.empty-gray-background):not(.today):hover {
    background: var(--GC-COLOR--APP--LIGHTGRAY)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
    background: var(--GC-COLOR--APP--GRAY);
    color: var(--text-color)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-tooltip-box .calendar-tooltip {
    color: var(--text-color);
    background: var(--bg);
    border-radius: var(--border-radius);
    border: none
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-tooltip-box .calendar-tooltip .calendar-tooltip-title,
.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-tooltip-box .calendar-tooltip .calendar-tooltip-content,
.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-tooltip-box .calendar-tooltip .calendar-tooltip-content p {
    color: var(--text-color)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-tooltip-box .calendar-tooltip .calendar-tooltip-banner {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar td.empty-gray-background {
    background: repeating-linear-gradient(-35deg, var(--GC-COLOR--APP--GRAY), var(--GC-COLOR--APP--GRAY) 10px, var(--bg) 10px, var(--bg) 20px)
}

.wpem-main.wpem-event-listings .wpem-calendar-view-container .calendar-contents-container table.calendar th {
    border-color: var(--border-color)
}

.wpem-main.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
    background: var(--bg);
    color: var(--GC-COLOR--TEXT--LIGHT);
    margin: 0;
    border-radius: 0;
    padding: var(--PADD);
    width: auto;
    height: auto;
    font-size: 90%;
    line-height: 0;
    border: none;
    box-shadow: inset 0 0 0 1px var(--DIVIDER--LIGHT)
}

.wpem-main.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius)
}

.wpem-main.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon:last-child {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}

.wpem-main.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon:hover,
.wpem-main.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout {
    background: var(--GC-COLOR--APP--GRAY);
    color: var(--text-color)
}

.wpem-single-event-page .wpem-heading-text {
    color: var(--text-color-heading)
}

.wpem-single-event-page .wpem-event-organizer-name>a,
.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-short-info,
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-short-info {
    color: var(--text-color)
}

.wpem-single-event-page .wpem-event-organizer-info-title,
.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion {
    background: var(--GC-COLOR--APP--DARKGRAY);
    border-color: var(--border-color)
}

.wpem-single-event-page .wpem-organizer-inner-wrapper {
    border-color: var(--border-color)
}

.wpem-single-event-page .wpem-single-event-wrapper {
    border-color: var(--border-color)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event:hover .wpem-icon-eye {
    color: var(--text-color)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content:after {
    background: var(--border-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul {
    border-color: var(--DIVIDER--LIGHTEN)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link {
    background: var(--bg);
    color: var(--text-color);
    border-color: var(--border-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover {
    color: #00a5fa
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active {
    color: #00a5fa
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li:first-child .wpem-main-vmenu-dashboard-link {
    border-color: var(--border-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list {
    color: var(--text-color);
    border-color: var(--border-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list:hover {
    box-shadow: var(--box-shadow)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-name a,
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list-body .wpem-dashboard-event-placeholder,
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dashboard-event-name,
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a:hover {
    color: var(--text-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location {
    border-color: var(--border-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time,
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location {
    color: var(--text-color)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter {
    background: var(--bg);
    border-radius: var(--border-radius)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-filter a.wpem-dashboard-header-btn {
    border-color: var(--border-color);
    border-radius: var(--border-radius)
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-filter a.wpem-dashboard-header-btn:hover i[class^=wpem-icon-] {
    color: var(--text-color)
}

.wpem-responsive-table-block {
    border-color: var(--border-color)
}

.wpem-responsive-table-block .wpem-responsive-table-wrapper thead th.wpem-heading-text,
.wpem-responsive-table-block .wpem-responsive-table-wrapper tbody tr td a:hover {
    color: var(--text-color)
}

.wpem-responsive-table-block .wpem-responsive-table-wrapper tbody td {
    background-color: var(--bg)
}

.wpem-single-organizer-profile-wrapper,
.wpem-single-venue-profile-wrapper {
    background: var(--GC-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    border-color: var(--DIVIDER)
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-description,
.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-venue-description,
.wpem-single-organizer-profile-wrapper .wpem-venue-profile .wpem-organizer-description,
.wpem-single-organizer-profile-wrapper .wpem-venue-profile .wpem-venue-description,
.wpem-single-venue-profile-wrapper .wpem-organizer-profile .wpem-organizer-description,
.wpem-single-venue-profile-wrapper .wpem-organizer-profile .wpem-venue-description,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-organizer-description,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-description {
    color: var(--GC-COLOR--TEXT)
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img,
.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-venue-logo-wrapper .wpem-venue-logo img,
.wpem-single-organizer-profile-wrapper .wpem-venue-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img,
.wpem-single-organizer-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo img,
.wpem-single-venue-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img,
.wpem-single-venue-profile-wrapper .wpem-organizer-profile .wpem-venue-logo-wrapper .wpem-venue-logo img,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo img {
    border-color: var(--DIVIDER)
}

.wpem-event-organizer-tabs .event-organizer-tab-contents.wpem-tab-content.current,
.wpem-event-organizer-tabs .event-venue-tab-contents.wpem-tab-content.current,
.wpem-event-venue-tabs .event-organizer-tab-contents.wpem-tab-content.current,
.wpem-event-venue-tabs .event-venue-tab-contents.wpem-tab-content.current {
    border-color: var(--DIVIDER)
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link,
.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link {
    background: var(--GC-COLOR--APP);
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link:hover,
.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link:hover {
    color: var(--GC-COLOR--TEXT)
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active,
.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active {
    background: var(--GC-COLOR--APP--GRAY);
    border-color: var(--DIVIDER);
    color: var(--GC-COLOR--TEXT)
}

.wpem-form-wrapper .wpem-form-group .wp-editor-wrap {
    border-color: var(--border-color)
}

.wpem-form-wrapper .wpem-form-group .wpem-form-label-text {
    color: var(--text-color)
}

.wpem-form-wrapper .wpem-form-title {
    color: var(--text-color-heading)
}

.wpem-modal .wpem-modal-content-wrapper {
    background: var(--bg) !important
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header {
    border-color: var(--border-color)
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-title .wpem-modal-header-title-text {
    color: var(--text-color-heading)
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a:before,
.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a:after {
    background: var(--text-color-heading)
}

.wpem-single-event-widget {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY);
    border-color: var(--DIVIDER--LIGHT)
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: var(--GC-COLOR--TEXT)
}

.wpem-single-event-widget a.wpem-event-action-url,
.wpem-single-event-widget a.wpem-event-action-url:active,
.wpem-single-event-widget a.wpem-event-action-url:focus,
.wpem-single-event-widget a.wpem-event-action-url:hover {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    color: var(--GC-COLOR--PRIMARY);
    background-color: var(--GC-COLOR--PRIMARY--ULTRALIGHT)
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text:hover {
    color: var(--GC-COLOR--PRIMARY);
    background-color: var(--GC-COLOR--PRIMARY--SHADE)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
    color: var(--GC-COLOR--PRIMARY);
    background-color: var(--GC-COLOR--PRIMARY--ULTRALIGHT)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type:hover,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category:hover {
    color: var(--GC-COLOR--PRIMARY);
    background-color: var(--GC-COLOR--PRIMARY--SHADE)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
    color: var(--GC-COLOR--TEXT)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover {
    color: var(--GC-COLOR--TEXT)
}

.wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion.active {
    background: var(--GC-COLOR--APP--DARKGRAY)
}

.wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion i {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top {
    background: var(--GC-COLOR--APP--DARKGRAY);
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border-top-right-radius: var(--BORDER-RADIUS--MD)
}

.wpem-event-listings .wpem-event-layout-wrapper .event_featured,
.wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover {
    background: var(--GC-COLOR--PRIMARY--ULTRALIGHT)
}

.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled,
.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled:hover {
    background: var(--GC-COLOR--ABORT--LIGHT);
    opacity: .5
}

.event_listings a.load_more_events {
    background-color: var(--c-ps-btn-action-bg);
    color: var(--c-ps-btn-action-color)
}

.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-name.wpem-heading-text a {
    color: var(--GC-COLOR--TEXT)
}

.wpem-theme-button,
a.wpem-theme-button,
button.wpem-theme-button,
input.wpem-theme-button {
    background-color: var(--c-ps-btn-action-bg);
    color: var(--c-ps-btn-action-color)
}

.wpem-theme-button:hover,
.wpem-theme-button:focus,
a.wpem-theme-button:hover,
a.wpem-theme-button:focus,
button.wpem-theme-button:hover,
button.wpem-theme-button:focus,
input.wpem-theme-button:hover,
input.wpem-theme-button:focus {
    background-color: var(--c-ps-btn-action-bg-hover);
    color: var(--c-ps-btn-action-color-hover)
}

.wpem-theme-button:hover span,
.wpem-theme-button:focus span,
a.wpem-theme-button:hover span,
a.wpem-theme-button:focus span,
button.wpem-theme-button:hover span,
button.wpem-theme-button:focus span,
input.wpem-theme-button:hover span,
input.wpem-theme-button:focus span {
    color: var(--c-ps-btn-action-color-hover)
}

.wpem-theme-button span,
a.wpem-theme-button span,
button.wpem-theme-button span,
input.wpem-theme-button span {
    color: var(--c-ps-btn-action-color)
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper {
    margin-bottom: var(--PADD--MD)
}

.is-mobiloud .ps-btn--join {
    display: block;
    width: 100%;
    text-align: center
}

.gc-widgets--mobi-sticky-top {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.has-sticky-widget .gc-header.gc-header--scroll {
    box-shadow: 0 1px 0 var(--divider)
}

.is-wpmobileapp {
    --wpmobileapp-gap: 56px
}

.is-wpmobileapp .page>.navbar:after {
    display: none
}

.is-wpmobileapp .page-content>.posts {
    padding-top: var(--body-gap)
}

.is-wpmobileapp .gc-header {
    top: var(--wpmobileapp-gap)
}

.is-wpmobileapp .gc-widgets--mobi-sticky-top {
    top: calc(var(--c-gc-header-height) + var(--wpmobileapp-gap))
}

.header-is-hidden .is-wpmobileapp .gc-widgets--mobi-sticky-top {
    top: var(--wpmobileapp-gap)
}

@supports(-webkit-touch-callout: none) {
    .is-wpmobileapp {
        --wpmobileapp-gap: 42px
    }
}

.gc-tutorlms-overrides {
    --tutor-color-primary: var(--GC-COLOR--PRIMARY);
    --tutor-color-primary-rgb: 128, 128, 128;
    --tutor-color-primary-hover: var(--GC-COLOR--PRIMARY--DARK);
    --tutor-color-primary-hover-rgb: 128, 128, 128
}

.tutor-lms {
    --tutor-body-color: var(--GC-COLOR--TEXT);
    --tutor-border-color: var(--DIVIDER);
    --bg: var(--GC-COLOR--APP);
    --bg-gray: var(--GC-COLOR--APP--GRAY);
    --bg-lightgray: var(--GC-COLOR--APP--LIGHTGRAY);
    --text-color: var(--GC-COLOR--TEXT);
    --text-color-light: var(--GC-COLOR--TEXT--LIGHT) --text-color-heading: var(--GC-COLOR--HEADING);
    --box-shadow: var(--BOX-SHADOW--HARD);
    --border-radius: var(--BORDER-RADIUS--MD);
    font-size: var(--GC-FONT-SIZE);
    line-height: var(--GC-LINE-HEIGHT);
    color: var(--text-color)
}

@media(max-width: 61.24em) {
    .lesson-template-default {
        overflow: hidden
    }
}

.tutor-color-secondary {
    color: var(--text-color)
}

a.tutor-color-white:hover,
a.tutor-color-white:focus {
    color: #fff
}

a.tutor-bg-primary:hover,
a.tutor-bg-primary:focus {
    background-color: var(--tutor-color-primary-hover)
}

.tutor-wrap {
    padding: var(--PADD--XL) var(--PADD--MD)
}

.tutor-form-icon {
    z-index: 2
}

.tutor-widget-course-loop:not(:last-child) {
    margin-bottom: var(--PADD)
}

.tutor-widget-course {
    position: relative;
    border: 1px solid var(--DIVIDER);
    border-radius: 5px;
    background-color: var(--bg)
}

.tutor-widget-course .tutor-course-bookmark {
    position: absolute;
    top: 12px;
    right: 12px
}

.tutor-react-datepicker__selects-range .react-datepicker__navigation {
    line-height: normal
}

.tutor-react-datepicker__selects-range .react-datepicker__navigation:hover *::before {
    border-color: #fff
}

.tutor-nav>li {
    list-style-type: unset
}

.tutor-qna-single-question .tutor-qa-reply {
    padding: var(--PADD);
    border-radius: var(--BORDER-RADIUS--XL)
}

.tutor-card {
    background-color: var(--bg)
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
    background-color: var(--bg-gray)
}

.tutor-single-course-sidebar-more>div {
    background-color: var(--bg-gray)
}

.tutor-accordion-item {
    background-color: var(--bg);
    border: 1px solid var(--DIVIDER)
}

.tutor-accordion-item-header {
    background-color: var(--bg);
    color: var(--text-color)
}

.tutor-accordion-item-header.is-active {
    background-color: var(--bg-gray)
}

.tutor-accordion-item-body-content {
    border-top: 1px solid var(--DIVIDER)
}

.tutor-course-content-list-item {
    background-color: var(--bg-lightgray)
}

.tutor-course-content-list-item:hover {
    background-color: var(--bg)
}

.tutor-course-content-list-item-icon {
    color: var(--text-color-light)
}

@media(min-width: 800px) {
    .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky {
        background: var(--bg-gray);
        box-shadow: 0 2px 10px var(--DIVIDER--LIGHT);
        top: var(--c-gc-header-height);
        z-index: 450
    }
    .admin-bar .tutor-course-details-tab .tutor-is-sticky {
        top: calc(var(--c-gc-header-height) + 32px)
    }
}

.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) {
    border-bottom: 1px solid var(--DIVIDER)
}

.tutor-nav-link {
    color: var(--text-color-light)
}

.tutor-toggle-more-collapsed:before {
    background: unset;
    height: auto;
    box-shadow: 0 0 20px 35px rgba(0, 0, 0, .5)
}

.tutor-table tr th {
    border-bottom: 1px solid var(--DIVIDER);
    background: var(--bg-gray);
    border-top: 1px solid var(--DIVIDER);
    color: var(--text-color-light)
}

.tutor-table tr th:first-child {
    border-left: 1px solid var(--DIVIDER)
}

.tutor-table tr td {
    border-bottom: 1px solid var(--DIVIDER);
    background: var(--bg)
}

.tutor-table tr td:first-child {
    border-left: 1px solid var(--DIVIDER)
}

.tutor-form-check-input {
    background-color: var(--bg);
    border: 2px solid var(--DIVIDER)
}

.tutor-form-control {
    background-color: var(--bg);
    color: var(--text-color);
    border: 1px solid var(--DIVIDER)
}

.tutor-tag-list li a {
    color: var(--text-color);
    background-color: var(--bg)
}

.tutor-course-details-page .tutor-course-thumbnail img {
    border-radius: var(--border-radius)
}

.tutor-form-select-dropdown {
    border: 1px solid var(--DIVIDER)
}

.tutor-form-select-options {
    background-color: var(--bg)
}

.tutor-form-select-option {
    background-color: var(--bg)
}

.tutor-form-select-option:hover {
    background-color: var(--bg-gray)
}

.tutor-avatar {
    background-color: var(--bg);
    box-shadow: 0px 0px 0px 1px var(--DIVIDER)
}

.tutor-course-single-sidebar-wrapper {
    background-color: var(--bg);
    border-right: 1px solid var(--DIVIDER)
}

.tutor-course-single-sidebar-title {
    background-color: var(--bg-gray);
    border-bottom: 1px solid var(--DIVIDER)
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header {
    background-color: var(--bg-gray);
    border-bottom: 1px solid var(--DIVIDER)
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body {
    background-color: var(--bg)
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a {
    background-color: var(--bg-gray)
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a {
    background-color: var(--bg)
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title {
    color: var(--text-color)
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper {
    border: 1px solid var(--DIVIDER);
    background-color: var(--bg-gray)
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon {
    color: var(--text-color)
}

.tutor-course-spotlight-wrapper .tutor-conversation {
    border-bottom: 1px solid var(--DIVIDER--DARK)
}

.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child {
    color: var(--text-color)
}

.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment {
    background-color: var(--bg-lightgray)
}

.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before {
    background-color: var(--bg)
}

.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after {
    background-color: var(--bg);
    border: 1px solid var(--bg)
}

.tutor-btn-secondary[disabled],
.tutor-btn-secondary.disabled {
    border-color: var(--DIVIDER);
    background-color: var(--bg)
}

.tutor-btn-ghost:hover,
.tutor-btn-ghost:focus,
.tutor-btn-ghost:active {
    background-color: rgba(0, 0, 0, 0)
}

.tutor-card-list-item {
    background-color: var(--bg)
}

.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text {
    background: var(--bg)
}

.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text {
    background: var(--bg)
}

.tutor-qna-single-question .tutor-qa-reply {
    background: var(--bg)
}

.tutor-bg-gray-10 {
    background-color: var(--bg-gray)
}

.tutor-dashboard .tutor-frontend-dashboard-header:after {
    background: var(--DIVIDER--DARK)
}

.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
    border-right: var(--DIVIDER--DARK)
}

.tutor-dashboard-menu-divider {
    background-color: var(--DIVIDER--DARK)
}

table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content {
    color: var(--text-color)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-instructor .tutor-form-toggle-label.tutor-form-toggle-unchecked {
    color: var(--COLOR--TEXT--LIGHTEN) !important
}

.tutor-react-datepicker .react-datepicker {
    background: var(--bg);
    border: 1px solid var(--DIVIDER)
}

.tutor-react-datepicker__selects-range .react-datepicker__custom-footer {
    border-top: 1px solid var(--DIVIDER--DARK)
}

.tutor-react-datepicker .dropdown-container .dropdown-list {
    background: var(--bg);
    border: 1px solid var(--DIVIDER)
}

.tutor-react-datepicker__selects-range .react-datepicker__current-month {
    color: var(--text-color)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-social .tutor-social-field>div:first-child i {
    color: var(--text-color-light)
}

.tooltip-wrap .tooltip-txt {
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid var(--DIVIDER);
    color: #ddd
}

.tooltip-wrap .tooltip-right::after {
    border-right-color: rgba(0, 0, 0, .8)
}

.tooltip-wrap .tooltip-top::after {
    border-top-color: rgba(0, 0, 0, .8)
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
    z-index: 10
}

.tutor-spotlight-mobile-progress-complete {
    background: var(--bg-gray)
}

@media(max-width: 1199.98px) {
    .tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper {
        background-color: var(--bg)
    }
}

@media(max-width: 61.24em) {
    .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper {
        padding: 30px
    }
}

.tutor-screen-course-builder-frontend {
    padding-top: 0 !important
}

@media(min-width: 61.25em) {
    .tutor-color-danger:hover {
        color: #f44337
    }
}

@media(min-width: 61.25em) {
    .tutor-color-success:hover {
        color: #24a148
    }
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span>span {
    color: var(--text-color)
}

body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-field-label {
    color: var(--text-color)
}

.tutor-thumbnail-uploader .thumbnail-wrapper {
    background: var(--bg)
}

@media(max-width: 61.24em) {
    .tutor-quiz-wrapper .quiz-meta-info.tutor-d-flex {
        flex-direction: column
    }
    .tutor-quiz-wrapper .quiz-meta-info .quiz-meta-info-right {
        margin-top: 20px
    }
    .tutor-quiz-wrapper .tutor-quiz-wrap>.tutor-row {
        flex-direction: column
    }
    .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-row>.tutor-col-6 {
        width: 100%
    }
    .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap {
        width: 100%
    }
    .tutor-quiz-wrapper .header-title+.tutor-d-flex {
        flex-wrap: wrap
    }
}

@media(max-width: 28.125em) {
    .tutor-quiz-wrapper .header-title+.tutor-d-flex {
        display: block !important
    }
}

.gecko .wp-stories-model-popup,
.gecko .wb-stories--submit-form .wb-stories--submit-item {
    background-color: var(--GC-COLOR--APP)
}

.gecko .wp-stories-user-submit-modal .wb-stories-story-media-wrapper {
    background: var(--COLOR--APP--DARKGRAY)
}

.gecko .wb-stories--submit-form .wb-stories--input,
.gecko select.bp-xprofile-visibility {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT)
}

.gecko .wb-stories--submit-form .wb-stories--input:hover,
.gecko select.bp-xprofile-visibility:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.gecko .wb-stories--submit-form .wb-stories--input:focus,
.gecko select.bp-xprofile-visibility:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.gecko .wp-stories-add-modal * {
    scrollbar-color: var(--COLOR--APP--GRAY) var(--COLOR--APP--DARKGRAY)
}

.gc-widget ul.job_listings {
    border-color: var(--DIVIDER--LIGHT)
}

.gc-widget ul.job_listings li.job_listing a {
    padding: var(--PADD--MD)
}

.gc-widget ul.job_listings li.job_listing a .image {
    margin-bottom: var(--PADD);
    float: left
}

.gc-widget ul.job_listings li.job_listing a .image img {
    left: 0;
    position: relative
}

.gc-widget ul.job_listings li.job_listing a .content {
    overflow: hidden
}

.gc-widget ul.job_listings li.job_listing a .position {
    float: none;
    width: auto;
    padding: 0
}

.gc-widget ul.job_listings li.job_listing a ul.meta {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 75%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px
}

.gc-widget ul.job_listings li.job_listing a ul.meta li {
    float: none;
    font-weight: normal;
    display: inline
}

.gc-widget ul.job_listings li.job_listing a ul.meta .location {
    order: 3;
    display: block;
    width: 100%;
    padding-left: var(--PADD--MD)
}

.gc-widget ul.job_listings li.job_listing a ul.meta .location:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 1px
}

.gc-widget ul.job_listings li.job_listing a ul.meta .company {
    order: 1;
    margin-right: var(--PADD--XL);
    font-weight: 500;
    color: var(--GC-COLOR--TEXT)
}

.gc-widget ul.job_listings li.job_listing a ul.meta .company:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--GC-COLOR--TEXT--LIGHT);
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0
}

.gc-widget ul.job_listings li.job_listing a ul.meta .job-type {
    order: 2
}

.gc-widget ul.job_listings li.job_listing a ul.meta>li {
    position: relative;
    margin: 0
}

.gc-widget ul.job_listings li.job_listing a ul.meta>li:after {
    content: ""
}

.gc-widget ul.job_listings li.job_listing a>.company_logo {
    float: none;
    position: static;
    margin-bottom: var(--PADD)
}

.gc-widget ul.job_listings li.job_listing a>.position {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    color: var(--GC-COLOR--TEXT);
    margin-bottom: var(--PADD--SM)
}

.gc-widget ul.job_listings li.job_listing a>.position .company {
    font-size: 75%
}

.gc-widget ul.job_listings li.job_listing a>.position .company>strong {
    color: var(--GC-COLOR--TEXT)
}

.gc-widget ul.job_listings li.job_listing a>.location {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 75%;
    position: relative;
    padding-left: var(--PADD--MD)
}

.gc-widget ul.job_listings li.job_listing a>.location:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 1px
}

.gc-widget ul.job_listings li.job_listing a>ul.meta {
    align-items: center;
    margin-top: var(--PADD--SM)
}

.gc-widget ul.job_listings li.job_listing a>ul.meta .date {
    order: 2
}

.gc-widget ul.job_listings li.job_listing a>ul.meta .job-type {
    order: 1;
    margin-right: var(--PADD)
}

.gc-widget div.job_listings>.load_more_jobs {
    display: block;
    text-align: center;
    font-size: 90%;
    border-bottom: 0;
    padding: var(--PADD);
    border: 1px solid var(--GC-COLOR--LINK);
    border-radius: var(--BORDER-RADIUS);
    margin-top: var(--PADD)
}

.idea-push .idea-item-status,
.idea-template-default .idea-item-status {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.idea-push .ideapush-container .idea-item-tag,
.idea-push .ideapush-container .idea-item-file,
.idea-push .ideapush-container .idea-item-file-download,
.idea-template-default .ideapush-container .idea-item-tag,
.idea-template-default .ideapush-container .idea-item-file,
.idea-template-default .ideapush-container .idea-item-file-download {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY);
    color: Var(--COLOR--TEXT--LIGHT)
}

.idea-push .ideapush-container i,
.idea-push .ideapush-container a,
.idea-push .ideapush-dialog .close-button,
.idea-push .ideapush-dialog-image .close-button,
.idea-push .idea-page-number.active,
.idea-template-default .ideapush-container i,
.idea-template-default .ideapush-container a,
.idea-template-default .ideapush-dialog .close-button,
.idea-template-default .ideapush-dialog-image .close-button,
.idea-template-default .idea-page-number.active {
    color: var(--GC-COLOR--LINK)
}

.idea-push .ideapush-container .idea-item-tag:hover,
.idea-push .ideapush-container .idea-item-file:hover,
.idea-push .idea-page-number:hover,
.idea-template-default .ideapush-container .idea-item-tag:hover,
.idea-template-default .ideapush-container .idea-item-file:hover,
.idea-template-default .idea-page-number:hover {
    color: var(--GC-COLOR--LINK);
    border-color: var(--GC-COLOR--LINK)
}

.idea-push button,
.idea-template-default button {
    --bg: var(--c-ps-btn-action-bg);
    --color: var(--c-ps-btn-action-color);
    --bg--hover: var(--c-ps-btn-action-bg-hover);
    --color--hover: var(--c-ps-btn-action-color-hover)
}

.idea-push button.update-user-profile,
.idea-push button.submit-new-idea,
.idea-push button.create-idea-form-reveal,
.idea-template-default button.update-user-profile,
.idea-template-default button.submit-new-idea,
.idea-template-default button.create-idea-form-reveal {
    background-color: var(--bg);
    color: var(--color) !important
}

.idea-push button.update-user-profile i,
.idea-push button.submit-new-idea i,
.idea-push button.create-idea-form-reveal i,
.idea-template-default button.update-user-profile i,
.idea-template-default button.submit-new-idea i,
.idea-template-default button.create-idea-form-reveal i {
    color: var(--color)
}

.idea-push button.update-user-profile:hover,
.idea-push button.update-user-profile:focus,
.idea-push button.submit-new-idea:hover,
.idea-push button.submit-new-idea:focus,
.idea-push button.create-idea-form-reveal:hover,
.idea-push button.create-idea-form-reveal:focus,
.idea-template-default button.update-user-profile:hover,
.idea-template-default button.update-user-profile:focus,
.idea-template-default button.submit-new-idea:hover,
.idea-template-default button.submit-new-idea:focus,
.idea-template-default button.create-idea-form-reveal:hover,
.idea-template-default button.create-idea-form-reveal:focus {
    background-color: var(--bg--hover);
    color: var(--color--hover) !important
}

.ideapush-container .ideapush-idea-filter select {
    width: auto;
    border-color: var(--DIVIDER);
    background: var(--GC-COLOR--APP--GRAY);
    color: var(--GC-COLOR--TEXT)
}

.ideapush-container .ideapush-idea-filter select:focus {
    background: var(--GC-COLOR--APP--GRAY) !important
}

.ideapush-container .ideapush-idea-filter i {
    color: var(--COLOR--TEXT--LIGHT)
}

.ideapush-container .ideapush-idea-search i.search-icon {
    color: var(--COLOR--TEXT--LIGHT)
}

.ideapush-container .ideapush-search-input {
    border-color: var(--DIVIDER);
    background-color: var(--GC-COLOR--APP--GRAY);
    color: var(--GC-COLOR--TEXT)
}

.ideapush-container .ideapush-container-idea-header {
    border-bottom: 2px solid var(--DIVIDER--DARK)
}

.ideapush-container .idea-item {
    border-bottom: 1px solid var(--DIVIDER)
}

.ideapush-container .idea-vote-container {
    border-color: var(--DIVIDER)
}

.ideapush-container .ideapush-form-inner,
.ideapush-container .ideapush-leader-board-inner,
.ideapush-container .ideapush-form-inner,
.ideapush-container .ideapush-comments-widget-inner {
    background-color: var(--GC-COLOR--APP);
    padding: var(--PADD--MD);
    border-color: var(--DIVIDER);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW);
    border: 0;
    position: relative
}

.ideapush-container .ideapush-container-form .ideapush-form-inner input,
.ideapush-container .ideapush-container-form .ideapush-form-inner textarea,
.ideapush-container .ideapush-container-form .ideapush-form-inner .tagsinput,
.ideapush-container .ideapush-container-form .ideapush-form-inner #idea-push-new-comment {
    background-color: var(--GC-COLOR--APP--GRAY);
    border-color: var(--DIVIDER);
    color: var(--GC-COLOR--TEXT)
}

.ideapush-container .ideapush-container-form .ideapush-form-inner input:focus,
.ideapush-container .ideapush-container-form .ideapush-form-inner textarea:focus,
.ideapush-container .ideapush-container-form .ideapush-form-inner .tagsinput:focus,
.ideapush-container .ideapush-container-form .ideapush-form-inner #idea-push-new-comment:focus {
    background-color: var(--GC-COLOR--APP);
    border-color: var(--DIVIDER)
}

.ideapush-container .ideapush-form-idea-tags {
    background-color: var(--GC-COLOR--APP--GRAY);
    border-color: var(--DIVIDER)
}

.ideapush-container .ideapush-form-idea-attachment-label,
.ideapush-container .ideapush-user-profile-attachment-label {
    background: var(--GC-COLOR--APP--GRAY);
    border-color: var(--DIVIDER) !important;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.ideapush-container .ideapush-form-idea-attachment,
.ideapush-container .ideapush-user-profile-attachment,
.ideapush-container .ideapush-form-idea-image {
    position: absolute;
    left: 0;
    width: 100% !important
}

.ideapush-container .ideapush-form-idea-attachment:focus,
.ideapush-container .ideapush-user-profile-attachment:focus,
.ideapush-container .ideapush-form-idea-image:focus {
    position: absolute
}

article.type-idea .entry-header {
    padding-bottom: 0 !important
}

article.type-idea .idea-vote-container {
    border-color: var(--DIVIDER)
}

article.type-idea .idea-item-admin-functions {
    border-top: 1px solid var(--DIVIDER);
    border-bottom: 1px solid var(--DIVIDER);
    padding: var(--PADD--MD);
    background: var(--GC-COLOR--APP--GRAY)
}

article.type-idea .idea-item-admin-functions a {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: var(--PADD--MD)
}

article.type-idea .admin-functions-heading {
    margin-bottom: var(--PADD) !important
}

article.type-idea .admin-functions-disclaimer {
    display: block;
    margin-left: 0;
    padding: var(--PADD);
    border: 1px solid var(--DIVIDER);
    color: var(--COLOR--TEXT--LIGHT);
    background: var(--GC-COLOR--APP--LIGHTGRAY)
}

article.type-idea .idea-statuses-listing {
    display: block
}

.gecko .wpadverts-blocks .ate-text-base,
.gecko .wpadverts-blocks .atw-text-gray-200,
.gecko .wpadverts-blocks .atw-text-gray-400,
.gecko .wpadverts-blocks .atw-text-gray-500,
.gecko .wpadverts-cpt .ate-text-base,
.gecko .wpadverts-cpt .atw-text-gray-200,
.gecko .wpadverts-cpt .atw-text-gray-400,
.gecko .wpadverts-cpt .atw-text-gray-500,
.gecko .peepso .ate-text-base,
.gecko .peepso .atw-text-gray-200,
.gecko .peepso .atw-text-gray-400,
.gecko .peepso .atw-text-gray-500 {
    color: var(--GC-COLOR--TEXT--LIGHT);
    opacity: var(--tw-text-opacity)
}

.gecko .wpadverts-blocks .atw-text-gray-600,
.gecko .wpadverts-blocks .atw-text-gray-700,
.gecko .wpadverts-cpt .atw-text-gray-600,
.gecko .wpadverts-cpt .atw-text-gray-700,
.gecko .peepso .atw-text-gray-600,
.gecko .peepso .atw-text-gray-700 {
    color: var(--GC-COLOR--TEXT);
    opacity: var(--tw-text-opacity)
}

.gecko .wpadverts-blocks .atw-text-gray-800,
.gecko .wpadverts-blocks .atw-text-gray-900,
.gecko .wpadverts-cpt .atw-text-gray-800,
.gecko .wpadverts-cpt .atw-text-gray-900,
.gecko .peepso .atw-text-gray-800,
.gecko .peepso .atw-text-gray-900 {
    color: var(--GC-COLOR--HEADING);
    opacity: var(--tw-text-opacity)
}

.gecko .wpadverts-blocks .wpa-selected .atw-text-gray-400,
.gecko .wpadverts-blocks .wpa-selected .atw-text-gray-500,
.gecko .wpadverts-blocks .wpa-selected .atw-text-gray-600,
.gecko .wpadverts-blocks .wpa-selected .atw-text-gray-700,
.gecko .wpadverts-blocks .wpa-selected .atw-text-gray-800,
.gecko .wpadverts-blocks .wpa-selected .atw-text-gray-900,
.gecko .wpadverts-cpt .wpa-selected .atw-text-gray-400,
.gecko .wpadverts-cpt .wpa-selected .atw-text-gray-500,
.gecko .wpadverts-cpt .wpa-selected .atw-text-gray-600,
.gecko .wpadverts-cpt .wpa-selected .atw-text-gray-700,
.gecko .wpadverts-cpt .wpa-selected .atw-text-gray-800,
.gecko .wpadverts-cpt .wpa-selected .atw-text-gray-900,
.gecko .peepso .wpa-selected .atw-text-gray-400,
.gecko .peepso .wpa-selected .atw-text-gray-500,
.gecko .peepso .wpa-selected .atw-text-gray-600,
.gecko .peepso .wpa-selected .atw-text-gray-700,
.gecko .peepso .wpa-selected .atw-text-gray-800,
.gecko .peepso .wpa-selected .atw-text-gray-900 {
    --tw-text-opacity: 0.5
}

.gecko .wpadverts-blocks .atw-bg-white,
.gecko .wpadverts-blocks .wpadverts-flash,
.gecko .wpadverts-cpt .atw-bg-white,
.gecko .wpadverts-cpt .wpadverts-flash,
.gecko .peepso .atw-bg-white,
.gecko .peepso .wpadverts-flash {
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP)
}

.gecko .wpadverts-blocks .atw-bg-white .wpa-flash-icon,
.gecko .wpadverts-blocks .wpadverts-flash .wpa-flash-icon,
.gecko .wpadverts-cpt .atw-bg-white .wpa-flash-icon,
.gecko .wpadverts-cpt .wpadverts-flash .wpa-flash-icon,
.gecko .peepso .atw-bg-white .wpa-flash-icon,
.gecko .peepso .wpadverts-flash .wpa-flash-icon {
    opacity: .5;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gecko .wpadverts-blocks .atw-bg-gray-50,
.gecko .wpadverts-blocks .md\:atw-bg-gray-50,
.gecko .wpadverts-cpt .atw-bg-gray-50,
.gecko .wpadverts-cpt .md\:atw-bg-gray-50,
.gecko .peepso .atw-bg-gray-50,
.gecko .peepso .md\:atw-bg-gray-50 {
    background-color: var(--GC-COLOR--APP)
}

.gecko .wpadverts-blocks .atw-bg-gray-200,
.gecko .wpadverts-cpt .atw-bg-gray-200,
.gecko .peepso .atw-bg-gray-200 {
    background-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .wpadverts-blocks .wpadverts-slide,
.gecko .wpadverts-cpt .wpadverts-slide,
.gecko .peepso .wpadverts-slide {
    background-color: var(--GC-COLOR--APP)
}

.gecko .wpadverts-blocks .wpa-result-item:hover,
.gecko .wpadverts-cpt .wpa-result-item:hover,
.gecko .peepso .wpa-result-item:hover {
    background-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .wpadverts-blocks .atw-border-gray-100,
.gecko .wpadverts-blocks .atw-border-gray-300,
.gecko .wpadverts-cpt .atw-border-gray-100,
.gecko .wpadverts-cpt .atw-border-gray-300,
.gecko .peepso .atw-border-gray-100,
.gecko .peepso .atw-border-gray-300 {
    border-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .wpadverts-blocks .wpadverts-form .wpa-field-label,
.gecko .wpadverts-cpt .wpadverts-form .wpa-field-label,
.gecko .peepso .wpadverts-form .wpa-field-label {
    color: var(--GC-COLOR--TEXT)
}

.gecko .wpadverts-blocks .adverts-flexbox-title,
.gecko .wpadverts-cpt .adverts-flexbox-title,
.gecko .peepso .adverts-flexbox-title {
    color: var(--GC-COLOR--TEXT)
}

.gecko .wpadverts-blocks .wpadverts-form.wpa-form-interline .wpa-form-header,
.gecko .wpadverts-blocks .wpadverts-form.wpa-form-interline .wpa-field-wrap,
.gecko .wpadverts-blocks .adverts-form .adverts-control-group>div.adverts-field-header,
.gecko .wpadverts-blocks .adverts-form .adverts-control-group.adverts-field-actions,
.gecko .wpadverts-cpt .wpadverts-form.wpa-form-interline .wpa-form-header,
.gecko .wpadverts-cpt .wpadverts-form.wpa-form-interline .wpa-field-wrap,
.gecko .wpadverts-cpt .adverts-form .adverts-control-group>div.adverts-field-header,
.gecko .wpadverts-cpt .adverts-form .adverts-control-group.adverts-field-actions,
.gecko .peepso .wpadverts-form.wpa-form-interline .wpa-form-header,
.gecko .peepso .wpadverts-form.wpa-form-interline .wpa-field-wrap,
.gecko .peepso .adverts-form .adverts-control-group>div.adverts-field-header,
.gecko .peepso .adverts-form .adverts-control-group.adverts-field-actions {
    border-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .wpadverts-blocks .wpadverts-form .adverts-multiselect-options,
.gecko .wpadverts-cpt .wpadverts-form .adverts-multiselect-options,
.gecko .peepso .wpadverts-form .adverts-multiselect-options {
    background-color: var(--GC-COLOR--APP);
    border-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .wpadverts-blocks .adverts-multiselect-options>label,
.gecko .wpadverts-cpt .adverts-multiselect-options>label,
.gecko .peepso .adverts-multiselect-options>label {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gecko .wpadverts-blocks .wpadverts-form .adverts-multiselect-options>label:hover,
.gecko .wpadverts-cpt .wpadverts-form .adverts-multiselect-options>label:hover,
.gecko .peepso .wpadverts-form .adverts-multiselect-options>label:hover {
    background-color: var(--GC-COLOR--APP--GRAY)
}

.gecko .wpadverts-blocks .wpadverts-form .wpa-form-buttons,
.gecko .wpadverts-cpt .wpadverts-form .wpa-form-buttons,
.gecko .peepso .wpadverts-form .wpa-form-buttons {
    background-color: var(--GC-COLOR--APP)
}

.gecko .wpadverts-blocks .wpadverts-form.wpa-solid input[type=checkbox],
.gecko .wpadverts-blocks .wpadverts-form.wpa-solid input[type=radio],
.gecko .wpadverts-cpt .wpadverts-form.wpa-solid input[type=checkbox],
.gecko .wpadverts-cpt .wpadverts-form.wpa-solid input[type=radio],
.gecko .peepso .wpadverts-form.wpa-solid input[type=checkbox],
.gecko .peepso .wpadverts-form.wpa-solid input[type=radio] {
    background-color: var(--GC-COLOR--APP--GRAY);
    border-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.gecko .wpadverts-blocks .wpa-field-input input[type=text],
.gecko .wpadverts-blocks .wpa-field-input input[type=password],
.gecko .wpadverts-blocks .wpa-field-input input[type=email],
.gecko .wpadverts-blocks .wpa-field-input input[type=tel],
.gecko .wpadverts-blocks .wpa-field-input input[type=search],
.gecko .wpadverts-blocks .wpa-field-input input[type=url],
.gecko .wpadverts-blocks .wpa-field-input input[type=number],
.gecko .wpadverts-blocks .wpa-field-input input[type=date],
.gecko .wpadverts-blocks .wpa-field-input input[type=file],
.gecko .wpadverts-cpt .wpa-field-input input[type=text],
.gecko .wpadverts-cpt .wpa-field-input input[type=password],
.gecko .wpadverts-cpt .wpa-field-input input[type=email],
.gecko .wpadverts-cpt .wpa-field-input input[type=tel],
.gecko .wpadverts-cpt .wpa-field-input input[type=search],
.gecko .wpadverts-cpt .wpa-field-input input[type=url],
.gecko .wpadverts-cpt .wpa-field-input input[type=number],
.gecko .wpadverts-cpt .wpa-field-input input[type=date],
.gecko .wpadverts-cpt .wpa-field-input input[type=file],
.gecko .peepso .wpa-field-input input[type=text],
.gecko .peepso .wpa-field-input input[type=password],
.gecko .peepso .wpa-field-input input[type=email],
.gecko .peepso .wpa-field-input input[type=tel],
.gecko .peepso .wpa-field-input input[type=search],
.gecko .peepso .wpa-field-input input[type=url],
.gecko .peepso .wpa-field-input input[type=number],
.gecko .peepso .wpa-field-input input[type=date],
.gecko .peepso .wpa-field-input input[type=file] {
    --font-size: var(--GC-FONT-SIZE);
    --line-height: var(--GC-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--GC-FONT-FAMILY);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    transition: box-shadow .2s ease
}

.gecko .wpadverts-blocks .wpa-field-input input[type=text]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=password]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=email]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=tel]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=search]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=url]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=number]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=date]:hover,
.gecko .wpadverts-blocks .wpa-field-input input[type=file]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=text]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=password]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=email]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=tel]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=search]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=url]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=number]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=date]:hover,
.gecko .wpadverts-cpt .wpa-field-input input[type=file]:hover,
.gecko .peepso .wpa-field-input input[type=text]:hover,
.gecko .peepso .wpa-field-input input[type=password]:hover,
.gecko .peepso .wpa-field-input input[type=email]:hover,
.gecko .peepso .wpa-field-input input[type=tel]:hover,
.gecko .peepso .wpa-field-input input[type=search]:hover,
.gecko .peepso .wpa-field-input input[type=url]:hover,
.gecko .peepso .wpa-field-input input[type=number]:hover,
.gecko .peepso .wpa-field-input input[type=date]:hover,
.gecko .peepso .wpa-field-input input[type=file]:hover {
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--DIVIDER);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none
}

.gecko .wpadverts-blocks .wpa-field-input input[type=text]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=password]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=email]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=tel]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=search]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=url]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=number]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=date]:focus,
.gecko .wpadverts-blocks .wpa-field-input input[type=file]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=text]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=password]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=email]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=tel]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=search]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=url]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=number]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=date]:focus,
.gecko .wpadverts-cpt .wpa-field-input input[type=file]:focus,
.gecko .peepso .wpa-field-input input[type=text]:focus,
.gecko .peepso .wpa-field-input input[type=password]:focus,
.gecko .peepso .wpa-field-input input[type=email]:focus,
.gecko .peepso .wpa-field-input input[type=tel]:focus,
.gecko .peepso .wpa-field-input input[type=search]:focus,
.gecko .peepso .wpa-field-input input[type=url]:focus,
.gecko .peepso .wpa-field-input input[type=number]:focus,
.gecko .peepso .wpa-field-input input[type=date]:focus,
.gecko .peepso .wpa-field-input input[type=file]:focus {
    position: relative;
    z-index: 1;
    background-color: var(--GC-COLOR--APP);
    border: 1px solid var(--INPUT-SHADOW--IN);
    box-shadow: 0 0 0 3px var(--INPUT-SHADOW);
    outline: none
}

.gecko .wpadverts-blocks .wpa-field-input input[type=text]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=password]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=email]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=tel]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=search]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=url]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=number]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=date]:disabled,
.gecko .wpadverts-blocks .wpa-field-input input[type=file]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=text]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=password]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=email]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=tel]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=search]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=url]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=number]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=date]:disabled,
.gecko .wpadverts-cpt .wpa-field-input input[type=file]:disabled,
.gecko .peepso .wpa-field-input input[type=text]:disabled,
.gecko .peepso .wpa-field-input input[type=password]:disabled,
.gecko .peepso .wpa-field-input input[type=email]:disabled,
.gecko .peepso .wpa-field-input input[type=tel]:disabled,
.gecko .peepso .wpa-field-input input[type=search]:disabled,
.gecko .peepso .wpa-field-input input[type=url]:disabled,
.gecko .peepso .wpa-field-input input[type=number]:disabled,
.gecko .peepso .wpa-field-input input[type=date]:disabled,
.gecko .peepso .wpa-field-input input[type=file]:disabled {
    background-color: var(--GC-COLOR--APP--GRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.gecko .wpadverts-blocks .wpa-field-input .gc-btn,
.gecko .wpadverts-cpt .wpa-field-input .gc-btn,
.gecko .peepso .wpa-field-input .gc-btn {
    color: var(--color)
}

.gc-widget ul.wp-block-archives,
.gc-widget ol.wp-block-archives,
.widget.widget_archive>ul,
.widget.widget_archive>ol,
.gc-widget.widget_archive>ul,
.gc-widget.widget_archive>ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

.gc-widget ul.wp-block-archives>li,
.gc-widget ol.wp-block-archives>li,
.widget.widget_archive>ul>li,
.widget.widget_archive>ol>li,
.gc-widget.widget_archive>ul>li,
.gc-widget.widget_archive>ol>li {
    margin: 0;
    margin-bottom: var(--PADD);
    padding: 0;
    list-style-type: none;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget ul.wp-block-archives>li:last-child,
.gc-widget ol.wp-block-archives>li:last-child,
.widget.widget_archive>ul>li:last-child,
.widget.widget_archive>ol>li:last-child,
.gc-widget.widget_archive>ul>li:last-child,
.gc-widget.widget_archive>ol>li:last-child {
    margin-bottom: 0
}

.gc-widget ul.wp-block-latest-posts,
.gc-widget ol.wp-block-latest-posts,
.widget.widget_recent_entries ul,
.widget.widget_recent_entries ol,
.gc-widget.widget_recent_entries ul,
.gc-widget.widget_recent_entries ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.gc-widget ul.wp-block-latest-posts li,
.gc-widget ol.wp-block-latest-posts li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_entries ol li,
.gc-widget.widget_recent_entries ul li,
.gc-widget.widget_recent_entries ol li {
    margin-bottom: var(--PADD);
    padding-bottom: var(--PADD);
    list-style-type: none;
    font-size: 90%;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-widget ul.wp-block-latest-posts li:last-child,
.gc-widget ol.wp-block-latest-posts li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_recent_entries ol li:last-child,
.gc-widget.widget_recent_entries ul li:last-child,
.gc-widget.widget_recent_entries ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget.widget_recent_entries .post-date,
.gc-widget.widget_recent_entries .post-date {
    display: block;
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content p:last-child,
.gc-widget ol.wp-block-latest-posts .wp-block-latest-posts__post-full-content p:last-child {
    margin-bottom: 0
}

.gc-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-author,
.gc-widget ol.wp-block-latest-posts .wp-block-latest-posts__post-author {
    font-weight: bold;
    font-size: 80%
}

.gc-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-date,
.gc-widget ol.wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: 80%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.gc-widget ol.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
    margin-bottom: 0
}

.gc-widget .calendar_wrap .wp-calendar-table,
.gc-widget .wp-block-calendar .wp-calendar-table {
    margin-bottom: 0;
    font-size: 80%;
    text-align: center
}

.gc-widget .calendar_wrap .wp-calendar-table caption,
.gc-widget .wp-block-calendar .wp-calendar-table caption {
    margin-bottom: var(--PADD--MD);
    padding: 0;
    font-weight: 500
}

.gc-widget .calendar_wrap .wp-calendar-table th,
.gc-widget .wp-block-calendar .wp-calendar-table th {
    padding: var(--PADD) 0;
    font-weight: 500;
    color: var(--GC-COLOR--TEXT--LIGHT);
    background-color: var(--GC-COLOR--APP--GRAY);
    border: none
}

.gc-widget .calendar_wrap .wp-calendar-table th:first-child,
.gc-widget .wp-block-calendar .wp-calendar-table th:first-child {
    border-top-left-radius: var(--BORDER-RADIUS--MD);
    border-bottom-left-radius: var(--BORDER-RADIUS--MD)
}

.gc-widget .calendar_wrap .wp-calendar-table th:last-child,
.gc-widget .wp-block-calendar .wp-calendar-table th:last-child {
    border-top-right-radius: var(--BORDER-RADIUS--MD);
    border-bottom-right-radius: var(--BORDER-RADIUS--MD)
}

.gc-widget .calendar_wrap .wp-calendar-table tbody td,
.gc-widget .wp-block-calendar .wp-calendar-table tbody td {
    position: relative;
    padding: var(--PADD) 0;
    color: var(--GC-COLOR--TEXT);
    border: none
}

.gc-widget .calendar_wrap .wp-calendar-table tbody td:hover,
.gc-widget .wp-block-calendar .wp-calendar-table tbody td:hover {
    background-color: var(--GC-COLOR--APP--GRAY);
    border-radius: var(--BORDER-RADIUS--MD)
}

.gc-widget .calendar_wrap .wp-calendar-table tbody td.pad:hover,
.gc-widget .wp-block-calendar .wp-calendar-table tbody td.pad:hover {
    background-color: rgba(0, 0, 0, 0)
}

.gc-widget .calendar_wrap .wp-calendar-table tbody td>a,
.gc-widget .wp-block-calendar .wp-calendar-table tbody td>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--GC-COLOR--PRIMARY);
    background-color: var(--GC-COLOR--PRIMARY--ULTRALIGHT);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0);
    border-radius: var(--BORDER-RADIUS--MD)
}

.gc-widget .calendar_wrap .wp-calendar-table tbody td>a:hover,
.gc-widget .wp-block-calendar .wp-calendar-table tbody td>a:hover {
    box-shadow: inset 0 0 0 3px var(--GC-COLOR--PRIMARY--SHADE)
}

.gc-widget .calendar_wrap .wp-calendar-table #today,
.gc-widget .wp-block-calendar .wp-calendar-table #today {
    color: var(--c-ps-btn-action-color);
    background-color: var(--c-ps-btn-action-bg);
    border-radius: var(--BORDER-RADIUS--MD)
}

.gc-widget .calendar_wrap .wp-calendar-nav,
.gc-widget .wp-block-calendar .wp-calendar-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: var(--PADD--MD);
    padding: 0;
    font-size: 80%
}

.gc-widget .calendar_wrap .wp-calendar-nav a,
.gc-widget .wp-block-calendar .wp-calendar-nav a {
    text-decoration: none
}

.gc-widget ul.wp-block-categories,
.gc-widget ol.wp-block-categories,
.widget.widget_categories>ul,
.gc-widget.widget_categories>ul,
.store-cat-stack-dokan>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

.gc-widget ul.wp-block-categories>li,
.gc-widget ol.wp-block-categories>li,
.widget.widget_categories>ul>li,
.gc-widget.widget_categories>ul>li,
.store-cat-stack-dokan>ul>li {
    margin: 0;
    margin-bottom: var(--PADD);
    padding: 0;
    list-style-type: none;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget ul.wp-block-categories>li ul,
.gc-widget ol.wp-block-categories>li ul,
.widget.widget_categories>ul>li ul,
.gc-widget.widget_categories>ul>li ul,
.store-cat-stack-dokan>ul>li ul {
    margin: 0;
    padding: 0;
    padding-left: var(--PADD--MD)
}

.gc-widget ul.wp-block-categories>li:last-child,
.gc-widget ol.wp-block-categories>li:last-child,
.widget.widget_categories>ul>li:last-child,
.gc-widget.widget_categories>ul>li:last-child,
.store-cat-stack-dokan>ul>li:last-child {
    margin-bottom: 0
}

.widget.widget_categories select,
.gc-widget.widget_categories select,
.store-cat-stack-dokan select {
    --font-size: 90%;
    --line-height: 1.2;
    --input-padd: var(--PADD)
}

.gc-widget ul.wp-block-latest-comments,
.gc-widget ol.wp-block-latest-comments,
.widget.widget_recent_comments ul,
.widget.widget_recent_comments ol,
.gc-widget.widget_recent_comments ul,
.gc-widget.widget_recent_comments ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.gc-widget ul.wp-block-latest-comments li,
.gc-widget ol.wp-block-latest-comments li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_comments ol li,
.gc-widget.widget_recent_comments ul li,
.gc-widget.widget_recent_comments ol li {
    margin-bottom: var(--PADD);
    padding-bottom: var(--PADD);
    list-style-type: none;
    font-size: 80%;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.gc-widget ul.wp-block-latest-comments li>a,
.gc-widget ol.wp-block-latest-comments li>a,
.widget.widget_recent_comments ul li>a,
.widget.widget_recent_comments ol li>a,
.gc-widget.widget_recent_comments ul li>a,
.gc-widget.widget_recent_comments ol li>a {
    font-weight: bold
}

.gc-widget ul.wp-block-latest-comments li:last-child,
.gc-widget ol.wp-block-latest-comments li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_comments ol li:last-child,
.gc-widget.widget_recent_comments ul li:last-child,
.gc-widget.widget_recent_comments ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.gc-widget ul.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.gc-widget ol.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    font-size: 90%;
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-widget ul.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child,
.gc-widget ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0
}

.widget.widget_media_gallery .gallery,
.gc-widget.widget_media_gallery .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: var(--PADD);
    grid-row-gap: var(--PADD)
}

.widget.widget_media_gallery .gallery .gallery-item,
.gc-widget.widget_media_gallery .gallery .gallery-item {
    float: none !important;
    margin: 0 !important;
    width: 100% !important
}

.widget.widget_media_gallery .gallery .gallery-item img,
.gc-widget.widget_media_gallery .gallery .gallery-item img {
    border-radius: var(--BORDER-RADIUS--MD)
}

.widget.widget_meta>ul,
.gc-widget.widget_meta>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%;
    line-height: 1.2
}

.widget.widget_meta>ul a,
.gc-widget.widget_meta>ul a {
    color: var(--GC-COLOR--TEXT)
}

.widget.widget_meta>ul a:hover,
.widget.widget_meta>ul a:focus,
.gc-widget.widget_meta>ul a:hover,
.gc-widget.widget_meta>ul a:focus {
    color: var(--GC-COLOR--TEXT)
}

.widget.widget_meta>ul>li,
.gc-widget.widget_meta>ul>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.widget.widget_meta>ul>li>a,
.gc-widget.widget_meta>ul>li>a {
    display: block;
    padding-top: var(--PADD);
    padding-bottom: var(--PADD)
}

.sidebar .widget.widget_meta>ul,
.sidebar .gc-widget.widget_meta>ul {
    margin-top: calc(-1*var(--PADD--MD));
    margin-left: calc(-1*var(--PADD--MD));
    margin-right: calc(-1*var(--PADD--MD))
}

.sidebar .widget.widget_meta>ul a:hover,
.sidebar .widget.widget_meta>ul a:focus,
.sidebar .gc-widget.widget_meta>ul a:hover,
.sidebar .gc-widget.widget_meta>ul a:focus {
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.sidebar .widget.widget_meta>ul>li>a,
.sidebar .gc-widget.widget_meta>ul>li>a {
    padding: var(--PADD) var(--PADD--MD)
}

.gc-footer .widget.widget_meta>ul a,
.gc-footer .gc-widget.widget_meta>ul a {
    color: var(--GC-COLOR--TEXT)
}

.gc-footer .widget.widget_meta>ul a:hover,
.gc-footer .widget.widget_meta>ul a:focus,
.gc-footer .gc-widget.widget_meta>ul a:hover,
.gc-footer .gc-widget.widget_meta>ul a:focus {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.gc-footer .widget.widget_meta>ul>li:last-child,
.gc-footer .gc-widget.widget_meta>ul>li:last-child {
    border-bottom: none
}

.widget.widget_nav_menu,
.gc-widget.widget_nav_menu {
    padding-left: 0;
    padding-right: 0
}

.widget.widget_nav_menu .gc-widget__title,
.gc-widget.widget_nav_menu .gc-widget__title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.widget.widget_nav_menu .menu,
.gc-widget.widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%;
    line-height: 1.2
}

.widget.widget_nav_menu .menu a,
.gc-widget.widget_nav_menu .menu a {
    color: var(--GC-COLOR--TEXT)
}

.widget.widget_nav_menu .menu a:hover,
.widget.widget_nav_menu .menu a:focus,
.gc-widget.widget_nav_menu .menu a:hover,
.gc-widget.widget_nav_menu .menu a:focus {
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.widget.widget_nav_menu .menu>li,
.gc-widget.widget_nav_menu .menu>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.widget.widget_nav_menu .menu>li>a,
.gc-widget.widget_nav_menu .menu>li>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD)
}

.widget.widget_nav_menu .menu>li ul,
.gc-widget.widget_nav_menu .menu>li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2
}

.widget.widget_nav_menu .menu>li ul.sub-menu,
.gc-widget.widget_nav_menu .menu>li ul.sub-menu {
    margin-left: var(--PADD)
}

.widget.widget_nav_menu .menu>li ul.sub-menu li>a,
.gc-widget.widget_nav_menu .menu>li ul.sub-menu li>a {
    padding-left: var(--PADD--MD);
    box-shadow: none
}

.widget.widget_nav_menu .menu>li ul li,
.gc-widget.widget_nav_menu .menu>li ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.widget.widget_nav_menu .menu>li ul li>a,
.gc-widget.widget_nav_menu .menu>li ul li>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    padding-left: var(--PADD--XL);
    box-shadow: inset 4px 0 0 var(--GC-COLOR--APP--GRAY)
}

.widget.widget_nav_menu.gc-widget--clean .menu a,
.gc-widget.widget_nav_menu.gc-widget--clean .menu a {
    color: var(--GC-COLOR--TEXT--LIGHT)
}

.widget.widget_nav_menu.gc-widget--clean .menu a:hover,
.widget.widget_nav_menu.gc-widget--clean .menu a:focus,
.gc-widget.widget_nav_menu.gc-widget--clean .menu a:hover,
.gc-widget.widget_nav_menu.gc-widget--clean .menu a:focus {
    color: var(--GC-COLOR--TEXT);
    background-color: rgba(0, 0, 0, 0)
}

.widget.widget_nav_menu.gc-widget--clean .menu>li,
.gc-widget.widget_nav_menu.gc-widget--clean .menu>li {
    border-bottom: none
}

.widget.widget_nav_menu.gc-widget--clean .menu>li>a,
.gc-widget.widget_nav_menu.gc-widget--clean .menu>li>a {
    padding: var(--PADD) 0
}

.widget.widget_pages,
.gc-widget.widget_pages {
    padding-left: 0;
    padding-right: 0
}

.widget.widget_pages .gc-widget__title,
.gc-widget.widget_pages .gc-widget__title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.widget.widget_pages>ul,
.gc-widget.widget_pages>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%;
    line-height: 1.2
}

.widget.widget_pages>ul a,
.gc-widget.widget_pages>ul a {
    color: var(--GC-COLOR--TEXT)
}

.widget.widget_pages>ul a:hover,
.widget.widget_pages>ul a:focus,
.gc-widget.widget_pages>ul a:hover,
.gc-widget.widget_pages>ul a:focus {
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--LIGHTGRAY)
}

.widget.widget_pages>ul>li,
.gc-widget.widget_pages>ul>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid var(--DIVIDER--LIGHT)
}

.widget.widget_pages>ul>li>a,
.gc-widget.widget_pages>ul>li>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD)
}

.widget.widget_pages>ul>li ul,
.gc-widget.widget_pages>ul>li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2
}

.widget.widget_pages>ul>li ul li,
.gc-widget.widget_pages>ul>li ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid var(--DIVIDER--LIGHT)
}

.widget.widget_pages>ul>li ul li>a,
.gc-widget.widget_pages>ul>li ul li>a {
    display: block;
    padding: var(--PADD) var(--PADD--MD);
    padding-left: var(--PADD--XL);
    box-shadow: inset 4px 0 0 var(--GC-COLOR--APP--GRAY)
}

.searchform,
.woocommerce-product-search {
    position: relative
}

.searchform input[type=text],
.searchform input[type=search],
.woocommerce-product-search input[type=text],
.woocommerce-product-search input[type=search] {
    width: 100%;
    padding-right: 100px;
    font-size: 90%
}

.searchform input[type=submit],
.searchform button[type=submit],
.woocommerce-product-search input[type=submit],
.woocommerce-product-search button[type=submit] {
    position: absolute;
    right: 3px;
    bottom: 3px;
    padding: var(--PADD);
    font-size: 90%;
    line-height: 1;
    background-color: var(--GC-COLOR--PRIMARY);
    border: none;
    border-radius: var(--BORDER-RADIUS--MD);
    color: var(--GC-COLOR--TEXT--INVERT);
    cursor: pointer;
    transition: background-color .2s ease;
    z-index: 1
}

.searchform input[type=submit]:hover,
.searchform button[type=submit]:hover,
.woocommerce-product-search input[type=submit]:hover,
.woocommerce-product-search button[type=submit]:hover {
    background-color: var(--GC-COLOR--PRIMARY--DARK)
}

.entry-content .wp-block-search {
    margin-bottom: var(--PADD--MD)
}

.entry-content .wp-block-search:last-child {
    margin-bottom: 0
}

.wp-block-search .wp-block-search__label {
    display: block;
    font-size: 110%;
    line-height: var(--GC-LINE-HEIGHT);
    font-weight: normal;
    color: var(--COLOR--HEADING)
}

.gc-widget .wp-block-search .wp-block-search__label {
    width: auto;
    margin-top: calc(-1*(var(--PADD--MD)));
    margin-left: calc(-1*(var(--PADD--MD)));
    margin-right: calc(-1*(var(--PADD--MD)));
    margin-bottom: var(--PADD--MD);
    padding-top: var(--PADD--MD);
    padding-left: var(--PADD--MD);
    padding-right: var(--PADD--MD);
    padding-bottom: 0
}

.wp-block-search .wp-block-search__input {
    border: 1px solid var(--DIVIDER--LIGHT);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    color: var(--GC-COLOR--TEXT);
    background-color: var(--GC-COLOR--APP--LIGHTGRAY);
    border: 1px solid var(--DIVIDER--LIGHT);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--GC-COLOR--APP--GRAY)
}

@media screen and (max-width: 980px) {
    .hide-sidebars-mobile .sidebar {
        display: none
    }
    .hide-footer-widgets-mobile .footer>.footer__wrapper {
        display: none
    }
}