@charset "UTF-8";
    #start-resizable-editor-section {
    display: none;
}
.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff;
}
.wp-block-button__link.aligncenter {
    text-align: center;
}
.wp-block-button__link.alignright {
    text-align: right;
}
.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0!important;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c;
}
.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
}
.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wp-block-buttons.is-vertical {
    flex-direction: column;
}
.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0;
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0;
}
.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em;
}
.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center;
}
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0;
}
.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}
.wp-block-buttons.aligncenter {
    text-align: center;
}
.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%}
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d;
}
.wp-block-categories.alignleft {
    margin-right: 2em;
}
.wp-block-categories.alignright {
    margin-left: 2em;
}
.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap;
}
@media (min-width:782px) {
    .wp-block-columns {
    flex-wrap: nowrap;
}
}.wp-block-columns.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (max-width:599px) {
    .wp-block-column {
    flex-basis: 100%!important;
}
}@media (min-width:600px) and (max-width:781px) {
    .wp-block-column: not(:only-child) {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
}
.wp-block-column:nth-child(2n) {
    margin-left: 2em;
}
}@media (min-width:782px) {
    .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
}
.wp-block-column[style*=flex-basis] {
    flex-grow: 0;
}
.wp-block-column:not(:first-child) {
    margin-left: 2em;
}
}.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll;
}
}@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll;
}
}.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000;
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%}
.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image: after, .wp-block-cover:after {
    content: none;
}
}.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit;
}
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0;
}
.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%}
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px;
}
.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}
.wp-block-embed {
    margin-bottom: 1em;
}
.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-embed iframe {
    max-width: 100%}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
    text-align: center;
}
.wp-block-file.alignright {
    text-align: right;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none;
}
.wp-block-file *+.wp-block-file__button {
    margin-left: .75em;
}
.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
}.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
}
}.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
}.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - .66667em);
    margin-right: 1em;
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - .75em);
    margin-right: 1em;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - .8em);
    margin-right: 1em;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - .83333em);
    margin-right: 1em;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - .85714em);
    margin-right: 1em;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - .875em);
    margin-right: 1em;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
}
}.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-group {
    box-sizing: border-box;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-image {
    margin-bottom: 1em;
}
.wp-block-image img {
    max-width: 100%}
.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;
    utf8, <svg viewBox="0 0 100 100" xmlns="http: //www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;
    utf8, <svg viewBox="0 0 100 100" xmlns="http: //www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}
}.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em;
}
.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}
.wp-block-latest-posts.alignright {
    margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%}
@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em);
}
.wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
}
.wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em);
}
.wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
}
.wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em);
}
.wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
}
.wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
}
.wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
}
.wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
}
.wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
}
}.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
    display: inline-block;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0;
}
ol.has-background, ul.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-media-text {
    /*!rtl: begin:ignore*/direction:ltr;
    /*!rtl: end:ignore*/display:-ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl: begin:ignore*/-ms-grid-column:1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl: end:ignore*/margin:0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl: begin:ignore*/-ms-grid-column:2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl: end:ignore*/padding:0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl: begin:ignore*/-ms-grid-column:2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl: begin:ignore*/-ms-grid-column:1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/}
.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100%!important;
    grid-template-columns: 100%!important;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px;
}
.items-justified-left>ul {
    justify-content: flex-start;
}
.items-justified-center>ul {
    justify-content: center;
}
.items-justified-right>ul {
    justify-content: flex-end;
}
.items-justified-space-between>ul {
    justify-content: space-between;
}
.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none;
}
.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
    display: block;
}
.has-child>.wp-block-navigation-link__content {
    padding-right: .5em;
}
.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1;
}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em;
}
@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
    left: 1.5em;
}
.has-child .wp-block-navigation__container .wp-block-navigation__container {
    left: 100%;
    top: -1px;
}
.has-child .wp-block-navigation__container .wp-block-navigation__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: .5em;
    background: transparent;
}
.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(0);
}
}.has-child:hover {
    cursor: pointer;
}
.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.has-child:focus-within {
    cursor: pointer;
}
.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit;
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none;
}
.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em;
}
.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}
.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0;
}
.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor;
}
@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(90deg);
}
}.is-small-text {
    font-size: .875em;
}
.is-regular-text {
    font-size: 1em;
}
.is-large-text {
    font-size: 2.25em;
}
.is-larger-text {
    font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-background {
    padding: 1.25em 2.375em;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em;
}
.wp-block-post-author__avatar {
    margin-right: 1em;
}
.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%}
.wp-block-post-author__name {
    font-weight: 700;
    margin: 0;
}
.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:visited {
    color: #fff;
}
.wp-block-preformatted {
    white-space: pre-wrap;
}
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 1.25em;
}
.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6;
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative;
}
.wp-block-pullquote .has-text-color a {
    color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
}
.wp-block-pullquote cite {
    color: inherit;
}
.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.wp-block-query-loop li {
    clear: both;
}
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%}
@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em;
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em);
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
    margin-right: 0;
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em);
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
    margin-right: 0;
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em);
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
    margin-right: 0;
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em);
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
    margin-right: 0;
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em);
}
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
    margin-right: 0;
}
}.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wp-block-query-pagination>.wp-block-query-pagination-next, .wp-block-query-pagination>.wp-block-query-pagination-numbers, .wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em;
}
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child, .wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right;
}
.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
}
.wp-block-rss.alignleft {
    margin-right: 2em;
}
.wp-block-rss.alignright {
    margin-left: 2em;
}
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%}
@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
}
.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
}
.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
}
.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
}
.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
}
}.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em;
}
.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%}
.wp-block-search .wp-block-search__label {
    width: 100%}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-custom-logo {
    line-height: 0;
}
.wp-block-custom-logo .aligncenter {
    display: table;
}
.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px;
}
.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
    padding: .25em;
}
.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em;
}
.wp-block-social-links.has-small-icon-size {
    font-size: 16px;
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
    font-size: 48px;
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links.alignright {
    justify-content: flex-end;
}
.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto;
}
@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
    transition-duration: 0s;
}
}.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease;
}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor;
}
.wp-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em;
}
.wp-block-spacer {
    clear: both;
}
p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75;
}
.wp-block-tag-cloud.aligncenter {
    text-align: center;
}
.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    width: 100%}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%}
pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap;
}
.wp-block-video {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-video video {
    width: 100%}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
}
}.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-post-featured-image a {
    display: inline-block;
}
.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto;
}
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .has-white-background-color {
    background-color: #fff;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-black-background-color {
    background-color: #000;
}
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .has-white-color {
    color: #fff;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-black-color {
    color: #000;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e);
}
.has-small-font-size {
    font-size: .8125em;
}
.has-normal-font-size, .has-regular-font-size {
    font-size: 1em;
}
.has-medium-font-size {
    font-size: 1.25em;
}
.has-large-font-size {
    font-size: 2.25em;
}
.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em;
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}
#end-resizable-editor-section {
    display: none;
}
.aligncenter {
    clear: both;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " "}
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}
.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader: :before {
    animation-name: blink;
    animation-duration: 2000ms;
}
}@keyframes spin {
    from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}@keyframes blink {
    from {
    opacity: 0;
}
50% {
    opacity: 1;
}
to {
    opacity: 0;
}
}.wpcf7 input[type="file"] {
    cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.rs-p-wp-fix {
    display: none!important;
    margin: 0!important;
    height: 0px!important;
}
.wp-block-themepunch-revslider {
    position: relative;
}
#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box;
}
rs-debug {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    overflow: scroll;
}
rs-modal {
    position: fixed!important;
    z-index: 9999999!important;
    pointer-events: none!important;
}
rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
rs-modal.rs-modal-fullwidth, rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%}
rs-module-wrap.rs-modal {
    display: none;
    max-height: 100%!important;
    overflow: auto!important;
    pointer-events: auto!important;
}
rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden!important;
    max-width: 100%!important;
}
rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto;
}
body>rs-modal-cover {
    position: fixed;
    z-index: 9999995!important;
}
rs-sbg-px {
    pointer-events: none;
}
.rs-forcehidden * {
    visibility: hidden!important;
}
.rs_splitted_lines {
    display: block;
    white-space: nowrap!important;
}
.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box;
}
.debugtimeline:hover {
    height: 15px;
}
.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
}
.rs-go-fullscreen {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    left: 0px!important;
    z-index: 9999999!important;
    background: #fff;
}
.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db;
}
.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px;
}
.rtl {
    direction: rtl;
}
@font-face {
    font-family: 'revicons';
    src: url(../../../plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
    src: url('../../../plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), url(../../../plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'), url(../../../plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'), url('../../../plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
    font-weight: 400;
    font-style: normal;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
rs-module i[class^="fa-"], rs-module i[class*=" fa-"], .rb-modal-wrapper i[class^="fa-"], .rb-modal-wrapper i[class*=" fa-"], #waitaminute i[class^="fa-"], #waitaminute i[class*=" fa-"], #objectlibrary i[class^="fa-"], #objectlibrary i[class*=" fa-"], #rs_overview i[class^="fa-"], #rs_overview i[class*=" fa-"], #rs_overview_menu i[class^="fa-"], #rs_overview_menu i[class*=" fa-"], #builderView i[class^="fa-"], #builderView i[class*=" 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;
}
rs-module [class^="fa-"]:before, rs-module [class*=" fa-"]:before, .rb-modal-wrapper [class^="fa-"]:before, .rb-modal-wrapper [class*=" fa-"]:before, #rs_overview [class^="fa-"]:before, #rs_overview [class*=" fa-"]:before, #objectlibrary [class^="fa-"]:before, #objectlibrary [class*=" fa-"]:before, #waitaminute [class^="fa-"]:before, #waitaminute [class*=" fa-"]:before, #rs_overview_menu [class^="fa-"]:before, #rs_overview_menu [class*=" fa-"]:before, #builderView [class^="fa-"]:before, #builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}
rs-module .sr-only, #objectlibrary .sr-only, #waitaminute .sr-only, #rs_overview .sr-only, #rs_overview_menu .sr-only, .rb-modal-wrapper .sr-only, #builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
rs-module .sr-only-focusable:active, rs-module .sr-only-focusable:focus, #waitaminute .sr-only-focusable:active, #waitaminute .sr-only-focusable:focus, #objectlibrary .sr-only-focusable:active, #objectlibrary .sr-only-focusable:focus, #rs_overview .sr-only-focusable:active, #rs_overview .sr-only-focusable:focus, #rs_overview_menu .sr-only-focusable:active, #rs_overview_menu .sr-only-focusable:focus, .rb-modal-wrapper .sr-only-focusable:active, .rb-modal-wrapper .sr-only-focusable:focus, #builderView .sr-only-focusable:active, #builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.revicon-search-1:before {
    content: '\e802'}
.revicon-pencil-1:before {
    content: '\e831'}
.revicon-picture-1:before {
    content: '\e803'}
.revicon-cancel:before {
    content: '\e80a'}
.revicon-info-circled:before {
    content: '\e80f'}
.revicon-trash:before {
    content: '\e801'}
.revicon-left-dir:before {
    content: '\e817'}
.revicon-right-dir:before {
    content: '\e818'}
.revicon-down-open:before {
    content: '\e83b'}
.revicon-left-open:before {
    content: '\e819'}
.revicon-right-open:before {
    content: '\e81a'}
.revicon-angle-left:before {
    content: '\e820'}
.revicon-angle-right:before {
    content: '\e81d'}
.revicon-left-big:before {
    content: '\e81f'}
.revicon-right-big:before {
    content: '\e81e'}
.revicon-magic:before {
    content: '\e807'}
.revicon-picture:before {
    content: '\e800'}
.revicon-export:before {
    content: '\e80b'}
.revicon-cog:before {
    content: '\e832'}
.revicon-login:before {
    content: '\e833'}
.revicon-logout:before {
    content: '\e834'}
.revicon-video:before {
    content: '\e805'}
.revicon-arrow-combo:before {
    content: '\e827'}
.revicon-left-open-1:before {
    content: '\e82a'}
.revicon-right-open-1:before {
    content: '\e82b'}
.revicon-left-open-mini:before {
    content: '\e822'}
.revicon-right-open-mini:before {
    content: '\e823'}
.revicon-left-open-big:before {
    content: '\e824'}
.revicon-right-open-big:before {
    content: '\e825'}
.revicon-left:before {
    content: '\e836'}
.revicon-right:before {
    content: '\e826'}
.revicon-ccw:before {
    content: '\e808'}
.revicon-arrows-ccw:before {
    content: '\e806'}
.revicon-palette:before {
    content: '\e829'}
.revicon-list-add:before {
    content: '\e80c'}
.revicon-doc:before {
    content: '\e809'}
.revicon-left-open-outline:before {
    content: '\e82e'}
.revicon-left-open-2:before {
    content: '\e82c'}
.revicon-right-open-outline:before {
    content: '\e82f'}
.revicon-right-open-2:before {
    content: '\e82d'}
.revicon-equalizer:before {
    content: '\e83a'}
.revicon-layers-alt:before {
    content: '\e804'}
.revicon-popup:before {
    content: '\e828'}
.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none;
}
rs-module-wrap {
    visibility: hidden;
}
rs-module-wrap, rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}
.rs-fixedscrollon rs-module-wrap {
    position: fixed!important;
    top: 0px!important;
    z-index: 1000;
    left: 0!important;
}
.rs-stickyscrollon rs-module-wrap {
    position: sticky!important;
    top: 0;
    z-index: 1000;
}
.rs-stickyscrollon {
    overflow: visible!important;
}
rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none;
}
rs-module {
    position: relative;
    overflow: hidden;
    display: block;
}
rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
rs-pzimg-wrap, rs-sbg-effectwrap, rs-sbg {
    display: block;
    pointer-events: none;
}
rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
rs-sbg-px, rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
}
a.rs-layer, a.rs-layer:-webkit-any-link {
    text-decoration: none;
}
a[x-apple-data-detectors] {
    color: inherit!important;
    text-decoration: none!important;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
}
.entry-content rs-module a, rs-module a {
    box-shadow: none;
}
.rs-ov-hidden {
    overflow: hidden!important;
}
.rs-forceoverflow, .rs-forceoverflow rs-module-wrap, .rs-forceoverflow rs-module, .rs-forceoverflow rs-slides, .rs-forceoverflow rs-slide {
    overflow: visible!important;
}
.tp-simpleresponsive img, rs-module img {
    max-width: none!important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
}
rs-slides, rs-slide, rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0;
}
rs-slide, rs-slide:before {
    display: block;
    visibility: hidden;
}
.rs-layer .rs-untoggled-content {
    display: block;
}
.rs-layer .rs-toggled-content {
    display: none;
}
.rs-tc-active.rs-layer .rs-toggled-content {
    display: block;
}
.rs-tc-active.rs-layer .rs-untoggled-content {
    display: none;
}
.rs-layer-video {
    overflow: hidden;
}
.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
rs-module rs-layer, rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}
rs-layer-wrap, rs-mask, rs-module-wrap, rs-module .rs-layer, rs-module img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
rs-module rs-mask-wrap .rs-layer, rs-module rs-mask-wrap *:last-child, .wpb_text_column rs-module rs-mask-wrap .rs-layer, .wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0;
}
.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top;
}
rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
    outline: none!important;
}
rs-carousel-wrap {
    cursor: url(../../../plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
    cursor: url(../../../plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
    cursor: default;
}
rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}
.tp_inner_padding {
    box-sizing: border-box;
    max-height: none!important;
}
.rs-layer.rs-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}
rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
rs-module embed, rs-module iframe, rs-module object, rs-module audio, rs-module video {
    max-width: none!important;
    border: none;
}
rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none;
}
.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0);
}
rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
    pointer-events: none;
}
rs-row-wrap, rs-column, rs-cbg-mask-wrap {
    display: block;
    visibility: hidden;
}
rs-layer-wrap, rs-parallax-wrap, rs-loop-wrap, rs-mask-wrap {
    display: block;
}
rs-column-wrap>rs-loop-wrap {
    z-index: 1;
}
rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
    transform-style: flat;
}
.safarifix rs-layer-wrap {
    perspective: 1000000;
}
@-moz-document url-prefix() {
    rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
    perspective: none;
}
}rs-mask-wrap {
    overflow: hidden;
}
rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none!important;
}
.rev_row_zone_top {
    top: 0;
}
.rev_row_zone_bottom {
    bottom: 0;
}
rs-column-wrap .rs-parallax-wrap {
    vertical-align: top;
}
.rs-layer img, rs-layer img {
    vertical-align: top;
}
rs-row, rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100%!important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0;
}
rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0;
}
rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%!important;
    height: auto!important;
    white-space: normal!important;
}
rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%}
.rs-pelock * {
    pointer-events: none!important;
}
rs-column .rs-parallax-wrap, rs-column rs-loop-wrap, rs-column rs-mask-wrap {
    text-align: inherit;
}
rs-column rs-mask-wrap {
    display: inline-block;
}
rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap {
    position: relative!important;
    left: auto!important;
    top: auto!important;
    line-height: 0;
}
rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap, rs-column .rev_layer_in_column {
    vertical-align: top;
}
.rev_break_columns {
    display: block!important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block!important;
    width: 100%!important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden, .tp-forcenotvisible, .tp-hide-revslider, rs-row-wrap.rs-layer-hidden, rs-column-wrap.rs-layer-hidden, .rs-layer.rs-layer-hidden, .rs-layer-audio.rs-layer-hidden, .rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden!important;
    display: none!important;
}
rs-layer.rs-nointeraction, .rs-layer.rs-nointeraction {
    pointer-events: none!important;
}
rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
rs-static-layers.rs-stl-back {
    z-index: 0;
}
.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0;
}
.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0;
}
.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: 100%;
    top: 0;
}
.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: 100%;
    top: 0;
}
.tp-layer-inner-rotation {
    position: relative!important;
}
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}
.noFilterClass {
    filter: none!important;
}
rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}
.rs-layer.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.rs-layer.rs-fsv {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%}
.rs-layer.rs-fsv audio, .rs-layer.rs-fsv video, .rs-layer.rs-fsv iframe, .rs-layer.rs-fsv iframe audio, .rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%;
    display: none;
}
.fullcoveredvideo audio, .rs-fsv audio .fullcoveredvideo video, .rs-fsv video {
    background: #000;
}
.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videoisplaying .html5vid rs-poster {
    display: none;
}
.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px!important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out!important;
}
.rs-audio .tp-video-play-button {
    display: none!important;
}
.rs-layer .html5vid {
    width: 100%!important;
    height: 100%!important;
}
.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center!important;
    vertical-align: top;
    line-height: 50px!important;
    font-size: 30px!important;
}
.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
}
.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff!important;
    border-left: 5px solid #fff!important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px!important;
    margin-top: 5px!important;
}
.videoisplaying .revicon-right-dir {
    display: none;
}
.videoisplaying .tp-revstop {
    display: block;
}
.videoisplaying .tp-video-play-button {
    display: none;
}
.fullcoveredvideo .tp-video-play-button {
    display: none!important;
}
.rs-fsv .rs-fsv audio {
    object-fit: contain!important;
}
.rs-fsv .rs-fsv video {
    object-fit: contain!important;
}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none;
}
@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
    object-fit: cover!important;
}
.rs-fsv .fullcoveredvideo video {
    object-fit: cover!important;
}
}.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    z-index: 5;
}
.rs-nolc .tp-video-play-button, rs-bgvideo video::-webkit-media-controls-start-playback-button, rs-bgvideo video::-webkit-media-controls, rs-bgvideo audio::-webkit-media-controls {
    display: none!important;
}
.rs-audio .tp-video-controls {
    opacity: 1!important;
    visibility: visible!important;
}
rs-module h1.rs-layer, rs-module h2.rs-layer, rs-module h3.rs-layer, rs-module h4.rs-layer, rs-module h5.rs-layer, rs-module h6.rs-layer, rs-module div.rs-layer, rs-module span.rs-layer, rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
rs-module h1.rs-layer:before, rs-module h2.rs-layer:before, rs-module h3.rs-layer:before, rs-module h4.rs-layer:before, rs-module h5.rs-layer:before, rs-module h6.rs-layer:before {
    content: none;
}
rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none;
}
rs-sbg-wrap rs-dotted {
    z-index: 31;
}
rs-dotted.twoxtwo {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile.png);
}
rs-dotted.twoxtwowhite {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile_white.png);
}
rs-dotted.threexthree {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile_3x3.png);
}
rs-dotted.threexthreewhite {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1;
}
.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8);
}
.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg);
}
.tp-shadow2:after, .tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}
.tp-shadow5:before, .tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px;
}
.rev-btn, .rev-btn:visited {
    outline: none!important;
    box-shadow: none;
    text-decoration: none!important;
    box-sizing: border-box;
    cursor: pointer;
}
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
}
.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    margin-left: 0;
    line-height: inherit;
}
.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    opacity: 0;
    margin-left: 0px!important;
    width: 0px!important;
}
.rev-btn.rev-hiddenicon:hover i {
    opacity: 1!important;
    margin-left: 10px!important;
    width: auto!important;
}
.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat!important;
}
.rev-burger span:nth-child(2) {
    margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child, #dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2), #dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child, #dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2);
}
.rev-b-span-light span, .rev-burger.revb-white span {
    background: #fff;
}
.rev-burger.revb-whitenoborder {
    border: 0;
}
.rev-burger.revb-whitenoborder span {
    background: #fff;
}
.rev-burger.revb-darknoborder {
    border: 0;
}
.rev-b-span-dark span, .rev-burger.revb-darknoborder span {
    background: #333;
}
.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}
.rev-burger.revb-whitefull span {
    background: #333;
}
.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}
.rev-burger.revb-darkfull span {
    background: #fff;
}
@keyframes rev-ani-mouse {
    0% {
    opacity: 1;
    top: 29%}
15% {
    opacity: 1;
    top: 70%}
50% {
    opacity: 0;
    top: 70%}
100% {
    opacity: 0;
    top: 29%}
}.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
}
.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn>*:hover, .rev-scroll-btn>*:focus, .rev-scroll-btn>*.active {
    color: #fff;
}
.rev-scroll-btn>*:hover, .rev-scroll-btn>*:focus, .rev-scroll-btn>*:active, .rev-scroll-btn>*.active {
    opacity: .8;
}
.rev-scroll-btn.revs-fullwhite {
    background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}
.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none;
}
.rev-scroll-btn.revs-fulldark span {
    background: #fff;
}
.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
    border-color: #333;
}
.rev-scroll-btn.rev-b-span-dark span, .rev-scroll-btn.revs-dark span {
    background: #333;
}
.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
.rev-cbutton-dark-sr {
    border-radius: 3px;
}
.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75);
}
.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75);
}
.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}
.rev-sbutton-blue {
    background-color: #3B5998;
}
.rev-sbutton-lightblue {
    background-color: #00A0D1;
}
.rev-sbutton-red {
    background-color: #DD4B39;
}
rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%}
rs-progress-bar, .rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    vertical-align: top;
    line-height: 0;
    width: 100%;
    height: 100%}
rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%}
rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%}
rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rs-layer img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}
.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%}
.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block;
}
.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../../../plugins/revslider/public/assets/assets/coloredbg.png) repeat;
}
.rs-layer.slidelink a span {
    background: url(../../../plugins/revslider/public/assets/assets/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.rs-layer .rs-starring {
    display: inline-block;
}
.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321!important;
}
.rs-layer .rs-starring .star-rating, .rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em!important;
}
.rs-layer .rs-starring .star-rating:before, .rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em!important;
}
.rs-layer .rs-starring .star-rating span:before, .rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}
rs-loader.off {
    display: none!important;
}
rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../../../plugins/revslider/public/assets/assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
}
rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
}
rs-loader.spinner5 {
    background-image: url(../../../plugins/revslider/public/assets/assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}
@keyframes tp-rotateplane {
    0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
    0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
    opacity: 0;
}
}rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center;
}
rs-loader.spinner3 .bounce1, rs-loader.spinner3 .bounce2, rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
    animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
    animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
    0%, 80%, 100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1, rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1.0s;
}
@keyframes tp-rotate {
    100% {
    transform: rotate(360deg);
}
}@keyframes tp-bounce {
    0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}rs-layer iframe {
    visibility: hidden;
}
rs-layer.rs-ii-o iframe {
    visibility: visible;
}
rs-layer input[type="text"], rs-layer input[type="email"], rs-layer input[type="url"], rs-layer input[type="password"], rs-layer input[type="search"], rs-layer input[type="number"], rs-layer input[type="tel"], rs-layer input[type="range"], rs-layer input[type="date"], rs-layer input[type="month"], rs-layer input[type="week"], rs-layer input[type="time"], rs-layer input[type="datetime"], rs-layer input[type="datetime-local"] {
    display: inline-block;
}
rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit!important;
}
a.rs-layer {
    transition: none;
}
rs-thumbs-wrap, rs-tabs-wrap, rs-thumbs, rs-thumb, rs-tab, rs-bullet, rs-bullets, rs-navmask, rs-tabs, rs-arrow {
    display: block;
}
.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
}
.tp-tabs, .tp-thumbs, .tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tp-tab, .tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box;
}
.tp-arr-imgholder, rs-poster, .tp-thumb-image, .tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
rs-poster {
    cursor: pointer;
    z-index: 3;
}
.tp-tab:hover, .tp-tab.selected, .tp-thumb:hover, .tp-thumb.selected {
    opacity: 1;
}
.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box!important;
}
.tp-tabs, .tp-thumbs {
    box-sizing: content-box!important;
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: #fff;
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.tparrows:hover {
    background: #000;
}
.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.tparrows.tp-leftarrow:before {
    content: '\e824'}
.tparrows.tp-rightarrow:before {
    content: '\e825'}
.rs-layer [class^="pe-7s-"]:before, .rs-layer [class*=" pe-7s-"]:before {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit;
}
rs-pzimg-wrap {
    display: block;
}
body.rtl .rs-pzimg {
    left: 0!important;
}
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4);
}
.dddwrapper {
    transform-style: flat;
    perspective: 10000px;
}
.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #FFF;
}
.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #FFF;
}
.rs_error_message_button {
    color: #fff!important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none!important;
}
.rs_error_message_button:hover {
    background: #5e35b1;
}
.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}
.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px;
}
.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b!important;
}
.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}
.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
}
.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken;
}
.perpetua::after, .reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5;
}
.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
}
.reyes::after {
    background: #efcdad;
}
.gingham {
    filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken;
}
.toaster {
    filter: contrast(1.5) brightness(.9);
}
.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen;
}
.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}
.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3;
}
.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1);
}
.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
}
.earlybird {
    filter: contrast(.9) sepia(.2);
}
.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay;
}
.mayfair {
    filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
}
.lofi {
    filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply;
}
._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen;
}
.brooklyn {
    filter: contrast(.9) brightness(1.1);
}
.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay;
}
.xpro2 {
    filter: sepia(.3);
}
.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn;
}
.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten;
}
.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken;
}
.lark {
    filter: contrast(.9);
}
.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken;
}
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
}
.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light;
}
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
}
.clarendon {
    filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay;
}
.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9);
}
.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay;
}
.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color;
}
.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
}
.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6;
}
.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply;
}
._1977:after, ._1977:before, rs-pzimg-wrap.aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
    position: relative;
}
._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
    width: 100%;
    z-index: 1;
}
._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
    z-index: 2;
}
._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
    z-index: 3;
}
.slumber {
    filter: saturate(.66) brightness(1.05);
}
.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light;
}
.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten;
}
rs-pzimg-wrap.perpetua:before, rs-pzimg-wrap.perpetua:after, rs-pzimg-wrap.nashville:before, rs-pzimg-wrap.nashville:after, rs-pzimg-wrap.xpro2:before, rs-pzimg-wrap.xpro2:after, rs-pzimg-wrap._1977:after, rs-pzimg-wrap._1977:before, rs-pzimg-wrap.aden:after, rs-pzimg-wrap.aden:before, rs-pzimg-wrap.brooklyn:after, rs-pzimg-wrap.brooklyn:before, rs-pzimg-wrap.clarendon:after, rs-pzimg-wrap.clarendon:before, rs-pzimg-wrap.earlybird:after, rs-pzimg-wrap.earlybird:before, rs-pzimg-wrap.gingham:after, rs-pzimg-wrap.gingham:before, rs-pzimg-wrap.hudson:after, rs-pzimg-wrap.hudson:before, rs-pzimg-wrap.inkwell:after, rs-pzimg-wrap.inkwell:before, rs-pzimg-wrap.lark:after, rs-pzimg-wrap.lark:before, rs-pzimg-wrap.lofi:after, rs-pzimg-wrap.lofi:before, rs-pzimg-wrap.mayfair:after, rs-pzimg-wrap.mayfair:before, rs-pzimg-wrap.moon:after, rs-pzimg-wrap.moon:before, rs-pzimg-wrap.reyes:after, rs-pzimg-wrap.reyes:before, rs-pzimg-wrap.rise:after, rs-pzimg-wrap.rise:before, rs-pzimg-wrap.slumber:after, rs-pzimg-wrap.slumber:before, rs-pzimg-wrap.toaster:after, rs-pzimg-wrap.toaster:before, rs-pzimg-wrap.walden:after, rs-pzimg-wrap.walden:before, rs-pzimg-wrap.willow:after, rs-pzimg-wrap.willow:before, rs-pzimg-wrap:before, rs-pzimg-wrap:after {
    height: 500%;
    width: 500%}
rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite;
}
rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9;
}
@keyframes rs-revealer-6 {
    from {
    transform: rotate(0);
}
to {
    transform: rotate(360deg);
}
}@-webkit-keyframes rs-revealer-6 {
    from {
    -webkit-transform: rotate(0);
}
to {
    -webkit-transform: rotate(360deg);
}
}rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite;
}
@keyframes rs-revealer-7 {
    from {
    transform: rotate(0);
}
to {
    transform: rotate(360deg);
}
}@-webkit-keyframes rs-revealer-7 {
    from {
    -webkit-transform: rotate(0);
}
to {
    -webkit-transform: rotate(360deg);
}
}rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left;
}
rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite;
}
rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s;
}
@keyframes rs-revealer-8 {
    0% {
    transform: scale(0, 0);
    opacity: .5;
}
100% {
    transform: scale(1, 1);
    opacity: 0;
}
}@-webkit-keyframes rs-revealer-8 {
    0% {
    -webkit-transform: scale(0, 0);
    opacity: .5;
}
100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
}
}rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out;
}
rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes rs-revealer-9 {
    0%, 100% {
    -webkit-transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
}
}@keyframes rs-revealer-9 {
    0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
50% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
}
rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}
@-webkit-keyframes rs-revealer-10 {
    0%, 100%, 40% {
    -webkit-transform: scaleY(.4);
}
20% {
    -webkit-transform: scaleY(1);
}
}@keyframes rs-revealer-10 {
    0%, 100%, 40% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4);
}
20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%}
rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
@-webkit-keyframes rs-revealer-11 {
    0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}
35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
}
}@keyframes rs-revealer-11 {
    0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}
35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
}
}rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear;
}
@-webkit-keyframes rs-revealer-12 {
    0% {
    -webkit-transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
}
}@keyframes rs-revealer-12 {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%}
rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s;
}
@keyframes rs-revealer-13 {
    0%, 100% {
    transform: translate(0);
}
25% {
    transform: translate(160%);
}
50% {
    transform: translate(160%, 160%);
}
75% {
    transform: translate(0, 160%);
}
}@-webkit-keyframes rs-revealer-13 {
    0%, 100% {
    -webkit-transform: translate(0);
}
25% {
    -webkit-transform: translate(160%);
}
50% {
    -webkit-transform: translate(160%, 160%);
}
75% {
    -webkit-transform: translate(0, 160%);
}
}rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear;
}
rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite;
}
@-webkit-keyframes rs-revealer-14-1 {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@-webkit-keyframes rs-revealer-14-2 {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@-webkit-keyframes rs-revealer-14-3 {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@-webkit-keyframes rs-revealer-14-4 {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@keyframes rs-revealer-14-1 {
    0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
}
80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
}
100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@keyframes rs-revealer-14-2 {
    0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
}
80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
}
100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@keyframes rs-revealer-14-3 {
    0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
}
80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
}
100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}@keyframes rs-revealer-14-4 {
    0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
}
80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
}
100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
}
}rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%}
rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out;
}
rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}
@-webkit-keyframes rs-revealer-15 {
    25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
}
50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
}
75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
}
100% {
    -webkit-transform: rotate(-360deg);
}
}@keyframes rs-revealer-15 {
    25% {
    transform: translateX(30px) rotate(-90deg) scale(.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
}
50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
}
50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
}
75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
}
100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}
}.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden;
}
a, a:visited {
    text-decoration: underline;
}
}*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.htb-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .htb-container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .htb-container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .htb-container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .htb-container {
    max-width: 1200px;
}
}.htb-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.htb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.htb-col, .htb-col-1, .htb-col-10, .htb-col-11, .htb-col-12, .htb-col-2, .htb-col-3, .htb-col-4, .htb-col-5, .htb-col-6, .htb-col-7, .htb-col-8, .htb-col-9, .htb-col-auto, .htb-col-lg, .htb-col-lg-1, .htb-col-lg-10, .htb-col-lg-11, .htb-col-lg-12, .htb-col-lg-2, .htb-col-lg-3, .htb-col-lg-4, .htb-col-lg-5, .htb-col-lg-6, .htb-col-lg-7, .htb-col-lg-8, .htb-col-lg-9, .htb-col-lg-auto, .htb-col-md, .htb-col-md-1, .htb-col-md-10, .htb-col-md-11, .htb-col-md-12, .htb-col-md-2, .htb-col-md-3, .htb-col-md-4, .htb-col-md-5, .htb-col-md-6, .htb-col-md-7, .htb-col-md-8, .htb-col-md-9, .htb-col-md-auto, .htb-col-sm, .htb-col-sm-1, .htb-col-sm-10, .htb-col-sm-11, .htb-col-sm-12, .htb-col-sm-2, .htb-col-sm-3, .htb-col-sm-4, .htb-col-sm-5, .htb-col-sm-6, .htb-col-sm-7, .htb-col-sm-8, .htb-col-sm-9, .htb-col-sm-auto, .htb-col-xl, .htb-col-xl-1, .htb-col-xl-10, .htb-col-xl-11, .htb-col-xl-12, .htb-col-xl-2, .htb-col-xl-3, .htb-col-xl-4, .htb-col-xl-5, .htb-col-xl-6, .htb-col-xl-7, .htb-col-xl-8, .htb-col-xl-9, .htb-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.htb-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.htb-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.htb-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.htb-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.htb-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.htb-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.htb-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.htb-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.htb-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.htb-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.htb-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.htb-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.htb-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.htb-order-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-1 {
    margin-left: 8.333333%}
.htb-offset-2 {
    margin-left: 16.666667%}
.htb-offset-3 {
    margin-left: 25%}
.htb-offset-4 {
    margin-left: 33.333333%}
.htb-offset-5 {
    margin-left: 41.666667%}
.htb-offset-6 {
    margin-left: 50%}
.htb-offset-7 {
    margin-left: 58.333333%}
.htb-offset-8 {
    margin-left: 66.666667%}
.htb-offset-9 {
    margin-left: 75%}
.htb-offset-10 {
    margin-left: 83.333333%}
.htb-offset-11 {
    margin-left: 91.666667%}
@media (min-width:576px) {
    .htb-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.htb-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.htb-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.htb-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.htb-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.htb-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.htb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.htb-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.htb-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.htb-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.htb-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.htb-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.htb-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.htb-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-sm-0 {
    margin-left: 0;
}
.htb-offset-sm-1 {
    margin-left: 8.333333%}
.htb-offset-sm-2 {
    margin-left: 16.666667%}
.htb-offset-sm-3 {
    margin-left: 25%}
.htb-offset-sm-4 {
    margin-left: 33.333333%}
.htb-offset-sm-5 {
    margin-left: 41.666667%}
.htb-offset-sm-6 {
    margin-left: 50%}
.htb-offset-sm-7 {
    margin-left: 58.333333%}
.htb-offset-sm-8 {
    margin-left: 66.666667%}
.htb-offset-sm-9 {
    margin-left: 75%}
.htb-offset-sm-10 {
    margin-left: 83.333333%}
.htb-offset-sm-11 {
    margin-left: 91.666667%}
}@media (min-width:768px) {
    .htb-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.htb-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.htb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.htb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.htb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.htb-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.htb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.htb-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.htb-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.htb-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.htb-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.htb-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.htb-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.htb-order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-md-0 {
    margin-left: 0;
}
.htb-offset-md-1 {
    margin-left: 8.333333%}
.htb-offset-md-2 {
    margin-left: 16.666667%}
.htb-offset-md-3 {
    margin-left: 25%}
.htb-offset-md-4 {
    margin-left: 33.333333%}
.htb-offset-md-5 {
    margin-left: 41.666667%}
.htb-offset-md-6 {
    margin-left: 50%}
.htb-offset-md-7 {
    margin-left: 58.333333%}
.htb-offset-md-8 {
    margin-left: 66.666667%}
.htb-offset-md-9 {
    margin-left: 75%}
.htb-offset-md-10 {
    margin-left: 83.333333%}
.htb-offset-md-11 {
    margin-left: 91.666667%}
}@media (min-width:992px) {
    .htb-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.htb-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.htb-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.htb-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.htb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.htb-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.htb-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.htb-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.htb-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.htb-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.htb-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.htb-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.htb-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.htb-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-lg-0 {
    margin-left: 0;
}
.htb-offset-lg-1 {
    margin-left: 8.333333%}
.htb-offset-lg-2 {
    margin-left: 16.666667%}
.htb-offset-lg-3 {
    margin-left: 25%}
.htb-offset-lg-4 {
    margin-left: 33.333333%}
.htb-offset-lg-5 {
    margin-left: 41.666667%}
.htb-offset-lg-6 {
    margin-left: 50%}
.htb-offset-lg-7 {
    margin-left: 58.333333%}
.htb-offset-lg-8 {
    margin-left: 66.666667%}
.htb-offset-lg-9 {
    margin-left: 75%}
.htb-offset-lg-10 {
    margin-left: 83.333333%}
.htb-offset-lg-11 {
    margin-left: 91.666667%}
}@media (min-width:1200px) {
    .htb-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.htb-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.htb-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.htb-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.htb-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.htb-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.htb-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.htb-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.htb-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.htb-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.htb-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.htb-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.htb-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.htb-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-xl-0 {
    margin-left: 0;
}
.htb-offset-xl-1 {
    margin-left: 8.333333%}
.htb-offset-xl-2 {
    margin-left: 16.666667%}
.htb-offset-xl-3 {
    margin-left: 25%}
.htb-offset-xl-4 {
    margin-left: 33.333333%}
.htb-offset-xl-5 {
    margin-left: 41.666667%}
.htb-offset-xl-6 {
    margin-left: 50%}
.htb-offset-xl-7 {
    margin-left: 58.333333%}
.htb-offset-xl-8 {
    margin-left: 66.666667%}
.htb-offset-xl-9 {
    margin-left: 75%}
.htb-offset-xl-10 {
    margin-left: 83.333333%}
.htb-offset-xl-11 {
    margin-left: 91.666667%}
}.htb-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.htb-table td, .htb-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.htb-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
.htb-table tbody+tbody {
    border-top: 2px solid #e9ecef;
}
.htb-table .htb-table {
    background-color: #fff;
}
.htb-table-sm td, .htb-table-sm th {
    padding: .3rem;
}
.htb-table-bordered {
    border: 1px solid #e9ecef;
}
.htb-table-bordered td, .htb-table-bordered th {
    border: 1px solid #e9ecef;
}
.htb-table-bordered thead td, .htb-table-bordered thead th {
    border-bottom-width: 2px;
}
.htb-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.htb-table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table-primary, .htb-table-primary>td, .htb-table-primary>th {
    background-color: #b8daff;
}
.htb-table-hover .htb-table-primary:hover {
    background-color: #9fcdff;
}
.htb-table-hover .htb-table-primary:hover>td, .htb-table-hover .htb-table-primary:hover>th {
    background-color: #9fcdff;
}
.htb-table-secondary, .htb-table-secondary>td, .htb-table-secondary>th {
    background-color: #dddfe2;
}
.htb-table-hover .htb-table-secondary:hover {
    background-color: #cfd2d6;
}
.htb-table-hover .htb-table-secondary:hover>td, .htb-table-hover .htb-table-secondary:hover>th {
    background-color: #cfd2d6;
}
.htb-table-success, .htb-table-success>td, .htb-table-success>th {
    background-color: #c3e6cb;
}
.htb-table-hover .htb-table-success:hover {
    background-color: #b1dfbb;
}
.htb-table-hover .htb-table-success:hover>td, .htb-table-hover .htb-table-success:hover>th {
    background-color: #b1dfbb;
}
.htb-table-info, .htb-table-info>td, .htb-table-info>th {
    background-color: #bee5eb;
}
.htb-table-hover .htb-table-info:hover {
    background-color: #abdde5;
}
.htb-table-hover .htb-table-info:hover>td, .htb-table-hover .htb-table-info:hover>th {
    background-color: #abdde5;
}
.htb-table-warning, .htb-table-warning>td, .htb-table-warning>th {
    background-color: #ffeeba;
}
.htb-table-hover .htb-table-warning:hover {
    background-color: #ffe8a1;
}
.htb-table-hover .htb-table-warning:hover>td, .htb-table-hover .htb-table-warning:hover>th {
    background-color: #ffe8a1;
}
.htb-table-danger, .htb-table-danger>td, .htb-table-danger>th {
    background-color: #f5c6cb;
}
.htb-table-hover .htb-table-danger:hover {
    background-color: #f1b0b7;
}
.htb-table-hover .htb-table-danger:hover>td, .htb-table-hover .htb-table-danger:hover>th {
    background-color: #f1b0b7;
}
.htb-table-light, .htb-table-light>td, .htb-table-light>th {
    background-color: #fdfdfe;
}
.htb-table-hover .htb-table-light:hover {
    background-color: #ececf6;
}
.htb-table-hover .htb-table-light:hover>td, .htb-table-hover .htb-table-light:hover>th {
    background-color: #ececf6;
}
.htb-table-dark, .htb-table-dark>td, .htb-table-dark>th {
    background-color: #c6c8ca;
}
.htb-table-hover .htb-table-dark:hover {
    background-color: #b9bbbe;
}
.htb-table-hover .htb-table-dark:hover>td, .htb-table-hover .htb-table-dark:hover>th {
    background-color: #b9bbbe;
}
.htb-table-active, .htb-table-active>td, .htb-table-active>th {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover>td, .htb-table-hover .htb-table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table .htb-thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.htb-table .htb-thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.htb-table-dark {
    color: #fff;
    background-color: #212529;
}
.htb-table-dark td, .htb-table-dark th, .htb-table-dark thead th {
    border-color: #32383e;
}
.htb-table-dark.htb-table-bordered {
    border: 0;
}
.htb-table-dark.htb-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}
.htb-table-dark.htb-table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575px) {
    .htb-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-sm.htb-table-bordered {
    border: 0;
}
}@media (max-width:767px) {
    .htb-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-md.htb-table-bordered {
    border: 0;
}
}@media (max-width:991px) {
    .htb-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-lg.htb-table-bordered {
    border: 0;
}
}@media (max-width:1199px) {
    .htb-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-xl.htb-table-bordered {
    border: 0;
}
}.htb-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive.htb-table-bordered {
    border: 0;
}
.htb-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.htb-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.htb-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control:disabled, .htb-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.htb-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.htb-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.htb-form-control-file, .htb-form-control-range {
    display: block;
}
.htb-col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}
.htb-col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.htb-col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.htb-form-group {
    margin-bottom: 1rem;
}
.htb-form-text {
    display: block;
    margin-top: .25rem;
}
.htb-form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.htb-form-row>.htb-col, .htb-form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.htb-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.htb-btn:focus, .htb-btn:hover {
    text-decoration: none;
}
.htb-btn.htb-focus, .htb-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-btn.disabled, .htb-btn:disabled {
    opacity: .65;
}
.htb-btn:not([disabled]):not(.disabled).htb-active, .htb-btn:not([disabled]):not(.htb-disabled):active {
    background-image: none;
}
a.htb-btn.htb-disabled, fieldset[disabled] a.htb-htb-btn {
    pointer-events: none;
}
.htb-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.htb-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.htb-btn-primary.htb-focus, .htb-btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-primary.htb-disabled, .htb-btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
}
.htb-btn-primary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-primary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-primary.htb-dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.htb-btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.htb-btn-secondary.htb-focus, .htb-btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-secondary.htb-disabled, .htb-btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}
.htb-btn-secondary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-secondary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-secondary.htb-dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.htb-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.htb-btn-success.htb-focus, .htb-btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-success.htb-disabled, .htb-btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}
.htb-btn-success:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-success:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-success.htb-dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.htb-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.htb-btn-info.focus, .htb-btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-info.disabled, .htb-btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.htb-btn-info:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-info:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-info.htb-dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}
.htb-btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}
.htb-btn-warning.focus, .htb-btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-warning.disabled, .htb-btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}
.htb-btn-warning:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-warning:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-warning.htb-dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.htb-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.htb-btn-danger.focus, .htb-btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-danger.disabled, .htb-btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}
.htb-btn-danger:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-danger:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-danger.htb-dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.htb-modal.htb-fade {
    display: none;
}
.htb-modal.htb-fade.htb-show {
    display: block;
}
.htb-fade.htb-show {
    opacity: 1;
}
.htb-collapse {
    display: none;
}
.htb-collapse.htb-show {
    display: block;
}
.htb-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
tr.htb-collapse.htb-show {
    display: table-row;
}
tbody.htb-collapse.htb-show {
    display: table-row-group;
}
[data-toggle=buttons]>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn input[type=radio], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.htb-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.htb-nav-link {
    display: block;
    padding: .5rem 1rem;
}
.htb-nav-link:focus, .htb-nav-link:hover {
    text-decoration: none;
}
.htb-nav-link.htb-disabled {
    color: #868e96;
}
.htb-nav-tabs {
    border-bottom: 1px solid #ddd;
}
.htb-nav-tabs .htb-nav-item {
    margin-bottom: -1px;
}
.htb-nav-tabs .htb-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.htb-nav-tabs .htb-nav-link:focus, .htb-nav-tabs .htb-nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.htb-nav-tabs .htb-nav-link.htb-disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.htb-nav-tabs .htb-nav-item.show .htb-nav-link, .htb-nav-tabs .htb-nav-link.htb-active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.htb-nav-pills .htb-nav-link {
    border-radius: .25rem;
}
.htb-nav-pills .htb-nav-link.htb-active, .htb-nav-pills .show>.htb-nav-link {
    color: #fff;
    background-color: #007bff;
}
.htb-nav-fill .htb-nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.htb-nav-justified .htb-nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.htb-tab-content>.htb-tab-pane {
    display: none;
}
.htb-tab-content>.htb-active {
    display: block;
}
@media (min-width:576px) {
    .htb-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.htb-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.htb-progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.htb-progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff;
}
.htb-progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.htb-progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.htb-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
}@media (min-width:320px) {
    .htb-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.htb-close:focus, .htb-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
button.htb-close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.htb-modal-open {
    overflow: hidden;
}
.htb-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.htb-modal.htb-fade .htb-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.htb-modal.htb-show .htb-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.htb-modal-open .htb-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.htb-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}
.htb-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.htb-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.htb-modal-backdrop.htb-fade {
    opacity: 0;
}
.htb-modal-backdrop.htb-show {
    opacity: .5;
}
.htb-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.htb-modal-header .htb-close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}
.htb-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.htb-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.htb-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.htb-modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
.htb-modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
.htb-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.htb-modal-dialog {
    max-width: 500px;
    margin: 30px auto;
}
.htb-modal-sm {
    max-width: 300px;
}
}@media (min-width:992px) {
    .htb-modal-lg {
    max-width: 800px;
}
}.htb-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.htb-tooltip.htb-show {
    opacity: .9;
}
.htb-tooltip .htb-arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
}
.htb-tooltip .htb-arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top], .htb-tooltip.bs-tooltip-top {
    padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow, .htb-tooltip.bs-tooltip-top .htb-arrow {
    bottom: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow::before, .htb-tooltip.bs-tooltip-top .htb-arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right], .htb-tooltip.bs-tooltip-right {
    padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow, .htb-tooltip.bs-tooltip-right .htb-arrow {
    left: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow::before, .htb-tooltip.bs-tooltip-right .htb-arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom], .htb-tooltip.bs-tooltip-bottom {
    padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow, .htb-tooltip.bs-tooltip-bottom .htb-arrow {
    top: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow::before, .htb-tooltip.bs-tooltip-bottom .htb-arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left], .htb-tooltip.bs-tooltip-left {
    padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow, .htb-tooltip.bs-tooltip-left .htb-arrow {
    right: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow::before, .htb-tooltip.bs-tooltip-left .htb-arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.htb-tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.htb-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
.htb-popover .htb-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.htb-popover .htb-arrow::after, .htb-popover .htb-arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.htb-popover .htb-arrow::before {
    content: "";
    border-width: .8rem;
}
.htb-popover .htb-arrow::after {
    content: "";
    border-width: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top], .htb-popover.htb-bs-popover-top {
    margin-bottom: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow, .htb-popover.htb-bs-popover-top .htb-arrow {
    bottom: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::before {
    border-bottom-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::before {
    bottom: -.8rem;
    margin-left: -.8rem;
    border-top-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -.8rem;
    border-top-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right], .htb-popover.htb-bs-popover-right {
    margin-left: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow, .htb-popover.htb-bs-popover-right .htb-arrow {
    left: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::before {
    margin-top: -.8rem;
    border-left-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::before {
    left: -.8rem;
    border-right-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom], .htb-popover.htb-bs-popover-bottom {
    margin-top: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow, .htb-popover.htb-bs-popover-bottom .htb-arrow {
    top: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
    margin-left: -.8rem;
    border-top-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
    top: -.8rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-popover-header::before, .htb-popover.htb-bs-popover-bottom .htb-popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left], .htb-popover.htb-bs-popover-left {
    margin-right: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow, .htb-popover.htb-bs-popover-left .htb-arrow {
    right: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::before {
    margin-top: -.8rem;
    border-right-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::before {
    right: -.8rem;
    border-left-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::after {
    right: calc((.8rem - 1px) * -1);
    border-left-color: #fff;
}
.htb-popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.htb-popover-header:empty {
    display: none;
}
.htb-popover-body {
    padding: .5rem .75rem;
    color: #212529;
}
.htb-float-left {
    float: left!important;
}
.htb-float-right {
    float: right!important;
}
.htb-float-none {
    float: none!important;
}
.htb-visible {
    visibility: visible!important;
}
.htb-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.htb-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .htb-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
}.htb-justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.htb-justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.htb-justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.htb-justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.htb-justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.htb-align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.htb-align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.htb-align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.htb-align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.htb-align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.htb-align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.htb-align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.htb-align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.htb-align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.htb-align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.htb-align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.htb-align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.htb-align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.htb-align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.htb-align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.htb-align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.htb-align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.htb-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.htb-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.htb-btn-outline-primary.focus, .htb-btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-outline-primary.disabled, .htb-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.htb-btn-outline-primary:not([disabled]):not(.disabled).active, .htb-btn-outline-primary:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
.htb-btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.htb-btn-outline-secondary.focus, .htb-btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-outline-secondary.disabled, .htb-btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
.htb-btn-outline-secondary:not([disabled]):not(.disabled).active, .htb-btn-outline-secondary:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.htb-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.htb-btn-outline-success.focus, .htb-btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-outline-success.disabled, .htb-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.htb-btn-outline-success:not([disabled]):not(.disabled).active, .htb-btn-outline-success:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.htb-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.htb-btn-outline-info.focus, .htb-btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-outline-info.disabled, .htb-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.htb-btn-outline-info:not([disabled]):not(.disabled).active, .htb-btn-outline-info:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.htb-btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.htb-btn-outline-warning.focus, .htb-btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-outline-warning.disabled, .htb-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.htb-btn-outline-warning:not([disabled]):not(.disabled).active, .htb-btn-outline-warning:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.htb-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.htb-btn-outline-danger.focus, .htb-btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-outline-danger.disabled, .htb-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.htb-btn-outline-danger:not([disabled]):not(.disabled).active, .htb-btn-outline-danger:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.htb-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.htb-btn-outline-light.focus, .htb-btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.htb-btn-outline-light.disabled, .htb-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.htb-btn-outline-light:not([disabled]):not(.disabled).active, .htb-btn-outline-light:not([disabled]):not(.disabled):active, .show>.htb-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.htb-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.htb-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.htb-btn-outline-dark.focus, .htb-btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.htb-btn-outline-dark.disabled, .htb-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active, .htb-btn-outline-dark:not([disabled]):not(.disabled):active, .htb-show>.htb-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.htb-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.htb-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.htb-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.htmega-section-title svg {
    width: 20px;
}
.htmega-section-title .section-title-txt {
    color: #23252a;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.htmega-section-title .section-subtitle-txt {
    color: #494849;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
    font-weight: 400;
}
.htmega-section-title span.htmega-title-sperator {
    background-color: #383838;
    display: inline-block;
    height: 3px;
    margin-bottom: 13px;
    margin-top: 30px;
    position: relative;
    width: 50px;
}
.htmega-section-title.title-style-three span.htmega-title-sperator::before {
    background-color: #383838;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: -13px;
    margin-bottom: 13px;
    margin-top: 25px;
    position: absolute;
    width: 50px;
}
.htmega-title-align-left .htmega-section-title.title-style-three span.htmega-title-sperator::before, .htmega-title-align-justify .htmega-section-title.title-style-three span.htmega-title-sperator::before {
    left: 13px;
}
.htmega-section-title.htmega-subtitle-position-top {
    display: flex;
    flex-direction: column;
}
.htmega-section-title.htmega-subtitle-position-top .section-title-txt {
    order: 2;
}
.htmega-section-title.htmega-subtitle-position-top .section-subtitle-txt {
    order: 1;
}
.htmega-section-title.htmega-subtitle-position-top img {
    order: 3;
}
.htmega-section-title.htmega-subtitle-position-top i {
    order: 3;
}
.htmega-section-title img {
    margin: auto;
}
.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec {
    order: 4;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four .htmega-title-sperator-sec {
    order: 2;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four .section-title-txt {
    order: 3;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four span.htmega-title-sperator {
    margin-top: 8px;
}
.title-style-two .htmega-title-sperator-sec, .title-style-five .htmega-title-sperator-sec {
    display: none;
}
.title-style-two .section-title-txt {
    padding: 0 10.5%;
    position: relative;
}
.title-style-two .section-title-txt::before, .title-style-two .section-title-txt::after {
    background: #412e51 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100px;
}
.title-style-two .section-title-txt::after {
    right: 0;
    top: 50%;
    left: auto;
}
.title-style-two .section-title-txt {
    margin-right: auto!important;
    margin-left: auto!important;
}
.section-advancetitle-txt {
    color: #f1f1f1;
    font-size: 80px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}
.htmega-title-sperator-sec {
    line-height: 1;
}
.htmega-button .htb-btn:focus, .htmega-button .htb-btn:active {
    box-shadow: none!important;
}
.htmega-button .htb-btn-outline-light {
    border-color: #c8c8c8;
    color: #c8c8c8;
}
.htmega-button {
    display: inline-block;
}
.htmega-button .htmega-btn-effect-5, .htmega-button .htmega-btn-effect-6, .htmega-button .htmega-btn-effect-10 {
    overflow: hidden;
}
.htmega_button_icon {
    display: inline-block;
}
.htmega_button_icon svg {
    width: 20px;
}
.htmega-button .htb-btn {
    border-radius: 0;
    position: relative;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.button-align-icon-left span.htmega_button_icon {
    float: left;
}
.button-align-icon-left span.htmega_button_txt {
    float: right;
}
.button-align-icon-right span.htmega_button_icon {
    float: right;
}
.button-align-icon-right span.htmega_button_txt {
    float: left;
}
.button-align-icon-top span.htmega_button_icon, .button-align-icon-bottom span.htmega_button_icon {
    display: block;
}
.button-align-icon-top span.htmega_button_txt, .button-align-icon-bottom span.htmega_button_txt {
    display: block;
}
.button-align-icon-top a.htb-btn {
    display: flex;
    flex-flow: column-reverse nowrap;
}
.htmega-btn-size-xl {
    padding: 35px 50px!important;
}
.htmega-btn-size-lg {
    padding: 25px 50px!important;
}
.htmega-btn-size-md {
    padding: 16px 43px!important;
}
.htmega-btn-size-sm {
    padding: 8px 40px!important;
}
.htmega-btn-size-xs {
    padding: 3px 10px!important;
}
.htmega-btn-style-2 .htb-btn::after {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, background-color;
    transition-timing-function: cubic-bezier(.25, 0, .3, 1);
    width: 100%;
    z-index: -1;
    background-color: #ff6b6b;
    border-radius: 30px;
    transform: scale3d(.7, .7, 1);
}
.htmega-btn-effect-1 {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    z-index: 1;
}
.htmega-btn-effect-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #623687;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    z-index: -1;
}
.htmega-btn-effect-1:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.htmega-btn-effect-2 {
    z-index: 1;
    overflow: hidden;
}
.htmega-btn-effect-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #623687;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    z-index: -1;
}
.htmega-btn-effect-2:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}
.htmega-btn-effect-3 {
    z-index: 1;
    color: #fff;
}
.htmega-btn-effect-3::before, .htmega-btn-effect-3::after {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.25, 0, .3, 1);
    transition-timing-function: cubic-bezier(.25, 0, .3, 1);
    z-index: -1;
}
.htmega-btn-effect-3::before {
    border: 2px solid #623687;
    -webkit-transform: scale3d(.7, .7, 1);
    transform: scale3d(.7, .7, 1);
}
.htmega-btn-effect-3::after {
    background: #18012c;
}
.htmega-btn-effect-3:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.htmega-btn-effect-3:hover::after {
    background-color: #623687;
    -webkit-transform: scale3d(.7, .7, 1);
    transform: scale3d(.7, .7, 1);
}
.htmega-btn-effect-4::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    z-index: -1;
    opacity: .4;
    -webkit-transform: scale3d(.8, .5, 1);
    transform: scale3d(.8, .5, 1);
}
.htmega-btn-effect-4:hover::before {
    -webkit-animation: np-btn--2 0.3s 0.3s forwards;
    animation: np-btn--2 0.3s 0.3s forwards;
}
.htmega-btn-effect-4:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #ECEFF1;
    background-color: #623687!important;
    -webkit-animation: np-btn--1 0.3s forwards;
    animation: np-btn--1 0.3s forwards;
}
.htmega-btn-effect-5::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #623687;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
}
.htmega-btn-effect-5:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.htmega-btn-effect-6::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #623687;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    right: 100%}
.htmega-btn-effect-6:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.htmega-btn-effect-7::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #e09d8b;
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #fff;
}
.htmega-btn-effect-7:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.htmega-btn-effect-8::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #45b29d;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-8:hover::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.htmega-btn-effect-9::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-9:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}
.htmega-btn-effect-10::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-10:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.htmega-btn-effect-11::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-11:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.htmega-btn-effect-12::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #d82f4e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-12:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}
.htmega-btn-effect-13::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-13:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}
.htmega-btn-effect-14::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.htmega-btn-effect-14:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}
.htmega-btn-shadow-1 .htb-btn::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}
.htmega-btn-shadow-1 .htb-btn:hover::before {
    opacity: 1;
    transform: translateY(5px);
}
.htmega-btn-shadow-2 .htb-btn::before, .htmega-btn-shadow-2 .htb-btn::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition-duration: 0.3s;
    transition-property: opacity;
    width: 100%}
.htmega-btn-shadow-2 .htb-btn::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    bottom: 100%}
.htmega-btn-shadow-2 .htb-btn::after {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    top: 100%}
.htmega-btn-shadow-2 .htb-btn:hover::before, .htmega-btn-shadow-2 .htb-btn:hover::after {
    opacity: 1;
}
.single_accourdion {
    margin-bottom: 15px;
}
.single_accourdion:last-child {
    margin-bottom: 0!important;
}
.accordion-content {
    border: 1px solid #ddd;
    padding: 15px;
}
.htmega-items-hedding {
    background: #e6e6e6 none repeat scroll 0 0;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    margin: 0;
}
.htmega-accourdion-title h2 {
    font-size: 16px;
    font-weight: 600;
}
.htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
.htmega-accourdion-title .htmega-items-hedding .close-accourdion {
    opacity: 1;
    visibility: visible;
}
.htmega-accourdion-title .htmega-items-hedding .open-accourdion {
    opacity: 0;
    visibility: hidden;
}
.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion {
    opacity: 1;
    visibility: visible;
}
.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion {
    opacity: 0;
    visibility: hidden;
}
.htmega-icon-align-left .htmega-items-hedding {
    padding-left: 40px;
}
.htmega-icon-align-left .accourdion-icon {
    left: 0;
    right: 0;
}
.htmega-icon-align-right .htmega-items-hedding {
    padding-right: 40px;
}
.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}
.gallery-wrap .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
}
.gallery-wrap .item:hover {
    flex: 7;
}
ul.accordion--4 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center!important;
    justify-content: center;
}
ul.accordion--4 li {
    width: 115px;
    height: 480px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 1px 3px 15px #555;
}
ul.accordion--4 li.bleft {
    border-left: 2px solid #fff;
}
ul.accordion--4 li .heading {
    background-color: #fff;
    padding: 10px;
    margin-top: 60px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #18012c;
}
ul.accordion--4 li .description {
    position: absolute;
    height: 175px;
    bottom: 60px;
    left: 0;
    display: none;
    width: 100%}
ul.accordion--4 li .description h2 {
    color: #18012c;
    font-size: 30px;
}
ul.accordion--4 li .description p {
    margin: 10px 22px;
    font-size: 14px;
    line-height: 28px;
    color: #18012c;
}
ul.accordion--4 li .description a {
    position: absolute;
    bottom: 5px;
    left: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
}
ul.accordion--4 li .description a:hover {
    color: #333;
    text-decoration: underline;
}
ul.accordion--4 li .bgDescription {
    background: transparent url(../../../plugins/ht-mega-for-elementor/assets/css/img/gallery/bgDescription.png) repeat-x top left;
    height: 340px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
.accordion--4 .accordion-content, .accordion--5 .accordion-content {
    border: 0;
}
.accor_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}
.accordion--5 {
    position: relative;
    margin: 0 auto 0 auto;
}
.accordion--5 .single_accordion {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}
.accordion--5 .single_accordion::before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
}
.accordion--5 .single_accordion .va-title {
    text-transform: uppercase;
    font-size: 40px;
    margin-left: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
}
.accordion--5 .single_accordion .va-title div {
    font-size: 22px;
    font-style: italic;
    font-family: Georgia, serif;
}
.accordion--5 .single_accordion .va-content {
    display: none;
    margin-left: 0;
    padding: 0 23%;
    margin-top: -36px;
}
.accordion--5 .single_accordion .va-content div {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.accor_wrapper .single_accordion {
    background: #000 url(../../../plugins/ht-mega-for-elementor/assets/css/img/gallery/gallery-e1.jpg) no-repeat center center;
    background-size: cover;
}
.htmega-single-skill {
    overflow: hidden;
    padding-bottom: 23px;
}
.htmega-single-skill .htb-progress-bar {
    border-radius: 3px;
    position: relative;
}
.htmega-single-skill .htb-progress {
    overflow: visible;
    height: 6px;
    border-radius: 3px;
}
.htmega-single-skill .htb-progress span.percent-label {
    position: absolute;
    right: 0;
    top: -39px;
}
.htmega-progress-value-inner .htb-progress span.percent-label {
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-single-skill p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    display: inline-block;
}
.htmega-progressbar-value-bottom .htb-progress span.percent-label::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #18012c;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0;
}
.htmega-progress-indicator .htb-progress .htb-progress-bar::after {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #18012c;
    border-radius: 100%;
    content: "";
    height: 24px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}
.htmega-single-skill.htmega-progress-bar-vertical {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}
.htmega-progress-bar-vertical {
    position: relative;
    padding-top: 41px;
}
.htmega-progress-bar-vertical .htb-progress {
    width: 100%;
    padding-top: 40px;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    background: transparent;
    overflow: hidden;
}
.htmega-progress-bar-vertical .htb-progress .htb-progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}
.htmega-progress-bar-vertical.htmega-single-skill p.htmega_progress_title {
    order: 1;
}
.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label {
    left: 50%;
    position: absolute;
    top: -36px;
    transform: translateX(-50%);
    right: auto;
}
.radial-progress-single {
    text-align: center;
}
.radial-progress-single .radial-progress {
    position: relative;
}
.radial-progress-single .radial-progress span {
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    top: -55%;
    transform: translateX(-50%) translateY(0);
    color: #383838;
    font-size: 30px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.radial-progress-single.htmega-progress-value-inner .radial-progress span {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.radial-progress-single h5.radial-progress-title {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 11px;
    font-family: "Montserrat", sans-serif;
}
.radial-progress-single canvas {
    vertical-align: middle;
    position: relative;
}
.radial-progressbg {
    display: inline-block;
    position: relative;
}
.htmega-countbox {
    text-align: center;
}
.htmega-countbox .ht-count {
    display: inline-block;
    position: relative;
    margin: 0 22px;
    line-height: 1;
}
.htmega-countbox .ht-count::before {
    position: absolute;
    content: ":";
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    color: #5e5b60;
    font-size: 55px;
}
.htmega-countbox .ht-count:last-child::before {
    display: none;
}
span.ht-count {
    padding: 28px 0;
    border: 2px solid #18012c;
    border-radius: 10px;
    width: 139px;
    text-align: center;
}
.htmega-countbox span.time-count {
    color: #242424;
    font-size: 36px;
    font-weight: 500;
    display: block;
    padding-bottom: 27px;
    margin-bottom: 27px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.htmega-countbox span.time-count::before {
    background-image: linear-gradient(to right, rgba(82, 65, 97, 0), rgba(82, 65, 97, .8) 40%, rgba(82, 65, 97, .8) 60%, rgba(82, 65, 97, 0));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 84% auto;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%}
.htmega-countbox span span.count-inner p {
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.htmega-timer-separate-no .htmega-countbox span.time-count::before, .htmega-separate-no .htmega-countbox .ht-count::before {
    display: none;
}
.htmega-countdown-style-2 .ht-count .count-inner .time-count, .htmega-countdown-style-2 .ht-count .count-inner p {
    display: inline-block;
}
.htmega-countdown-style-2 span.ht-count, .htmega-countdown-style-3 span.ht-count {
    width: auto!important;
    height: auto!important;
}
.htmega-countdown-style-3 .ht-count.second {
    left: 48.5%;
    margin: 0;
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
}
.htmega-countdown-style-3 .ht-count.second p, .htmega-countdown-style-3 .htmega-countbox .ht-count.minutes::before {
    display: none;
}
.htmega-countdown-style-3 .ht-count::before {
    right: -26px;
    top: 21%;
    transform: inherit;
}
.htmega-hide-lavel .htmega-countbox .ht-count::before {
    right: -26px;
    top: 36%}
.htmega_event_button a {
    line-height: 1;
    margin-top: 30px;
    padding: 15px 30px;
    text-decoration: none;
}
.htmega_event_button a i {
    margin-right: 10px;
}
.htmega-team {
    margin-top: 30px;
}
.htmega-team .htmega-thumb {
    position: relative;
    overflow: hidden;
}
.htmega-team {
    position: relative;
}
.htmega-team .htmega-team-content {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    border: 1px solid #dcd9d9;
    padding: 30px 20px;
}
.htmega-team .htmega-team-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.htmega-team .htmega-team-content h4 {
    color: #343434;
    transition: 0.5s;
}
.htmega-team .htmega-team-content p {
    margin: 0;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
}
.htmega-team-style-1 .htmega-team-hover-action {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: -100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%}
.htmega-team .htmega-team-hover-action .htmega-team-hover p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0 23px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
    margin-bottom: 7px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}
.htmega-team-style-1:hover .htmega-team-hover-action {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
    background: rgba(24, 1, 44, .6);
}
.htmega-team:hover .htmega-team-hover-action .htmega-team-hover p, .htmega-team:hover .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}
.htmega-team-style-1::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #18012c;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.htmega-team-style-1:hover::before {
    width: 100%}
.htmega-team .htmega-thumb img {
    transition: all 0.4s ease 0s;
    width: 100%}
.htmega-team-style-2 .htmega-thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}
.htmega-team-style-2:hover .htmega-thumb img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.htmega-team-style-2 .htmega-team-hover-action {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
}
.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action {
    text-align: center;
    padding: 25px 0;
    background-color: rgba(115, 146, 184, .7);
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
    color: #fff;
}
.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action {
    background-color: #18012c;
}
.htmega-team-style-2 .htmega-team-hover-action {
    background-color: transparent!important;
}
.htmega-team-style-2:hover .htmega-team-hover-action .htmega-hover-action {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(45deg);
    -moz-transform: translate(0, -10px) rotate(45deg);
    -o-transform: translate(0, -10px) rotate(45deg);
    -ms-transform: translate(0, -10px) rotate(45deg);
    transform: translate(0, -10px) rotate(0deg);
}
.htmega-team-style-3 .htmega-thumb {
    padding-bottom: 80px;
    position: relative;
}
.htmega-team-style-3 .plus_click {
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
}
.htmega-team-style-3 .plus_click::before {
    content: "\f067";
    font-family: Fontawesome;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    color: #fff;
    background: #555;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    z-index: 2;
    cursor: pointer;
    transition: 0.5s;
    line-height: 27px;
}
.htmega-team-style-3 .plus_click.team-minus::before {
    content: "\f068";
    background: #18012c;
}
.htmega-team-style-3 .htmega-team-click-action {
    background: #343434;
    text-align: center;
    border-radius: 50px 50px 0 0;
    padding-top: 28px;
    padding-bottom: 20px;
    transition: 0.5s;
    width: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: -58px;
}
.htmega-team-style-3 .htmega-team-click-action.visible {
    margin-bottom: 0;
    background: #18012c;
}
.htmega-team-style-3 .htmega-team-click-action h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.htmega-team-style-3 .htmega-team-click-action h4 {
    color: #fff;
}
.htmega-team-style-3 .htmega-team-click-action span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
}
.htmega-team-style-3 .htmega-team-click-action .htmega-social-network {
    margin-bottom: 9px;
}
.htmega-team ul.htmega-social-network {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.htmega-social-network {
    margin-bottom: 8px;
}
.htmega-social-network li {
    margin: 0 10px;
    display: inline-block;
}
.htmega-social-network li a {
    color: #fff;
    font-size: 14px;
    display: block;
    background: transparent;
    line-height: 1;
}
.htmega-social-network li a svg {
    width: 20px;
}
.htmega-social-network li a:hover {
    color: #3B5998;
    background: transparent;
}
.htmega-team-style-3 .htmega-social-network li a {
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
}
.htmega-team-style-4 {
    text-align: center;
}
.htmega-team-style-4 .htmega-thumb {
    overflow: visible;
    display: inline-block;
}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-left img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-right img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-top img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-bottom img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%}
.htmega-team-style-4 .htmega-team-hover-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center;
}
.htmega-team-style-4 .htmega-team-hover-action::before {
    position: absolute;
    content: "";
    background: #18012c;
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action::before {
    background: rgba(24, 1, 44, .5) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: auto;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
}
.htmega-thumb.htmega-team-image-hover-none {
    overflow: hidden;
}
.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.htmega-team-style-4 .htmega-team-image-hover-none ul.htmega-social-network {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4, .htmega-team-style-4:hover .htmega-team-image-hover-none ul.htmega-social-network {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action::before {
    opacity: 1;
}
.htmega-team-style-4.htmega-team:hover .htmega-team-image-hover-none .htmega-team-hover-action {
    background-color: transparent;
}
.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 500;
}
.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
    color: #fff;
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-left img {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-right img {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 12;
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-top img {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -moz-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    -o-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-bottom img {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -moz-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    -o-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}
.htmega-team-style-5 .htmega-thumb img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.htmega-team-style-5 .htmega-team-hover-action {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 a {
    color: #343434;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
    font-size: 16px;
    display: block;
    color: #343434;
    margin-bottom: 12px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
    line-height: 26px;
    color: #494849;
    font-size: 14px;
    margin-bottom: 16px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
    justify-content: flex-start;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li:first-child {
    margin-left: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4, .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span, .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network, .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}
.htmega-team-style-5:hover .htmega-team-hover-action {
    opacity: 1;
    background-color: #fff;
}
.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action h4, .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network, .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action p, .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.htmega-team-style-5:hover .htmega-thumb img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}
.htmega-team.htmega-team-style-5 ul.htmega-social-network {
    padding: 0;
}
.htmega-team-style-6 {
    overflow: hidden;
}
.htmega-team-style-6 .htmega-thumb img {
    transition: 0.5s;
}
.htmega-team-style-6:hover .htmega-thumb img {
    transform: scale(1.2) rotate(10deg);
}
.htmega-team-style-6 .htmega-team-info {
    background: #f4f4f4;
    text-align: center;
    transition: 0.4s;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content {
    padding: 26px 18px;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content p {
    font-size: 14px;
    line-height: 28px;
    color: #494849;
    margin: 0;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content h4 {
    color: #343434;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content span {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}
.htmega-team-style-6 .htmega-team-info .htmega-social-network {
    padding: 14px 0;
    border-top: 2px solid #fff;
}
.htmega-team.htmega-team-style-6 .htmega-team-content {
    border: none;
}
.htmega-team-style-7 {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.htmega-team-style-7 .htmega-thumb a img {
    transition: 0.5s;
}
.htmega-team-style-7 .htmega-team-hover-action {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.htmega-team-style-7 .htmega-team-hover-action {
    background-color: transparent!important;
}
.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
    -webkit-transition: all 0.5s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 0.5s cubic-bezier(.68, -.55, .265, 1.55);
}
.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
    -webkit-transition: all 0.5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: scale(.1);
    transition: all 0.5s cubic-bezier(.68, -.55, .265, 1.55);
    transform: scale(.1);
    opacity: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
}
.htmega-team-style-7:hover .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
    opacity: 1;
    transform: scale(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.htmega-team-style-7 .htmega-team-content {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
}
.htmega-team-style-7 .htmega-team-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.htmega-team-style-7 .htmega-team-content h4 {
    color: #343434;
}
.htmega-team-style-7 .htmega-team-content h4:hover {
    color: #18012c;
}
.htmega-team-style-7 .htmega-team-content span {
    color: #343434;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.htmega-team-style-7:hover .htmega-thumb img {
    transform: scale(1.2) rotate(10deg);
}
.htmega-features svg {
    width: 20px;
    display: inline-block;
}
.htmega-pricing-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
}
.htmega-pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.htmega-pricing-panel .pricing_old {
    margin-right: 15px;
}
.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_old {
    padding-left: 16px;
    position: relative;
}
.htmega-features li i {
    margin-right: 8px;
}
.htmega-pricing-style-1 {
    background: #365a73;
    margin-top: 30px;
    border-radius: 10px;
    padding-bottom: 40px;
}
.htmega-pricing-style-1 .htmega-pricing-heading {
    padding-top: 65px;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    margin-bottom: 37px;
    border-radius: 10px 10px 0 0;
}
.htmega-pricing-style-1 .htmega-pricing-heading .title {
    position: absolute;
    left: -7px;
    transform: rotate(-90deg);
    top: 39px;
}
.htmega-pricing-style-1 .htmega-pricing-heading .title h2 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background-image: -webkit-linear-gradient(left, #446c83, #4eb8bf);
    background-image: linear-gradient(left, #446c83, #4eb8bf);
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    width: 125px;
    text-align: center;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price {
    display: inline-block;
    padding-left: 35px;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_new {
    font-size: 40px;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 sub {
    position: absolute;
    left: 0;
    top: 23px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_old sub {
    position: static;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.separator {
    margin-right: -5px;
}
.htmega-pricing-style-1 .htmega-pricing-body {
    margin-bottom: 37px;
}
.htmega-pricing-style-1 .htmega-pricing-body ul li {
    color: #f1f1f1;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 0;
}
a.price_btn {
    text-decoration: none;
}
.htmega-pricing-style-1 a.price_btn {
    border: 1px solid #4fbfc5;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
}
.htmega-pricing-style-1 a.price_btn:hover {
    background: #4ebec4;
    color: #fff;
    border: 1px solid #4ebec4;
}
.htmega-pricing-style-2 {
    background: #fff;
    border-radius: 10px;
    padding: 55px 0;
}
.htmega-pricing-heighlight {
    padding: 70px 0;
    box-shadow: 0 0 30px rgba(82, 182, 188, .25);
    position: relative;
    z-index: 2;
}
.htmega-pricing-style-2 .htmega-pricing-heading {
    margin-bottom: 10px;
}
.htmega-pricing-style-2 .htmega-pricing-heading .icon {
    margin-bottom: 20px;
}
.htmega-pricing-style-2 .htmega-pricing-heading .title h2 {
    margin-bottom: 14px;
    margin-bottom: 28px;
}
.htmega-pricing-style-2 .htmega-pricing-heading .price h4 {
    color: #52b6bc;
    font-weight: 400;
    position: relative;
    font-size: 30px;
    margin: 0;
    font-family: 'Lora', serif;
    display: inline-block;
}
.htmega-pricing-style-2 .htmega-pricing-heading .price h4 sub {
    position: absolute;
    left: 0;
    top: 16px;
}
.htmega-pricing-style-2 .htmega-pricing-body {
    margin-bottom: 27px;
}
.htmega-pricing-style-2 .htmega-pricing-body ul li {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 0;
}
.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn {
    border: 2px solid #52b6bc;
    display: inline-block;
    padding: 0 32px;
    color: #52b6bc;
    border-radius: 21px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.5s;
}
.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn:hover {
    background: #52b6bc;
    color: #fff;
    border: 2px solid #52b6bc;
}
.htmega-pricing-style-3 {
    background: #ef476f;
    padding-bottom: 60px;
    margin-top: 88px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.htmega-pricing-style-3 .htmega-pricing-heading .price {
    width: 125px;
    height: 127px;
    background: #ef476f;
    border: 4px solid #fff;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -63px;
    margin-bottom: 37px;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-style-3 .htmega-pricing-heading .price h4 {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_old {
    padding: 0;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 sub {
    font-size: 20px;
    position: relative;
    top: -17px;
    left: 0;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span {
    font-size: 15px;
    font-weight: 500;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.separator {
    margin-left: -9PX;
    margin-right: -10px;
}
.htmega-pricing-style-3 .htmega-pricing-heading .title {
    margin-bottom: 41px;
}
.htmega-pricing-style-3 .htmega-pricing-heading .title h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-3 .htmega-pricing-body ul li {
    color: #fff;
    font-size: 17px;
    padding: 5px 0;
    font-family: "Poppins", sans-serif;
}
.htmega-pricing-style-3 .htmega-pricing-footer {
    margin-top: 48px;
}
.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn {
    height: 40px;
    padding: 0 43px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    font-size: 15px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.htmega-pricing-style-4 {
    background: #fff;
    padding: 90px 0;
}
.htmega-pricing-style-4.htmega-pricing-heighlight .htmega-pricing-footer {
    height: auto;
}
.htmega-pricing-ribon {
    position: relative;
}
.htmega-pricing-ribon::before {
    content: url(../../../plugins/ht-mega-for-elementor/assets/images/pricing/pricing-ribon.png);
    left: 30px;
    position: absolute;
    top: -15px;
}
.htmega-pricing-style-4 .htmega-pricing-heading .price h4 {
    font-weight: 600;
    color: #4d4d4d;
    font-size: 48px;
    position: relative;
    display: inline-block;
    margin: 0;
}
.htmega-pricing-style-4 .htmega-pricing-heading .price h4 sub {
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 31px;
}
.htmega-pricing-style-4 .htmega-pricing-heading .title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000101;
    padding-bottom: 27px;
    position: relative;
    margin-bottom: 28px;
}
.htmega-pricing-style-4 .htmega-pricing-heading .title h2::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #e1e1e1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-pricing-style-4 .htmega-pricing-body {
    position: relative;
    padding-bottom: 23px;
    margin-top: 36px;
}
.htmega-pricing-style-4 .htmega-pricing-body::before {
    position: absolute;
    content: "";
    background: #e1e1e1;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-pricing-style-4 .htmega-pricing-body ul {
    padding: 0 53px;
}
.htmega-pricing-style-4 .htmega-pricing-body ul li {
    font-size: 15px;
    color: #000;
    line-height: 35px;
    font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-4 .htmega-pricing-footer {
    margin-top: 32px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn {
    height: 46px;
    border: 1px solid #ededed;
    display: inline-block;
    line-height: 44px;
    padding: 0 40px;
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    transition: 0.5s;
}
.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn:hover {
    background: #0056ff;
    color: #fff;
    border: 1px solid #0056ff;
}
.htmega-pricing-style-4:hover .htmega-pricing-footer {
    height: 46px;
}
.htmega-pricing-style-4.active .htmega-pricing-footer {
    height: 46px!important;
}
.htmega-pricing-style-5 {
    background: #f6f6f6;
    padding: 40px 0;
    text-align: left;
    padding-bottom: 50px;
    margin-left: 30px;
}
.htmega-pricing-style-5 .htmega-pricing-heading {
    padding-left: 46px;
    margin-bottom: 8px;
}
.htmega-pricing-style-5 .htmega-pricing-heading .price h4 {
    color: #0056ff;
    font-weight: 600;
    font-size: 40px;
}
.htmega-pricing-style-5 .htmega-pricing-heading .title h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 3px;
}
.htmega-pricing-style-5 .htmega-pricing-body {
    background: #e3ecff;
    margin-right: 30px;
    margin-left: -30px;
    border-radius: 6px;
    padding: 40px 56px 60px;
    position: relative;
}
.htmega-pricing-style-5 .htmega-pricing-body ul {
    margin-bottom: -37px;
}
.htmega-pricing-style-5 .htmega-pricing-body ul li {
    color: #181818;
    font-size: 14px;
    padding: 10px 0;
}
.htmega-pricing-body ul li.off {
    text-decoration: line-through;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn {
    bottom: -72px;
    background: transparent;
    display: inline-block;
    left: 50%;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateX(-50%);
    position: relative;
    border: 1px solid transparent;
    padding: 4px;
    transition: .5;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn span {
    padding: 0 30px;
    background: #0056ff;
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn:hover {
    border: 1px solid #0056ff;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active {
    border: 1px solid #0056ff;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active:hover {
    border: 1px solid transparent;
}
.htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_old {
    padding: 0;
}
.htmega-pricing-style-5 sub {
    font-size: 40px;
    position: static;
}
.htmega-pricing-style-6 {
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, .2);
    padding-bottom: 30px;
}
.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-heading {
    background: #2d3e50;
    padding: 30px 0;
}
.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body {
    padding: 55px 0;
}
.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body ul li {
    padding: 7px 0;
}
.htmega-pricing-style-6 .htmega-pricing-heading {
    background: #2d3e50;
    padding: 30px 0;
}
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator {
    margin-left: -7px;
    margin-right: -10px;
}
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 sub {
    font-size: 18px;
    position: relative;
    top: -20px;
    left: 0;
}
.htmega-pricing-style-6 .htmega-pricing-body {
    padding: 50px 0;
}
.htmega-pricing-style-6 .htmega-pricing-body ul li {
    color: #2d3e50;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    font-family: 'Raleway', sans-serif;
}
.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn {
    display: inline-block;
    background: #2d3e50;
    padding: 0 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 700;
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    transition: 0.5s;
}
.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn:hover {
    transform: translateY(-5px);
}
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.period-txt, .htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator {
    color: #ecebeb;
    font-size: 18px;
}
.htmega-pricing-style-7 {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 60px;
    box-shadow: 0 0 10px rgba(1, 26, 72, .1);
}
.htmega-pricing-style-7 .htmega-pricing-heading .title h2 {
    color: #f7ca18;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 32px;
    font-family: "Poppins", sans-serif;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price {
    background-position: center center;
    background-size: cover;
    margin-bottom: 23px;
    padding: 12px 0;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 {
    font-size: 60px;
    color: #011a48;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.period-txt, .htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator {
    font-size: 26px;
    font-weight: 600;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator {
    margin-left: 2px;
    margin-right: -8px;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 sub {
    font-size: 26px;
    left: 0;
    position: relative;
    top: -3px;
}
.htmega-pricing-style-7 .htmega-pricing-body {
    padding: 0 28px;
}
.htmega-pricing-style-7 .htmega-pricing-body ul li {
    color: #798294;
    font-size: 20px;
    line-height: 32px;
    padding: 13px 0;
    border-top: 1px solid #f6f6f6;
    font-family: 'Open Sans', sans-serif;
}
.htmega-pricing-style-7 .htmega-pricing-body ul li:last-child {
    border-bottom: 1px solid #f6f6f6;
}
.htmega-pricing-style-7 .htmega-pricing-footer {
    margin-top: 40px;
}
.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn {
    height: 47px;
    padding: 0 50px;
    display: inline-block;
    background: #011a48;
    border-radius: 23px;
    color: #fff;
    font-size: 14px;
    line-height: 47px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
    transition: 0.5s;
}
.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn:hover {
    background: #f7ca18;
    color: #000;
}
.htmega-brands-area.htmega-brands-style-1 {
    display: flex;
    flex-wrap: wrap;
}
.single-partner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
    width: calc(100% * (1/4));
    text-align: center;
    margin-bottom: 50px;
}
.single-partner a {
    display: inline-block;
}
ul.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
ul.brand-list li {
    position: relative;
    text-align: center;
}
ul.brand-list li a {
    display: inline-block;
}
.htmega-brands-style-2 ul.brand-list li {
    border-right: 1px dashed #fff;
    display: block;
    float: left;
    padding: 20px;
    text-align: center;
    width: 20%}
.htmega-brands-style-2 ul.brand-list li:last-child {
    border-right: 1px dashed transparent;
}
.htmega-brands-style-3 ul.brand-list li {
    flex-basis: 20%;
    border-right: 1px solid #dcd9d9;
    height: 125px;
    line-height: 125px;
    border-top: 1px solid #dcd9d9;
    border-bottom: 1px solid #dcd9d9;
}
.htmega-brands-style-3 ul.brand-list li:first-child {
    border-left: 1px solid #dcd9d9;
}
.brand-list-area {
    display: flex;
    flex-wrap: wrap;
}
.brand-logo-col {
    padding-left: 15px;
    padding-right: 15px;
}
.htmega-brands-style-5 .brand-logo-col {
    flex: 0 0 25%;
    max-width: 25%}
.htmega-brands-style-5 .single-partner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    text-align: center;
    display: block;
    width: 100%;
    padding: 25px 15px;
}
.htmega-brands-style-7 .single-partner {
    width: 100%}
.htmega-brands-style-7 .brand-logo-col {
    flex: 0 0 33.333%;
    max-width: 33.333%}
.htmega-brands-style-4 ul.brand-list {
    display: block;
}
.htmega-brands-style-4 ul.brand-list li {
    border-bottom: 1px dashed #aaa;
    border-right: 1px dashed #aaa;
    float: left;
    padding: 25px 15px;
    text-align: center;
    width: 33.33%}
.htmega-brands-style-4 ul.brand-list li:nth-child(1) {
    border-bottom-color: #aaa;
    border-right-color: #aaa;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(6), .htmega-brands-style-4 ul.brand-list li:last-child {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(5) {
    border-bottom-color: transparent;
    border-right-color: #aaa;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(4) {
    border-bottom-color: transparent;
    border-right-color: #aaa;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(3) {
    border-bottom-color: #aaa;
    border-right-color: transparent;
}
.float-left {
    float: left;
}
.newsletter-style-one p {
    color: #798294;
    font-size: 14px;
    line-height: 28px;
    max-width: 605px;
    margin: 0 auto!important;
    width: 100%;
    margin-bottom: 58px;
    margin-top: 16px;
}
.htmega-mailchimp-style-1 .htmega-input-box {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}
.htmega-input-box input[type="text"], .htmega-input-box input[type="email"] {
    width: 100%}
.htmega-mailchimp-style-1 .htmega-input-box input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: 0 none;
    transition: 0.4s;
}
.htmega-mailchimp-style-2 .htmega-input-box input[type="text"], .htmega-mailchimp-style-2 .htmega-input-box input[type="email"] {
    width: calc(100% - 170px);
}
.htmega-input-box form {
    width: 100%}
.htmega-mailchimp-style-3 .htmega-input-box {
    position: relative;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.htmega-mailchimp-style-3 .htmega-input-box input {
    text-align: center;
    float: left;
    overflow: hidden;
    max-width: 405px;
}
.htmega-mailchimp-style-3 .htmega-input-box input[type="submit"] {
    float: right;
    overflow: hidden;
    transition: 0.4s;
}
.htmega-mailchimp-style-4 .htmega-input-box {
    position: relative;
}
.htmega-mailchimp-style-4 .htmega-input-box input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 40px;
    transform: translateY(-50%);
    transition: 0.4s;
    text-indent: -99999px;
}
.htmega-mailchimp-style-4 .htmega-input-box::before {
    color: #fff;
    content: "";
    cursor: pointer;
    display: block;
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.htmega-mailchimp-style-5 .htmega-input-box input[type="submit"] {
    width: 100%;
    transition: 0.5s;
}
.htmega-testimonial-area .slick-prev, .htmega-testimonial-area .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
}
.htmega-testimonial-area .slick-next {
    right: 0;
}
.htmega-testimonial-area .slick-dots {
    list-style: none;
}
.htmega-testimonial-area .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%}
.htmega-testimonial-area .slick-dots li.slick-active button {
    background: #f60;
}
.htmega-testimonial-area .slick-dots li button:before {
    display: none;
}
.htmega-testimonial-area .slick-dots {
    bottom: -30px;
}
.htmega-testimonial-area .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}
.htmega-testimonial-area .slick-prev::before, .htmega-testimonial-area .slick-next::before {
    display: none;
}
.htmega-testimonial-activation {
    z-index: 1;
}
.htmega-testimonial-style-1 .testimonal {
    text-align: center;
}
.htmega-testimonial-style-1 .testimonal img {
    margin-bottom: 34px;
    text-align: center;
    display: inline-block;
}
.htmega-testimonial-style-1 .testimonal .shape img {
    margin: 0;
}
.htmega-testimonial-style-1 .testimonal .content {
    margin-top: 30px;
}
.htmega-testimonial-style-1 .testimonal .content p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 35px;
    padding: 0 10%}
.htmega-testimonial-style-1 .testimonal .content h4 {
    color: #3e3e3e;
    font-size: 20px;
    line-height: 37px;
    margin: 0;
}
.htmega-testimonial-style-1 .testimonal .content span {
    color: #3e3e3e;
    font-size: 18px;
}
.htmega-testimonial-style-2 .testimonal {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    margin-top: 50px;
    padding-bottom: 27px;
    border-radius: 10px;
}
.htmega-testimonial-style-2 .testimonal img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #6e6e6e;
    border-radius: 100%;
    max-width: 100%}
.htmega-testimonial-style-2 .testimonal .content {
    margin-top: 69px;
}
.htmega-testimonial-style-2 .testimonal .content p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4%;
    font-style: italic;
    margin-bottom: 4px;
}
.htmega-testimonial-style-2 .testimonal .content h4 {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 37px;
    margin: 0;
    font-weight: 600;
}
.htmega-testimonial-style-2 .testimonal .content span {
    color: #3e3e3e;
    font-size: 18px;
}
.htmega-testimonial-style-2 .slick-slide {
    padding: 5px 15px;
}
.htmega-testimonial-style-2 .slick-center .testimonal img {
    border: 1px solid #f60;
}
.htmega-testimonial-style-2 .slick-dots {
    bottom: -75px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.htmega-testimonial-style-2 .testimonal .shape img {
    border: medium none;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 53px;
    transform: translate(0);
}
.htmega-testimonial-style-3 .testimonal img {
    float: left;
}
.htmega-testimonial-style-3 .testimonal .content {
    overflow: hidden;
    padding-left: 20px;
}
.htmega-testimonial-style-3 .testimonal .content p {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info {
    padding-left: 50px;
    position: relative;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #383838;
    left: 0;
    top: 4px;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info h4 {
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    margin-bottom: 2px;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info span {
    color: #383838;
    font-size: 14px;
}
.htmega-testimonial-style-3 .testimonal .shape img {
    left: 20px;
    position: relative;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image {
    float: left;
    padding-right: 50px;
    position: relative;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #18012c;
    right: 0;
    top: 0;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image::after {
    position: absolute;
    content: "";
    background: #18012c;
    height: 1px;
    width: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-testimonial-style-4 .testimonal .content {
    overflow: hidden;
    padding-left: 30px;
}
.htmega-testimonial-style-4 .testimonal .content p {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}
.htmega-testimonial-style-4 .testimonal .content h4 {
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    margin-bottom: 2px;
}
.htmega-testimonial-style-4 .testimonal .content span {
    color: #383838;
    font-size: 14px;
}
.htmega-testimonial-style-4 ul.slick-dots li button::before {
    content: "0";
    display: block;
    font-size: 16px;
    height: auto;
    left: -8px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: -4px;
    width: auto;
}
.htmega-testimonial-style-4 ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0 none;
    text-align: right;
}
.htmega-testimonial-style-4 ul.slick-dots li button {
    background: transparent;
    border: 0 none;
    color: #18012c;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.htmega-testimonial-style-4 {
    position: relative;
    padding-right: 24%}
.htmega-testimonial-style-4 ul.slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}
.htmega-testimonial-style-4 ul.slick-dots li {
    padding: 6px 0;
}
.htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
    position: relative;
}
.htmega-testimonial-style-4 ul.slick-dots li {
    height: auto;
    line-height: 1;
    padding: 8px 0 10px 45px;
    position: relative;
}
.htmega-testimonial-style-4 ul.slick-dots li::after {
    position: absolute;
    content: "";
    background: #18012c;
    width: 0;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.htmega-testimonial-style-4 ul.slick-dots li.slick-active::after {
    width: 30px;
}
.htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
    background: transparent;
}
.htmega-testimonial-for .testimonial-desc p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    padding: 0 15%}
.testimonal-img {
    text-align: center;
}
.testimonal-img .content {
    text-align: center;
    margin-top: 22px;
}
.testimonal-img .content h4 {
    color: #3e3e3e;
    font-size: 20px;
    margin-bottom: 3px;
}
.testimonal-img .content span {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 29px;
}
.htmega-testimonal-nav.slick-slider {
    max-width: 35%;
    width: 100%;
    margin: 0 auto;
}
.slick-slide.slick-active.slick-center .testimonal-img img {
    transform: scale(1);
}
.slick-slide.slick-active .testimonal-img img {
    transform: scale(.8);
    text-align: center;
    display: inline-block;
}
.htmega-testimonial-style-5 .htmega-testimonal-nav .slick-track {
    margin-top: 85px;
}
.htmega-testimonal-nav .slick-slide:not(.slick-center) .content {
    display: none;
}
.htmega-testimonial-style-5 .testimonial-shape {
    bottom: 56%;
    left: 49.5%;
    position: absolute;
    transform: translateX(-50%);
}
.htmega-testimonial-style-6 .testimonal img {
    display: inline-block;
}
.htmega-testimonial-style-6 .testimonal .content {
    background: #fff;
    text-align: center;
    padding: 50px 9%;
    position: relative;
    box-shadow: 0 0 10px rgba(82, 182, 188, .25);
}
.htmega-testimonial-style-6 .testimonal .content p {
    font-size: 16px;
    line-height: 28px;
    color: #3e3e3e;
}
.htmega-testimonial-style-6 .testimonal .content .triangle {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-testimonial-style-6 .testimonal .clint-info {
    text-align: center;
    margin-top: 40px;
}
.htmega-testimonial-style-6 .testimonal .clint-info h4 {
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 4px;
}
.htmega-testimonial-style-6 .testimonal .clint-info span {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 15px;
}
.htmega-testimonial-style-6 .slick-arrow {
    width: 36px;
    height: 36px;
    color: #7d7d7d;
    border: 0 none;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    left: 0;
    top: 20%;
    z-index: 999;
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(82, 182, 188, .25);
}
.htmega-testimonial-style-6 .slick-arrow:hover {
    background: #52b6bc;
    color: #fff;
}
.htmega-testimonial-style-6 button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}
.htmega-testimonial-style-6 {
    position: relative;
    padding: 0 200px;
}
.htmega-testimonial-style-6 .testimonal .shape img, .htmega-testimonial-style-7 .testimonal .shape img {
    position: relative;
    top: 10px;
}
.htmega-testimonial-style-7 .testimonal {
    text-align: center;
}
.htmega-testimonial-style-7 .testimonal p {
    color: #414141;
    font-size: 30px;
    font-style: italic;
    line-height: 48px;
    margin-top: 26px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.htmega-testimonial-style-7 .testimonal p::before {
    position: absolute;
    content: "";
    color: #ffebd1;
    content: "\f10e";
    font-family: Fontawesome;
    font-size: 216px;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
}
.htmega-testimonial-style-7 .testimonal h4 {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 9px;
}
.htmega-testimonial-style-7 .testimonal .clint-info {
    margin-top: 29px;
}
.htmega-testimonial-style-7 .testimonal .clint-info span {
    color: #3e3e3e;
    font-size: 18px;
}
.htmega-testimonial-style-7 .testimonal img {
    display: inline-block;
}
.htmega-testimonial-style-7 .slick-arrow {
    top: 9%;
    left: 16%;
    color: #aeaeae;
    font-size: 48px;
    background: transparent;
    border: 0 none;
    z-index: 2;
    transition: 0.5s;
}
.htmega-testimonial-style-7 .slick-arrow:hover {
    color: #f6ab4b;
}
.htmega-testimonial-style-7 button.slick-next.slick-arrow {
    left: auto;
    right: 16%}
.htmega-testimonial-style-8 {
    position: relative;
    padding: 0 200px;
}
.htmega-testimonial-style-8 .content {
    display: flex;
    align-items: center;
}
.htmega-testimonial-style-8 .content .clint-info {
    padding-left: 20px;
}
.htmega-testimonial-style-8 .content .clint-info h4 {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
}
.htmega-testimonial-style-8 .content .clint-info span {
    color: #3e3e3e;
    font-size: 18px;
}
.htmega-testimonial-style-8 p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    margin-top: 20px;
}
.htmega-testimonial-style-8 .slick-arrow {
    left: 0;
    color: #aeaeae;
    font-size: 48px;
    border: 0 none;
    top: 43%;
    transition: 0.5s;
}
.htmega-testimonial-style-8 .slick-arrow:hover {
    color: #f6ab4b;
}
.htmega-testimonial-style-8 button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}
.htmega-testimonial-style-8 .testimonal .shape img {
    position: relative;
    left: 10px;
}
.htmega-testimonial-style-9 .testimonal {
    background: #f7f8f9;
    padding: 30px;
    margin-top: 30px;
}
.htmega-testimonial-style-9 .testimonal .content {
    display: flex;
    align-items: center;
}
.htmega-testimonial-style-9 .testimonal .content .clint-info {
    padding-left: 25px;
}
.htmega-testimonial-style-9 .testimonal .content .clint-info h4 {
    font-size: 18px;
    color: #383838;
    margin: 0;
}
.htmega-testimonial-style-9 .testimonal .content .clint-info span {
    color: #1834a6;
    font-size: 13px;
}
.htmega-testimonial-style-9 .testimonal p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 22px;
}
.htmega-testimonial-style-9 .testimonal .shape img {
    position: relative;
    left: 5px;
}
.htmega-form-wrapper form input, .htmega-form-wrapper form textarea {
    width: 100%;
    border-radius: 0;
}
.htmega-form-wrapper .ajax-loader {
    bottom: 0;
    position: absolute;
}
.htmega-form-wrapper .form_no_select {
    color: red;
    font-size: 20px;
}
.htmega-form-style-1 form input {
    height: 55px;
    font-weight: 300;
    margin-top: 30px;
    padding: 0 20px;
    border: 1px solid #c1c1c1;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #a2a2a2;
}
.htmega-form-style-1 form input:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-1 form input[type="submit"] {
    background-color: #0056ff;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 29px;
    text-transform: uppercase;
    width: auto;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-1 form input[type="submit"]:hover {
    background-color: #18012c;
}
.htmega-form-style-1 form textarea {
    border: 1px solid #c1c1c1;
    min-height: 175px;
    margin-top: 30px;
    padding: 20px;
    color: #a2a2a2;
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}
.htmega-form-style-1 form textarea:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-2 label {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 11px;
}
.htmega-form-style-2 input {
    height: 55px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 20px;
    border: 0 none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, .3);
    color: #fff;
}
.htmega-form-style-2 input:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-2 input[type="submit"] {
    background-color: #fff;
    border: medium none;
    color: #0056ff;
    font-size: 14px;
    font-weight: 600;
    height: 55px;
    line-height: 54px;
    padding: 0 29px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
.htmega-form-style-2 input[type="submit"]:hover {
    background-color: #18012c;
    color: #fff;
}
.htmega-form-style-2 textarea {
    border: 1px solid #c1c1c1;
    min-height: 209px;
    padding: 20px;
    color: #fff;
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, .3);
    margin-bottom: 30px;
    border: 0 none;
}
.htmega-form-style-2 textarea:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-3 form input {
    color: silver;
    font-weight: 300;
    font-style: italic;
    border: 0 none;
    border-bottom: 1px solid silver;
    padding: 0;
    margin-bottom: 50px;
    padding-bottom: 4px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-3 form input:focus {
    border-bottom: 1px solid #18012c;
}
.htmega-form-style-3 form input[type="submit"] {
    border: 0 none;
    background: #0056ff;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    height: 55px;
    line-height: 59px;
    padding: 0 20px;
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.htmega-form-style-3 form input[type="submit"]:hover {
    background: #fff;
    color: #0056ff;
}
.htmega-form-style-3 form textarea {
    border: 0 none;
    border-bottom: 1px solid silver;
    font-style: italic;
    padding: 0;
    min-height: 150px;
    resize: none;
    color: silver;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-3 form textarea:focus {
    border-bottom: 1px solid #18012c;
}
.htmega-form-style-4 form .input-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.htmega-form-style-4 form .input-box label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    flex-basis: 16%}
.htmega-form-style-4 form .input-box span {
    flex-basis: 84%}
.htmega-form-style-4 form .input-box input {
    background: #a2a2a2;
    color: #a2a2a2;
    font-weight: 300;
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    font-weight: "Montserrat", sans-serif;
}
.htmega-form-style-4 form .input-box input:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-4 form .input-box textarea {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    min-height: 200px;
    padding: 20px;
    font-weight: "Montserrat", sans-serif;
}
.htmega-form-style-4 form .input-box textarea:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-4 form input[type="submit"] {
    background: #0056ff;
    width: auto;
    border: 0 none;
    color: #fff;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    margin: 0 0 0 90px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}
.htmega-form-style-4 form input[type="submit"]:hover {
    opacity: .7;
}
.contact_form_container {
    background: #81abfe;
    padding: 30px;
}
.htmega-form-style-5 form input {
    margin-top: 30px;
    border: 1px solid #fff;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-5 form input:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-5 form input[type="submit"] {
    background: #fff;
    height: 55px;
    line-height: 56px;
    border: 0 none;
    padding: 0 30px;
    color: #0056ff;
    font-weight: 600;
    width: auto;
    transition: 0.5s;
}
.htmega-form-style-5 form input[type="submit"]:hover {
    opacity: .7;
}
.htmega-form-style-5 form textarea {
    margin-top: 30px;
    min-height: 145px;
    border: 1px solid #fff;
    padding: 20px;
    font-weight: 300;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-5 form textarea:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-6 form input {
    background: #f3f3f3;
    border: 0 none;
    height: 55px;
    padding: 0 20px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-6 form input:focus {
    border: 1px solid #18012c;
}
.htmega-form-style-6 form input[type="submit"] {
    width: auto;
    margin: 0;
    padding: 0 58px;
    background: #0056ff;
    color: #fff;
    height: 58px;
    font-weight: 600;
    line-height: 61px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 10px;
}
.htmega-form-style-6 form input[type="submit"]:hover {
    opacity: .7;
}
.htmega-form-style-6 form label {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-6 form textarea {
    background: #f3f3f3;
    border: 0 none;
    margin-bottom: 30px;
    min-height: 230px;
    resize: none;
    padding: 20px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}
.htmega-form-style-6 form textarea:focus {
    border: 1px solid #18012c;
}
input, textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
.htmega-login-form-wrapper form input:not([type="checkbox"]) {
    width: 100%}
.htmega-login-form-wrapper form input:not([type="checkbox"]) {
    padding: 0 15px;
}
.htmega-login-form-style-1 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 50px 70px;
}
.htmega-login-form-style-1 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 21px;
    font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-1 form label {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-1 form input:not([type="checkbox"]) {
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #757575;
    font-size: 12px;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
    height: 50px;
}
.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"] {
    margin: 0;
    margin-top: 40px;
    width: auto;
    background: #0056ff;
    color: #fff;
    height: 43px;
    padding: 0 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 0 none;
    transition: 0.4s ease-in-out;
}
.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover {
    background: #18012c;
    color: #fff;
}
.log-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}
.log-remember a.fright {
    color: #b1b1b1;
    font-size: 12px;
    transition: 0.4s;
    font-family: "Montserrat", sans-serif;
}
.htmega_message {
    display: none;
}
#htmega_message .alert-success, .htmega_lodding_msg {
    color: #155724!important;
}
#htmega_message .alert-danger {
    color: #721c24!important;
}
.lable-content {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Montserrat", sans-serif;
}
.login-wrapper form .log-remember label {
    margin: 0;
}
.lable-content input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #0056ff;
    margin-top: 4px;
}
.lable-content:hover input~.checkmark {
    border: 1px solid #0056ff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: block;
}
.lable-content input:checked~.checkmark:after {
    display: none;
}
.lable-content .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #0056ff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.htmega-login-form-style-2 {
    text-align: center;
}
.htmega-login-form-style-2 form input {
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 60px;
    color: #fff;
    padding: 0 20px;
}
.htmega-login-form-style-2 form input[type="submit"] {
    background: #0056ff;
    border: 0 none;
    font-size: 24px;
    text-transform: uppercase;
    height: 60px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
}
.htmega-login-form-style-2 form input[type="submit"]:hover {
    background: #18012c;
    color: #fff;
}
.htmega-login-form-style-2 .separator span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-2 .separator span::before, .htmega-login-form-style-2 .separator span::after {
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    width: 235px;
    height: 2px;
    content: ""}
.htmega-login-form-style-2 .separator span::after {
    left: auto;
    right: 0;
}
.htmega-login-form-style-2 .log-remember a.fright {
    color: #fff;
}
.htmega-login-form-style-2 form input::-webkit-input-placeholder {
    color: #fff;
}
.htmega-login-form-style-2 form input::-moz-placeholder {
    color: #fff;
}
.htmega-login-form-style-2 form input:-ms-input-placeholder {
    color: #fff;
}
.htmega-login-form-style-2 form input:-moz-placeholder {
    color: #fff;
}
.htmega-login-form-style-2 .checkmark, .htmega-login-form-style-4 .checkmark {
    border: 1px solid #fff;
}
.htmega-login-form-style-2 .lable-content, .htmega-login-form-style-4 .lable-content {
    color: #fff;
    font-size: 12px;
}
.htmega-login-form-style-2 .lable-content .checkmark:after, .htmega-login-form-style-4 .lable-content .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.htmega-login-form-style-2 .lable-content:hover input~.checkmark, .htmega-login-form-style-4 .lable-content:hover input~.checkmark {
    border: 1px solid #fff;
}
.htmega-login-form-style-2 .log-remember {
    margin-top: 10px;
}
.htmega-login-form-style-2 .htmega-user-login, .htmega-login-form-style-4 .htmega-user-login, .htmega-login-form-style-5 .htmega-user-login {
    color: #fff;
}
.htmega-login-form-style-3 {
    padding: 0 40px;
}
.htmega-login-form-style-3 form input {
    margin-top: 17px;
    border: 0 none;
    border-bottom: 1px solid #687ea5;
    padding: 0;
    color: #687ea5;
    font-size: 12px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-3 form input[type="submit"] {
    background: #0056ff;
    color: #fff;
    width: auto;
    height: 50px;
    padding: 0 55px;
    border: 0 none;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 600;
    margin-top: 40px;
}
.htmega-login-form-style-3 form input[type="submit"]:hover {
    opacity: .7;
}
.htmega-login-form-style-3 {
    box-shadow: none;
    background: transparent;
}
.htmega-login-form-style-2 .htmega-user-login {
    text-align: left;
}
.htmega-login-form-style-4 {
    padding: 100px 56px;
    text-align: center;
}
.htmega-login-form-style-4 form input {
    background: rgba(255, 255, 255, .3);
    border: 0 none;
    margin-left: 2px;
    height: 70px;
    border-radius: 0 8px 8px 0;
    padding: 0 50px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.htmega-login-form-style-4 form input[type="submit"] {
    border: 3px solid #fff;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
    height: 70px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 51px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    margin-top: 30px;
}
.htmega-login-form-style-4 form input[type="submit"]:hover {
    background: #ffffff!important;
    color: #18012c;
}
.htmega-service {
    margin-top: 30px;
    text-align: center;
}
.htmega-service svg {
    width: 30px;
}
.htmega-service a.readmore_btn {
    height: 42px;
    border: 1px solid #0056ff;
    display: inline-block;
    padding: 0 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 30px;
    color: #0056ff;
    font-weight: 600;
    transition: 0.5s;
    text-decoration: none;
}
.htmega-service a.readmore_btn:hover {
    background: #0056ff;
    color: #fff;
}
.htmega-service .service-title a {
    text-decoration: none;
}
.htmega-service .thumb {
    display: inline-block;
}
.htmega-service .thumb a {
    display: block;
}
.htmega-service-style-1 .icon {
    margin-bottom: 30px;
    padding: 0 12px;
}
.htmega-service-style-1 .icon i {
    color: #ed552d;
    font-size: 50px;
}
.htmega-service-style-1 .content {
    padding: 0 12px;
}
.htmega-service-style-1 .content h4 {
    color: #5b5b5b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.htmega-service-style-1 .content p {
    color: #8f8f8f;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 35px;
    position: relative;
}
.htmega-service-style-1 .content p::before {
    position: absolute;
    content: "";
    background: #969696;
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-service-style-1 .content p::after {
    position: absolute;
    content: "";
    background: #969696;
    height: 1px;
    width: 30px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-service-style-2 {
    background: #fff;
    padding: 30px;
}
.htmega-service-style-2 .content {
    padding-top: 30px;
}
.htmega-service-style-2 .content h4 {
    color: #575757;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 13px;
    padding: 0 9px;
}
.htmega-service-style-2 .content p {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
}
.htmega-service-style-3 .icon {
    border: 1px solid #eff2f7;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 27px;
    transition: 0.4s;
}
.htmega-service-style-3 .icon i {
    background: #eff2f7;
    height: 90px;
    display: block;
    border-radius: 100%;
    line-height: 90px;
    width: 90px;
    text-align: center;
    font-size: 40px;
    margin: 0 auto;
    color: #454545;
    transition: 0.4s;
}
.htmega-service-style-3:hover .icon {
    border: 1px solid #0056ff;
}
.htmega-service-style-3:hover .icon i {
    background: #0056ff;
    color: #fff;
}
.htmega-service-style-3 .content h4 {
    color: #5f5f5f;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.htmega-service-style-3 .content h4::before {
    position: absolute;
    content: "";
    background: #0056ff;
    width: 30px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.htmega-service-style-3 .content p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 25px;
    padding: 0 12px;
    margin: 0;
}
.htmega-service-style-4 {
    background: rgba(255, 255, 255, .15);
    padding: 75px 11px;
}
.htmega-service-style-4 .content h4 {
    color: #b8b8b8;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.htmega-service-style-4 .content p {
    margin: 0;
    color: #959595;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.htmega-service-style-4 .thumb {
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 22px;
}
.htmega-service-style-4 .thumb::before {
    position: absolute;
    content: "";
    background: #969696;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-service-style-4 .thumb::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #969696;
    width: 20px;
    height: 1px;
}
.htmega-service-style-5 .content {
    padding-top: 26px;
}
.htmega-service-style-5 .content h4 {
    color: #585858;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 13px;
}
.htmega-service-style-5 .content p {
    color: #414141;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.htmega-service-style-5 .thumb {
    position: relative;
}
.htmega-service-style-5 .thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-image: -webkit-linear-gradient(top, #252a9c, #df09f9);
    background-image: -moz-linear-gradient(top, #252a9c, #df09f9);
    background-image: linear-gradient(0, #252a9c, #df09f9);
}
.htmega-service-style-5:hover .thumb::before {
    opacity: .3;
}
.htmega-service-style-5 .thumb img {
    width: 100%}
.htmega-service-style-6 {
    margin-top: 12px;
}
.htmega-service-style-6 .thumb, .htmega-service-style-6 .icon {
    border: 1px solid #4e89fb;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    float: left;
    text-align: center;
    margin-right: 22px;
    margin-top: 10px;
}
.htmega-service-style-6 .content {
    overflow: hidden;
}
.htmega-service-style-6 .content p {
    font-size: 14px;
    line-height: 25px;
    color: #5b5b5b;
}
.htmega-service-style-6 .content h4 {
    color: #5f5f5f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}
.htmega-service-style-7 {
    display: flex;
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    border-radius: 8px;
}
.htmega-service-style-7 .icon {
    margin-right: 33px;
}
.htmega-service-style-7 .icon i {
    color: #4c4c4c;
    font-size: 40px;
    transition: 0.4s;
}
.htmega-service-style-7 .content h4 {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: 0.4s;
}
.htmega-service-style-7 .content p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    transition: 0.4s;
}
.htmega-service-style-7::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}
.htmega-service-style-7:hover::before {
    opacity: 0;
}
.htmega-service-style-7:hover .content h4, .htmega-service-style-7:hover .content p, .htmega-service-style-7:hover .icon i {
    color: #fff!important;
}
.breaking-news-title svg {
    width: 20px;
}
.breaking-news-default {
    border: 1px solid #18012c;
}
.breaking-news-default .breaking-news-title {
    display: flex;
    height: 80px;
    align-items: center;
}
.breaking-news-default .breaking-news-title h5 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 48px;
}
.breaking-news-default .breaking-news-ticker {
    margin-left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 22px;
}
.breaking-news-default .breaking-news-ticker li {
    padding: 5px 0;
}
.breaking-news-default .breaking-news-ticker li a {
    display: block;
    line-height: 69px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #18012c;
    text-decoration: none;
}
.breaking-news-default .breaking-news-ticker li span.news_date {
    background: #d20001;
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    padding: 3px 5px;
    border-radius: 3px;
}
.breaking-news-default .breaking-news-nav {
    float: right;
    display: flex;
    height: 80px;
    align-items: center;
    margin-right: 42px;
}
.breaking-news-default .breaking-news-nav button {
    border: 1px solid #18012c;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    background: transparent;
}
.breaking-news-default .breaking-news-nav button i {
    color: #18012c;
    font-size: 24px;
}
.breaking-news-default::before {
    position: absolute;
    content: "";
    background: #1d62af;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-20deg);
}
.htmega-newsticker-style-1 {
    border: 0 none;
    display: flex;
    flex-flow: row wrap;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.htmega-newsticker-style-1 .breaking-news-title {
    display: flex;
    align-items: center;
}
.htmega-newsticker-style-1 .breaking-news-title h5 {
    position: relative;
    left: -20px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase;
    height: 60px;
    line-height: 59px;
    padding: 0 48px;
}
.htmega-newsticker-style-1 .breaking-news-title h5::before {
    position: absolute;
    content: "";
    transform: skew(-20deg);
    background: #d20001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.htmega-newsticker-style-1 .breaking-news-title h5 i {
    width: 40px;
    height: 40px;
    color: #d20001;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 28px;
    padding-left: 5px;
    margin-left: 2px;
}
.htmega-newsticker-style-1 .breaking-news-ticker {
    margin-left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 22px;
}
.htmega-newsticker-style-1 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-1 .breaking-news-ticker li a {
    display: block;
    line-height: 69px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-1 .breaking-news-nav {
    float: right;
    display: flex;
    align-items: center;
    margin-right: 42px;
    margin-left: auto;
}
.htmega-newsticker-style-1 .breaking-news-nav button {
    border: 1px solid #fff;
    margin: 0 5px;
    transform: skew(-20deg);
}
.htmega-newsticker-style-1 .breaking-news-nav button:hover {
    border: 1px solid #d20001;
    background: #d20001;
}
.htmega-newsticker-style-1 .breaking-news-nav button i {
    color: #fff;
    font-size: 24px;
}
.htmega-newsticker-style-2 {
    border: 1px solid #1d62af;
    overflow: hidden;
}
.htmega-newsticker-style-2 .breaking-news-title {
    display: flex;
    height: 80px;
    align-items: center;
}
.htmega-newsticker-style-2 .breaking-news-title h5 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 20px;
    background: #1d62af;
    font-style: italic;
    padding-right: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.htmega-newsticker-style-2 .breaking-news-title h5::before {
    position: absolute;
    top: 0;
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    content: "";
    border-left: 40px solid #1d62af;
    left: 100%}
.htmega-newsticker-style-2 .breaking-news-ticker {
    padding-left: 57px;
}
.htmega-newsticker-style-2 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-2 .breaking-news-ticker li a {
    display: block;
    line-height: 69px;
    color: #181818;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-2 .breaking-news-nav {
    margin-right: 29px;
}
.htmega-newsticker-style-2 .breaking-news-nav button {
    margin: 0 3px;
    border: 1px solid transparent;
    width: auto;
    height: auto;
}
.htmega-newsticker-style-2 .breaking-news-nav button i {
    color: #000;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-2 .breaking-news-nav button i:hover {
    color: #1d62af;
}
.htmega-newsticker-style-3 {
    border: 1px solid #1d62af;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
}
.htmega-newsticker-style-3 .breaking-news-title {
    order: 3;
}
.htmega-newsticker-style-3 .breaking-news-title {
    display: flex;
    height: 80px;
    align-items: center;
    background: #1d62af;
    border-radius: 0 40px 40px 0;
}
.htmega-newsticker-style-3 .breaking-news-title h5 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 20px;
    font-style: italic;
    padding-right: 20px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.htmega-newsticker-style-3 .breaking-news-title h5::before {
    position: absolute;
    top: 0;
    border-right: 40px solid #1d62af;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    content: "";
    border-left: 40px solid transparent;
    right: 100%}
.htmega-newsticker-style-3 .breaking-news-ticker {
    flex-grow: 1;
    order: 2;
    padding-right: 57px;
}
.htmega-newsticker-style-3 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-3 .breaking-news-ticker li a {
    display: block;
    line-height: 69px;
    color: #181818;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-3 .breaking-news-ticker li a span.news_date {
    margin-left: 30px;
}
.htmega-newsticker-style-3 .breaking-news-nav {
    margin-right: 0;
    float: left;
    margin-left: 29px;
    order: 1;
}
.htmega-newsticker-style-3 .breaking-news-nav button {
    margin: 0 3px;
    border: 1px solid transparent;
    width: auto;
    height: auto;
}
.htmega-newsticker-style-3 .breaking-news-nav button i {
    color: #000;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-3 .breaking-news-nav button i:hover {
    color: #1d62af;
}
.htmega-newsticker-style-4 {
    border: 0 none;
    background: #1d62af;
    overflow: hidden;
}
.htmega-newsticker-style-4 .breaking-news-title {
    display: flex;
    height: 50px;
    align-items: center;
    background: #f05555;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.htmega-newsticker-style-4 .breaking-news-title h5 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 27px;
}
.htmega-newsticker-style-4 .breaking-news-ticker {
    padding-left: 30px;
}
.htmega-newsticker-style-4 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-4 .breaking-news-ticker li a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-4 .breaking-news-nav {
    margin-right: -1px;
    height: 50px;
}
.htmega-newsticker-style-4 .breaking-news-nav button {
    margin: 0 1px;
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    background: #4b7bb0;
}
.htmega-newsticker-style-4 .breaking-news-nav button i {
    color: #fff;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-4 .breaking-news-nav button i:hover {
    color: #18012c;
}
.htmega-newsticker-style-5 {
    border: 0 none;
    overflow: hidden;
}
.htmega-newsticker-style-5.breaking-news-default::before {
    transform: skew(0deg);
}
.htmega-newsticker-style-5 .breaking-news-title {
    display: flex;
    height: 50px;
    align-items: center;
    background: #f05555;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.htmega-newsticker-style-5 .breaking-news-title::before {
    position: absolute;
    top: 50%;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: "";
    border-left: 15px solid #f05555;
    left: 100%;
    transform: translateY(-50%);
}
.htmega-newsticker-style-5 .breaking-news-title h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 27px;
}
.htmega-newsticker-style-5 .breaking-news-ticker {
    padding-left: 34px;
}
.htmega-newsticker-style-5 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-5 .breaking-news-ticker li a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-5 .breaking-news-nav {
    margin-right: 11px;
    height: 50px;
}
.htmega-newsticker-style-5 .breaking-news-nav button {
    margin: 0;
    border: 1px solid transparent;
    width: auto;
    height: auto;
}
.htmega-newsticker-style-5 .breaking-news-nav button i {
    color: #fff;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-5 .breaking-news-nav button i:hover {
    color: #18012c;
}
.htmega-newsticker-style-6 {
    border: 1px solid #1d62af;
    overflow: hidden;
}
.htmega-newsticker-style-6.breaking-news-default::before {
    transform: skew(0deg);
}
.htmega-newsticker-style-6 .breaking-news-title {
    display: flex;
    height: 60px;
    align-items: center;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 18px 0 0;
    overflow: hidden;
}
.htmega-newsticker-style-6 .breaking-news-title::before {
    position: absolute;
    left: -10px;
    top: 0;
    background: #1d62af;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    transform: skew(-16deg);
}
.htmega-newsticker-style-6 .breaking-news-title h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 18px;
    z-index: 1;
    position: relative;
}
.htmega-newsticker-style-6 .breaking-news-ticker {
    padding-left: 34px;
}
.htmega-newsticker-style-6 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-6 .breaking-news-ticker li a {
    display: block;
    line-height: 56px;
    color: #000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-6 .breaking-news-nav {
    margin-right: 11px;
    height: 60px;
}
.htmega-newsticker-style-6 .breaking-news-nav button {
    margin: 0;
    border: 1px solid transparent;
    width: auto;
    height: auto;
}
.htmega-newsticker-style-6 .breaking-news-nav button i {
    color: #fff;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-6 .breaking-news-nav button i:hover {
    color: #18012c;
}
.htmega-newsticker-style-7 {
    border: 1px solid #1d62af;
    overflow: hidden;
}
.htmega-newsticker-style-7.breaking-news-default::before {
    transform: skew(0deg);
}
.htmega-newsticker-style-7 .breaking-news-title {
    display: flex;
    height: 60px;
    align-items: center;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 18px 0 0;
    overflow: hidden;
}
.htmega-newsticker-style-7 .breaking-news-title::before {
    position: absolute;
    left: -10px;
    top: 0;
    background: #1d62af;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 0 45px 0 0;
}
.htmega-newsticker-style-7 .breaking-news-title h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 27px;
    z-index: 1;
    position: relative;
}
.htmega-newsticker-style-7 .breaking-news-ticker {
    padding-left: 34px;
}
.htmega-newsticker-style-7 .breaking-news-ticker li {
    padding: 5px 0;
}
.htmega-newsticker-style-7 .breaking-news-ticker li a {
    display: block;
    line-height: 56px;
    color: #000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-7 .breaking-news-nav {
    margin-right: 12px;
    height: 60px;
}
.htmega-newsticker-style-7 .breaking-news-nav button {
    margin: 0 1px;
    border: 1px solid transparent;
    width: 38px;
    height: 38px;
    background: #1d62af;
}
.htmega-newsticker-style-7 .breaking-news-nav button i {
    color: #fff;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-7 .breaking-news-nav button:hover {
    opacity: .7;
}
.htmega-social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.htmega-social-share ul li {
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    color: #fff;
}
.htmega-social-share svg {
    width: 20px;
    display: inline-block;
}
.htmega-social-share.htmega-social-view-icon-title ul li {
    padding-right: 15px;
}
.htmega-social-share.htmega-social-view-title ul li {
    padding: 0 15px;
}
.htmega-social-share ul li i {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    width: 42px;
}
.htmega-share-counter {
    margin-left: 5px;
}
.htmega-social-style-1 ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: 0.5s;
    line-height: 42px;
}
.htmega-social-style-1 ul li:hover {
    opacity: .7;
}
.htmega-lightbox {
    position: relative;
    margin-top: 30px;
}
.htmega-lightbox .htmega-lightboxthumb a img {
    width: 100%}
.htmega-lightbox .htmega-lightbox-action {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    left: 0;
    opacity: 0;
}
.htmega-lightbox .htmega-lightbox-action::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    content: "";
    left: 0;
}
.htmega-lightbox .htmega-lightbox-action a {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 100%;
    left: 50%}
.htmega-lightbox .htmega-lightbox-action a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.image-popup-vertical-fit svg {
    width: 20px;
}
.htmega-lightbox .htmega-lightbox-action a.play__btn i {
    border: 1px solid transparent;
}
.htmega-lightbox:hover .htmega-lightbox-action {
    opacity: 1;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.lightbox_button_only .htmega-lightbox-action {
    opacity: 1;
    position: static;
}
.lightbox_button_only.htmega-lightbox .htmega-lightbox-action a {
    position: static;
    transform: translate(0, 0);
}
.lightbox_button_only .htmega-lightbox-action::before {
    display: none;
}
.htmega-player-container .magnify-video-active {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #18012c;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    padding: 10px 25px;
    text-decoration: none;
}
.htmega-player-container .magnify-video-active:hover {
    transform: scale(1.2);
    background: #18012c;
    color: #fff;
}
.htmega-search-box input:focus {
    outline: none;
}
.htmega-search-box .btn-search {
    background: transparent;
    padding: 0;
}
.htmega-search-box svg {
    width: 20px;
    margin-top: 8px;
}
.htmega-search-style-1 {
    position: relative;
}
.htmega-search-style-1 input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 22px!important;
    transition: all .3s ease-in-out;
    height: 45px;
    color: #999;
    font-size: 14px;
    padding: 0 78px 0 20px!important;
}
.htmega-search-style-1 input:focus {
    width: 100%;
    border: 1px solid hotpink;
}
.htmega-search-style-1 input:focus~button {
    width: 36px;
}
.htmega-search-style-1 input:focus~button.btn-search {
    background: hotpink;
    color: #fff;
    border-radius: 20px;
}
.htmega-search-style-1 input:focus~button.btn-reset {
    right: -22px;
}
.htmega-search-style-1 button {
    transition: all .3s ease-in-out;
    border: none;
    height: 36px;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 70px;
    transform: translateY(-50%);
    padding: 0;
}
.htmega-search-style-1 button.btn-search {
    background: #0056ff;
    border-radius: 0 20px 20px 0;
    color: #fff;
    transition: all .3s ease-in-out;
}
.htmega-search-style-2 {
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
    position: relative;
    width: 100%}
.htmega-search-style-2 input[type="text"] {
    height: 60px;
    font-size: 17px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
    padding-right: 70px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width 0.5s cubic-bezier(0, .795, 0, 1);
    cursor: pointer;
}
.htmega-search-style-2 input[type="text"]:focus {
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #333;
    cursor: text;
}
.htmega-search-style-2 button.btn-search {
    width: 63px;
    display: inline-block;
    color: #333;
    float: right;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: width 0.4s cubic-bezier(0, .795, 0, 1);
}
.htmega-search-style-3 {
    float: right;
    height: 40px;
    position: relative;
    width: 100%}
.htmega-search-style-3 input[type="text"] {
    border: 1px solid #18012c;
    font-size: 12px;
    height: 40px;
    position: absolute;
    transition: all .3s ease-in;
    width: 50%;
    right: 0;
    color: #18012c;
    font-size: 14px;
    transition: all .3s ease-in-out;
    padding: 0 20px;
    padding-right: 63px;
}
.htmega-search-style-3 input[type="text"]:focus {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ed552d;
}
.htmega-search-style-3 input[type="text"]:focus~button {
    background: #ed552d;
    border: 1px solid #ed552d;
    border-radius: 0 20px 20px 0;
    color: #fff!important;
}
.htmega-search-style-3 button {
    background: transparent;
    transition: all .3s ease-in;
    position: absolute;
    right: 0;
    border: 0 none;
    transition: all .3s ease-in-out;
    width: 42px;
    text-align: center;
    height: 100%;
    border: 0 none;
}
.htmega-search-style-4 {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    float: right;
}
.htmega-search-style-4 form {
    width: 45px;
    transition: all 0.5s ease;
}
.htmega-search-style-4:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: relative;
    background-color: #ff4888;
    transition: all .5s ease;
}
.htmega-search-style-4 form.open {
    width: 100%}
.htmega-search-style-4 form.open:before {
    height: 20px;
    margin: 15px 8px 10px 29px;
    position: absolute;
}
.htmega-search-style-4 .search-box {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #ff4888;
    padding: 0 48px 0 45px;
    font-size: 14px;
}
.htmega-search-style-4 .search-box:focus {
    outline: none;
}
.htmega-search-style-4 .search-button {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.htmega-search-style-4 .search-icon {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    border: 2px solid #ff4888;
    display: block;
    position: relative;
    margin-left: 10px;
    transition: all 0.5s ease;
    top: 10px;
}
.htmega-search-style-4 .search-icon:before {
    content: '';
    width: 3px;
    height: 8px;
    position: absolute;
    right: -2px;
    top: 12px;
    display: block;
    background-color: #ff4888;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.htmega-search-style-4 .search-icon:after {
    content: '';
    width: 3px;
    height: 9px;
    position: absolute;
    right: -8px;
    top: 17px;
    display: block;
    background-color: #ff4888;
    transform: rotate(-46deg);
    transition: all 0.5s ease;
}
.htmega-search-style-4 form.open .search-icon {
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    top: 5px;
}
.htmega-search-style-4 form.open .search-icon:before {
    transform: rotate(52deg);
    right: 12px;
    top: 12px;
    height: 18px;
}
.htmega-search-style-4 form.open .search-icon:after {
    transform: rotate(-230deg);
    right: 12px;
    top: 2px;
    height: 18px;
}
.htmega-search-style-5 button {
    color: #f45862;
    font-size: 24px;
    border: 0 none;
    outline: none;
    background: transparent;
}
.block-bg {
    background: rgba(22, 22, 27, .97) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transform: scale(.7);
    transition: -webkit-transform 0.8s ease 0s, -moz-transform 0.8s ease 0s, -o-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.block-bg.is-visible {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.block-bg .close__wrap {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    margin-top: -12.5px;
    padding-right: 25px;
    position: absolute;
    right: 49px;
    text-transform: uppercase;
    z-index: 11;
    transition: 0.4s;
    top: 65px;
}
.block-bg .close__wrap:hover {
    color: #fff;
}
.block-bg .close__wrap::after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.minisearch .field__search {
    left: 0;
    margin: 0 auto auto;
    max-width: 1000px;
    padding: 0 5px;
    position: fixed;
    right: 0;
    top: 50%}
.minisearch .field__search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #ebebeb;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
    height: 60px;
    padding: 10px 60px 10px 10px;
    position: static;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    outline: none;
}
.minisearch .field__search .action {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.minisearch .field__search .action button {
    color: #797979;
    display: inline-block;
    font-size: 26px;
    height: 60px;
    left: 0;
    line-height: 60px;
    text-align: center;
    top: 0;
    width: 60px;
}
blockquote {
    margin: 0;
}
blockquote cite {
    font-family: "Montserrat", sans-serif;
}
.htmega-blockquote blockquote::before {
    display: none;
}
.htmega-blockquote blockquote img, .htmega-blockquote blockquote .blockquote_icon {
    position: absolute;
}
.htmega-blockquote blockquote img {
    position: absolute;
    width: 100px;
    z-index: 0;
}
.htmega-blockquote blockquote p {
    margin: 0;
}
.htmega-blockquote-position-lefttop blockquote img, .htmega-blockquote-position-lefttop blockquote .blockquote_icon {
    left: 0;
    top: 0;
}
.htmega-blockquote-position-leftcenter blockquote img, .htmega-blockquote-position-leftcenter blockquote .blockquote_icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-blockquote-position-leftbottom blockquote img, .htmega-blockquote-position-leftbottom blockquote .blockquote_icon {
    left: 0;
    bottom: 0;
}
.htmega-blockquote-position-centertop blockquote img, .htmega-blockquote-position-centertop blockquote .blockquote_icon {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.htmega-blockquote-position-center blockquote img, .htmega-blockquote-position-center blockquote .blockquote_icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.htmega-blockquote-position-centerbottom blockquote img, .htmega-blockquote-position-centerbottom blockquote .blockquote_icon {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.htmega-blockquote-position-righttop blockquote img, .htmega-blockquote-position-righttop blockquote .blockquote_icon {
    right: 0;
    top: 0;
}
.htmega-blockquote-position-rightcenter blockquote img, .htmega-blockquote-position-rightcenter blockquote .blockquote_icon {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-blockquote-position-rightbottom blockquote img, .htmega-blockquote-position-rightbottom blockquote .blockquote_icon {
    right: 0;
    bottom: 0;
}
.htmega-blockquote blockquote {
    background: #f4f4f4;
    padding: 50px 62px 50px 56px;
    position: relative;
}
.htmega-blockquote blockquote .blockquote_content {
    font-size: 18px;
    line-height: 33px;
    color: #5b5b5b;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 17px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.htmega-blockquote blockquote cite {
    color: #0056ff;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    padding-left: 35px;
    position: relative;
}
.htmega-citeseparator-position-after blockquote cite {
    padding-left: 0;
    padding-right: 35px;
}
.htmega-citeseparator-position-none blockquote cite {
    padding-left: 0;
    padding-right: 0;
}
.htmega-blockquote blockquote cite::before {
    position: absolute;
    background-color: #0056ff;
    content: "";
    height: 4px;
    width: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-citeseparator-position-after blockquote cite::before {
    right: 0;
    left: auto;
    top: 50%}
.htmega-citeseparator-position-none blockquote cite::before {
    display: none;
}
.htmega-instragram {
    text-align: center;
}
.htmega-instragram ul.htmega-instagram-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -5px;
}
.htmega-instragram ul.htmega-instagram-list li {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.htmega-instragram ul.htmega-instagram-list li img {
    width: 100%}
.htmega-instragram ul.htmega-instagram-list li a {
    text-decoration: none;
}
.htmegainstagram-column-1 .htmega-instragram ul.htmega-instagram-list li {
    width: 100%}
.htmegainstagram-column-2 .htmega-instragram ul.htmega-instagram-list li {
    width: 50%}
.htmegainstagram-column-3 .htmega-instragram ul.htmega-instagram-list li {
    width: 33.33%}
.htmegainstagram-column-5 .htmega-instragram ul.htmega-instagram-list li {
    width: 20%}
.htmegainstagram-column-6 .htmega-instragram ul.htmega-instagram-list li {
    width: 16.66%}
a.instagram_follow_btn {
    background: #f75876 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 70px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}
a.instagram_follow_btn:hover {
    opacity: .7;
    color: #fff;
}
a.instagram_follow_btn i {
    background: #e4405f;
    width: 42px;
    height: 43px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}
a.instagram_follow_btn span {
    padding: 0 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}
a.instagram_follow_btn.possition-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    background: #fff;
    border-radius: 6px;
    color: #000;
}
a.instagram_follow_btn.possition-center span {
    padding: 0 24px;
}
.htmega-instragram ul.htmega-instagram-list {
    margin: 0 -5px;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
}
.htmega-instragram ul.htmega-instagram-list li>a {
    display: block;
    position: relative;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    height: 100%;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    content: "";
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment {
    padding: 30px 0;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment p {
    color: #fff;
    margin: 0 15px;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a {
    display: inline-block;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a i {
    color: #fff;
    font-size: 43px;
}
.htmega-instragram ul.htmega-instagram-list li:hover .instagram-clip {
    opacity: 1;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon {
    display: inline-block;
}
.htmega-instragram-style-2 ul.htmega-instagram-list li {
    padding: 0;
    margin: 0;
}
.htmega-instragram-style-2 ul.htmega-instagram-list {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.htmega-instragram-style-2 ul.htmega-instagram-list li {
    margin: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.htmega-instragram-style-2 ul.htmega-instagram-list li a img {
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    width: 100%}
.htmega-instragram-style-2 ul.htmega-instagram-list li:hover a img {
    transform: scale3d(1.1, 1.1, 1);
    opacity: .8;
}
.htmega-instragram .slick-arrow {
    position: absolute;
    top: 45%;
    left: -20px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #f75876;
    border: 1px solid #f75876;
    color: #fff;
    text-align: center;
    transition: 0.4s ease-in-out;
    opacity: 0;
    padding: 0;
    line-height: 1;
}
.htmega-instragram .htmega-carosul-next.slick-arrow {
    left: auto;
    right: -20px;
}
.htmega-instragram ul.htmega-instagram-list:hover .slick-arrow {
    opacity: 1;
    left: 0;
}
.htmega-instragram ul.htmega-instagram-list:hover .htmega-carosul-next.slick-arrow {
    opacity: 1;
    right: 0;
    left: auto;
}
.htmega-instragram .slick-dots {
    position: relative;
    bottom: 0;
}
.htmega-instragram .slick-dots li {
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 3px!important;
    width: 15px!important;
    background: #f75876;
    float: none!important;
}
.htmega-instragram .slick-dots li button {
    padding: 0;
}
.htmega-instragram .slick-dots li button::before {
    display: none;
}
.htmega-instragram .slick-dots li.slick-active {
    background: #000;
}
.htmega-instragram-style-2 a.instagram_follow_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    background: #fff;
    border-radius: 6px;
    color: #000;
    margin-top: 0;
}
.htmega-instragram-style-2 a.instagram_follow_btn i {
    display: none;
}
.htmega-instragram-style-3 ul li {
    position: relative;
}
.htmega-instragram-style-3 ul li a img {
    transition: all .15s ease-in-out;
}
.htmega-instragram-style-3 ul li .instagram-clip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(255, 64, 95, .9);
    display: flex;
    justify-content: space-around;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .15s ease-in-out;
    color: #FFF;
    height: 50px!important;
    line-height: 50px;
}
.htmega-instragram-style-3 ul li .instagram-clip::before {
    display: none;
}
.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment {
    display: flex;
    align-items: center;
    padding: 0!important;
}
.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment p {
    margin: 0 15px;
}
.htmega-instragram-style-3 ul li:hover .instagram-clip {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.htmega-instragram-style-3 ul li:hover a img {
    opacity: .7;
    -webkit-transform: scale(1.15) translate3d(0, 0, 0);
    transform: scale(1.15) translate3d(0, 0, 0);
}
.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content {
    display: flex;
    align-items: center;
}
.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn {
    position: static;
    transform: translateY(0);
    display: flex;
}
.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon {
    display: flex;
}
.htmega-instragram-style-4 ul.htmega-instagram-list li {
    margin: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 25%}
.htmega-instragram-style-4 ul.htmega-instagram-list li a img {
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    width: 100%}
.htmega-instragram-style-4 ul.htmega-instagram-list li:hover a img {
    transform: scale3d(1.2, 1.2, 1);
    opacity: .6;
}
.htmega-switcher-btn {
    text-align: center;
}
.htmega-switcher-nav {
    display: inline-block!important;
    background: #eee;
    border-radius: 30px;
    overflow: hidden;
}
.htmega-switcher-nav a {
    display: inline-block;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 32px;
    z-index: 1;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.htmega-switcher-nav a i {
    margin-right: 5px;
}
.htmega-switcher-nav svg {
    width: 20px;
    float: left;
}
.htmega-switcher-nav a::before {
    height: 100%;
    top: 0;
    z-index: 0;
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    transition: all 300ms ease-out;
    z-index: -1;
}
.htmega-switcher-nav a.htb-active {
    color: #fff;
}
.htmega-switcher-nav a.htb-active::before {
    width: 100%;
    background-color: #ed552d;
}
.htmega-register-wrapper form input {
    padding: 0 15px;
    width: 100%;
    background: transparent;
    border-radius: 0;
}
.htmega-register-wrapper .alert {
    margin: 0 10px 15px;
}
.htmega-user-login {
    padding: 10px;
    text-align: center;
}
.htmega-register-wrapper label {
    display: block;
}
.htmega-register-style-1 {
    background: #fa4a79;
    padding-bottom: 40px;
}
.htmega-register-style-1 form {
    padding: 0 30px 0;
}
.htmega-register-style-1 form textarea {
    background: #fb5c87 none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #fff;
}
.htmega-register-style-1 form input {
    background: #fb5c87 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 50px;
    margin-bottom: 30px;
}
.htmega-register-style-1 form input[type="submit"] {
    width: auto;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #fa4a79;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 47px;
    transition: 0.5s;
}
.htmega-register-style-1 form input[type="submit"]:hover {
    opacity: .7;
}
.htmega-register-style-1 form input::-webkit-input-placeholder {
    color: #fff;
}
.htmega-register-style-1 form input::-moz-placeholder {
    color: #fff;
}
.htmega-register-style-1 form input:-ms-input-placeholder {
    color: #fff;
}
.htmega-register-style-1 form input:-moz-placeholder {
    color: #fff;
}
.htmega-register-style-2 {
    background: #7ca7f9;
    padding: 0 80px 50px;
}
.htmega-register-style-2 form label {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
}
.htmega-register-style-2 form input {
    border: 1px solid #fff;
    padding: 0 20px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}
.htmega-register-style-2 form input[type="submit"] {
    width: auto;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #0056ff;
    font-size: 14px;
    padding: 0 47px;
    transition: 0.5s;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 0;
}
.htmega-register-style-2 form input[type="submit"]:hover {
    opacity: .7;
}
.htmega-register-style-2 form input::-webkit-input-placeholder {
    color: #fff;
}
.htmega-register-style-2 form input::-moz-placeholder {
    color: #fff;
}
.htmega-register-style-2 form input:-ms-input-placeholder {
    color: #fff;
}
.htmega-register-style-2 form input:-moz-placeholder {
    color: #fff;
}
.htmega-register-style-3 {
    padding: 0 56px 100px;
    text-align: center;
}
.htmega-register-style-3 form .input_box {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.htmega-register-style-3 form .input_box i {
    background: rgba(255, 255, 255, .3);
    height: 70px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 34px;
    border-radius: 8px 0 0 8px;
}
.htmega-register-style-3 form .input_box input {
    background: rgba(255, 255, 255, .3);
    border: 0 none;
    margin-left: 2px;
    height: 70px;
    border-radius: 0 8px 8px 0;
    padding: 0 50px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.htmega-register-style-3 form .input_box input[type="submit"] {
    border: 3px solid #fff;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
    height: 90px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 51px;
    font-family: "Montserrat", sans-serif;
    transition: 0.5s;
}
.htmega-register-style-3 form input[type="submit"] {
    border: 3px solid #fff;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
    height: 90px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 51px;
    font-family: "Montserrat", sans-serif;
}
.htmega-register-style-3 form input[type="submit"]:hover {
    background: #ffffff!important;
    color: #18012c;
}
.htmega-register-style-3 .login a {
    border: 3px solid #fff;
    display: block;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 56px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.htmega-register-style-3 .login a:hover {
    background: #fff;
    color: #18012c;
}
.htmega-register-style-3 .separator span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 0 24px;
    background: transparent;
    position: relative;
    z-index: 99;
    display: block;
    font-family: "Montserrat", sans-serif;
}
.htmega-register-style-3 .separator span::before {
    content: "";
    width: 130px;
    height: 1px;
    left: 0;
    top: 50%;
    background: #fff;
    position: absolute;
    display: block;
}
.htmega-register-style-3 .separator span::after {
    background: #fff;
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    right: 0;
    top: 50%}
.htmega-register-style-3 form input[type="submit"]:hover {
    background: #fff;
    color: #18012c;
}
.htmega-register-style-3 form input::-webkit-input-placeholder {
    color: #fff;
}
.htmega-register-style-3 form input::-moz-placeholder {
    color: #fff;
}
.htmega-register-style-3 form input:-ms-input-placeholder {
    color: #fff;
}
.htmega-register-style-3 form input:-moz-placeholder {
    color: #fff;
}
.htmega-register-style-4 {
    padding: 0 40px;
}
.htmega-register-style-4 form input {
    margin-bottom: 17px;
    border: 0 none;
    border-bottom: 1px solid #687ea5;
    padding: 0;
    color: #687ea5;
    font-size: 12px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}
.htmega-register-style-4 form input[type="submit"] {
    background: #0056ff;
    color: #fff;
    width: auto;
    height: 50px;
    padding: 0 40px;
    border: 0 none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
}
.htmega-register-style-4 form input[type="submit"]:hover {
    opacity: .7;
}
.htmega-register-style-4 form input::-webkit-input-placeholder {
    color: #687ea5;
}
.htmega-register-style-4 form input::-moz-placeholder {
    color: #687ea5;
}
.htmega-register-style-4 form input:-ms-input-placeholder {
    color: #687ea5;
}
.htmega-register-style-4 form input:-moz-placeholder {
    color: #687ea5;
}
.register-container {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 50px 70px;
}
.register-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    align-items: center;
}
.register-top .register-top-left h2 {
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.register-top .register-top-right {
    display: flex;
    justify-content: space-between;
}
.register-top .register-top-right p {
    margin: 0;
    color: #b1b1b1;
    margin-right: 30px;
    font-size: 14px;
}
.register-top .register-top-right a {
    background: #eff1f2;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding: 0 14px;
    transition: 0.5s;
}
.register-top .register-top-right a:hover {
    background: #18012c;
    color: #fff;
}
.htmega-register-style-5 {
    text-align: center;
}
.htmega-register-style-5 form input {
    border: 1px solid #f1f1f1;
    height: 45px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #757575;
    font-weight: 300;
    font-size: 12px;
}
.htmega-register-style-5 form input[type="submit"] {
    background: #0056ff;
    width: auto;
    color: #fff;
    height: 48px;
    padding: 0 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 50px;
    transition: 0.5s;
    margin-top: 12px;
}
.htmega-register-style-5 form input[type="submit"]:hover {
    background: #18012c;
    color: #fff;
}
.htmega-register-style-5 form input::-webkit-input-placeholder {
    color: #757575;
}
.htmega-register-style-5 form input::-moz-placeholder {
    color: #757575;
}
.htmega-register-style-5 form input:-ms-input-placeholder {
    color: #757575;
}
.htmega-register-style-5 form input:-moz-placeholder {
    color: #757575;
}
.htmega-register-style-5 form input:focus {
    border: 1px solid #18012c;
}
.htmega-register-style-4 form input:focus {
    border: 0 none;
    border-bottom: 1px solid #18012c;
}
.htmega-tab-nav a {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    height: 34px;
    background: transparent;
    line-height: 34px;
    transition: 0.5s;
    margin: 0 9px;
    margin-bottom: 20px;
}
.htmega-tab-nav svg {
    width: 20px;
    float: left;
    margin-top: 5px;
}
.htmega-tab-nav a i, .htmega-tab-nav a svg {
    margin-right: 10px;
}
.htmega-tab-nav a.htb-active {
    background: #575757;
    color: #fff;
}
.tab-content .htmega-single-tab {
    margin-top: 20px;
}
.htmega-tab-image {
    overflow: hidden;
}
.htmega-tab-menu-style-2 a {
    color: #575757;
    font-weight: 600;
    font-size: 14px;
    margin: 0 25px;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    background: transparent;
}
.htmega-tab-menu-style-2 a.htb-active {
    background: transparent;
    color: #575757;
}
.htmega-tab-menu-style-2 a::before {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 0;
    bottom: 0;
    background: #575757;
    transition: 0.4s ease-in-out;
}
.htmega-tab-menu-style-2 a.htb-active::before {
    width: 100%}
.htmega-tab-menu-style-3 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 18px;
}
.htmega-tab-menu-style-3 a {
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    padding: 0 24px;
    background: #e3e3e3;
    height: 40px;
    line-height: 39px;
    margin: 0 10px;
    margin-bottom: -1px;
    border: 1px solid;
    transition: 0.4s ease-in-out;
    border-color: #e3e3e3 #e3e3e3 #fff;
}
.htmega-tab-menu-style-3 a.htb-active {
    background: transparent;
    border: 1px solid;
    border-color: #e3e3e3 #e3e3e3 #fff;
    color: #575757;
}
.htmega-tab-style-3 .htmega-single-tab p {
    color: #494849;
    font-size: 16px;
    line-height: 28px;
    margin-top: 23px;
}
.htmega-tab-menu-style-4 a {
    background: #575757;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    margin: 0 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}
.htmega-tab-menu-style-4 a.htb-active {
    background: #ed552d;
}
.htmega-tab-style-5 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.htmega-tab-style-5 .htmega-tab-nav {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 0;
}
.htmega-tab-style-5 .htmega-tab-content-area {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}
.htmega-tab-menu-style-5 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.htmega-tab-style-5 .htmega-tab-content-area {
    border-left: 1px solid #e3e3e3;
}
.htmega-tab-menu-style-5 {
    display: block;
}
.htmega-tab-menu-style-5 a {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid transparent;
    border-top: 1px solid #e3e3e3;
    color: #575757;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.htmega-tab-menu-style-5 a:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.htmega-tab-menu-style-5 a.htb-active {
    background: #e3e3e3;
    color: #575757;
}
.htmega_tab_service .htmega-service-style-7:hover .content h4, .htmega_tab_service .htmega-service-style-7:hover .content p, .htmega_tab_service .htmega-service-style-7:hover .icon i {
    color: #8f8f8f!important;
}
.htmega_tab_service .htmega-service-style-7:hover .icon i {
    color: #ed552d!important;
}
.htmega_tab_service .htmega-service-style-7::before {
    display: none;
}
.htmega-process-area {
    background-size: 80% auto;
}
.htmega-column {
    display: flex;
    flex-wrap: wrap;
}
.htmega-column .htmega-single-process-area {
    padding-right: 15px;
    padding-left: 15px;
}
.htmega-process-column-1 .htmega-single-process-area {
    flex: 0 0 100%;
    max-width: 100%}
.htmega-process-column-2 .htmega-single-process-area {
    flex: 0 0 50%;
    max-width: 50%}
.htmega-process-column-3 .htmega-single-process-area {
    flex: 0 0 33.333%;
    max-width: 33.333%}
.htmega-process-column-4 .htmega-single-process-area {
    flex: 0 0 25%;
    max-width: 25%}
.htmega-process-column-5 .htmega-single-process-area {
    flex: 0 0 20%;
    max-width: 20%}
.htmega-single-process {
    text-align: center;
}
.htmega-single-process .icon {
    width: 116px;
    height: 116px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    line-height: 116px;
    text-align: center;
    border-radius: 100%}
.htmega-single-process .htmega-content h4 {
    color: #555;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    margin-top: 36px;
}
.htmega-process-style-2 {
    text-align: center;
}
.htmega-process-style-2 .htmega-number {
    margin-bottom: 24px;
}
.htmega-process-style-2 .htmega-number span {
    width: 70px;
    height: 70px;
    background: #fff;
    display: inline-block;
    line-height: 70px;
    font-size: 24px;
    font-weight: 600;
    color: #5a5a5a;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.htmega-process-style-2 .htmega-content h4 {
    color: #383838;
    font-size: 18px;
    margin-bottom: 18px;
}
.htmega-process-style-2 .htmega-content p {
    color: #494849;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10%;
    margin: 0;
}
.htmega-process-style-2 .htmega-number {
    position: relative;
}
.htmega-process-style-2 .htmega-number::before {
    position: absolute;
    content: "";
    background-image: url(../../../plugins/ht-mega-for-elementor/assets/css/'');
    right: -129px;
    top: 50%;
    width: 236px;
    height: 2px;
}
.htmega-process-style-2 .htmega-single-process-area:last-child .htmega-number::before {
    display: none;
}
.htmega-process-style-3 {
    position: relative;
    margin-top: 30px;
}
.htmega-process-style-3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    background: #e51515;
    height: 100%;
    margin-left: -1px;
}
.htmega-process-style-3 .htmega-single-process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0;
}
.htmega-process-style-3 .htmega-single-process .icon {
    align-self: baseline;
    box-shadow: none;
    height: auto;
    line-height: 1;
    padding: 0 30px;
    position: relative;
    text-align: right;
    width: 50%;
    background: transparent;
}
.htmega-process-style-3 .htmega-single-process .icon::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -15px;
    height: 15px;
    width: 15px;
    border-top: 10px solid transparent;
    border-right: 15px solid red;
    border-bottom: 10px solid transparent;
    border-left: 15px solid transparent;
}
.htmega-process-style-3 .htmega-single-process .icon img {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%}
.htmega-process-style-3 .htmega-content {
    padding-left: 30px;
    text-align: left;
    width: 50%}
.htmega-process-style-3 .htmega-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #494849;
    margin-bottom: 15px;
}
.htmega-process-style-3 .htmega-content p {
    font-size: 14px;
    color: #494849;
    line-height: 28px;
}
.htmega-process-style-3 .htmega-single-process.process-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .icon {
    text-align: left;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .icon::before {
    right: auto;
    left: 0;
    border-left: 15px solid red;
    border-right: 15px solid transparent;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .htmega-content {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.htmega-process-style-4 {
    background-position: center center;
    background-repeat: no-repeat;
    height: 570px;
    position: relative;
    width: 590px;
}
.htmega-process-style-4 .htmega-single-process-area {
    align-items: center;
    background: #52b6bc none repeat scroll 0 0;
    border-radius: 100%;
    display: flex;
    height: 190px;
    justify-content: center;
    text-align: center;
    width: 190px;
    position: absolute;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(1) {
    left: 0;
    margin: auto;
    right: 0;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(2) {
    right: 0;
    top: 190px;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(3) {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(4) {
    left: 0;
    top: 190px;
}
.htmega-process-style-4 .htmega-single-process .icon {
    box-shadow: none;
    height: auto;
    line-height: 1;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -36px;
    transition: all 0.3s ease 0s;
    width: auto;
    background: transparent;
}
.htmega-process-style-4 .htmega-single-process .icon img {
    border: 3px solid #52b6bc;
    border-radius: 100%}
.htmega-process-style-4 .htmega-content p {
    color: #fff;
    font-family: 'Courgette', cursive;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 12px;
}
.htmega-process-style-4 .htmega-single-process.open .icon {
    opacity: 1;
}
.htmega-process-style-4 .htmega-single-process-area:hover .icon {
    opacity: 1;
}
.htmega-modal-btn button {
    background: #0056ff;
    border: 0 none;
    color: #fff;
    border-radius: 8px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    padding-top: 0;
    padding-bottom: 0;
}
.htmega-modal-btn svg {
    width: 20px;
    margin-right: 10px;
    margin-top: 16px;
    float: left;
}
.htmega-modal-area .htb-modal-header h5 {
    margin: 0;
}
.htmega-modal-area .htb-modal-footer {
    justify-content: space-between;
    align-items: center;
}
.flipbox-icon {
    display: inline-block;
}
.flipbox-icon svg {
    width: 20px;
}
.htmega-flip-box-front, .htmega-flip-box-back {
    background-color: #f3f3f3;
}
.htmega-flip-box-animation-right .htmega-flip-box-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-color: #f3f3f3;
}
.htmega-flip-box-animation-right:hover .htmega-flip-box-front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.htmega-flip-box-animation-right .htmega-flip-box-back {
    background: rgba(237, 85, 45, .8);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.htmega-flip-box-animation-right:hover .htmega-flip-box-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.htmega-flip-box-animation-left .htmega-flip-box-front, .htmega-flip-box-animation-left:hover .htmega-flip-box-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-color: #f3f3f3;
}
.htmega-flip-box-animation-left:hover .htmega-flip-box-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.htmega-flip-box-animation-left .htmega-flip-box-back {
    background: rgba(237, 85, 45, .8);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.htmega-flip-box-animation-top .htmega-flip-box-front, .htmega-flip-box-animation-top:hover .htmega-flip-box-back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.htmega-flip-box-animation-top:hover .htmega-flip-box-front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.htmega-flip-box-animation-top .htmega-flip-box-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1;
}
.htmega-flip-box-animation-bottom .htmega-flip-box-front, .htmega-flip-box-animation-bottom:hover .htmega-flip-box-back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.htmega-flip-box-animation-bottom:hover .htmega-flip-box-front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.htmega-flip-box-animation-bottom .htmega-flip-box-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
}
.htmega-flip-box-area .flp-btn {
    display: inline-block;
    margin-top: 20px;
}
.htmega-flip-box-area .flp-btn a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
.htmega-flip-box-area {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 380px;
    line-height: 1;
}
.htmega-flip-box-front, .htmega-flip-box-back {
    width: 100%;
    height: 100%}
.htmega-flip-box-front, .htmega-flip-box-back {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    z-index: 1;
}
.front-container, .back-container {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    -ms-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
    transform-style: preserve-3d;
    z-index: 2;
    height: 100%}
.htmega-flip-box-area .back-container {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    z-index: 2;
}
.htmega-flip-box-area .front-container span {
    color: #636363;
    font-size: 50px;
}
.front-container h2 {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    margin-top: 22px;
}
.back-container span {
    color: #efefef;
    font-size: 50px;
    display: block;
    margin-bottom: 28px;
}
.back-container h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 18px;
}
.back-container p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.htmega-flip-box-back {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.htmega-flip-overlay {
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.htmega-flip-box-style-2 .htmega-flip-box-back span, .htmega-flip-box-style-2 .htmega-flip-box-front span {
    margin-bottom: 26px;
    display: inline-block;
    padding-bottom: 30px;
    position: relative;
}
.htmega-flip-box-style-2 .htmega-flip-box-back span i, .htmega-flip-box-style-2 .htmega-flip-box-front span i {
    color: #fff;
    font-size: 70px;
}
.htmega-flip-box-style-2 .htmega-flip-box-back span::before, .htmega-flip-box-style-2 .htmega-flip-box-front span::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-flip-box-style-2 .htmega-flip-box-back span::after, .htmega-flip-box-style-2 .htmega-flip-box-front span::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 1px;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-flip-box-style-2 .htmega-flip-box-back h2, .htmega-flip-box-style-2 .htmega-flip-box-front h2 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.htmega-flip-box-style-2 .htmega-flip-box-back p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.htmega-tooltip span {
    background: #0056ff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 14px 16px;
    text-align: center;
    transition: 0.4s;
}
.htmega-tooltip span a {
    color: #fff;
    text-decoration: none;
}
.tooltip-inner {
    padding: 9px 15px;
    background-color: #404040;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #404040!important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #404040!important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #404040!important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #404040!important;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    top: -10px!important;
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    top: 10px!important;
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    left: 10px!important;
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    left: -10px!important;
}
.htb-popover-header {
    margin-top: 0;
}
.htmega-popover span {
    background: #0056ff;
    border: 0 none;
    color: #fff;
    padding: 20px 40px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    cursor: pointer;
}
.htmega-popover span:hover {
    background: #18012c;
}
.htmega-popover span a {
    text-decoration: none;
}
.htmega-popover svg {
    width: 25px;
}
.popover {
    max-width: 330px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.popover .popover-body {
    padding: 22px 25px;
    color: #262626;
    font-size: 13px;
}
.popovers-content.text-center {
    padding-top: 14px;
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    top: -12px!important;
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    top: 12px!important;
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
    left: 12px!important;
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    left: -12px!important;
}
.htmega-toggle-button a {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    color: #3b3b3b;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.htmega-toggle-button svg {
    width: 20px;
}
.htmega-toggle-area .htmega-toggle-button a i, .htmega-toggle-area .htmega-toggle-button a svg {
    padding-left: 5px;
}
.htmega-toggle-button a.opened_btn, .open a.normal_btn {
    display: none;
}
.htmega-toggle-button.open a.opened_btn {
    display: inline-block;
}
.image_100 .htmega-lightboxthumb img {
    width: 100%}
.htmega-dropcaps-inner p {
    color: #434343;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.htmega-dropcaps-inner p:first-of-type:first-letter, .htmega-dropcaps-inner:first-of-type:first-letter {
    color: #d6d6d6;
    float: left;
    font-size: 60px;
    margin-right: 20px;
    margin-bottom: 5px;
    border: 2px solid #d6d6d6;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-top: 9px;
}
.htmega-dropcaps-style-2 .htmega-dropcaps-inner p:first-of-type:first-letter, .htmega-dropcaps-style-2 .htmega-dropcaps-inner:first-of-type:first-letter {
    color: #18012c;
    float: left;
    font-size: 60px;
    margin-right: 15px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-top: 17px;
    border: none;
    padding: 0;
    font-style: normal;
}
.htmega-dropcaps-style-3 .htmega-dropcaps-inner p:first-of-type:first-letter, .htmega-dropcaps-style-3 .htmega-dropcaps-inner:first-of-type:first-letter {
    color: #ed552d;
    float: left;
    font-size: 90px;
    margin-right: 15px;
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: line-through;
    line-height: 28px;
    border: 0;
    padding: 0;
    font-style: normal;
}
.htmega-dropcaps-style-4 .htmega-dropcaps-inner p:first-of-type:first-letter, .htmega-dropcaps-style-4 .htmega-dropcaps-inner:first-of-type:first-letter {
    color: #fff;
    float: left;
    font-size: 36px;
    padding: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    background: #ed552d;
    border-radius: 50%;
    font-size: normal;
    border: none;
    font-style: normal;
    font-weight: 500;
}
.htmega-dropcaps-style-5 .htmega-dropcaps-inner p:first-of-type:first-letter, .htmega-dropcaps-style-5 .htmega-dropcaps-inner:first-of-type:first-letter {
    color: #fff;
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 20px 28px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 5px #000;
    font-style: normal;
    font-weight: 500;
}
button.htmega-notify-button {
    padding: 5px 42px;
    border: 0 none;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    margin-right: 25px;
    background: #1abc9c;
    transition: 0.4s;
    height: inherit;
}
.htmega-marker-style-1 {
    padding: 245px 0;
}
.htmega-marker-style-1 .htmega_image_pointer {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 3px solid #ed552d;
    background-color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box {
    background: #fff;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    text-align: center;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}
.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-1 .htmega_image_pointer::before {
    content: "\f129";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    color: #ed552d;
    font-size: 18px;
    width: 100%;
    height: 100%}
.htmega-marker-style-1 .htmega_image_pointer {
    position: absolute;
    left: 66%;
    top: 15%}
.htmega-marker-style-2 {
    padding: 245px 0;
}
.htmega-marker-style-2 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 5px solid #ddd;
    background-color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 38px;
}
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box {
    background: #fff;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    text-align: center;
}
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
}
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}
.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-2 .htmega_image_pointer::before {
    content: "\f129";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "FontAwesome";
    color: #ed552d;
    font-size: 18px;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.htmega-marker-style-2 .htmega_image_pointer:hover::before {
    transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-2 .htmega_image_pointer {
    position: absolute;
    left: 50%;
    top: 26%}
.htmega-marker-style-3 {
    padding: 245px 0;
}
.htmega-marker-style-3 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #000;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 49px;
    z-index: 2;
}
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box {
    background: #000;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    text-align: center;
}
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #fff;
}
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}
.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-3 .htmega_image_pointer::before {
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.htmega-marker-style-3 .htmega_image_pointer::after {
    position: absolute;
    left: 2px;
    background: #000;
    content: "";
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: -1;
}
.htmega-marker-style-3 .htmega_image_pointer:hover::before {
    transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-3 .htmega_image_pointer {
    position: absolute;
    left: 50%;
    top: 26%}
.htmega-marker-style-4 {
    padding: 245px 0;
}
.htmega-marker-style-4 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-12.jpg);
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 38px;
    border: 5px solid #d88d78;
    z-index: 2;
}
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-12.jpg);
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    text-align: center;
}
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
}
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #18012c;
}
.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-4 .htmega_image_pointer::before {
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    color: #d88d78;
    font-size: 18px;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.htmega-marker-style-4 .htmega_image_pointer:hover::before {
    transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-4 .htmega_image_pointer {
    position: absolute;
    left: 83%;
    top: 37%}
.htmega-marker-style-5 {
    padding: 245px 0;
}
.htmega-marker-style-5 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background: #000;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 47px;
    z-index: 2;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1 {
    position: relative;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1::before, .htmega-marker-style-5 .htmega_image_pointer .effect-1::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    border: 1px solid #f10;
    border-radius: 50%;
    -webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(.35) translateY(-50%) translateX(-50%);
    transform: scale(.35) translateY(-50%) translateX(-50%);
    opacity: 0;
    -webkit-animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0.4s infinite;
    animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0.4s infinite;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1::before {
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1::after {
    width: 32px;
    height: 32px;
    z-index: -1;
    border-color: rgba(255, 255, 255, .4);
    -webkit-animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
}
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box {
    background: #000;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    text-align: center;
}
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #fff;
}
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}
.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-5 .htmega_image_pointer::before {
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.htmega-marker-style-5 .htmega_image_pointer:hover::before {
    transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-5 .htmega_image_pointer {
    position: absolute;
    left: 83%;
    top: 37%}
@-webkit-keyframes marker-ripple-animation {
    0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
    opacity: 0;
}
}@keyframes marker-ripple-animation {
    0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}
100% {
    transform: translate3d(-50%, -50%, 0) scale(1.7);
    opacity: 0;
}
}.htmega-inlinemenu-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.htmega-mainmenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.linemenu-nav ul li {
    margin: 0 18px;
    position: relative;
}
.linemenu-nav ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: inherit;
    text-decoration: none;
    color: #636363;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.htmega-inlinemenu-style-1 .linemenu-nav ul li a::before {
    background: #d94f5c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale3d(0, 5, 1);
    transform-origin: 0 50% 0;
    transition: transform 0.3s cubic-bezier(1, .68, .16, .9) 0s;
    width: 100%}
.htmega-inlinemenu-style-1 .linemenu-nav ul>li:hover>a::before {
    transform: scale3d(1, 1, 1);
}
.linemenu-nav ul>li:hover>a {
    color: #d94f5c;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li {
    margin: 0;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
    border: 2px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease 0s;
    width: 100%}
.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before {
    border-width: 0 2px;
    transform: scale3d(1, 0, 1);
    transform-origin: 0 50% 0;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
    border-width: 2px 0;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 0 0;
    transition-delay: 0.2s;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::after {
    transform: scale3d(1, 1, 1);
}
.htmega-inlinemenu-style-3 li {
    position: relative;
}
.htmega-inlinemenu-style-3 li a {
    position: relative;
    display: block;
}
.htmega-inlinemenu-style-3 li::before, .htmega-inlinemenu-style-3 li::after, .htmega-inlinemenu-style-3 li a::before, .htmega-inlinemenu-style-3 li a::after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #d94f5c;
    content: '';
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.htmega-inlinemenu-style-3 li:hover::before, .htmega-inlinemenu-style-3 li:hover::after, .htmega-inlinemenu-style-3 li:hover a::before, .htmega-inlinemenu-style-3 li:hover a::after {
    -webkit-animation: lineanimation .6s ease-in-out;
    animation: lineanimation .6s ease-in-out;
    z-index: 1;
    opacity: 1;
}
.htmega-inlinemenu-style-3 li::before {
    border-width: 0 0 0 2px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.htmega-inlinemenu-style-3 li::after {
    border-width: 0 2px 0 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.htmega-inlinemenu-style-3 li a::before {
    border-width: 2px 0 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.htmega-inlinemenu-style-3 li a::after {
    border-width: 0 0 2px;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.htmega-inlinemenu-style-3 li:hover::before {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
}
.htmega-inlinemenu-style-3 li:hover::after {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
}
.htmega-inlinemenu-style-3 li:hover a::before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}
.htmega-inlinemenu-style-3 li:hover a::after {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.htmega-inlinemenu-style-3 li a span {
    position: relative;
    z-index: 3;
}
@-webkit-keyframes lineanimation {
    0%, 33% {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes lineanimation {
    0%, 33% {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.htmega-inlinemenu-style-4 li a {
    position: relative;
    padding: 10px 0;
}
.htmega-inlinemenu-style-4 li a::before, .htmega-inlinemenu-style-4 li a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.htmega-inlinemenu-style-4 li a::before {
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%}
.htmega-inlinemenu-style-4 li a::after {
    bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%}
.htmega-inlinemenu-style-4 li a:hover::before, .htmega-inlinemenu-style-4 li a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.htmega-inlinemenu-style-5 li a {
    position: relative;
}
.htmega-inlinemenu-style-5 ul li {
    margin: 0 10px;
}
.htmega-inlinemenu-style-5 ul li a {
    position: relative;
    overflow: hidden;
    width: 130px;
    padding: 1em 0;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #636363;
}
.htmega-inlinemenu-style-5 ul li a:hover {
    color: #d94f5c;
}
.htmega-inlinemenu-style-5 ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300%;
    height: 50px;
    opacity: 0;
    background: url(../../../plugins/ht-mega-for-elementor/assets/images/icons/line.svg) no-repeat top left;
    -webkit-transform: translate3d(130px, 0, 0);
    transform: translate3d(130px, 0, 0);
    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.3s;
    transition: transform 0s 0.3s, opacity 0.3s;
}
.htmega-inlinemenu-style-5 ul li a:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.htmega-inlinemenu-style-6 ul li a {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.htmega-inlinemenu-style-6 ul li a:hover {
    color: #d94f5c;
}
.htmega-inlinemenu-style-6 ul li:hover a {
    -webkit-animation: anim-francisco 0.4s forwards;
    animation: anim-francisco 0.4s forwards;
    color: #d94f5c;
}
@-webkit-keyframes anim-francisco {
    50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes anim-francisco {
    50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.htmega-inlinemenu-style-7 ul li {
    margin: 0;
}
.htmega-inlinemenu-style-7 ul li a {
    padding: 10px 0;
    border-top: 2px solid #c90dbe;
    color: #c90dbe;
    position: relative;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
}
.htmega-inlinemenu-style-7 ul li a::before {
    position: absolute;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    border-bottom: 2px solid #c90dbe;
    color: #c90dbe;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-inlinemenu-style-7 ul li a:hover::before, .htmega-inlinemenu-style-7 ul li a:focus::before {
    max-width: 100%}
.htmega-not-found {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.htmega-not-found .content {
    position: relative;
    z-index: 2;
}
.htmega-not-found .content h1 {
    color: #c0d2ff;
    font-size: 48px;
    margin-top: 35px;
    margin-bottom: 43px;
}
.htmega-not-found .content a.page-back-btn {
    background: #c0d2ff;
    height: 62px;
    display: inline-block;
    padding: 0 40px;
    line-height: 62px;
    border-radius: 31px;
    color: #131e3a;
    font-size: 16px;
    font-weight: 500;
    transition: .4 ease-in-out;
    text-decoration: none;
}
.htmega-not-found .content a.page-back-btn:hover {
    background: #fff;
    border-radius: 20px 0;
    color: #18012c;
    transform: translateY(-5px);
}
.htmega-not-found .content a.page-back-btn i {
    padding-right: 12px;
    font-size: 18px;
}
.htmega-not-found .content a.page-back-btn svg {
    width: 20px;
    margin-top: 18px;
    float: left;
    margin-right: 8px;
    display: inline-block;
}
.cloud {
    width: 350px;
    height: 120px;
    background: #1e2a4a;
    background: linear-gradient(top, #1e2a4a 100%);
    background: -webkit-linear-gradient(top, #1e2a4a 100%);
    background: -moz-linear-gradient(top, #1e2a4a 100%);
    background: -ms-linear-gradient(top, #1e2a4a 100%);
    background: -o-linear-gradient(top, #1e2a4a 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    margin: 120px auto 20px;
    transition: ease 1s;
}
.cloud:after, .cloud:before {
    content: '';
    position: absolute;
    background: #1e2a4a;
    z-index: -1;
}
.cloud:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.cloud:before {
    width: 180px;
    height: 180px;
    top: -90px;
    right: 50px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}
.cloud-1 {
    top: -198px;
    left: 0;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    opacity: .9;
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}
.cloud-2 {
    top: -122px;
    left: 140px;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite;
}
.cloud-3 {
    left: 409px;
    top: -50px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    opacity: .6;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}
.cloud-4 {
    left: -46px;
    bottom: 135px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    opacity: .8;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}
.cloud-5 {
    left: 469px;
    bottom: -57px;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
    opacity: .75;
    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}
.cloud-6 {
    left: 100%;
    top: 263px;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    opacity: .8;
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}
@-webkit-keyframes moveclouds {
    0% {
    margin-left: 1000px;
}
100% {
    margin-left: -1000px;
}
}@-moz-keyframes moveclouds {
    0% {
    margin-left: 1000px;
}
100% {
    margin-left: -1000px;
}
}@-o-keyframes moveclouds {
    0% {
    margin-left: 1000px;
}
100% {
    margin-left: -1000px;
}
}.htmega-error-style-2 .content {
    text-align: left;
    padding-left: 65px;
}
.htmega-error-style-2 .content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 4px;
}
.htmega-error-style-2 .content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 0;
}
.htmega-error-style-2 .content h1 span {
    color: #fff;
    font-size: 116px;
    padding-right: 21px;
}
.htmega-error-style-2 .content p {
    color: #fff;
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 32px;
}
.htmega-error-style-2 .content a.page-back-btn {
    background: #fff;
    color: #131e3a;
    height: 75px;
    display: inline-block;
    padding: 0 60px;
    font-size: 30px;
    line-height: 71px;
    border-radius: 31px;
    transition: .4 ease-in-out;
}
.htmega-error-style-2 .content a.page-back-btn:hover {
    background: #fff;
    border-radius: 20px 0;
    color: #18012c;
    transform: translateY(-5px);
}
.htmega-error-style-3 .content {
    padding-bottom: 10px;
}
.htmega-error-style-3 .content h2 {
    color: #d5cff2;
    font-size: 52px;
    margin-bottom: 16px;
}
.htmega-error-style-3 .content p {
    color: #d5cff2;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 38px;
    font-family: "Montserrat", sans-serif;
}
.htmega-error-style-3 .content a.page-back-btn {
    background: #fd5c5e;
    display: inline-block;
    border-radius: 31px;
    color: #d5cff2;
    font-size: 36px;
    transition: 0.5s ease-in-out;
    padding: 0;
}
.htmega-error-style-3 .content a.page-back-btn i {
    font-size: inherit;
    padding-right: inherit;
}
.htmega-error-style-3 .content a.page-back-btn:hover {
    transform: scale(1.2);
    background: #18012c;
    color: #fff;
}
.not-found-4 {
    padding: 310px 0;
}
.not-found-4 .content {
    text-align: left;
}
.not-found-4 .content h2 {
    color: #fcfcfc;
    font-size: 36px;
    line-height: 64px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
}
.not-found-4 .content a.page-back-btn {
    background: #da4c00;
    color: #fff;
    height: 54px;
    display: inline-block;
    padding: 0 40px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 27px;
    transition: 0.5s ease-in-out;
    margin-right: 26px;
    font-family: "Montserrat", sans-serif;
}
.not-found-4 .content a.page-back-btn:hover {
    background: #da4c00 none repeat scroll 0 0;
    border-radius: 27px;
    color: #fff;
    opacity: .7;
    transform: translateY(0);
}
.not-found-4 .content a.page-back-btn.error_contact {
    background: #ff8a00;
}
.htmega-counter-content {
    line-height: 1;
}
.htmega-counter-icon span {
    display: inline-block;
}
.htmega-counter-icon svg {
    width: 20px;
}
.htmega-counter-area .htmega-counter-img {
    display: inline-block;
}
.htmega-counter-style-1 {
    text-align: center;
}
.htmega-counter-style-1 .htmega-counter-icon i {
    font-size: 36px;
    color: #ed552d;
}
.htmega-counter-style-1 .htmega-counter-content span {
    color: #696969;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}
.htmega-counter-style-1 .htmega-counter-content h2 {
    color: #898989;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    position: relative;
    margin-top: 9px;
    display: block;
    padding-bottom: 15px;
}
.htmega-counter-style-1 .htmega-counter-content h2::before {
    background: #d5d5d5;
    width: 48px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-counter-style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.htmega-counter-style-2 .htmega-counter-icon {
    padding-right: 20px;
}
.htmega-counter-style-2 .htmega-counter-icon i {
    font-size: 48px;
    color: #383838;
}
.htmega-counter-style-2 .htmega-counter-content span {
    color: #383838;
    font-size: 24px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
.htmega-counter-style-2 .htmega-counter-content h2 {
    color: #383838;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    position: relative;
    display: block;
}
.htmega-counter-area {
    position: relative;
}
.htmega-counter-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    opacity: .8;
}
.htmega-counter-content {
    position: relative;
    z-index: 1;
}
.htmega-counter-style-3 .htmega-counter-img {
    display: inline-block;
    position: relative;
}
.htmega-counter-style-3 .htmega-counter-img::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #52b6bc;
    opacity: .8;
    border-radius: 100%}
.htmega-counter-style-3 .htmega-counter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.htmega-counter-style-3 {
    text-align: center;
}
.htmega-counter-style-3 .htmega-counter-content span {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    font-family: 'Courgette', cursive;
}
.htmega-counter-style-3 .htmega-counter-content h2 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    margin-top: 4px;
    font-family: 'Courgette', cursive;
}
.htmega-counter-style-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.htmega-counter-style-4 .htmega-counter-img {
    padding-right: 25px;
}
.htmega-counter-style-4 .htmega-counter-content {
    text-align: center;
}
.htmega-counter-style-4 .htmega-counter-content span {
    color: #585858;
    font-size: 24px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
.htmega-counter-style-4 .htmega-counter-content h2 {
    color: #585858;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    position: relative;
    display: block;
    padding-bottom: 14px;
}
.htmega-counter-style-4 .htmega-counter-content h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    background: #ed552d;
    width: 70px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.htmega-counter-style-5 {
    text-align: center;
}
.htmega-counter-style-5 .htmega-counter-icon i {
    font-size: 36px;
    color: #ed552d;
}
.htmega-counter-style-5 .htmega-counter-content span {
    color: #18012c;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Lobster Two', cursive;
}
.htmega-counter-style-5 .htmega-counter-content span.color-1 {
    color: #b1c642;
}
.htmega-counter-style-5 .htmega-counter-content span.color-2 {
    color: #ff5020;
}
.htmega-counter-style-5 .htmega-counter-content span.color-3 {
    color: #ffc10d;
}
.htmega-counter-style-5 .htmega-counter-content span.color-4 {
    color: #68b9d8;
}
.htmega-counter-style-5 .htmega-counter-content h2 {
    color: #444;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    margin-top: 9px;
    display: block;
    padding-bottom: 15px;
    font-family: 'Lobster Two', cursive;
}
.htmega-counter-style-6 {
    text-align: center;
}
.htmega-counter-style-6 .htmega-counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.htmega-counter-style-6 .htmega-counter-icon span {
    color: #363636;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    padding-left: 15px;
}
.htmega-counter-style-6 .htmega-counter-content h2 {
    color: #363636;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    display: block;
    font-family: "Montserrat", sans-serif;
    margin-top: 13px;
    text-transform: uppercase;
}
.row-1>[class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
}
.grid_post .elementor-widget {
    margin-bottom: 0!important;
}
.row--10>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.mt--30, .ht-post.mt--30 {
    margin-top: 30px;
}
.mt--20, .ht-post.mt--20 {
    margin-top: 20px;
}
.gradient-overlay .thumb a {
    display: block;
    position: relative;
}
.gradient-overlay .thumb a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    opacity: .3;
    right: 0;
}
.gradient-overlay.gradient-overlay-1 .thumb a::before {
    background-image: linear-gradient(#f10afd, #1cc3e2);
    background-image: -webkit-gradient(#f10afd, #1cc3e2);
    background-image: -webkit-linear-gradient(#f10afd, #1cc3e2);
    background-image: -moz-linear-gradient(#f10afd, #1cc3e2);
    background-image: -ms-linear-gradient(#f10afd, #1cc3e2);
    background-image: -o-linear-gradient(#f10afd, #1cc3e2);
    opacity: .8;
}
.gradient-overlay.gradient-overlay-2 .thumb a::before {
    background-image: linear-gradient(#f29a4a, #f2c84c);
    background-image: -webkit-gradient(#f29a4a, #f2c84c);
    background-image: -webkit-linear-gradient(#f29a4a, #f2c84c);
    background-image: -moz-linear-gradient(#f29a4a, #f2c84c);
    background-image: -ms-linear-gradient(#f29a4a, #f2c84c);
    background-image: -o-linear-gradient(#f29a4a, #f2c84c);
    opacity: .8;
}
.gradient-overlay.gradient-overlay-3 .thumb a::before {
    background-image: linear-gradient(#f7384e, #0fbcb9);
    background-image: -webkit-gradient(#f7384e, #0fbcb9);
    background-image: -webkit-linear-gradient(#f7384e, #0fbcb9);
    background-image: -moz-linear-gradient(#f7384e, #0fbcb9);
    background-image: -ms-linear-gradient(#f7384e, #0fbcb9);
    background-image: -o-linear-gradient(#f7384e, #0fbcb9);
    opacity: .8;
}
.gradient-overlay.gradient-overlay-4 .thumb a::before {
    background-image: linear-gradient(#bd3664, #222671);
    background-image: -webkit-gradient(#bd3664, #222671);
    background-image: -webkit-linear-gradient(#bd3664, #222671);
    background-image: -moz-linear-gradient(#bd3664, #222671);
    background-image: -ms-linear-gradient(#bd3664, #222671);
    background-image: -o-linear-gradient(#bd3664, #222671);
    opacity: .8;
}
.gradient-overlay.gradient-overlay-5 .thumb a::before {
    background-image: linear-gradient(#eb3449, #f45a43);
    background-image: -webkit-gradient(#eb3449, #f45a43);
    background-image: -webkit-linear-gradient(#eb3449, #f45a43);
    background-image: -moz-linear-gradient(#eb3449, #f45a43);
    background-image: -ms-linear-gradient(#eb3449, #f45a43);
    background-image: -o-linear-gradient(#eb3449, #f45a43);
    opacity: .8;
}
.gradient-overlay.gradient-overlay-6 .thumb a::before {
    background-image: linear-gradient(#c03764, #202671);
    background-image: -webkit-gradient(#c03764, #202671);
    background-image: -webkit-linear-gradient(#c03764, #202671);
    background-image: -moz-linear-gradient(#c03764, #202671);
    background-image: -ms-linear-gradient(#c03764, #202671);
    background-image: -o-linear-gradient(#c03764, #202671);
    opacity: .8;
}
.gradient-overlay.gradient-overlay-7 .thumb a::before {
    background-image: linear-gradient(#eb3449, #f45b43);
    background-image: -webkit-gradient(#eb3449, #f45b43);
    background-image: -webkit-linear-gradient(#eb3449, #f45b43);
    background-image: -moz-linear-gradient(#eb3449, #f45b43);
    background-image: -ms-linear-gradient(#eb3449, #f45b43);
    background-image: -o-linear-gradient(#eb3449, #f45b43);
    opacity: .8;
}
.black-overlay .thumb a {
    display: block;
    position: relative;
}
.black-overlay .thumb a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    opacity: .2;
    right: 0;
    background: #000;
}
.ht-post {
    position: relative;
    margin-top: 2px;
    overflow: hidden;
}
.ht-post .thumb a img {
    width: 100%;
    display: block;
    transition: 0.3s ease-out;
    overflow: hidden;
}
.ht-post:hover .thumb a img {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
}
.ht-post a.post-category {
    background: #f05555 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0 8px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}
.ht-post a.post-position-top-left {
    left: 0;
    top: 0;
}
.ht-post a.post-position-top-right {
    right: 0;
    top: 0;
}
.ht-post .post-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px 10px 20px 20px;
}
.ht-post .post-content .content h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 11px;
}
.ht-post .post-content .content h2 {
    font-size: 36px;
    margin-bottom: 11px;
}
.ht-post .post-content .content a {
    color: #fff;
}
.ht-post .post-content .content .meta {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
.ht-post a.play-video {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: 0.4s ease-in-out;
}
.ht-post a.play-video:hover {
    background: #18012c;
    color: #fff;
    border: 1px solid #18012c;
}
.ht-post a.play-video i {
    margin-left: 4px;
}
.htmega-single-post .post-category a {
    background: #f05555 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.htmega-single-post .post-category a:hover {
    background: #18012c;
    color: #fff;
}
.htmega-single-post ul.meta {
    display: flex;
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
}
.htmega-single-post ul.meta li {
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 15px;
}
.htmega-single-post ul.meta li i {
    font-size: 14px;
    margin-right: 10px;
}
.htmega-single-post {
    position: relative;
}
.htmega-single-post .thumb {
    overflow: hidden;
}
.htmega-single-post .thumb a {
    display: block;
    position: relative;
}
.htmega-single-post a {
    text-decoration: none;
}
.htmega-single-post .thumb a img {
    transition: 0.4s ease-in-out;
}
.htmega-single-post:hover .thumb a img {
    transform: scale(1.2);
}
.htmega-single-post-style-1 .content {
    position: absolute;
    bottom: 0;
    padding: 40px;
}
.htmega-single-post-style-1 .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 36px;
}
.htmega-single-post-style-1 .content h2 a, .htmega-single-post-style-1 .content ul.meta li, .htmega-single-post-style-1 .content ul.meta li a {
    color: #fff;
}
.htmega-single-post-style-2 .content {
    padding-top: 30px;
}
.htmega-single-post-style-2 .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 36px;
}
.htmega-single-post-style-2 .content h2 a, .htmega-single-post-style-2 .content ul.meta li, .htmega-single-post-style-2 .content ul.meta li a {
    color: #464545;
}
.htmega-single-post-style-3 .content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.htmega-single-post-style-3 .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 22px;
    line-height: 34px;
}
.htmega-single-post-style-3 .content h2 a {
    color: #fff;
}
.htmega-single-post-style-3 .content ul.meta {
    justify-content: center;
}
.htmega-single-post-style-3 .content ul.meta li, .htmega-single-post-style-3 .content ul.meta li a {
    color: #fff;
}
.htmega-single-post-style-4 .content {
    background: #fff;
    text-align: center;
    padding: 40px 20px;
}
.htmega-single-post-style-4 .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 36px;
    margin-top: 0;
}
.htmega-single-post-style-4 .content h2 a {
    color: #464545;
    transition: 0.4s ease-in;
}
.htmega-single-post-style-4 .content h2 a:hover {
    color: #18012c;
}
.htmega-single-post-style-4 .content ul.meta {
    justify-content: center;
}
.htmega-single-post-style-4 .content ul.meta li, .htmega-single-post-style-4 .content ul.meta li a {
    color: #464545;
}
.htmega-single-post-slide {
    position: relative;
}
.htmega-single-post-slide img {
    width: 100%}
.htmega-single-post-slide a {
    text-decoration: none;
}
.htmega-single-post-slide .content ul.post-category {
    display: flex;
    list-style: outside none none;
    margin: 0 -10px;
    padding: 0;
}
.htmega-single-post-slide .content ul.post-category li {
    background: #f05555 none repeat scroll 0 0;
    margin: 0 10px;
    transition: all 0.4s ease-in-out 0s;
    line-height: inherit;
}
.htmega-single-post-slide .content ul.post-category li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 9px;
    display: block;
    text-decoration: none;
}
.htmega-single-post-slide .content ul.post-category li a:hover {
    background: #18012c none repeat scroll 0 0;
    color: #fff;
}
.htmega-single-post-slide ul.meta {
    color: #464545;
    display: flex;
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
}
.htmega-single-post-slide ul.meta li {
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 15px;
}
.htmega-single-post-slide ul.meta li i {
    padding-right: 10px;
}
.htmega-single-post-slide .content .post-inner h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.htmega-single-post-slide .content .post-inner p {
    margin: 22px 0 25px;
    color: #18012c;
    font-size: 14px;
    line-height: 28px;
}
.htmega-single-post-slide .content .post-inner h2 a, .htmega-single-post-slide .content .post-inner ul.meta li a {
    color: #18012c;
}
.htmega-single-post-slide .post-btn a.readmore-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #464545;
    border-radius: 23px;
    color: #464545;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    line-height: 44px;
    padding: 0 37px;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
}
.htmega-single-post-slide .post-btn a.readmore-btn:hover {
    background: #18012c none repeat scroll 0 0;
    border: 1px solid #18012c;
    color: #fff;
}
.htmega-postslider-area img {
    width: 100%}
.htmega-postslider-area button.slick-arrow {
    background: #ccd5d5 none repeat scroll 0 0;
    border: 0 none;
    bottom: 10px;
    color: #00282a;
    font-size: 24px;
    height: 40px;
    left: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 46px;
    z-index: 2;
}
.htmega-postslider-area button.htmega-carosul-prev.slick-arrow {
    right: 60px;
}
.htmega-arrow-2.htmega-postslider-area button.slick-arrow {
    background: #d7dae9 none repeat scroll 0 0;
    border: 1px solid #d7dae9;
    border-radius: 100%;
    color: #2a47e0;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 2;
}
.htmega-arrow-2.htmega-postslider-area button.htmega-carosul-next.slick-arrow {
    left: auto!important;
    right: 0;
}
.htmega-postslider-area .slick-dots li button::before {
    display: none;
}
.htmega-postslider-area .slick-dots li {
    background: #ccd5d5 none repeat scroll 0 0;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}
.htmega-postslider-area .slick-dots li.slick-active {
    background: #00282a none repeat scroll 0 0;
}
.htmega-postslider-layout-1 .content {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 40%;
    height: 100%;
    padding: 10px;
}
.htmega-postslider-layout-1 .content .post-inner {
    width: 100%;
    height: 100%;
    background: rgba(0, 140, 167, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.htmega-postslider-layout-1 .content .post-inner h2 {
    font-size: 24px;
    font-weight: 500;
}
.htmega-postslider-layout-1 .content .post-inner h2 a, .htmega-postslider-layout-1 .content .post-inner ul.meta li a {
    color: #fff;
}
.htmega-postslider-layout-1 .content .post-inner p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.htmega-postslider-layout-1 ul.meta {
    color: #fff;
}
.htmega-postslider-layout-1 .post-btn a.readmore-btn {
    border: 1px solid #fff;
    color: #fff;
}
.htmega-postslider-layout-2 .content .post-inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 18px;
}
.htmega-postslider-layout-2 .content .post-inner h2 a {
    color: #464545;
}
.htmega-postslider-layout-2 .content .post-inner ul.meta li, .htmega-postslider-layout-2 .content .post-inner ul.meta li a {
    color: #464545;
}
.htmega-postslider-layout-2 .content .post-inner p {
    color: #464545;
}
.htmega-postslider-layout-2 .content .post-inner .post-btn {
    margin-top: 19px;
}
.htmega-postslider-layout-3 .content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.htmega-postslider-layout-3 .content .post-inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 18px;
    padding: 0 26%;
    line-height: 34px;
}
.htmega-postslider-layout-3 .content .post-inner h2 a {
    color: #fff;
}
.htmega-postslider-layout-3 .content .post-inner ul.meta {
    justify-content: center;
}
.htmega-postslider-layout-3 .content .post-inner ul.meta li, .htmega-postslider-layout-3 .content .post-inner ul.meta li a {
    color: #fff;
}
.htmega-postslider-layout-3 .content .post-inner .post-btn {
    margin-top: 19px;
}
.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn {
    border: 1px solid #fff;
    color: #fff;
}
.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
    background: #18012c;
    color: #fff;
    border: 1px solid #18012c;
}
.htmega-postslider-layout-3 .content ul.post-category {
    justify-content: center;
}
.htmega-postslider-layout-4 .content {
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 20px;
}
.htmega-postslider-layout-4 .content .post-inner {
    background: rgba(0, 86, 255, .7);
    padding: 25px;
    text-align: left;
}
.htmega-postslider-layout-4 .content .post-inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 34px;
}
.htmega-postslider-layout-4 .content .post-inner h2 a {
    color: #fff;
}
.htmega-postslider-layout-4 .content .post-inner ul.meta li {
    color: #fff;
}
.htmega-postslider-layout-4 .content .post-inner ul.meta li a {
    color: #fff;
}
.htmega-postslider-layout-4 .content ul.post-category {
    justify-content: center;
}
.htmega-postslider-layout-5 .content {
    background: #f4f4f4;
    padding: 60px;
}
.htmega-postslider-layout-5 .content .post-inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 18px;
    line-height: 34px;
}
.htmega-postslider-layout-5 .content .post-inner h2 a {
    color: #464545;
}
.htmega-postslider-layout-5 .content .post-inner ul.meta li, .htmega-postslider-layout-5 .content .post-inner ul.meta li a {
    color: #464545;
}
.htmega-postslider-layout-5 .content .post-inner .post-btn {
    margin-top: 19px;
}
.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
    border: 1px solid #494849;
    color: #494849;
}
.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
    background: #18012c;
    color: #fff;
    border: 1px solid #18012c;
}
.htmega-arrow-2.htmega-postslider-area.htmega-postslider-style-5 button.slick-arrow {
    top: 30%}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 2;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li {
    align-items: center;
    background: transparent none repeat scroll 0 0;
    border-bottom: 5px solid #828282;
    border-left: 5px solid #828282;
    border-radius: 0;
    border-right: 5px solid #828282;
    cursor: pointer;
    display: flex;
    flex-basis: 25%;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    z-index: 2;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child {
    border-top: 5px solid #828282;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active {
    background: transparent none repeat scroll 0 0;
    border: 5px solid #fff;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6 {
    bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    padding-bottom: 20px;
    position: absolute;
}
.htmega-image-gridstyle-4 .htb-row>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.htmega-masonry-activation.htmega-image-gridstyle-5 .htb-row>[class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}
.htmega-singleimage-grid .thumb img {
    width: 100%}
.htmega-singleimage-grid h2 {
    margin: 0;
}
.htmega-singleimage-gridstyle-1 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-top: 30px;
    overflow: hidden;
}
.htmega-singleimage-gridstyle-1 .thumb {
    overflow: hidden;
}
.htmega-singleimage-gridstyle-1 .thumb a {
    position: relative;
    display: block;
    z-index: 2;
}
.htmega-singleimage-gridstyle-1 .thumb a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: "";
    z-index: 1;
}
.htmega-singleimage-gridstyle-1 .thumb a img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.htmega-singleimage-gridstyle-1:hover .thumb a::before {
    opacity: 1;
}
.htmega-singleimage-gridstyle-1:hover .thumb a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.htmega-singleimage-gridstyle-1 .image-grid-content h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 17px;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    width: 100%;
    top: 0;
    z-index: 3;
}
.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-70%);
    transform: translateX(-50%) translateY(-70%);
}
.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn:hover {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
}
.htmega-singleimage-gridstyle-1:hover .image-grid-content {
    opacity: 1;
    filter: alpha(opacity=100);
}
.htmega-singleimage-gridstyle-1:hover .image-grid-content h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.htmega-singleimage-gridstyle-1:hover .image-grid-content a.read-btn {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 4;
}
.custom-col-5 {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.htmega-singleimage-gridstyle-2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.htmega-singleimage-gridstyle-2 .thumb {
    overflow: hidden;
}
.htmega-singleimage-gridstyle-2 .thumb a {
    position: relative;
    display: block;
    z-index: 2;
}
.htmega-singleimage-gridstyle-2 .thumb a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    z-index: 1;
}
.htmega-singleimage-gridstyle-2 .thumb a img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%}
.htmega-singleimage-gridstyle-2:hover .thumb a::before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.htmega-singleimage-gridstyle-2:hover .thumb a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.htmega-singleimage-gridstyle-2 .image-grid-content h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 4;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
}
.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn:hover {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
}
.htmega-singleimage-gridstyle-2:hover .image-grid-content {
    opacity: 1;
    filter: alpha(opacity=100);
}
.htmega-singleimage-gridstyle-2:hover .image-grid-content h2 {
    position: absolute;
    top: 20px;
    z-index: 3;
    opacity: 1;
}
.htmega-singleimage-gridstyle-2:hover .image-grid-content a.read-btn {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.htmega-image-gridstyle-3 .htb-row>[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}
.htmega-singleimage-gridstyle-3 .thumb {
    overflow: hidden;
}
.htmega-singleimage-gridstyle-3 .thumb a img {
    transition: 0.4s ease-in-out;
}
.htmega-singleimage-gridstyle-3:hover .thumb a img {
    transform: scale(1.1) rotate(3deg);
}
.htmega-singleimage-gridstyle-4 {
    margin-top: 20px;
    position: relative;
}
.htmega-singleimage-gridstyle-4 .thumb a img {
    width: 100%}
.htmega-singleimage-gridstyle-4 .image-grid-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 80px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action h2 a {
    color: #18012c;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
}
.htmega-singleimage-gridstyle-4:hover .image-grid-content {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.htmega-singleimage-gridstyle-5 {
    margin-top: 50px;
    position: relative;
}
.htmega-singleimage-gridstyle-5 .thumb a img {
    width: 100%}
.htmega-singleimage-gridstyle-5 .image-grid-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 20px;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 23px;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 a {
    color: #fff;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
    color: #fff;
}
.htmega-singleimage-gridstyle-5:hover .image-grid-content {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.row--5>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}
.ht-thumb-gallery ul.htmega-thumbgallery-for {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ht-thumb-gallery ul.htmega-thumbgallery-for li {
    position: relative;
}
.htmega-thumbgallery-for button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border: 0 none;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
    transition: 0.4s ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}
.htmega-thumbgallery-for button.slick-arrow:hover {
    background: #0056ff;
    color: #fff;
}
.htmega-thumbgallery-nav {
    text-align: center;
}
.htmega-thumbgallery-nav button.slick-arrow {
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    padding: 0;
    width: 50px;
}
.htmega-thumbgallery-for button.htmega-carosul-next {
    left: auto;
    right: 30px;
}
.htmega-thumbgallery-for .slick-dots, .htmega-thumbgallery-nav .slick-dots {
    bottom: 10px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.htmega-thumbgallery-nav .slick-arrow+.slick-dots {
    bottom: 50px;
}
.htmega-thumbgallery-for .slick-dots li, .htmega-thumbgallery-nav .slick-dots li {
    display: inline-block;
}
.htmega-thumbgallery-for .slick-dots li button, .htmega-thumbgallery-nav .slick-dots li button {
    background: #ddd;
    text-indent: -99999px;
    padding: 0;
    margin-right: 8px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
}
.htmega-thumbgallery-for .slick-dots li.slick-active button, .htmega-thumbgallery-nav .slick-dots li.slick-active button {
    background: #000;
}
.htmega-thumbgallery-for .slick-dots li button::before, .htmega-thumbgallery-nav .slick-dots li button::before {
    display: none;
}
.htmega-thumbgallery-for.htmega-arrow-2 {
    position: relative;
}
.htmega-thumbgallery-for.htmega-arrow-2 button {
    position: absolute;
    top: 50%;
    left: 42px;
    z-index: 2;
    background: transparent;
    color: #fff;
    border: 0 none;
    border-radius: 100%;
    font-size: 48px;
    text-align: center;
    padding: 0;
    margin: 0;
    transition: 0.4s ease-in-out;
    transform: translateY(-50%);
}
.htmega-thumbgallery-for.htmega-arrow-2 button:hover {
    color: #0056ff;
}
.htmega-thumbgallery-for.htmega-arrow-2 button.htmega-carosul-next {
    left: auto;
    right: 42px;
}
.htmega-thumbgallery-nav .small-thumb {
    cursor: pointer;
}
.htmega-thumbgallery-nav .small-thumb img {
    width: 100%}
.htmega-thumbgallery-for .content {
    position: absolute;
    bottom: 40px;
    left: 0;
    background: rgba(0, 86, 255, .7);
    padding: 5px 38px;
}
.htmega-thumbgallery-for .content.right-bottom {
    bottom: 40px;
    left: auto;
    right: 0;
}
.htmega-thumbgallery-for .content h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    font-weight: 500;
}
.htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img {
    border: 3px solid #0056ff;
}
.htmega-thumbgallery-nav .small-thumb img {
    border: 3px solid #d7d7d7;
}
.htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
    padding: 3px 0;
}
.htmega-thumbgallery-nav.htmega-thumbgallery-nav {
    margin: -3px 0;
}
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
    padding: 5px 3px;
}
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav {
    margin: 0 -3px;
}
.ht-thumb-gallery .slick-slide img {
    display: block;
    width: 100%}
.htmega-testimonialgrid-style-1 .testimonal {
    background: #f7f8f9;
    padding: 30px;
    margin-top: 30px;
}
.htmega-testimonialgrid-style-1 .testimonal .content {
    display: flex;
    align-items: center;
}
.htmega-testimonialgrid-style-1 .testimonal .content img {
    max-width: 80px;
    border-radius: 100%}
.htmega-testimonialgrid-style-1 .testimonal .content .clint-info {
    padding-left: 25px;
}
.htmega-testimonialgrid-style-1 .testimonal .content .clint-info h4 {
    font-size: 18px;
    color: #383838;
    margin: 0;
}
.htmega-testimonialgrid-style-1 .testimonal .content .clint-info span {
    color: #1834a6;
    font-size: 13px;
}
.htmega-testimonialgrid-style-1 .testimonal p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 22px;
}
.htmega-testimonialgrid-style-2 .testimonal {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: 30px;
    padding: 40px 30px;
}
.htmega-testimonialgrid-style-2 .testimonal img {
    border: 2px solid #43df9c;
    border-radius: 50%;
    box-sizing: content-box;
    float: left;
    max-width: 90px;
}
.htmega-testimonialgrid-style-2 .testimonal .content p {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.htmega-testimonialgrid-style-2 .testimonal .content {
    overflow: hidden;
    padding-left: 20px;
}
.htmega-testimonialgrid-style-2 .testimonal .content .clint-info {
    padding-left: 50px;
    position: relative;
}
.htmega-testimonialgrid-style-2 .testimonal .content .clint-info::before {
    background: #383838 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 30px;
}
.htmega-testimonialgrid-style-3 .testimonal {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: 53px;
    padding-bottom: 27px;
    position: relative;
    text-align: center;
}
.htmega-testimonialgrid-style-3 .testimonal {
    margin-top: 82px;
}
.htmega-testimonialgrid-style-3 .testimonal img {
    border: 2px solid #727272;
    border-radius: 50%;
    box-sizing: content-box;
    left: 50%;
    max-width: 100px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
}
.htmega-testimonialgrid-style-3 .testimonal .content {
    margin-top: 0;
    padding-top: 73px;
}
.htmega-testimonialgrid-style-3 .testimonal .content p {
    color: #5b5b5b;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 4px;
    padding: 0 4%}
.htmega-testimonialgrid-style-3 .testimonal .content h4 {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
    margin: 0;
}
.htmega-testimonialgrid-style-4 .testimonal .content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(82, 182, 188, .25);
    padding: 50px 9%;
    position: relative;
    text-align: center;
}
.htmega-testimonialgrid-style-4 .testimonal .clint-info {
    margin-top: 40px;
    text-align: center;
}
.htmega-testimonialgrid-style-4 .testimonal img {
    border: 2px solid #ececec;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    max-width: 80px;
}
.htmega-testimonialgrid-style-4 .testimonal .clint-info h4 {
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 22px;
}
.htmega-testimonialgrid-style-4 .testimonal .clint-info span {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 600;
}
.htmega-testimonialgrid-style-4 .testimonal .content .triangle {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 20px;
    left: 50%;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}
.htmega-testimonialgrid-style-5 .testimonal {
    background: #f7f8f9 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 48px 30px;
}
.htmega-testimonialgrid-style-5 .clint-info h4 {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
}
.htmega-testimonialgrid-style-5 p {
    color: #5b5b5b;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
}
.htmega-testimonialgrid-style-5 .clint-info span {
    color: #1834a6;
    font-size: 14px;
}
.clint-info .rating {
    color: #ffcf0e;
    display: flex;
    list-style: outside none none;
    margin: 4px 0 0;
    padding: 0;
}
.clint-info .rating li {
    margin-right: 8px;
}
.navigation_service .htmega-service-style-7::before {
    display: none;
}
.elementor-widget-htmega-scrollnavigation-addons .swiper-container {
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%}
.swiper-pagination-bullet {
    background: #3746ad none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 26px;
    opacity: 1;
    width: 26px;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.scroll-navigation-inner .elementor-section.elementor-section-height-full {
    height: 100vh;
}
.scroll-navigation-inner .elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center;
    height: 100vh;
}
.htmega-call-to-action {
    text-align: center;
}
.htmega-call-to-action .htmega-content .htmega-callto-action-description {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.htmega-call-to-action .htmega-content .htmega-callto-action-title {
    color: #f7ca18;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 27px;
    font-family: "Poppins", sans-serif;
}
.htmega-call-to-action .htmega-content a.call_btn {
    background: #f7ca18;
    height: 47px;
    padding: 0 38px;
    display: inline-block;
    line-height: 47px;
    border-radius: 25px;
    color: #000;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}
.htmega-call-to-action .htmega-content a.call_btn:hover {
    background: #fff;
    color: #18012c;
}
.callto-action-style-2 .htmega-content .htmega-callto-action-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 6px;
}
.callto-action-style-2 .htmega-content .htmega-callto-action-description {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}
.callto-action-style-2 a.call_btn {
    height: 48px!important;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 25px;
    padding: 0 46px;
    line-height: 43px!important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
.callto-action-style-2 a.call_btn:hover {
    background: #fff;
    color: #18012c;
    border: 2px solid #fff;
}
.callto-action-style-3 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 70px 98px;
}
.callto-action-style-3 .htmega-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.callto-action-style-3 {
    position: relative;
}
.callto-action-style-3::before {
    position: absolute;
    content: "";
    background: #999;
    height: 50px;
    width: 2px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.callto-action-style-3 .htmega-content .htmega-callto-action-description {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}
.callto-action-style-3 .htmega-content .htmega-callto-action-title {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}
.callto-action-style-3 a.call_btn {
    height: 50px!important;
    display: inline-block;
    border: 2px solid #000;
    color: #000;
    border-radius: 25px;
    padding: 0 60px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
.callto-action-style-3 a.call_btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
.callto-action-style-4 .htmega-content .htmega-callto-action-title {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 21px;
}
.callto-action-style-4 .htmega-content .htmega-callto-action-description {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    padding: 0 17%;
    margin-bottom: 34px;
}
.callto-action-style-4 a.call_btn {
    background: #fff;
    height: 50px;
    display: inline-block;
    padding: 0 40px;
    line-height: 50px;
    border-radius: 25px;
    color: #0056ff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
}
.callto-action-style-4 a.call_btn:hover {
    background: #18012c;
    color: #fff;
}
.callto-action-style-5 .htmega-content .htmega-callto-action-title {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    padding: 0 19%}
.callto-action-style-5 .htmega-content .htmega-callto-action-description {
    color: #fff;
    font-size: 18px;
    margin-bottom: 44px;
    font-family: 'Rubik', sans-serif;
}
.callto-action-style-5 a.call_btn {
    border: 2px solid #fff;
    height: 50px!important;
    display: inline-block;
    padding: 0 46px;
    line-height: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
    font-family: 'Rubik', sans-serif;
}
.callto-action-style-5 a.call_btn:hover {
    background: #fff;
    color: #18012c;
}
.callto-action-style-6 .htmega-content .htmega-callto-action-title {
    color: #494949;
    font-size: 40px;
    line-height: 58px;
    font-weight: 500;
}
.callto-action-style-6 .htmega-content .htmega-callto-action-description {
    color: #494949;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 30px;
    padding-right: 27%}
.callto-action-style-6 a.call_btn {
    height: 50px!important;
    display: inline-block;
    padding: 0 37px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
    background: #e97730;
    font-family: "Montserrat", sans-serif;
}
.callto-action-style-6 a.call_btn:hover {
    background: #18012c;
    color: #fff;
}
.callto-action-style-7 .call-to-action-inner {
    display: inline-block;
    padding: 100px 240px;
    background: rgba(255, 255, 255, .6);
}
.callto-action-style-7 .htmega-content .htmega-callto-action-title, .callto-action-style-7 .htmega-content .htmega-callto-action-description {
    color: #1e1e1e;
    font-size: 42px;
    line-height: 53px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 29px;
}
.callto-action-style-7 a.call_btn {
    display: inline-block;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 24px;
    transition: 0.4s ease-in-out;
    font-family: 'Cormorant Garamond', serif;
    border-bottom: 2px solid #4f4848;
}
.callto-action-style-7 a.call_btn:hover {
    color: #18012c;
    border-bottom: 2px solid #18012c;
}
.htmega-twitter-area button.slick-arrow {
    border: 0 none;
    color: #2d3e50;
    font-size: 60px;
    left: -60px;
    position: absolute;
    top: 26%;
    background: transparent;
    height: inherit;
    padding: 0;
}
.htmega-twitter-area button.htmega-carosul-next {
    left: auto;
    right: -60px;
}
.htmega-twitter-area .slick-dots li button::before {
    display: none;
}
.htmega-twitter-area .slick-dots li {
    width: 10px;
    height: 10px;
}
.htmega-twitter-area .slick-dots li button {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    padding: 0;
    width: 10px;
    height: 10px;
}
.htmega-twitter-area .slick-dots li.slick-active button {
    background: #F15D67 none repeat scroll 0 0;
}
.htmega-twitter-single {
    display: flex;
    padding-right: 15px;
}
.htmega-twitter-single .htmega-thumb {
    padding-right: 30px;
}
.htmega-twitter-single .htmega-thumb img {
    max-width: 70px;
    border: 1px solid #eaeaea;
}
.htmega-twitter-single .htmega-content {
    margin-top: -7px;
}
.htmega-twitter-single .htmega-content .htmega-author {
    margin-bottom: 6px;
}
.htmega-twitter-single .htmega-content .htmega-author h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
    position: relative;
}
.htmega-twitter-single .htmega-content .htmega-author h6 a {
    color: #5c5c5c;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-single .htmega-content .htmega-author h6 a:hover {
    color: #18012c;
}
.htmega-twitter-single .htmega-content .htmega-author h6::before {
    position: absolute;
    content: "";
    right: 0;
    background: #000;
    height: 14px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-twitter-single .htmega-content .htmega-author span {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
}
.htmega-twitter-single .htmega-content p {
    color: #434343;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.htmega-twitter-single .htmega-content p a {
    color: #00c8fa;
}
.htmega-twitter-single .htmega-content ul.twitter-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li {
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li a {
    color: #aaa;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li a:hover {
    color: #18012c;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li a i {
    padding-right: 10px;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li::after {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 11px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-twitter-single .htmega-content ul.twitter-meta li:last-child::after {
    display: none;
}
.htmega-twitter-style-2 .htmega-twitter-single {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    display: block;
}
.htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author h6::before {
    display: none;
}
.htmega-twitter-style-2 .ht-twitter-container {
    display: flex;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb {
    padding-right: 30px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb img {
    max-width: 70px;
    border: 1px solid #eaeaea;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content {
    margin-top: -7px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author {
    margin-bottom: 6px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a {
    color: #000;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a:hover {
    color: #18012c;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a span {
    color: #a6a6a6;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author span {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content p {
    color: #434343;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content p a {
    color: #00c8fa;
}
.htmega-twitter-style-2 .twitter-meta-inner {
    display: flex;
    justify-content: space-between;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li {
    position: relative;
    margin: 0 10px;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a {
    color: #878787;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a:hover {
    color: #18012c;
}
.htmega-twitter-style-2 .twitter-meta-inner p {
    margin: 0;
    color: #7f7f7f;
    font-size: 12px;
}
.htmega-twitter-style-2 .slick-slide {
    padding: 0 15px;
}
.htmega-twitter-style-2 .slick-dots {
    bottom: -45px;
}
.htmega-twitter-style-3 .htmega-twitter-single {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 30px 15px 30px 20px;
}
.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li {
    padding: 0;
}
.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li::after {
    display: none;
}
.htmega-twitter-style-3 .htmega-content .htmega-author {
    margin-bottom: 6px;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
    position: relative;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6 a {
    color: #5c5c5c;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6 a:hover {
    color: #18012c;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6::before {
    position: absolute;
    content: "";
    right: 0;
    background: #000;
    height: 14px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-twitter-style-3 .htmega-content .htmega-author span {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
}
.htmega-twitter-style-3 .htmega-content p {
    color: #434343;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.htmega-twitter-style-3 .htmega-content p a {
    color: #00c8fa;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta li {
    position: relative;
    margin: 0 10px;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a {
    color: #aaa;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a:hover {
    color: #18012c;
}
.htmega-twitter-style-3 .slick-slide {
    padding: 0 15px;
}
.htmega-twitter-style-4 .htmega-twitter-single {
    display: block;
    padding: 0;
}
.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li {
    padding: 0;
}
.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li::after {
    display: none;
}
.htmega-twitter-style-4 .htmega-thumb img {
    max-width: 70px;
    border: 1px solid #eaeaea;
}
.htmega-twitter-style-4 .htmega-content {
    padding-top: 25px;
}
.htmega-twitter-style-4 .htmega-content .htmega-author {
    margin-bottom: 6px;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
    position: relative;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6 a {
    color: #5c5c5c;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6 a:hover {
    color: #18012c;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6::before {
    position: absolute;
    content: "";
    right: 0;
    background: #000;
    height: 14px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-twitter-style-4 .htmega-content .htmega-author span {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
}
.htmega-twitter-style-4 .htmega-content p {
    color: #434343;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.htmega-twitter-style-4 .htmega-content p a {
    color: #00c8fa;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #00c8fa;
    justify-content: space-between;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li {
    position: relative;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a {
    color: #aaa;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a:hover {
    color: #18012c;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a i {
    padding-right: 10px;
}
.htmega-twitter-style-4 button.slick-arrow {
    border: 1px solid #000;
    border-radius: 100%;
    color: #000;
    font-size: 30px;
    height: 50px;
    line-height: 35px;
    width: 50px;
}
.htmega-twitter-style-4 .slick-slide {
    padding: 0 15px;
}
.htmega-twitter-style-5 .htmega-twitter-single {
    background: #fff;
    padding: 30px 15px 30px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 5px;
}
.htmega-twitter-style-5 .htmega-content .htmega-author {
    margin-bottom: 6px;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
    position: relative;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6 a {
    color: #5c5c5c;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6 a:hover {
    color: #18012c;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6::before {
    position: absolute;
    content: "";
    right: 0;
    background: #000;
    height: 14px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.htmega-twitter-style-5 .htmega-content .htmega-author span {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
}
.htmega-twitter-style-5 .htmega-content p {
    color: #434343;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.htmega-twitter-style-5 .htmega-content p a {
    color: #00c8fa;
}
.htmega-twitter-style-5 .twitter-meta-inner {
    display: flex;
    justify-content: space-between;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
}
.htmega-twitter-style-5 .htmega-twitter-single .htmega-content ul.twitter-meta li::after {
    display: none;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li {
    position: relative;
    margin: 0 10px;
    padding: 0;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a {
    color: #878787;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a:hover {
    color: #18012c;
}
.htmega-twitter-style-5 .twitter-meta-inner p {
    margin: 0;
    color: #7f7f7f;
    font-size: 12px;
}
.htmega-twitter-style-5 .slick-slide {
    padding: 0 15px;
}
.htmega-post-grid-area .row-1.htb-row .row-1 {
    margin: 0;
}
.ht-post-grid-tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
}
.htmega-post-gridtab-layout-1 .post-grid, .htmega-post-gridtab-layout-3 .post-grid {
    padding: 0 1px;
    margin-bottom: 2px;
}
.htmega-post-gridtab-layout-1 .post-content, .htmega-post-gridtab-layout-3 .post-content {
    margin: 0 1px;
}
.htmega-post-gridtab-layout-2 .post-grid, .htmega-post-gridtab-layout-4 .post-grid {
    padding: 0 15px;
    margin-bottom: 30px;
}
.htmega-post-gridtab-layout-2 .post-content, .htmega-post-gridtab-layout-4 .post-content {
    margin: -30px 15px 0;
}
.htmega-post-gridtab-layout-5 .post-grid {
    padding: 0 10px;
    margin-bottom: 20px;
}
.htmega-post-gridtab-layout-5 .post-content {
    margin: -20px 10px 0;
}
.ht-post-grid-tab .post-grid.post-grid-one-third {
    min-width: calc(33.33%);
    width: calc(33.33%);
}
.ht-post-grid-tab .post-grid.post-grid-half {
    min-width: calc(50%);
    width: calc(50%);
}
.ht-post-grid-tab .post-grid.post-grid-four {
    min-width: calc(25%);
    width: calc(25%);
}
.ht-post-grid-tab .post-grid.post-third-of-four {
    min-width: calc(75%);
    width: calc(75%);
}
.ht-post-grid-tab .post-content {
    text-align: center;
    z-index: 999;
    display: none;
}
.ht-post-grid-tab .post-content.is-visible {
    display: block;
}
.post-content {
    position: relative;
}
.post-content .close__wrap {
    position: absolute;
    top: 30px;
    right: 30px;
}
.post-content .close__wrap button {
    background: #2a47e0 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 24px;
    line-height: 1;
    padding: 0;
    width: 24px;
}
.post-grid .thumb a img {
    width: 100%}
.single-post-grid-tab {
    padding: 30px;
    border: 1px solid #dfdfdf;
    background: #f1f1f1;
}
.single-post-grid-tab .thumb a img {
    width: 100%}
.single-post-grid-tab .post-inner {
    text-align: left;
}
.single-post-grid-tab .post-inner h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}
.single-post-grid-tab .post-inner h2 a {
    color: #464545;
}
.single-post-grid-tab .post-inner .meta {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -15px;
}
.single-post-grid-tab .post-inner .meta li {
    color: #464545;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 15px;
}
.single-post-grid-tab .post-inner .meta li i {
    color: #464545;
}
.single-post-grid-tab .post-inner .meta li a {
    color: #464545;
}
.single-post-grid-tab .post-inner p {
    color: #494849;
    font-size: 14px;
    line-height: 28px;
    margin-top: 17px;
    margin-bottom: 28px;
}
.single-post-grid-tab .post-inner .post-category {
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}
.single-post-grid-tab .post-inner .post-category li {
    height: 24px;
    padding: 0 9px;
    margin: 0 10px;
    transition: 0.4s ease-in-out;
}
.single-post-grid-tab .post-inner .post-category li a {
    background: #2a47e0 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 2px 7px;
    text-transform: uppercase;
}
.single-post-grid-tab .post-inner .post-btn a.readmore-btn {
    background: transparent;
    display: inline-block;
    height: 46px;
    padding: 0 37px;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    transition: 0.4s ease-in-out;
    color: #494849;
    border: 1px solid #494849;
}
.ht-custom-carousel .single-custom-carousel img {
    width: 100%}
.htmega-carousel-style-1 .slick-slide .single-custom-carousel img {
    transition: all 0.3s ease 0s;
    display: block;
}
.htmega-carousel-style-1 .single-custom-carousel {
    position: relative;
    transition: all 0.3s ease 0s;
}
.htmega-carousel-style-1 .slick-slide.slick-active .single-custom-carousel {
    transform: scale(1.15);
}
.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
    transform: scale(1.3);
}
.htmega-carousel-style-1 .slick-slide.slick-active {
    z-index: 990;
    position: relative;
}
.htmega-carousel-style-1 .slick-slide.slick-center {
    z-index: 999;
    position: relative;
}
.htmega-carousel-style-1 .slick-slide {
    padding: 72px 0;
    transition: all 0.3s ease 0s;
}
.htmega-carousel-activation .slick-arrow {
    padding: 0;
}
.htmega-carousel-activation .slick-dots {
    text-align: center;
    bottom: -60px;
}
.htmega-carousel-activation .slick-dots li {
    display: inline-block;
    margin: 0;
}
.htmega-carousel-activation .slick-dots li button {
    border: 1px solid #863F51;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -9999px;
}
.htmega-carousel-activation .slick-dots li.slick-active button {
    background-color: #863F51;
}
.htmega-carousel-style-2 .slick-slide .single-custom-carousel img {
    transition: all 0.3s ease 0s;
    display: block;
}
.htmega-carousel-style-2 .single-custom-carousel {
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 0 40px;
    transform: scale(1.1);
}
.htmega-carousel-style-2 .slick-slide.slick-center .single-custom-carousel {
    transform: scale(1.3);
}
.htmega-carousel-style-2 .slick-slide.slick-center {
    z-index: 999;
    position: relative;
}
.htmega-carousel-style-2 .slick-slide.slick-active {
    transition: all 0.3s ease 0s;
}
.htmega-carousel-style-2 .slick-slide {
    padding: 72px 0;
    transition: all 0.3s ease 0s;
}
.htmega-carousel-style-2 {
    position: relative;
}
.htmega-carousel-style-2 button.slick-arrow, .htmega-carousel-style-3 button.slick-arrow {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #f4f4f4;
    width: 40px;
    height: 40px;
    border: 0 none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    font-size: 30px;
    transition: 0.3s ease-in-out;
    line-height: 28px;
}
.htmega-carousel-style-2 button.slick-arrow:hover, .htmega-carousel-style-3 button.slick-arrow:hover {
    background: #0056ff;
    color: #fff;
}
.htmega-carousel-style-2 button.htmega-carosul-next, .htmega-carousel-style-3 button.htmega-carosul-next {
    left: auto;
    right: -80px;
}
.htmega-carousel-style-3 .slick-slide {
    margin: 0 15px;
}
.htmega-carousel-style-3 .slick-list.draggable {
    margin: 0 -15px;
}
.htmega-carousel-style-3 .slick-dots {
    bottom: -60px;
}
.htmega-carousel-style-3 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
}
.htmega-carousel-style-3 .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #000;
    border-radius: 100%;
    border: 0;
}
.htmega-carousel-style-3 .slick-dots li button::before {
    display: none;
}
.htmega-carousel-style-3 .slick-dots li.slick-active button {
    background: #00c8fa;
}
.htmega-carousel-style-4 {
    position: relative;
}
.htmega-carousel-style-4 button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    color: #f4f4f4;
    border: 0 none;
    font-size: 30px;
    background: transparent;
    width: 40px;
    height: 50px;
    line-height: 45px;
    background: #000;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
}
.htmega-carousel-style-4 button.htmega-carosul-next {
    left: auto;
    right: 0;
}
.htmega-carousel-style-4 .slick-list {
    margin: 0 -15px;
}
.htmega-carousel-style-4 .slick-slide {
    margin: 0 15px;
}
.htmega-carousel-style-5 .slick-slide {
    margin: 0 15px;
}
.htmega-carousel-style-5 .slick-list {
    margin: 0 -15px;
}
.htmega-carousel-style-5 .slick-dots {
    bottom: -40px;
    background: #dbdbdb;
    height: 8px;
    border-radius: 4px;
    left: 0;
    right: 0;
    width: auto;
}
.htmega-carousel-style-5 .slick-dots li {
    width: 33.33%;
    height: 8px;
    margin: 0;
    left: 0;
    top: -13px;
    transition: 0.4s ease-in-out;
}
.htmega-carousel-style-5 .slick-dots li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0056ff;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}
.htmega-carousel-style-5 .slick-dots li button {
    width: 33.33%;
    height: 8px;
    margin: 0;
    left: 0;
}
.htmega-carousel-style-5 .slick-dots li button {
    border: none;
}
.htmega-carousel-style-5 .slick-dots li.slick-active button {
    background: transparent;
}
.htmega-carousel-style-5 .slick-dots li button::before {
    display: none;
}
.htmega-carousel-style-5 .slick-dots li.slick-active::before {
    width: 100%}
.htmega-carousel-style-6 button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    color: #f4f4f4;
    border: 0 none;
    font-size: 30px;
    background: transparent;
    width: 40px;
    height: 50px;
    background: #000;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
}
.htmega-carousel-style-6 button.htmega-carosul-next {
    left: auto;
    right: 0;
}
.htmega-carousel-style-6 .slick-dots {
    background: #19243c none repeat scroll 0 0;
    margin-top: -8px;
    position: static;
}
.htmega-carousel-style-6 .slick-dots li {
    display: inline-block;
    height: inherit;
    padding: 30px 55px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 2;
}
.htmega-carousel-style-6 .slick-dots li h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 3;
}
.htmega-carousel-style-6 .slick-dots li.slick-active::before {
    position: absolute;
    content: "";
    background: #223152;
    z-index: 1;
    width: 100%;
    height: 116%;
    bottom: 0;
    left: 0;
}
.htmega-carousel-style-7 button.slick-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #f4f4f4;
    border: 0 none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    font-size: 48px;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.htmega-carousel-style-7 button.slick-arrow:hover {
    color: #18012c;
}
.htmega-carousel-style-7 button.htmega-carosul-next {
    left: auto;
    right: 20px;
}
.htmega-doule-btn svg {
    width: 20px;
}
.htmega-double-button-area {
    display: flex;
}
.htmega-doublebutton {
    display: flex;
    position: relative;
    width: 40%}
span.htmega-middle-text {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    height: 26px;
    left: 50%;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 26px;
    z-index: 3;
}
.htmega-doublebutton a.htmega-doule-btn {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    transition: all 0.4s ease-in-out 0s;
    background: #a7d1b0 none repeat scroll 0 0;
    border-radius: 25px 0 0 25px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.htmega-doublebutton a.htmega-doule-btn:hover, .htmega-doublebutton a.htmega-doule-btn.btn-two:hover {
    background: #18012c none repeat scroll 0 0;
    color: #fff;
}
.htmega-doublebutton a.htmega-doule-btn.btn-two {
    background: #fa9866 none repeat scroll 0 0;
    border-radius: 0 25px 25px 0;
}
.htmega-doublebutton a.htmega-doule-btn-size-sm {
    height: 46px;
    line-height: 46px;
}
.htmega-doublebutton a.htmega-doule-btn-size-md {
    height: 50px;
    line-height: 50px;
}
.htmega-doublebutton a.htmega-doule-btn-size-lg {
    height: 60px;
    line-height: 60px;
}
.htmega-doublebutton a.htmega-doule-btn-size-xl {
    height: 70px;
    line-height: 70px;
}
.htmega-doublebutton a.htmega-doule-btn-size-xs {
    height: 40px;
    line-height: 40px;
}
.before_bg {
    overflow: hidden;
}
.before_bg a.htmega-doule-btn {
    position: relative;
    background: transparent!important;
    z-index: 1;
}
.before_bg a.htmega-doule-btn::before {
    background-color: #a7d1b0;
    content: "";
    display: block;
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    transform: skewX(-24deg);
    width: 112%;
    z-index: -1;
    transition: 0.4s;
}
.before_bg a.htmega-doule-btn.btn-two::before {
    background-color: #fa9866;
    left: 0;
    right: -16px;
}
.htmega-banner .banner-thumb a {
    overflow: hidden;
    position: relative;
    display: block;
}
.htmega-banner .banner-content a {
    display: inline-block;
}
.htmega-banner .banner-thumb a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}
.htmega-banner .banner-thumb a::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}
.htmega-banner .banner-thumb a img {
    width: 100%}
.htmega-banner:hover .banner-thumb a::before {
    height: 100%;
    opacity: .3;
    width: 100%}
.htmega-banner:hover .banner-thumb a::after {
    height: 100%;
    opacity: .3;
    width: 100%}
.htmega-banner {
    position: relative;
}
.htmega-banner .banner-content a {
    border-bottom: 1px solid #909b74;
    color: #383838;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.htmega-banner .banner-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.htmega-banner-content-pos-center .banner-content {
    top: 50%;
    right: 0;
    left: auto;
    padding-right: 30px;
    transform: translateY(-50%);
}
.htmega-banner-content-pos-bottom .banner-content {
    bottom: 0;
    padding-bottom: 40px;
}
.htmega-banner-content-pos-top .banner-content {
    top: 0;
    padding-top: 40px;
}
.htmega-banner-style-1 .banner-content h6 {
    color: #1f1e26;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.htmega-banner-style-1 .banner-content h2 {
    color: #1f1e26;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-family: "Poppins", sans-serif;
}
.htmega-banner-style-1 .banner-content p {
    color: #1f1e26;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.htmega-banner-style-1 .banner-content h3 {
    color: #1f1e26;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}
.htmega-banner-style-1 .banner-content a {
    color: #383838;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #909b74;
    transition: 0.4s;
}
.htmega-banner-style-2 .banner-content h2 {
    color: #1f1e26;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.htmega-banner-style-3 .banner-content h2 {
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: 'Prata', serif;
}
.htmega-banner-style-3 .banner-content p {
    color: #1f1e26;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.htmega-banner-style-4 .banner-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.htmega-banner-style-4 .banner-content p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    padding-right: 77px;
    margin-bottom: 15px;
}
.htmega-banner-style-4 .banner-content a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fff;
    height: 30px;
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    color: #000;
    font-size: 12px;
    border-radius: 20px;
    transition: 0.4s ease-in-out;
}
.htmega-banner-style-4 .banner-content a:hover {
    background: #18012c;
    color: #fff;
}
.htmega-banner-style-4 .banner-content {
    text-align: left;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
}
.htmega-banner-style-5 .banner-content h2 {
    color: #646161;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}
.htmega-banner-style-5 .banner-content h2 span {
    color: #f3a395;
}
.htmega-banner-style-5 .banner-content span {
    color: #f3a395;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}
.htmega-banner-style-5.htmega-banner-content-pos-center .banner-content {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-right: 30px;
}
.htmega-banner-style-5 .banner-thumb a::before, .htmega-banner-style-6 .banner-thumb a::before {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f3a395;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.htmega-banner-style-6 .banner-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    height: 100%;
    transform: translateY(0);
}
.htmega-banner-style-6 .banner-content h2 {
    color: #646161;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.htmega-banner-style-6 .banner-content p {
    color: #f3a395;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.htmegaspcial-banner.htmega-banner-content-pos-right .banner-content {
    top: 50%;
    right: 0;
    width: auto;
    transform: translateY(-50%);
}
.htmegaspcial-banner.htmega-banner-content-pos-left .banner-content {
    top: 50%;
    left: 0;
    width: auto;
    transform: translateY(-50%);
}
.htbanner-badgeimage {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
.htbanner-badgeimage img {
    width: 100%}
.beer-slider input[type="range"] {
    height: 100%}
.beer-slider {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
}
.beer-slider::before {
    background: transparent;
    content: "";
    height: 100%;
    opacity: .35;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.htmega-imagecomparison .beer-handle, .htmega-imagecomparison .beer-range:focus~.beer-handle {
    box-shadow: none;
}
.htmega-label-pos-center .beer-reveal[data-beer-label]::after, .htmega-label-pos-center .beer-slider[data-beer-label]::after {
    top: 50%}
.htmega-label-pos-bottom .beer-reveal[data-beer-label]::after, .htmega-label-pos-bottom .beer-slider[data-beer-label]::after {
    bottom: 1.5rem;
    top: auto;
}
a.htmega-downloadbtn {
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}
.file_meta {
    font-size: 12px;
    font-weight: 400;
    margin-top: 7px;
    opacity: .7;
}
.file_meta span {
    margin-right: 10px;
    position: relative;
}
.file_meta span::before {
    border-left: 1px solid;
    content: "";
    height: 10px;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.file_meta span:first-child::before {
    display: none;
}
.download_icon {
    margin-right: 10px;
}
.edd_downloads_list .edd_download .edd_download_inner .edd_download_title a {
    display: inline-block;
    text-decoration: none;
}
.htmega_buddypress_single {
    display: inline-block;
    text-align: center;
}
.htmega_buddypress_single a {
    text-decoration: none;
    display: inline-block;
}
.htmega_buddypress_single .buddy_press_meta span {
    display: block;
}
.elementor-widget-htmega-wcaddtocart-addons a {
    text-decoration: none;
}
.elementor-widget-htmega-wcaddtocart-addons .quantity {
    display: inline-block;
}
.elementor-widget-htmega-wcpages-addons .col-1, .elementor-widget-htmega-wcpages-addons .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.elementor-widget-htmega-wcpages-addons .form-row {
    display: block;
}
.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li {
    list-style: none;
}
.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    display: block;
}
.woocommerce .product-category a {
    display: inline-block;
    transition: 0.4s;
}
.woocommerce .product-category .mark, .woocommerce .product-category mark {
    background-color: transparent;
    padding: 0;
}
.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    height: inherit;
}
.job_application button, .job_application input[type="button"], .job_application input[type="reset"], .job_application input[type="submit"] {
    height: auto;
}
.job_summary_shortcode .job-type {
    display: inline-block;
    height: auto!important;
    margin: 0!important;
}
.job_summary_title {
    font-size: 20px;
    margin-top: 10px;
}
.post-carousel-wrapper {
    margin: 0 -15px;
}
.post-carousel-wrapper .slick-slide {
    margin: 0 15px;
}
.post-carousel-wrapper .htmega-postslider-layout-1 .content {
    max-width: 100%}
.post-carousel-wrapper .htmega-postslider-layout-1 .content {
    padding: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-1 .content .post-inner {
    background: #33a3b9 none repeat scroll 0 0;
    transition: 0.4s;
}
.post-carousel-wrapper .htmega-postslider-layout-1:hover .content .post-inner {
    background: rgba(51, 163, 185, .8) none repeat scroll 0 0;
}
.post-carousel-wrapper button.slick-arrow {
    background: #5e5e5e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: -20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    line-height: 0;
    z-index: 9999;
}
.post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
    left: auto;
    right: -20px;
}
.post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li {
    letter-spacing: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content {
    padding: 0 20px;
    margin-top: -50px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
    background: #fff;
    padding: 20px;
    border-bottom: 4px solid #b5b5b5;
    padding-top: 35px;
    transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul {
    justify-content: space-between;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li {
    color: #8f8f8f;
    font-size: 14px;
    font-family: 'Courgette', cursive;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li i {
    font-size: 14px;
    padding-right: 12px;
    color: #a8a8a8;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li a {
    color: #8f8f8f;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 28px;
    margin-bottom: 25px;
    padding: 0 30px;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a {
    color: #4f4f4f;
    transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a:hover {
    color: #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner p {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 29px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.post-carousel-wrapper .htmega-postslider-layout-2:hover .content .post-inner {
    border-bottom: 4px solid #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn, .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn, .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: #fff;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: inherit;
    line-height: 24px;
    padding: 0;
    transition: all 0.4s ease-in-out 0s;
}
.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
    color: #33a3b9;
    border-bottom: 1px solid #33a3b9;
    background: transparent;
}
.post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow {
    background: #263170 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -48px;
    transition: all 0.4s ease-in-out 0s;
    width: 46px;
    border-radius: 0;
}
.post-carousel-wrapper.htmega-postcarousel-layout-3 button.htmega-carosul-prev.slick-arrow {
    right: 66px;
    left: auto;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex {
    display: flex;
    align-items: center;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content {
    flex-basis: 58%;
    position: relative;
    margin-left: -75px;
    background: #fff;
    padding: 57px 24px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    text-align: left;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul {
    justify-content: flex-start;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category {
    margin: 0 -5px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category li {
    margin: 0 5px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta {
    margin: 0 -14px;
    margin-bottom: 10px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li {
    color: #8c8c8c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 14px;
    letter-spacing: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li i {
    font-size: 16px;
    padding-right: 10px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li a {
    color: #8c8c8c;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a {
    color: #464646;
    transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover {
    color: #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner p {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn {
    color: #464646;
    transition: 0.4s ease-in-out;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: transparent;
    border-bottom: 1px solid #464646;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover {
    color: #0056ff;
    border-bottom: 1px solid #0056ff;
    background: transparent;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner {
    text-align: left;
    padding: 30px 0;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content {
    background: transparent;
    padding: 0;
}
.post-carousel-wrapper .content .post-inner h2 {
    word-break: break-word;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul {
    justify-content: flex-start;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta {
    margin: 0 -10px;
    margin-bottom: 7px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
    color: #8c8c8c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding: 0 10px;
    font-weight: 500;
    position: relative;
    margin: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li::before {
    position: absolute;
    content: "/";
    right: 0;
    top: 2px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li:last-child::before {
    display: none;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li a {
    color: #8c8c8c;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
    margin: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a {
    color: #2b2b2b;
    transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a:hover {
    color: #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner p {
    color: #6d6a6a;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 24px;
    margin-top: 10px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
    border-bottom: 1px solid #464646;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    font-family: "Montserrat", sans-serif;
    color: #464646;
    background: transparent;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
    border-bottom: 1px solid #0056ff;
    color: #0056ff;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow {
    position: absolute;
    top: 28%;
    left: 15px;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 0 none;
    color: #0056ff;
    font-size: 24px;
    padding: 0;
    margin: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    border-radius: 0;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover {
    background: #0056ff;
    color: #fff;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow.htmega-carosul-next {
    left: auto;
    right: 15px;
}
.htmega-justify-single-image .thumb a {
    display: block;
}
.htmega-justify-single-image .thumb a img {
    width: 100%}
.shapebg_image--1 {
    background-image: url(../../../plugins/ht-mega-for-elementor/assets/css/img/others/business-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.htmega-business-horurs-1 .business-hrs-inner {
    padding: 70px 65px;
    margin-top: -15px;
}
.htmega-business-horurs-1 .htmega-single-hrs {
    margin-top: 15px;
}
.htmega-business-horurs-1 .htmega-single-hrs span.time {
    float: right;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}
.htmega-business-horurs-1 .htmega-single-hrs span.day {
    color: #3b3b3b;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Dosis', sans-serif;
}
.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.time {
    color: #fa2d2d;
}
.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.day {
    color: #fa2d2d;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs {
    padding: 16px 0;
    border-top: 1px solid #f4f4f4;
    position: relative;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:first-child {
    border-top: 1px solid transparent;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before {
    border: 1px dashed #fff;
    content: "";
    height: 42px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.day {
    color: #fafafa;
    font-weight: 400;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    padding-left: 40px;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.time {
    float: right;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    padding-right: 40px;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(odd) {
    background: #ff6f5e;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(even) {
    background: #fe5743;
}
.htmega-business-horurs-3 .business-hrs-inner {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs {
    padding: 10px 22px;
    margin: 4px 0;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span {
    font-family: 'Lobster Two', cursive;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.day {
    color: #565656;
    font-weight: 400;
    font-size: 20px;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.time {
    float: right;
    font-weight: 400;
    color: #565656;
    font-size: 16px;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day {
    background: #0056ff;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.time {
    color: #fff;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.day {
    color: #fff;
}
.htmega-business-horurs-4 .business-hrs-inner {
    padding: 30px 50px;
    background-image: url(../../../plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-40.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs {
    padding: 17px 0;
    position: relative;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs:last-child {
    border: none!important;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span {
    font-family: "Montserrat", sans-serif;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.day {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.time {
    float: right;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
}
.htmega-business-horurs-5 .business-hrs-inner {
    padding: 30px 50px;
    position: relative;
    z-index: 2;
}
.htmega-business-horurs-5 .business-hrs-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    right: 0;
    background-image: linear-gradient(#d80d5f, #2f46dc);
    background-image: -webkit-gradient(#d80d5f, #2f46dc);
    background-image: -webkit-linear-gradient(#d80d5f, #2f46dc);
    background-image: -moz-linear-gradient(#d80d5f, #2f46dc);
    background-image: -ms-linear-gradient(#d80d5f, #2f46dc);
    background-image: -o-linear-gradient(#d80d5f, #2f46dc);
    z-index: -1;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs {
    padding: 17px 0;
    position: relative;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 45%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px dotted #fff;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span {
    font-family: "Montserrat", sans-serif;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.day {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.time {
    float: right;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
}
.htmega-table-style {
    border-radius: 10px 10px 0 0;
}
.htmega-table-style .htb-table {
    margin: 0;
}
.htmega-table-style .htb-table thead {
    background-color: #612d91;
}
.htmega-table-style .htb-table thead tr th {
    text-align: center;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    border-right: 1px solid #fff;
}
.htmega-table-style .htb-table tbody tr {
    background: #824f9e;
}
.htmega-table-style .htb-table tbody tr td {
    text-align: center;
    border: none;
    padding: 12px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
}
.htmega-table-style .htb-table thead tr th.sorting, .htmega-table-style .htb-table thead tr th.sorting_asc, .htmega-table-style .htb-table thead tr th.sorting_desc {
    position: relative;
}
.htmega-table-style .htb-table thead tr th.sorting::before, .htmega-table-style .htb-table thead tr th.sorting_asc::before, .htmega-table-style .htb-table thead tr th.sorting_desc::before {
    position: absolute;
    content: "\f0d7";
    right: 20px;
    font-family: FontAwesome;
    top: 30%}
.htmega-table-style .htb-table thead tr th.sorting::after, .htmega-table-style .htb-table thead tr th.sorting_desc::after, .htmega-table-style .htb-table thead tr th.sorting_asc::after {
    position: absolute;
    right: 20px;
    top: 7px;
    font-family: FontAwesome;
    content: "\f0d8"}
.htmega-table-style select {
    width: auto;
}
.htmega-table-style-2 {
    border-radius: 0;
}
.htmega-table-style-2 .htb-table {
    margin: 0;
}
.htmega-table-style-2 .htb-table thead {
    background-color: #5ac5ff;
}
.htmega-table-style-2 .htb-table thead tr th {
    text-align: left;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    padding-left: 30px;
    outline: none;
}
.htmega-table-style-2 .htb-table tbody tr {
    background: #fff;
}
.htmega-table-style-2 .htb-table tbody tr:nth-child(even) {
    background: #f4f4f4;
}
.htmega-table-style-2 .htb-table tbody tr td {
    text-align: left;
    border: none;
    padding: 12px 20px;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    border-right: 1px solid #c5c5c5;
    padding-left: 30px;
    border-left: 1px solid #c5c5c5;
}
.htmega-table-style-2 td a {
    font-size: 16px;
    font-weight: 600;
    color: #18012c;
}
.htmega-table-style-3 {
    border-radius: 0;
}
.htmega-table-style-3 .htb-table {
    margin: 0;
}
.htmega-table-style-3 .htb-table thead {
    background-color: #727272;
}
.htmega-table-style-3 .htb-table thead tr th {
    text-align: left;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    padding-left: 30px;
}
.htmega-table-style-3 .htb-table tbody tr {
    background: #fff;
}
.htmega-table-style-3 .htb-table tbody tr td {
    text-align: left;
    border: none;
    padding: 12px 20px;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding-left: 30px;
}
.htmega-table-style-3 td a {
    font-size: 16px;
    font-weight: 600;
    color: #18012c;
}
.htmega-pricing-list-view a {
    text-decoration: none;
}
.htmega-pricing-list-view .htb-table {
    margin: 0;
}
.htmega-pricing-list-view .htb-table thead tr th {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5c;
    padding: 12px 20px;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    font-family: "Montserrat", sans-serif;
    text-transform: inherit;
}
.htmega-pricing-list-view .htb-table td.tb-name a {
    font-size: 16px;
    font-weight: 600;
    color: #18012c;
}
.htmega-pricing-list-view .htb-table tbody tr td {
    text-align: center;
    border: none;
    padding: 12px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #d4d4d4;
    color: #5c5c5c;
    font-size: 16px;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}
.htmega-pricing-list-view .htb-table tbody tr td a {
    color: #5c5c5c;
}
.htmega-pricing-table-style-2 .htb-table {
    margin: 0;
}
.htmega-pricing-table-style-2 .htb-table thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 0;
    border: 0 none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.htmega-pricing-table-style-2 .htb-table thead tr th:first-child {
    border: 1px solid transparent!important;
}
.htmega-pricing-table-style-2 .htb-table thead tr th span {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #ff6565;
    font-family: "Montserrat", sans-serif;
    text-transform: inherit;
    background: #ffc1c1;
    display: block;
    padding: 12px 20px;
    text-transform: initial;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td {
    text-align: center;
    border: none;
    padding: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td:first-child {
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td span {
    padding: 12px 20px;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    background: #ff8686;
    display: block;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td span i {
    color: #fff;
    font-size: 16px;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td a {
    color: #fff;
}
.htmega-pricing-table-style-2 .htb-table td.tb-name a {
    font-size: 16px;
    font-weight: 600;
    color: #18012c;
}
.htmega-pricing-table-style-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.htmega-pricing-table-style-3 ul li {
    margin-bottom: 25px;
}
.htmega-pricing-table-style-3 ul li a {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
.htmega-pricing-table-style-3 ul li a .price-list-text {
    flex: 1;
    min-width: 1px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.htmega-pricing-table-style-3 ul li a .price-list-text span {
    color: #373737;
    font-weight: 600;
    font-size: 20px;
}
.htmega-pricing-table-style-3 ul li a .price-list-text span.separator {
    margin-left: 20px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    height: 0;
    color: #ccc;
    border-bottom-style: dashed;
    border-bottom-color: #b9b9b9;
    flex: 1;
    min-width: 1px;
}
.htmega-pricing-table-style-3 ul li a .price-text-right {
    display: inline-flex;
    width: auto;
    padding-left: 20px;
}
.htmega-pricing-table-style-3 ul li a .price-text-right span.price {
    background: #ff8686;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    height: 45px;
    padding: 0 33px;
    line-height: 46px;
    margin-right: 10px;
    border-radius: 22px;
}
.htmega-pricing-table-style-3 ul li a .price-text-right span.basket {
    background: #ff9898;
    height: 45px;
    line-height: 44px;
    width: 45px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
}
.htc-verctimeline-wrapper {
    position: relative;
    margin-top: 30px;
}
.htc-verctimeline-wrapper.htmega-verticletimeline-style-2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 6px;
    background: #18012c;
    height: 100%;
    margin-left: -1px;
    border-radius: 20px;
}
.htc-verctimeline-wrapper .ht-ver-timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    background: #d2d2d2;
    height: 100%;
    margin-left: -1px;
}
.htc-verctimeline-wrapper .ht-ver-timeline:last-child::before {
    display: none;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time {
    width: 50%;
    text-align: right;
    padding: 0 30px;
    position: relative;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
    top: -53px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    border: 7px solid #e98250;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date {
    width: 100px;
    border: 13px solid #f88a55;
    text-align: center;
    display: inline-block;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    position: relative;
    top: -12px;
    margin-right: 11px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before {
    position: absolute;
    content: "";
    left: 115%;
    top: 56%;
    margin-top: -15px;
    height: 10px;
    width: 10px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f58854;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span {
    display: block;
    color: #fc8c56;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span.month {
    margin-top: 7px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
    padding-left: 123px;
    text-align: left;
    width: 50%;
    position: relative;
    top: -30px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before {
    position: absolute;
    content: "";
    border-style: dashed;
    left: 25px;
    height: 1px;
    width: 80px;
    border-width: 0 0 2px;
    top: 11px;
    border-color: #f38753;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p {
    color: #494849;
    font-size: 14px;
    line-height: 28px;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time {
    text-align: left;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time::before {
    right: auto;
    left: -15px;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date {
    margin-right: 0;
    margin-left: 11px;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before {
    right: 115%;
    left: auto;
    border-top: 10px solid transparent;
    border-right: 15px solid #fc8c56;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content {
    padding-left: 0;
    padding-right: 123px;
    text-align: right;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content::before {
    left: auto;
    right: 25px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0 0;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    background: #cf2037;
    left: 50%;
    transform: translateX(-1px);
    top: 0;
    transition: 0.4s ease-in-out;
    opacity: 0;
    border-radius: 20px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2:hover::before {
    opacity: 1;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time {
    width: 50%;
    text-align: right;
    padding: 0 40px;
    position: relative;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time::before {
    position: absolute;
    content: "";
    right: -12px;
    top: 50%;
    margin-top: -15px;
    height: 20px;
    width: 20px;
    border: 6px solid #18012c;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span {
    display: block;
    color: #18012c;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month {
    margin-top: 7px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .vertical-time::before {
    border: 6px solid #cf2037;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content {
    padding-left: 40px;
    text-align: left;
    width: 50%;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content h6 {
    color: #18012c;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p {
    color: #313131;
    font-size: 15px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .timeline-content h6 {
    color: #cf2037;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time {
    text-align: left;
    padding: 0 40px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time::before {
    right: auto;
    left: -9px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date {
    margin-right: 0;
    margin-left: 11px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .timeline-content {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}
.htc-verctimeline-wrapper.htmega-verticletimeline-style-3 {
    padding-top: 100px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    background: #f4f4f4;
    height: 100%;
    margin-left: -2px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3:last-child::before {
    display: none;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time {
    width: 50%;
    text-align: right;
    padding: 0 40px;
    position: relative;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time .vertical-date span {
    display: block;
    color: #18012c;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 94%;
    width: 60px;
    height: 60px;
    background: #f4f4f4;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    top: 0;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content {
    padding-left: 67px;
    text-align: left;
    width: 50%;
    position: relative;
    top: -139px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content {
    background: #fff;
    box-shadow: 0 0 97px rgba(0, 0, 0, .1);
    padding: 38px 30px;
    position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content::before {
    right: 100%;
    left: auto;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    content: "";
    top: 82%;
    margin-top: -15px;
    height: 10px;
    width: 10px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content h6 {
    color: #18012c;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    margin-bottom: 8px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content p {
    color: #18012c;
    font-size: 14px;
    line-height: 28px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time {
    text-align: left;
    padding: 0 40px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time .vertical-date span {
    left: auto;
    right: 94%}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content {
    padding-right: 67px;
    text-align: right;
    padding-left: 0;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content .content::before {
    left: 100%;
    right: auto;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}
.offcanvas {
    text-align: center;
}
.offcanvas .canvas-btn {
    display: inline-block;
    height: 46px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0 36px;
    line-height: 45px;
    border-radius: 4px;
    background: #fa9866;
    text-decoration: none;
}
.offcanvas svg {
    width: 20px;
    margin-top: 10px;
    float: left;
}
.site-menu .searchform input[type="text"] {
    color: #fff;
}
.site-menu.show-nav {
    -webkit-transform: translateX(440px);
    transform: translateX(440px);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
}
.site-menu {
    width: 440px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -440px;
    background: #000;
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
    overflow-y: auto;
    padding-top: 80px;
}
.admin-bar .site-menu {
    padding-top: 120px;
}
.site-menu a.canvas-closebtn i {
    border: 1px solid #fff;
    color: #fff;
    padding: 9px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.admin-bar .site-menu a.canvas-closebtn i {
    top: 60px;
}
.site-menu.align-right-active {
    transform: translateX(0);
}
.site-menu.align-right-active.show-nav {
    -webkit-transform: translateX(-440px);
    transform: translateX(-440px);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
}
.site-menu.align-right-active {
    left: auto;
    right: -440px;
}
.site-menu.align-top-active {
    transform: translateY(0);
}
.site-menu.align-top-active.show-nav {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
}
.site-menu.align-bottom-active {
    transform: translateY(0);
}
.site-menu.align-bottom-active.show-nav {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
}
.site-menu.align-bottom-active, .site-menu.align-top-active {
    left: 0;
    right: auto;
    bottom: -150px;
    top: auto;
    width: 100%;
    height: 150px;
}
.site-menu.align-top-active {
    top: -150px;
    bottom: auto;
    width: 100%;
    height: 150px;
}
.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 13px 0;
    border-top: 1px solid #414141;
    text-transform: uppercase;
    text-decoration: none;
}
.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li:first-child a {
    border-top: 1px solid transparent;
}
.site-menu .content_offcanvas .blog-search {
    margin: 0 70px;
}
.site-menu .content_offcanvas .blog-search form input, .site-menu .content_offcanvas_verticle .blog-search form input {
    border-radius: 20px;
    height: 40px;
}
.site-menu .content_offcanvas .blog-search form button, .site-menu .content_offcanvas_verticle .blog-search form button {
    height: 40px;
}
.site-menu .content_offcanvas .blog-search form button:hover, .site-menu .content_offcanvas_verticle .blog-search form button:hover {
    color: #fff;
}
.site-menu .content_offcanvas_verticle .linemenu-nav ul li {
    margin: 0 10px;
}
.admin-bar .site-menu.align-top-active, .site-menu.align-bottom-active {
    padding-top: 40px!important;
}
.admin-bar .site-menu.align-top-active .elementor-image {
    margin-top: 7px;
}
.site-menu.align-top-active a.canvas-closebtn i, .site-menu.align-bottom-active a.canvas-closebtn i {
    z-index: 999;
}
.magnifier-lens {
    cursor: pointer;
}
.htmega-animated-heading {
    text-align: center;
}
.htmega-animated-heading .cd-words-wrapper b {
    color: #0056ff;
}
.htmega-style-1 h4 {
    color: #515151;
    font-size: 36px;
    margin: 0;
    font-weight: 600;
}
.htmega-style-2 h4 span.beforetext {
    padding: .25em 0 .325em;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, .5);
    font-size: 60px;
    color: #515151;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: bgimganimation 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    background-color: #007bff;
}
.htmega-style-3 h4 {
    color: #515151;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.htmega-style-4 h4 {
    vertical-align: middle;
    text-align: center;
    font-size: 36px;
    color: #4e4e4e;
    font-weight: 400;
    font-style: italic;
}
.htmega-style-5 h4 {
    font-size: 36px;
}
.htmega-style-6 h4 {
    text-align: center;
    font-size: 36px;
    color: #515151;
    font-weight: 400;
    margin: 0;
}
.htmega-style-6 .cd-words-wrapper b {
    font-style: italic;
    font-size: 48px;
    color: #0056ff;
    margin-top: -9px;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
    background: #0056ff!important;
}
.htmega-carousel-activation {
    position: relative;
}
.htmega-carousel-activation .panel-slider .content h2 {
    margin-top: 0;
}
.panel-slider-wrapper.htmega-carousel-activation .slick-track {
    margin: 0 -2px;
}
.panel-slider-wrapper.htmega-carousel-activation .slick-track .slick-slide {
    padding: 0 2px;
}
.panel-slider-wrapper.htmega-carousel-activation button {
    position: absolute;
    top: 50%;
    left: 70px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    background: rgba(255, 255, 255, .5);
    border: 0 none;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
    font-size: 24px;
    padding: 0;
}
.panel-slider-wrapper.htmega-carousel-activation button:hover {
    background: rgba(24, 1, 44, .5);
}
.panel-slider-wrapper.htmega-carousel-activation button.htmega-carosul-next {
    left: auto;
    right: 70px;
}
.panel-slider {
    position: relative;
}
.panel-slider .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 33px 40px;
    background: rgba(0, 0, 0, .45);
    width: 100%}
.panel-slider .content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.panel-slider .content span {
    color: #fff;
    font-size: 16px;
}
.panel-slide-active-2 .slick-slide {
    margin: 0 2px;
}
.panel_slider_style-1 .htmega-carousel-activation .panel-slider .content {
    display: none;
}
.panel_slider_style-1 .htmega-carousel-activation .slick-slide.slick-center .panel-slider .content {
    display: block;
}
.panel_slider_style-2 .htmega-carousel-activation .slick-track {
    margin: 0 -2px;
}
.panel_slider_style-2 .htmega-carousel-activation .slick-track .slick-slide {
    padding: 0 2px;
}
.panel_slider_style-2 .htmega-carousel-activation button {
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2;
    color: #000;
    border: 0 none;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
    font-size: 36px;
}
.panel_slider_style-2 .htmega-carousel-activation button:hover {
    color: #18012c;
}
.panel_slider_style-2 .htmega-carousel-activation button.htmega-carosul-next {
    left: auto;
    right: 50px;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider {
    position: relative;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .thumb img {
    width: 100%}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content {
    position: absolute;
    bottom: 0;
    padding: 33px 40px;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    left: 0;
    width: 100%;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    transform: translateY(110%);
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content span {
    color: #fff;
    font-size: 16px;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.panel_slider_style-3 .panel-slider .content-inner {
    -webkit-transition: opacity .15s 0s;
    -moz-transition: opacity .15s 0s;
    transition: opacity .15s 0s;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
}
.panel_slider_style-3 .panel-slider .content-inner::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    -webkit-transition: top .35s;
    -moz-transition: top .35s;
    transition: top .35s;
}
.panel_slider_style-3 .panel-slider .content-inner .content {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
    opacity: 0;
    bottom: auto;
}
.panel_slider_style-3 .panel-slider .content-inner .content h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
}
.panel_slider_style-3 .panel-slider:hover .content-inner::after {
    top: 0;
}
.panel_slider_style-3 .panel-slider:hover .content-inner .content {
    opacity: 1;
}
.panel_slider_style-4 .htmega-carousel-activation button {
    position: absolute;
    top: 50%;
    left: 140px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    color: #000;
    border: 0 none;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
    font-size: 24px;
    border: 1px solid #000;
}
.panel_slider_style-4 .htmega-carousel-activation button:hover {
    border: 1px solid #fff;
    color: #fff;
}
.panel_slider_style-4 .htmega-carousel-activation button.htmega-carosul-next {
    left: auto;
    right: 140px;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide {
    padding: 72px 0;
    transition: all 0.3s ease 0s;
}
.panel_slider_style-4 .htmega-carousel-activation .panel-slider {
    position: relative;
    transition: all 0.3s ease 0s;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider {
    transform: scale(1.3);
}
.panel_slider_style-4 .htmega-carousel-activation .panel-slider {
    position: relative;
    transform: scale(.9);
}
.panel_slider_style-4 .htmega-carousel-activation .panel-slider::before {
    background: rgba(255, 255, 255, .7);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider::before {
    display: none;
}
.panel_slider_style-4 .htmega-carousel-activation {
    margin: 0 -70px;
}
.panel_slider_style-4 .htmega-carousel-activation .thumb img {
    width: 100%}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide {
    margin: 0 70px;
}
.ht-scroll-image {
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}
.ht-scroll-image .thumb {
    min-height: 600px;
    transition: background-position 6s ease-in-out;
    -webkit-transition: background-position 6s ease-in-out;
    border-style: solid;
    border-width: 0 0 0 0;
    display: block;
    position: relative;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    transition: background-position 2s cubic-bezier(.1, .54, .43, .94);
    -webkit-transition: background-position 2s cubic-bezier(.1, .54, .43, .94);
}
.ht-scroll-image .thumb:hover {
    background-position: center bottom!important;
}
.ht-event {
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    margin-top: 40px;
    padding: 10px;
}
.ht-event .thumb {
    flex-basis: 50%;
    position: relative;
}
.ht-event .thumb a img {
    width: 100%}
.ht-event .content {
    flex-basis: 50%;
    padding-left: 27px;
}
.ht-event .thumb .event-date {
    background: #141414 none repeat scroll 0 0;
    color: #fff;
    padding: 8px 0;
    position: absolute;
    right: -13px;
    text-align: center;
    top: 0;
    width: 60px;
}
.ht-event .thumb .event-date span {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}
.ht-event .content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
}
.ht-event .content ul.event-time {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ht-event .content ul.event-time li {
    color: #909090;
    font-size: 14px;
}
.ht-event .content ul.event-time li i {
    color: #56a4b1;
    padding-right: 10px;
}
.ht-event .content p {
    color: #727272;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.ht-event .content .event-btn a {
    border-bottom: 1px solid #727272;
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease-in-out 0s;
}
.ht-event .content ul.event-time li+li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.ht-event .content ul.event-time li+li::before {
    background: #9f9f9f none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 28%;
    width: 2px;
}
#htmega-google-map {
    width: 100%}
.header-transparent .mean-container .mean-nav {
    background: #111 none repeat scroll 0 0;
    float: left;
    width: 100%}
.header-transparent a.meanmenu-reveal i {
    color: #fff;
}
.mean-container .mean-nav>ul {
    padding: 0;
}
.header-transparent .mean-container .mean-nav a.mean-expand {
    color: #fff!important;
}
.mean-container .mean-nav>ul li ul {
    padding-left: 10px;
}
.header-transparent .mean-nav ul li a {
    border-color: #eee;
    color: #fff;
    padding: 6px 30px 6px 10px;
}
#site-navigation-wrap .dropdown-menu {
    background-color: inherit;
    border: inherit;
    border-radius: inherit;
    color: inherit;
    display: block;
    float: inherit;
    font-size: inherit;
    font-family: inherit;
    list-style: outside none none;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: static;
    text-align: inherit;
    z-index: inherit;
    background-clip: inherit;
}
#site-navigation-wrap .dropdown-menu a {
    text-decoration: none;
    color: inherit;
}
a {
    color: inherit;
}
.htmega-search-box .btn {
    font-family: fontawesome;
    padding: 0;
}
.htmega-search-box .fa {
    font-family: fontawesome;
}
.woocommerce .col-1, .woocommerce .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.woocommerce .form-row {
    display: block;
}
@media (min-width:992px) and (max-width:1199px) {
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
    padding: 0;
}
}@media (min-width:768px) and (max-width:991px) {
    .htmega-banner-style-4 .banner-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
    padding: 0;
}
.htmega-banner-style-4 .banner-content h2 {
    margin-top: 0;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before {
    left: 40%}
.htmega-btn-size-md {
    padding: 16px 25px!important;
}
.htmega-btn-size-xl {
    padding: 35px 30px!important;
}
.htmega-btn-size-lg {
    padding: 25px 30px!important;
}
.htmega-btn-size-sm {
    padding: 8px 20px!important;
}
.htmega-call-to-action .text-right {
    margin-top: 10px;
    text-align: left!important;
}
.callto-action-style-3::before {
    display: none;
}
.htmega-newsticker-style-1 .breaking-news-title h5 {
    padding: 0 15px;
}
.htmega-team-style-3 .htmega-team-click-action {
    margin-bottom: -60px;
}
.htmega-social-network li {
    margin: 3px 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
    margin-top: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
    margin-bottom: 3px;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover p {
    padding: 0 5px;
}
.htmega-testimonial-style-5 .testimonial-shape {
    bottom: 45%}
.htmega-countbox .ht-count {
    margin: 0 22px 10px;
}
.title-style-two .section-title-txt {
    padding: 0 14%}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
    padding: 35px 0 20px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
    font-size: 13px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
    padding: 0;
}
.htmegainstagram-column-tablet-1 .htmega-instragram ul.htmega-instagram-list li {
    width: 100%}
.htmegainstagram-column-tablet-2 .htmega-instragram ul.htmega-instagram-list li {
    width: 50%}
.htmegainstagram-column-tablet-3 .htmega-instragram ul.htmega-instagram-list li {
    width: 33.33%}
.htmegainstagram-column-tablet-4 .htmega-instragram ul.htmega-instagram-list li {
    width: 25%}
.htmegainstagram-column-tablet-5 .htmega-instragram ul.htmega-instagram-list li {
    width: 20%}
.htmegainstagram-column-tablet-6 .htmega-instragram ul.htmega-instagram-list li {
    width: 16.66%}
.htmega-process-area {
    background-image: none!important;
}
.htmega-process-column-5 .htmega-single-process-area {
    flex: 0 0 50%;
    max-width: 50%}
}@media (max-width:767px) {
    .htmega-tab-nav a {
    margin: 0 5px 10px;
}
.htmega-tab-menu-style-2 a {
    margin: 0 10px 10px;
}
.htmega-tab-menu-style-3 a {
    margin: 5px 3px -1px;
}
.htmega-tab-style-5 .htmega-tab-nav, .htmega-tab-style-5 .htmega-tab-content-area {
    max-width: 100%;
    flex: 0 0 100%}
.htmega-tab-style-5 .htmega-tab-content-area {
    border-left: 0;
}
.single-partner {
    margin-bottom: 20px;
    width: auto;
}
.htmega-brands-style-2 ul.brand-list li {
    border-right: 0 none;
    margin: 0 auto;
    width: 50%}
.htmega-brands-style-4 ul.brand-list li {
    border: 0 none;
    padding: 25px 15px;
    width: 50%}
.htmega-brands-style-5 .brand-logo-col {
    flex: 0 0 50%;
    max-width: 50%}
.htmega-business-horurs-1 .business-hrs-inner {
    padding: 70px 0;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before, .htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before {
    display: none;
}
.htmega-business-horurs-5 .business-hrs-inner, .htmega-business-horurs-4 .business-hrs-inner {
    padding: 30px 20px;
}
.htmega-business-horurs-3 .business-hrs-inner {
    padding: 20px;
}
.htmega-call-to-action .text-right {
    margin-top: 10px;
    text-align: left!important;
}
.callto-action-style-3::before {
    display: none;
}
.callto-action-style-3 .htmega-content {
    display: block;
}
.callto-action-style-7 .call-to-action-inner {
    padding: 0;
}
.htmega-countbox .ht-count::before {
    display: none;
}
.htmega-countbox .ht-count {
    margin: 0 22px 15px!important;
}
.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
    transform: scale(1);
}
.ht-custom-carousel.slick-slider .slick-list, .ht-custom-carousel.slick-slider .slick-track {
    padding: 0!important;
}
.htmega-carousel-style-6 .slick-dots li {
    padding: 30px 35px;
}
.htmega-table-style .dataTables_wrapper {
    overflow-x: auto;
}
.edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download {
    width: 100%}
.custom-col-5 {
    flex: 0 0 100%;
    max-width: 100%}
a.instagram_follow_btn {
    margin-top: 20px;
}
a.instagram_follow_btn span {
    font-size: 12px;
    padding: 0 5px;
}
.htmega-lightbox img {
    width: 100%}
.htmega-newsticker-style-1 .breaking-news-title h5 i {
    display: none;
}
.htmega-newsticker-style-1 {
    justify-content: center;
}
.htmega-mailchimp-style-3 .htmega-input-box input {
    max-width: inherit;
    width: auto;
}
.htmega-team-style-3 .htmega-team-click-action {
    margin-bottom: -58px;
}
.htmega-testimonial-style-5 .testimonial-shape {
    bottom: 38%}
.htmega-testimonial-for .testimonial-desc p {
    padding: 0 3%}
.htmega-testimonial-style-6, .htmega-testimonial-style-8 {
    padding: 0;
}
.htmega-testimonal-nav.slick-slider {
    max-width: 100%}
.htmega-testimonial-style-4 .testimonal .testimonal-image {
    float: none;
    padding-right: 0;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image::after, .htmega-testimonial-style-4 .testimonal .testimonal-image::before {
    display: none;
}
.htmega-testimonial-style-4 .testimonal .content {
    padding-left: 0;
    padding-top: 20px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
    padding-left: 25px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before {
    display: none;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content {
    padding-left: 60px;
    width: 100%}
.htmega-process-area {
    background-image: none!important;
}
.htmega-process-column-4 .htmega-single-process-area, .htmega-process-column-5 .htmega-single-process-area {
    flex: 0 0 100%;
    max-width: 100%}
.htmega-process-column-3 .htmega-single-process-area {
    flex: 0 0 100%;
    margin-bottom: 30px;
    max-width: 100%}
.htmega-process-style-2 .htmega-number::before {
    display: none;
}
.htmega-process-style-4 {
    height: auto;
    width: auto;
}
.htmega-process-style-4 .htmega-single-process-area {
    position: inherit;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(2), .htmega-process-style-4 .htmega-single-process-area:nth-child(4) {
    top: 0;
}
.elementor-widget-htmega-scrollnavigation-addons .swiper-slide {
    height: 100vh!important;
}
.scroll-navigation-inner .elementor-image {
    display: none;
}
.elementor-widget-htmega-scrollnavigation-addons .swiper-container .swiper-wrapper .swiper-slide:first-child .elementor-image {
    display: block;
}
.htmega_mobile_fit.elementor-section.elementor-section-height-full {
    height: 100vh;
}
.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container {
    align-items: center;
}
.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container {
    align-items: center;
    height: 100%}
.ht-event {
    display: block;
}
.ht-event .thumb {
    margin-bottom: 20px;
}
.htmega-postcarousel-layout-3 .slick-arrow {
    display: none!important;
}
.htmega-countbox .ht-count {
    margin: 0 22px 10px;
}
.title-style-two .section-title-txt::before, .title-style-two .section-title-txt::after {
    display: none;
}
figure.gallery-item {
    margin-top: 20px!important;
}
.htmega-switcher-nav.nav {
    background: transparent none repeat scroll 0 0;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex {
    display: block;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content {
    margin-left: 0;
    padding: 30px 20px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
    font-size: 13px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
    padding: 0;
}
.htmegainstagram-column-mobile-1 .htmega-instragram ul.htmega-instagram-list li {
    width: 100%}
.htmegainstagram-column-mobile-2 .htmega-instragram ul.htmega-instagram-list li {
    width: 50%}
.htmegainstagram-column-mobile-3 .htmega-instragram ul.htmega-instagram-list li {
    width: 33.33%}
.htmegainstagram-column-mobile-4 .htmega-instragram ul.htmega-instagram-list li {
    width: 25%}
.htmegainstagram-column-mobile-5 .htmega-instragram ul.htmega-instagram-list li {
    width: 20%}
.htmegainstagram-column-mobile-6 .htmega-instragram ul.htmega-instagram-list li {
    width: 16.66%}
.htmega-postslider-layout-1 .content, .htmega-postslider-layout-3 .content, .htmega-postslider-layout-4 .content {
    position: static;
    max-width: 100%;
    padding: 0;
}
.htmega-postslider-layout-3 .content {
    transform: translateY(0%);
}
.htmega-postslider-layout-3 .content .post-inner h2 {
    padding: 0;
}
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */@font-face {
    font-family: 'FontAwesome';
    src: url(../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    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;
}
@charset "UTF-8";

/*!
Animate.css - http: //daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    from, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes pulse {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes rubberBand {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
    from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes tada {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes wobble {
    from {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}@keyframes jello {
    from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
    animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInDownBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDownBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInLeft {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeft {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInLeftBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeftBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInRightBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRightBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInUpBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUpBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutDown {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes fadeOutDown {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutDownBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes fadeOutDownBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutLeft {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes fadeOutLeft {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes fadeOutLeftBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutRight {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes fadeOutRight {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutRightBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes fadeOutRightBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutUp {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes fadeOutUp {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    animation-duration: 2s;
}
@-webkit-keyframes fadeOutUpBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes fadeOutUpBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}@keyframes flip {
    from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInY {
    from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes lightSpeedIn {
    from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    from {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateIn {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes rollIn {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}@keyframes rollOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInDown {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInLeft {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInRight {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInUp {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
}
}@keyframes zoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
}
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInDown {
    from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInLeft {
    from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInRight {
    from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInUp {
    from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes np-btn--1 {
    60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
}
85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes np-btn--1 {
    60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
}
85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@-webkit-keyframes np-btn--2 {
    to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes np-btn--2 {
    to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@-webkit-keyframes np-hvr-horizontal {
    16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}
49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes np-hvr-horizontal {
    16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}
49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@-webkit-keyframes hvr-to-bottom-right {
    16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}
33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
}
49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}
66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}
83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@keyframes hvr-to-bottom-right {
    16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}
33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
}
49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}
66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}
83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@keyframes bounceY {
    0% {
    transform: translateY(-205px);
}
40% {
    transform: translateY(-100px);
}
65% {
    transform: translateY(-52px);
}
82% {
    transform: translateY(-25px);
}
92% {
    transform: translateY(-12px);
}
55%, 75%, 87%, 97%, 100% {
    transform: translateY(0);
}
}@-moz-keyframes bounceY {
    0% {
    -moz-transform: translateY(-205px);
}
40% {
    -moz-transform: translateY(-100px);
}
65% {
    -moz-transform: translateY(-52px);
}
82% {
    -moz-transform: translateY(-25px);
}
92% {
    -moz-transform: translateY(-12px);
}
55%, 75%, 87%, 97%, 100% {
    -moz-transform: translateY(0);
}
}@-webkit-keyframes bounceY {
    0% {
    -webkit-transform: translateY(-205px);
}
40% {
    -webkit-transform: translateY(-100px);
}
65% {
    -webkit-transform: translateY(-52px);
}
82% {
    -webkit-transform: translateY(-25px);
}
92% {
    -webkit-transform: translateY(-12px);
}
55%, 75%, 87%, 97%, 100% {
    -webkit-transform: translateY(0);
}
}/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0"}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a>code {
    color: inherit;
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container, .container-sm {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container, .container-md, .container-sm {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%}
.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%}
.offset-2 {
    margin-left: 16.666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.333333%}
.offset-5 {
    margin-left: 41.666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.333333%}
.offset-8 {
    margin-left: 66.666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.333333%}
.offset-11 {
    margin-left: 91.666667%}
@media (min-width:576px) {
    .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%}
.row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%}
.offset-sm-2 {
    margin-left: 16.666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.333333%}
.offset-sm-5 {
    margin-left: 41.666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.333333%}
.offset-sm-8 {
    margin-left: 66.666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.333333%}
.offset-sm-11 {
    margin-left: 91.666667%}
}@media (min-width:768px) {
    .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%}
.row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.333333%}
.offset-md-2 {
    margin-left: 16.666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.333333%}
.offset-md-5 {
    margin-left: 41.666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.333333%}
.offset-md-8 {
    margin-left: 66.666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.333333%}
.offset-md-11 {
    margin-left: 91.666667%}
}@media (min-width:992px) {
    .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%}
.row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.333333%}
.offset-lg-2 {
    margin-left: 16.666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.333333%}
.offset-lg-5 {
    margin-left: 41.666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.333333%}
.offset-lg-8 {
    margin-left: 66.666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.333333%}
.offset-lg-11 {
    margin-left: 91.666667%}
}@media (min-width:1200px) {
    .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%}
.row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.333333%}
.offset-xl-2 {
    margin-left: 16.666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.333333%}
.offset-xl-5 {
    margin-left: 41.666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.333333%}
.offset-xl-8 {
    margin-left: 66.666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.333333%}
.offset-xl-11 {
    margin-left: 91.666667%}
}.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}
.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff;
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db;
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}
.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb;
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}
.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb;
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba;
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb;
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}
.table-light, .table-light>td, .table-light>th {
    background-color: #fdfdfe;
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6;
}
.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca;
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}
.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575.98px) {
    .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-sm>.table-bordered {
    border: 0;
}
}@media (max-width:767.98px) {
    .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-md>.table-bordered {
    border: 0;
}
}@media (max-width:991.98px) {
    .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-lg>.table-bordered {
    border: 0;
}
}@media (max-width:1199.98px) {
    .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-xl>.table-bordered {
    border: 0;
}
}.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
    transition: none;
}
}.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
select.form-control[multiple], select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
    display: block;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%}
@media (min-width:576px) {
    .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-plaintext {
    display: inline-block;
}
.form-inline .custom-select, .form-inline .input-group {
    width: auto;
}
.form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
}
.form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
}
.form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-inline .custom-control-label {
    margin-bottom: 0;
}
}.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .btn {
    transition: none;
}
}.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
}
.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: .5rem;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
    .fade {
    transition: none;
}
}.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
    .collapsing {
    transition: none;
}
}.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width:576px) {
    .dropdown-menu-sm-left {
    right: auto;
    left: 0;
}
.dropdown-menu-sm-right {
    right: 0;
    left: auto;
}
}@media (min-width:768px) {
    .dropdown-menu-md-left {
    right: auto;
    left: 0;
}
.dropdown-menu-md-right {
    right: 0;
    left: auto;
}
}@media (min-width:992px) {
    .dropdown-menu-lg-left {
    right: auto;
    left: 0;
}
.dropdown-menu-lg-right {
    right: 0;
    left: auto;
}
}@media (min-width:1200px) {
    .dropdown-menu-xl-left {
    right: auto;
    left: 0;
}
.dropdown-menu-xl-right {
    right: 0;
    left: auto;
}
}.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 1;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0;
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label: :after {
    transition: none;
}
}.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"}
.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion:reduce) {
    .custom-range: :-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
}
}.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion:reduce) {
    .custom-range: :-moz-range-thumb {
    -moz-transition: none;
    transition: none;
}
}.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion:reduce) {
    .custom-range: :-ms-thumb {
    -ms-transition: none;
    transition: none;
}
}.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .custom-control-label: :before, .custom-file-label, .custom-select {
    transition: none;
}
}.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%}
@media (max-width:575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:576px) {
    .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
    display: none;
}
}@media (max-width:767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:768px) {
    .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
    display: none;
}
}@media (max-width:991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:992px) {
    .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}@media (max-width:1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:1200px) {
    .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,  0,  0,  0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,  255,  255,  0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}.card-group>.card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
}
.card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
}
}.card-columns .card {
    margin-bottom: .75rem;
}
@media (min-width:576px) {
    .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%}
}.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .badge {
    transition: none;
}
}a.badge:focus, a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
@media (min-width:576px) {
    .jumbotron {
    padding: 4rem 2rem;
}
}.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar {
    transition: none;
}
}.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
}
}.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width:576px) {
    .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
}@media (min-width:768px) {
    .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
}@media (min-width:992px) {
    .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
}@media (min-width:1200px) {
    .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
}.list-group-flush {
    border-radius: 0;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
.toast:not(:last-child) {
    margin-bottom: .75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.toast-body {
    padding: .75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer>* {
    margin: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:576px) {
    .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.modal-sm {
    max-width: 300px;
}
}@media (min-width:992px) {
    .modal-lg, .modal-xl {
    max-width: 800px;
}
}@media (min-width:1200px) {
    .modal-xl {
    max-width: 1140px;
}
}.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: .9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-item {
    transition: none;
}
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
}
}.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
    transition: none;
}
}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
    transition: none;
}
}.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes spinner-border {
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
@-webkit-keyframes spinner-grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes spinner-grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline!important;
}
.align-top {
    vertical-align: top!important;
}
.align-middle {
    vertical-align: middle!important;
}
.align-bottom {
    vertical-align: bottom!important;
}
.align-text-bottom {
    vertical-align: text-bottom!important;
}
.align-text-top {
    vertical-align: text-top!important;
}
.bg-primary {
    background-color: #007bff!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62!important;
}
.bg-success {
    background-color: #28a745!important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important;
}
.bg-dark {
    background-color: #343a40!important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
.border-0 {
    border: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.border-right-0 {
    border-right: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.border-left-0 {
    border-left: 0!important;
}
.border-primary {
    border-color: #007bff!important;
}
.border-secondary {
    border-color: #6c757d!important;
}
.border-success {
    border-color: #28a745!important;
}
.border-info {
    border-color: #17a2b8!important;
}
.border-warning {
    border-color: #ffc107!important;
}
.border-danger {
    border-color: #dc3545!important;
}
.border-light {
    border-color: #f8f9fa!important;
}
.border-dark {
    border-color: #343a40!important;
}
.border-white {
    border-color: #fff!important;
}
.rounded-sm {
    border-radius: .2rem!important;
}
.rounded {
    border-radius: .25rem!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}
.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-lg {
    border-radius: .3rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.rounded-0 {
    border-radius: 0!important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""}
.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
@media (min-width:576px) {
    .d-sm-none {
    display: none!important;
}
.d-sm-inline {
    display: inline!important;
}
.d-sm-inline-block {
    display: inline-block!important;
}
.d-sm-block {
    display: block!important;
}
.d-sm-table {
    display: table!important;
}
.d-sm-table-row {
    display: table-row!important;
}
.d-sm-table-cell {
    display: table-cell!important;
}
.d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:768px) {
    .d-md-none {
    display: none!important;
}
.d-md-inline {
    display: inline!important;
}
.d-md-inline-block {
    display: inline-block!important;
}
.d-md-block {
    display: block!important;
}
.d-md-table {
    display: table!important;
}
.d-md-table-row {
    display: table-row!important;
}
.d-md-table-cell {
    display: table-cell!important;
}
.d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:992px) {
    .d-lg-none {
    display: none!important;
}
.d-lg-inline {
    display: inline!important;
}
.d-lg-inline-block {
    display: inline-block!important;
}
.d-lg-block {
    display: block!important;
}
.d-lg-table {
    display: table!important;
}
.d-lg-table-row {
    display: table-row!important;
}
.d-lg-table-cell {
    display: table-cell!important;
}
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:1200px) {
    .d-xl-none {
    display: none!important;
}
.d-xl-inline {
    display: inline!important;
}
.d-xl-inline-block {
    display: inline-block!important;
}
.d-xl-block {
    display: block!important;
}
.d-xl-table {
    display: table!important;
}
.d-xl-table-row {
    display: table-row!important;
}
.d-xl-table-cell {
    display: table-cell!important;
}
.d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-xl-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media print {
    .d-print-none {
    display: none!important;
}
.d-print-inline {
    display: inline!important;
}
.d-print-inline-block {
    display: inline-block!important;
}
.d-print-block {
    display: block!important;
}
.d-print-table {
    display: table!important;
}
.d-print-table-row {
    display: table-row!important;
}
.d-print-table-cell {
    display: table-cell!important;
}
.d-print-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-print-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: ""}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%}
.embed-responsive-16by9::before {
    padding-top: 56.25%}
.embed-responsive-4by3::before {
    padding-top: 75%}
.embed-responsive-1by1::before {
    padding-top: 100%}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
@media (min-width:576px) {
    .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:768px) {
    .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-md-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:992px) {
    .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:1200px) {
    .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}
@media (min-width:576px) {
    .float-sm-left {
    float: left!important;
}
.float-sm-right {
    float: right!important;
}
.float-sm-none {
    float: none!important;
}
}@media (min-width:768px) {
    .float-md-left {
    float: left!important;
}
.float-md-right {
    float: right!important;
}
.float-md-none {
    float: none!important;
}
}@media (min-width:992px) {
    .float-lg-left {
    float: left!important;
}
.float-lg-right {
    float: right!important;
}
.float-lg-none {
    float: none!important;
}
}@media (min-width:1200px) {
    .float-xl-left {
    float: left!important;
}
.float-xl-right {
    float: right!important;
}
.float-xl-none {
    float: none!important;
}
}.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important;
}
.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important;
}
.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}
.overflow-auto {
    overflow: auto!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.position-static {
    position: static!important;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.position-fixed {
    position: fixed!important;
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
}.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.shadow-none {
    box-shadow: none!important;
}
.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.w-auto {
    width: auto!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.min-vw-100 {
    min-width: 100vw!important;
}
.min-vh-100 {
    min-height: 100vh!important;
}
.vw-100 {
    width: 100vw!important;
}
.vh-100 {
    height: 100vh!important;
}
.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.m-2 {
    margin: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.m-n1 {
    margin: -.25rem!important;
}
.mt-n1, .my-n1 {
    margin-top: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem!important;
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.m-n2 {
    margin: -.5rem!important;
}
.mt-n2, .my-n2 {
    margin-top: -.5rem!important;
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem!important;
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem!important;
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem!important;
}
.m-n3 {
    margin: -1rem!important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem!important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem!important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem!important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem!important;
}
.m-n4 {
    margin: -1.5rem!important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem!important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem!important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem!important;
}
.m-n5 {
    margin: -3rem!important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem!important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem!important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem!important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media (min-width:576px) {
    .m-sm-0 {
    margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
}
.m-sm-2 {
    margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
}
.m-sm-3 {
    margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
}
.m-sm-4 {
    margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
}
.m-sm-5 {
    margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
}
.p-sm-0 {
    padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
}
.p-sm-1 {
    padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
}
.p-sm-2 {
    padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
}
.p-sm-3 {
    padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
}
.p-sm-4 {
    padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
}
.p-sm-5 {
    padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
}
.m-sm-n1 {
    margin: -.25rem!important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important;
}
.m-sm-n2 {
    margin: -.5rem!important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important;
}
.m-sm-n3 {
    margin: -1rem!important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important;
}
.m-sm-n4 {
    margin: -1.5rem!important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important;
}
.m-sm-n5 {
    margin: -3rem!important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem!important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem!important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem!important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem!important;
}
.m-sm-auto {
    margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
}@media (min-width:768px) {
    .m-md-0 {
    margin: 0!important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
}
.m-md-2 {
    margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
}
.m-md-3 {
    margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
}
.m-md-4 {
    margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.m-md-5 {
    margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
}
.p-md-0 {
    padding: 0!important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
.p-md-1 {
    padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
}
.p-md-2 {
    padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
}
.p-md-3 {
    padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
}
.p-md-4 {
    padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}
.p-md-5 {
    padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
}
.m-md-n1 {
    margin: -.25rem!important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important;
}
.m-md-n2 {
    margin: -.5rem!important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important;
}
.m-md-n3 {
    margin: -1rem!important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
}
.m-md-n4 {
    margin: -1.5rem!important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important;
}
.m-md-n5 {
    margin: -3rem!important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem!important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem!important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem!important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem!important;
}
.m-md-auto {
    margin: auto!important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}
}@media (min-width:992px) {
    .m-lg-0 {
    margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
}
.m-lg-2 {
    margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
}
.m-lg-3 {
    margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
}
.m-lg-4 {
    margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
}
.m-lg-5 {
    margin: 3rem!important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
}
.p-lg-0 {
    padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
}
.p-lg-1 {
    padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
}
.p-lg-2 {
    padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
}
.p-lg-3 {
    padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
}
.p-lg-5 {
    padding: 3rem!important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.m-lg-n1 {
    margin: -.25rem!important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important;
}
.m-lg-n2 {
    margin: -.5rem!important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important;
}
.m-lg-n3 {
    margin: -1rem!important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important;
}
.m-lg-n4 {
    margin: -1.5rem!important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important;
}
.m-lg-n5 {
    margin: -3rem!important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem!important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem!important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem!important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem!important;
}
.m-lg-auto {
    margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
}
}@media (min-width:1200px) {
    .m-xl-0 {
    margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
}
.m-xl-2 {
    margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
}
.m-xl-3 {
    margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
}
.m-xl-4 {
    margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
}
.m-xl-5 {
    margin: 3rem!important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
}
.p-xl-0 {
    padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
.p-xl-1 {
    padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
}
.p-xl-2 {
    padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
}
.p-xl-3 {
    padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
}
.p-xl-4 {
    padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
}
.p-xl-5 {
    padding: 3rem!important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
}
.m-xl-n1 {
    margin: -.25rem!important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem!important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem!important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem!important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem!important;
}
.m-xl-n2 {
    margin: -.5rem!important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem!important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem!important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem!important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem!important;
}
.m-xl-n3 {
    margin: -1rem!important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem!important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem!important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem!important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem!important;
}
.m-xl-n4 {
    margin: -1.5rem!important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem!important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem!important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem!important;
}
.m-xl-n5 {
    margin: -3rem!important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem!important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem!important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem!important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem!important;
}
.m-xl-auto {
    margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
}
}.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important;
}
.text-justify {
    text-align: justify!important;
}
.text-wrap {
    white-space: normal!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
@media (min-width:576px) {
    .text-sm-left {
    text-align: left!important;
}
.text-sm-right {
    text-align: right!important;
}
.text-sm-center {
    text-align: center!important;
}
}@media (min-width:768px) {
    .text-md-left {
    text-align: left!important;
}
.text-md-right {
    text-align: right!important;
}
.text-md-center {
    text-align: center!important;
}
}@media (min-width:992px) {
    .text-lg-left {
    text-align: left!important;
}
.text-lg-right {
    text-align: right!important;
}
.text-lg-center {
    text-align: center!important;
}
}@media (min-width:1200px) {
    .text-xl-left {
    text-align: left!important;
}
.text-xl-right {
    text-align: right!important;
}
.text-xl-center {
    text-align: center!important;
}
}.text-lowercase {
    text-transform: lowercase!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-lighter {
    font-weight: lighter!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-bolder {
    font-weight: bolder!important;
}
.font-italic {
    font-style: italic!important;
}
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #007bff!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #0056b3!important;
}
.text-secondary {
    color: #6c757d!important;
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54!important;
}
.text-success {
    color: #28a745!important;
}
a.text-success:focus, a.text-success:hover {
    color: #19692c!important;
}
.text-info {
    color: #17a2b8!important;
}
a.text-info:focus, a.text-info:hover {
    color: #0f6674!important;
}
.text-warning {
    color: #ffc107!important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00!important;
}
.text-danger {
    color: #dc3545!important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a!important;
}
.text-light {
    color: #f8f9fa!important;
}
a.text-light:focus, a.text-light:hover {
    color: #cbd3da!important;
}
.text-dark {
    color: #343a40!important;
}
a.text-dark:focus, a.text-dark:hover {
    color: #121416!important;
}
.text-body {
    color: #212529!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-black-50 {
    color: rgba(0, 0, 0, .5)!important;
}
.text-white-50 {
    color: rgba(255, 255, 255, .5)!important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none!important;
}
.text-break {
    word-wrap: break-word!important;
}
.text-reset {
    color: inherit!important;
}
.visible {
    visibility: visible!important;
}
.invisible {
    visibility: hidden!important;
}
@media print {
    *, : :after, ::before {
    text-shadow: none!important;
    box-shadow: none!important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")"}
pre {
    white-space: pre-wrap!important;
}
blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 992px!important;
}
.container {
    min-width: 992px!important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6!important;
}
.table-dark {
    color: inherit;
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments,  LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut {
    0% {
    opacity: .9;
}
100% {
    opacity: 0;
}
}@-o-keyframes bs-notify-fadeOut {
    0% {
    opacity: .9;
}
100% {
    opacity: 0;
}
}@keyframes bs-notify-fadeOut {
    0% {
    opacity: .9;
}
100% {
    opacity: 0;
}
}.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none!important;
}
.bootstrap-select {
    width: 220px\0;
    vertical-align: middle;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5);
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}
.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2!important;
}
.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto!important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right;
}
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%}
.bootstrap-select.disabled, .bootstrap-select>.disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
    outline: 0!important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0!important;
    padding: 0!important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0!important;
    float: left;
    opacity: 0!important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0!important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5)!important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: .5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0,  Fonts: SIL OFL 1.1,  Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.fa-xs {
    font-size: .75em;
}
.fa-sm {
    font-size: .875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)"}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "\f26e"}
.fa-accessible-icon:before {
    content: "\f368"}
.fa-accusoft:before {
    content: "\f369"}
.fa-acquisitions-incorporated:before {
    content: "\f6af"}
.fa-ad:before {
    content: "\f641"}
.fa-address-book:before {
    content: "\f2b9"}
.fa-address-card:before {
    content: "\f2bb"}
.fa-adjust:before {
    content: "\f042"}
.fa-adn:before {
    content: "\f170"}
.fa-adobe:before {
    content: "\f778"}
.fa-adversal:before {
    content: "\f36a"}
.fa-affiliatetheme:before {
    content: "\f36b"}
.fa-air-freshener:before {
    content: "\f5d0"}
.fa-airbnb:before {
    content: "\f834"}
.fa-algolia:before {
    content: "\f36c"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-justify:before {
    content: "\f039"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-right:before {
    content: "\f038"}
.fa-alipay:before {
    content: "\f642"}
.fa-allergies:before {
    content: "\f461"}
.fa-amazon:before {
    content: "\f270"}
.fa-amazon-pay:before {
    content: "\f42c"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"}
.fa-amilia:before {
    content: "\f36d"}
.fa-anchor:before {
    content: "\f13d"}
.fa-android:before {
    content: "\f17b"}
.fa-angellist:before {
    content: "\f209"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-down:before {
    content: "\f107"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angry:before {
    content: "\f556"}
.fa-angrycreative:before {
    content: "\f36e"}
.fa-angular:before {
    content: "\f420"}
.fa-ankh:before {
    content: "\f644"}
.fa-app-store:before {
    content: "\f36f"}
.fa-app-store-ios:before {
    content: "\f370"}
.fa-apper:before {
    content: "\f371"}
.fa-apple:before {
    content: "\f179"}
.fa-apple-alt:before {
    content: "\f5d1"}
.fa-apple-pay:before {
    content: "\f415"}
.fa-archive:before {
    content: "\f187"}
.fa-archway:before {
    content: "\f557"}
.fa-arrow-alt-circle-down:before {
    content: "\f358"}
.fa-arrow-alt-circle-left:before {
    content: "\f359"}
.fa-arrow-alt-circle-right:before {
    content: "\f35a"}
.fa-arrow-alt-circle-up:before {
    content: "\f35b"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-arrows-alt-h:before {
    content: "\f337"}
.fa-arrows-alt-v:before {
    content: "\f338"}
.fa-artstation:before {
    content: "\f77a"}
.fa-assistive-listening-systems:before {
    content: "\f2a2"}
.fa-asterisk:before {
    content: "\f069"}
.fa-asymmetrik:before {
    content: "\f372"}
.fa-at:before {
    content: "\f1fa"}
.fa-atlas:before {
    content: "\f558"}
.fa-atlassian:before {
    content: "\f77b"}
.fa-atom:before {
    content: "\f5d2"}
.fa-audible:before {
    content: "\f373"}
.fa-audio-description:before {
    content: "\f29e"}
.fa-autoprefixer:before {
    content: "\f41c"}
.fa-avianex:before {
    content: "\f374"}
.fa-aviato:before {
    content: "\f421"}
.fa-award:before {
    content: "\f559"}
.fa-aws:before {
    content: "\f375"}
.fa-baby:before {
    content: "\f77c"}
.fa-baby-carriage:before {
    content: "\f77d"}
.fa-backspace:before {
    content: "\f55a"}
.fa-backward:before {
    content: "\f04a"}
.fa-bacon:before {
    content: "\f7e5"}
.fa-bacteria:before {
    content: "\e059"}
.fa-bacterium:before {
    content: "\e05a"}
.fa-bahai:before {
    content: "\f666"}
.fa-balance-scale:before {
    content: "\f24e"}
.fa-balance-scale-left:before {
    content: "\f515"}
.fa-balance-scale-right:before {
    content: "\f516"}
.fa-ban:before {
    content: "\f05e"}
.fa-band-aid:before {
    content: "\f462"}
.fa-bandcamp:before {
    content: "\f2d5"}
.fa-barcode:before {
    content: "\f02a"}
.fa-bars:before {
    content: "\f0c9"}
.fa-baseball-ball:before {
    content: "\f433"}
.fa-basketball-ball:before {
    content: "\f434"}
.fa-bath:before {
    content: "\f2cd"}
.fa-battery-empty:before {
    content: "\f244"}
.fa-battery-full:before {
    content: "\f240"}
.fa-battery-half:before {
    content: "\f242"}
.fa-battery-quarter:before {
    content: "\f243"}
.fa-battery-three-quarters:before {
    content: "\f241"}
.fa-battle-net:before {
    content: "\f835"}
.fa-bed:before {
    content: "\f236"}
.fa-beer:before {
    content: "\f0fc"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-bell:before {
    content: "\f0f3"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bezier-curve:before {
    content: "\f55b"}
.fa-bible:before {
    content: "\f647"}
.fa-bicycle:before {
    content: "\f206"}
.fa-biking:before {
    content: "\f84a"}
.fa-bimobject:before {
    content: "\f378"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-biohazard:before {
    content: "\f780"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitcoin:before {
    content: "\f379"}
.fa-bity:before {
    content: "\f37a"}
.fa-black-tie:before {
    content: "\f27e"}
.fa-blackberry:before {
    content: "\f37b"}
.fa-blender:before {
    content: "\f517"}
.fa-blender-phone:before {
    content: "\f6b6"}
.fa-blind:before {
    content: "\f29d"}
.fa-blog:before {
    content: "\f781"}
.fa-blogger:before {
    content: "\f37c"}
.fa-blogger-b:before {
    content: "\f37d"}
.fa-bluetooth:before {
    content: "\f293"}
.fa-bluetooth-b:before {
    content: "\f294"}
.fa-bold:before {
    content: "\f032"}
.fa-bolt:before {
    content: "\f0e7"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-bone:before {
    content: "\f5d7"}
.fa-bong:before {
    content: "\f55c"}
.fa-book:before {
    content: "\f02d"}
.fa-book-dead:before {
    content: "\f6b7"}
.fa-book-medical:before {
    content: "\f7e6"}
.fa-book-open:before {
    content: "\f518"}
.fa-book-reader:before {
    content: "\f5da"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-bootstrap:before {
    content: "\f836"}
.fa-border-all:before {
    content: "\f84c"}
.fa-border-none:before {
    content: "\f850"}
.fa-border-style:before {
    content: "\f853"}
.fa-bowling-ball:before {
    content: "\f436"}
.fa-box:before {
    content: "\f466"}
.fa-box-open:before {
    content: "\f49e"}
.fa-box-tissue:before {
    content: "\e05b"}
.fa-boxes:before {
    content: "\f468"}
.fa-braille:before {
    content: "\f2a1"}
.fa-brain:before {
    content: "\f5dc"}
.fa-bread-slice:before {
    content: "\f7ec"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-briefcase-medical:before {
    content: "\f469"}
.fa-broadcast-tower:before {
    content: "\f519"}
.fa-broom:before {
    content: "\f51a"}
.fa-brush:before {
    content: "\f55d"}
.fa-btc:before {
    content: "\f15a"}
.fa-buffer:before {
    content: "\f837"}
.fa-bug:before {
    content: "\f188"}
.fa-building:before {
    content: "\f1ad"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bullseye:before {
    content: "\f140"}
.fa-burn:before {
    content: "\f46a"}
.fa-buromobelexperte:before {
    content: "\f37f"}
.fa-bus:before {
    content: "\f207"}
.fa-bus-alt:before {
    content: "\f55e"}
.fa-business-time:before {
    content: "\f64a"}
.fa-buy-n-large:before {
    content: "\f8a6"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-calendar:before {
    content: "\f133"}
.fa-calendar-alt:before {
    content: "\f073"}
.fa-calendar-check:before {
    content: "\f274"}
.fa-calendar-day:before {
    content: "\f783"}
.fa-calendar-minus:before {
    content: "\f272"}
.fa-calendar-plus:before {
    content: "\f271"}
.fa-calendar-times:before {
    content: "\f273"}
.fa-calendar-week:before {
    content: "\f784"}
.fa-camera:before {
    content: "\f030"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-campground:before {
    content: "\f6bb"}
.fa-canadian-maple-leaf:before {
    content: "\f785"}
.fa-candy-cane:before {
    content: "\f786"}
.fa-cannabis:before {
    content: "\f55f"}
.fa-capsules:before {
    content: "\f46b"}
.fa-car:before {
    content: "\f1b9"}
.fa-car-alt:before {
    content: "\f5de"}
.fa-car-battery:before {
    content: "\f5df"}
.fa-car-crash:before {
    content: "\f5e1"}
.fa-car-side:before {
    content: "\f5e4"}
.fa-caravan:before {
    content: "\f8ff"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-caret-square-down:before {
    content: "\f150"}
.fa-caret-square-left:before {
    content: "\f191"}
.fa-caret-square-right:before {
    content: "\f152"}
.fa-caret-square-up:before {
    content: "\f151"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-carrot:before {
    content: "\f787"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cash-register:before {
    content: "\f788"}
.fa-cat:before {
    content: "\f6be"}
.fa-cc-amazon-pay:before {
    content: "\f42d"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-apple-pay:before {
    content: "\f416"}
.fa-cc-diners-club:before {
    content: "\f24c"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-jcb:before {
    content: "\f24b"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-centercode:before {
    content: "\f380"}
.fa-centos:before {
    content: "\f789"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-chair:before {
    content: "\f6c0"}
.fa-chalkboard:before {
    content: "\f51b"}
.fa-chalkboard-teacher:before {
    content: "\f51c"}
.fa-charging-station:before {
    content: "\f5e7"}
.fa-chart-area:before {
    content: "\f1fe"}
.fa-chart-bar:before {
    content: "\f080"}
.fa-chart-line:before {
    content: "\f201"}
.fa-chart-pie:before {
    content: "\f200"}
.fa-check:before {
    content: "\f00c"}
.fa-check-circle:before {
    content: "\f058"}
.fa-check-double:before {
    content: "\f560"}
.fa-check-square:before {
    content: "\f14a"}
.fa-cheese:before {
    content: "\f7ef"}
.fa-chess:before {
    content: "\f439"}
.fa-chess-bishop:before {
    content: "\f43a"}
.fa-chess-board:before {
    content: "\f43c"}
.fa-chess-king:before {
    content: "\f43f"}
.fa-chess-knight:before {
    content: "\f441"}
.fa-chess-pawn:before {
    content: "\f443"}
.fa-chess-queen:before {
    content: "\f445"}
.fa-chess-rook:before {
    content: "\f447"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-child:before {
    content: "\f1ae"}
.fa-chrome:before {
    content: "\f268"}
.fa-chromecast:before {
    content: "\f838"}
.fa-church:before {
    content: "\f51d"}
.fa-circle:before {
    content: "\f111"}
.fa-circle-notch:before {
    content: "\f1ce"}
.fa-city:before {
    content: "\f64f"}
.fa-clinic-medical:before {
    content: "\f7f2"}
.fa-clipboard:before {
    content: "\f328"}
.fa-clipboard-check:before {
    content: "\f46c"}
.fa-clipboard-list:before {
    content: "\f46d"}
.fa-clock:before {
    content: "\f017"}
.fa-clone:before {
    content: "\f24d"}
.fa-closed-captioning:before {
    content: "\f20a"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-cloud-download-alt:before {
    content: "\f381"}
.fa-cloud-meatball:before {
    content: "\f73b"}
.fa-cloud-moon:before {
    content: "\f6c3"}
.fa-cloud-moon-rain:before {
    content: "\f73c"}
.fa-cloud-rain:before {
    content: "\f73d"}
.fa-cloud-showers-heavy:before {
    content: "\f740"}
.fa-cloud-sun:before {
    content: "\f6c4"}
.fa-cloud-sun-rain:before {
    content: "\f743"}
.fa-cloud-upload-alt:before {
    content: "\f382"}
.fa-cloudscale:before {
    content: "\f383"}
.fa-cloudsmith:before {
    content: "\f384"}
.fa-cloudversify:before {
    content: "\f385"}
.fa-cocktail:before {
    content: "\f561"}
.fa-code:before {
    content: "\f121"}
.fa-code-branch:before {
    content: "\f126"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-codiepie:before {
    content: "\f284"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cog:before {
    content: "\f013"}
.fa-cogs:before {
    content: "\f085"}
.fa-coins:before {
    content: "\f51e"}
.fa-columns:before {
    content: "\f0db"}
.fa-comment:before {
    content: "\f075"}
.fa-comment-alt:before {
    content: "\f27a"}
.fa-comment-dollar:before {
    content: "\f651"}
.fa-comment-dots:before {
    content: "\f4ad"}
.fa-comment-medical:before {
    content: "\f7f5"}
.fa-comment-slash:before {
    content: "\f4b3"}
.fa-comments:before {
    content: "\f086"}
.fa-comments-dollar:before {
    content: "\f653"}
.fa-compact-disc:before {
    content: "\f51f"}
.fa-compass:before {
    content: "\f14e"}
.fa-compress:before {
    content: "\f066"}
.fa-compress-alt:before {
    content: "\f422"}
.fa-compress-arrows-alt:before {
    content: "\f78c"}
.fa-concierge-bell:before {
    content: "\f562"}
.fa-confluence:before {
    content: "\f78d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-contao:before {
    content: "\f26d"}
.fa-cookie:before {
    content: "\f563"}
.fa-cookie-bite:before {
    content: "\f564"}
.fa-copy:before {
    content: "\f0c5"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-cotton-bureau:before {
    content: "\f89e"}
.fa-couch:before {
    content: "\f4b8"}
.fa-cpanel:before {
    content: "\f388"}
.fa-creative-commons:before {
    content: "\f25e"}
.fa-creative-commons-by:before {
    content: "\f4e7"}
.fa-creative-commons-nc:before {
    content: "\f4e8"}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9"}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea"}
.fa-creative-commons-nd:before {
    content: "\f4eb"}
.fa-creative-commons-pd:before {
    content: "\f4ec"}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed"}
.fa-creative-commons-remix:before {
    content: "\f4ee"}
.fa-creative-commons-sa:before {
    content: "\f4ef"}
.fa-creative-commons-sampling:before {
    content: "\f4f0"}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"}
.fa-creative-commons-share:before {
    content: "\f4f2"}
.fa-creative-commons-zero:before {
    content: "\f4f3"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-critical-role:before {
    content: "\f6c9"}
.fa-crop:before {
    content: "\f125"}
.fa-crop-alt:before {
    content: "\f565"}
.fa-cross:before {
    content: "\f654"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-crow:before {
    content: "\f520"}
.fa-crown:before {
    content: "\f521"}
.fa-crutch:before {
    content: "\f7f7"}
.fa-css3:before {
    content: "\f13c"}
.fa-css3-alt:before {
    content: "\f38b"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-cut:before {
    content: "\f0c4"}
.fa-cuttlefish:before {
    content: "\f38c"}
.fa-d-and-d:before {
    content: "\f38d"}
.fa-d-and-d-beyond:before {
    content: "\f6ca"}
.fa-dailymotion:before {
    content: "\e052"}
.fa-dashcube:before {
    content: "\f210"}
.fa-database:before {
    content: "\f1c0"}
.fa-deaf:before {
    content: "\f2a4"}
.fa-deezer:before {
    content: "\e077"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-democrat:before {
    content: "\f747"}
.fa-deploydog:before {
    content: "\f38e"}
.fa-deskpro:before {
    content: "\f38f"}
.fa-desktop:before {
    content: "\f108"}
.fa-dev:before {
    content: "\f6cc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-dharmachakra:before {
    content: "\f655"}
.fa-dhl:before {
    content: "\f790"}
.fa-diagnoses:before {
    content: "\f470"}
.fa-diaspora:before {
    content: "\f791"}
.fa-dice:before {
    content: "\f522"}
.fa-dice-d20:before {
    content: "\f6cf"}
.fa-dice-d6:before {
    content: "\f6d1"}
.fa-dice-five:before {
    content: "\f523"}
.fa-dice-four:before {
    content: "\f524"}
.fa-dice-one:before {
    content: "\f525"}
.fa-dice-six:before {
    content: "\f526"}
.fa-dice-three:before {
    content: "\f527"}
.fa-dice-two:before {
    content: "\f528"}
.fa-digg:before {
    content: "\f1a6"}
.fa-digital-ocean:before {
    content: "\f391"}
.fa-digital-tachograph:before {
    content: "\f566"}
.fa-directions:before {
    content: "\f5eb"}
.fa-discord:before {
    content: "\f392"}
.fa-discourse:before {
    content: "\f393"}
.fa-disease:before {
    content: "\f7fa"}
.fa-divide:before {
    content: "\f529"}
.fa-dizzy:before {
    content: "\f567"}
.fa-dna:before {
    content: "\f471"}
.fa-dochub:before {
    content: "\f394"}
.fa-docker:before {
    content: "\f395"}
.fa-dog:before {
    content: "\f6d3"}
.fa-dollar-sign:before {
    content: "\f155"}
.fa-dolly:before {
    content: "\f472"}
.fa-dolly-flatbed:before {
    content: "\f474"}
.fa-donate:before {
    content: "\f4b9"}
.fa-door-closed:before {
    content: "\f52a"}
.fa-door-open:before {
    content: "\f52b"}
.fa-dot-circle:before {
    content: "\f192"}
.fa-dove:before {
    content: "\f4ba"}
.fa-download:before {
    content: "\f019"}
.fa-draft2digital:before {
    content: "\f396"}
.fa-drafting-compass:before {
    content: "\f568"}
.fa-dragon:before {
    content: "\f6d5"}
.fa-draw-polygon:before {
    content: "\f5ee"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-dribbble-square:before {
    content: "\f397"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-drum:before {
    content: "\f569"}
.fa-drum-steelpan:before {
    content: "\f56a"}
.fa-drumstick-bite:before {
    content: "\f6d7"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-dumbbell:before {
    content: "\f44b"}
.fa-dumpster:before {
    content: "\f793"}
.fa-dumpster-fire:before {
    content: "\f794"}
.fa-dungeon:before {
    content: "\f6d9"}
.fa-dyalog:before {
    content: "\f399"}
.fa-earlybirds:before {
    content: "\f39a"}
.fa-ebay:before {
    content: "\f4f4"}
.fa-edge:before {
    content: "\f282"}
.fa-edge-legacy:before {
    content: "\e078"}
.fa-edit:before {
    content: "\f044"}
.fa-egg:before {
    content: "\f7fb"}
.fa-eject:before {
    content: "\f052"}
.fa-elementor:before {
    content: "\f430"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-ello:before {
    content: "\f5f1"}
.fa-ember:before {
    content: "\f423"}
.fa-empire:before {
    content: "\f1d1"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-envelope-open:before {
    content: "\f2b6"}
.fa-envelope-open-text:before {
    content: "\f658"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-envira:before {
    content: "\f299"}
.fa-equals:before {
    content: "\f52c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-erlang:before {
    content: "\f39d"}
.fa-ethereum:before {
    content: "\f42e"}
.fa-ethernet:before {
    content: "\f796"}
.fa-etsy:before {
    content: "\f2d7"}
.fa-euro-sign:before {
    content: "\f153"}
.fa-evernote:before {
    content: "\f839"}
.fa-exchange-alt:before {
    content: "\f362"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-exclamation-triangle:before {
    content: "\f071"}
.fa-expand:before {
    content: "\f065"}
.fa-expand-alt:before {
    content: "\f424"}
.fa-expand-arrows-alt:before {
    content: "\f31e"}
.fa-expeditedssl:before {
    content: "\f23e"}
.fa-external-link-alt:before {
    content: "\f35d"}
.fa-external-link-square-alt:before {
    content: "\f360"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-dropper:before {
    content: "\f1fb"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-facebook:before {
    content: "\f09a"}
.fa-facebook-f:before {
    content: "\f39e"}
.fa-facebook-messenger:before {
    content: "\f39f"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-fan:before {
    content: "\f863"}
.fa-fantasy-flight-games:before {
    content: "\f6dc"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-faucet:before {
    content: "\e005"}
.fa-fax:before {
    content: "\f1ac"}
.fa-feather:before {
    content: "\f52d"}
.fa-feather-alt:before {
    content: "\f56b"}
.fa-fedex:before {
    content: "\f797"}
.fa-fedora:before {
    content: "\f798"}
.fa-female:before {
    content: "\f182"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-figma:before {
    content: "\f799"}
.fa-file:before {
    content: "\f15b"}
.fa-file-alt:before {
    content: "\f15c"}
.fa-file-archive:before {
    content: "\f1c6"}
.fa-file-audio:before {
    content: "\f1c7"}
.fa-file-code:before {
    content: "\f1c9"}
.fa-file-contract:before {
    content: "\f56c"}
.fa-file-csv:before {
    content: "\f6dd"}
.fa-file-download:before {
    content: "\f56d"}
.fa-file-excel:before {
    content: "\f1c3"}
.fa-file-export:before {
    content: "\f56e"}
.fa-file-image:before {
    content: "\f1c5"}
.fa-file-import:before {
    content: "\f56f"}
.fa-file-invoice:before {
    content: "\f570"}
.fa-file-invoice-dollar:before {
    content: "\f571"}
.fa-file-medical:before {
    content: "\f477"}
.fa-file-medical-alt:before {
    content: "\f478"}
.fa-file-pdf:before {
    content: "\f1c1"}
.fa-file-powerpoint:before {
    content: "\f1c4"}
.fa-file-prescription:before {
    content: "\f572"}
.fa-file-signature:before {
    content: "\f573"}
.fa-file-upload:before {
    content: "\f574"}
.fa-file-video:before {
    content: "\f1c8"}
.fa-file-word:before {
    content: "\f1c2"}
.fa-fill:before {
    content: "\f575"}
.fa-fill-drip:before {
    content: "\f576"}
.fa-film:before {
    content: "\f008"}
.fa-filter:before {
    content: "\f0b0"}
.fa-fingerprint:before {
    content: "\f577"}
.fa-fire:before {
    content: "\f06d"}
.fa-fire-alt:before {
    content: "\f7e4"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-firefox:before {
    content: "\f269"}
.fa-firefox-browser:before {
    content: "\e007"}
.fa-first-aid:before {
    content: "\f479"}
.fa-first-order:before {
    content: "\f2b0"}
.fa-first-order-alt:before {
    content: "\f50a"}
.fa-firstdraft:before {
    content: "\f3a1"}
.fa-fish:before {
    content: "\f578"}
.fa-fist-raised:before {
    content: "\f6de"}
.fa-flag:before {
    content: "\f024"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-flag-usa:before {
    content: "\f74d"}
.fa-flask:before {
    content: "\f0c3"}
.fa-flickr:before {
    content: "\f16e"}
.fa-flipboard:before {
    content: "\f44d"}
.fa-flushed:before {
    content: "\f579"}
.fa-fly:before {
    content: "\f417"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-minus:before {
    content: "\f65d"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-folder-plus:before {
    content: "\f65e"}
.fa-font:before {
    content: "\f031"}
.fa-font-awesome:before {
    content: "\f2b4"}
.fa-font-awesome-alt:before {
    content: "\f35c"}
.fa-font-awesome-flag:before {
    content: "\f425"}
.fa-font-awesome-logo-full:before {
    content: "\f4e6"}
.fa-fonticons:before {
    content: "\f280"}
.fa-fonticons-fi:before {
    content: "\f3a2"}
.fa-football-ball:before {
    content: "\f44e"}
.fa-fort-awesome:before {
    content: "\f286"}
.fa-fort-awesome-alt:before {
    content: "\f3a3"}
.fa-forumbee:before {
    content: "\f211"}
.fa-forward:before {
    content: "\f04e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-free-code-camp:before {
    content: "\f2c5"}
.fa-freebsd:before {
    content: "\f3a4"}
.fa-frog:before {
    content: "\f52e"}
.fa-frown:before {
    content: "\f119"}
.fa-frown-open:before {
    content: "\f57a"}
.fa-fulcrum:before {
    content: "\f50b"}
.fa-funnel-dollar:before {
    content: "\f662"}
.fa-futbol:before {
    content: "\f1e3"}
.fa-galactic-republic:before {
    content: "\f50c"}
.fa-galactic-senate:before {
    content: "\f50d"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-gas-pump:before {
    content: "\f52f"}
.fa-gavel:before {
    content: "\f0e3"}
.fa-gem:before {
    content: "\f3a5"}
.fa-genderless:before {
    content: "\f22d"}
.fa-get-pocket:before {
    content: "\f265"}
.fa-gg:before {
    content: "\f260"}
.fa-gg-circle:before {
    content: "\f261"}
.fa-ghost:before {
    content: "\f6e2"}
.fa-gift:before {
    content: "\f06b"}
.fa-gifts:before {
    content: "\f79c"}
.fa-git:before {
    content: "\f1d3"}
.fa-git-alt:before {
    content: "\f841"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-github:before {
    content: "\f09b"}
.fa-github-alt:before {
    content: "\f113"}
.fa-github-square:before {
    content: "\f092"}
.fa-gitkraken:before {
    content: "\f3a6"}
.fa-gitlab:before {
    content: "\f296"}
.fa-gitter:before {
    content: "\f426"}
.fa-glass-cheers:before {
    content: "\f79f"}
.fa-glass-martini:before {
    content: "\f000"}
.fa-glass-martini-alt:before {
    content: "\f57b"}
.fa-glass-whiskey:before {
    content: "\f7a0"}
.fa-glasses:before {
    content: "\f530"}
.fa-glide:before {
    content: "\f2a5"}
.fa-glide-g:before {
    content: "\f2a6"}
.fa-globe:before {
    content: "\f0ac"}
.fa-globe-africa:before {
    content: "\f57c"}
.fa-globe-americas:before {
    content: "\f57d"}
.fa-globe-asia:before {
    content: "\f57e"}
.fa-globe-europe:before {
    content: "\f7a2"}
.fa-gofore:before {
    content: "\f3a7"}
.fa-golf-ball:before {
    content: "\f450"}
.fa-goodreads:before {
    content: "\f3a8"}
.fa-goodreads-g:before {
    content: "\f3a9"}
.fa-google:before {
    content: "\f1a0"}
.fa-google-drive:before {
    content: "\f3aa"}
.fa-google-pay:before {
    content: "\e079"}
.fa-google-play:before {
    content: "\f3ab"}
.fa-google-plus:before {
    content: "\f2b3"}
.fa-google-plus-g:before {
    content: "\f0d5"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-gopuram:before {
    content: "\f664"}
.fa-graduation-cap:before {
    content: "\f19d"}
.fa-gratipay:before {
    content: "\f184"}
.fa-grav:before {
    content: "\f2d6"}
.fa-greater-than:before {
    content: "\f531"}
.fa-greater-than-equal:before {
    content: "\f532"}
.fa-grimace:before {
    content: "\f57f"}
.fa-grin:before {
    content: "\f580"}
.fa-grin-alt:before {
    content: "\f581"}
.fa-grin-beam:before {
    content: "\f582"}
.fa-grin-beam-sweat:before {
    content: "\f583"}
.fa-grin-hearts:before {
    content: "\f584"}
.fa-grin-squint:before {
    content: "\f585"}
.fa-grin-squint-tears:before {
    content: "\f586"}
.fa-grin-stars:before {
    content: "\f587"}
.fa-grin-tears:before {
    content: "\f588"}
.fa-grin-tongue:before {
    content: "\f589"}
.fa-grin-tongue-squint:before {
    content: "\f58a"}
.fa-grin-tongue-wink:before {
    content: "\f58b"}
.fa-grin-wink:before {
    content: "\f58c"}
.fa-grip-horizontal:before {
    content: "\f58d"}
.fa-grip-lines:before {
    content: "\f7a4"}
.fa-grip-lines-vertical:before {
    content: "\f7a5"}
.fa-grip-vertical:before {
    content: "\f58e"}
.fa-gripfire:before {
    content: "\f3ac"}
.fa-grunt:before {
    content: "\f3ad"}
.fa-guitar:before {
    content: "\f7a6"}
.fa-gulp:before {
    content: "\f3ae"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-hacker-news:before {
    content: "\f1d4"}
.fa-hacker-news-square:before {
    content: "\f3af"}
.fa-hackerrank:before {
    content: "\f5f7"}
.fa-hamburger:before {
    content: "\f805"}
.fa-hammer:before {
    content: "\f6e3"}
.fa-hamsa:before {
    content: "\f665"}
.fa-hand-holding:before {
    content: "\f4bd"}
.fa-hand-holding-heart:before {
    content: "\f4be"}
.fa-hand-holding-medical:before {
    content: "\e05c"}
.fa-hand-holding-usd:before {
    content: "\f4c0"}
.fa-hand-holding-water:before {
    content: "\f4c1"}
.fa-hand-lizard:before {
    content: "\f258"}
.fa-hand-middle-finger:before {
    content: "\f806"}
.fa-hand-paper:before {
    content: "\f256"}
.fa-hand-peace:before {
    content: "\f25b"}
.fa-hand-point-down:before {
    content: "\f0a7"}
.fa-hand-point-left:before {
    content: "\f0a5"}
.fa-hand-point-right:before {
    content: "\f0a4"}
.fa-hand-point-up:before {
    content: "\f0a6"}
.fa-hand-pointer:before {
    content: "\f25a"}
.fa-hand-rock:before {
    content: "\f255"}
.fa-hand-scissors:before {
    content: "\f257"}
.fa-hand-sparkles:before {
    content: "\e05d"}
.fa-hand-spock:before {
    content: "\f259"}
.fa-hands:before {
    content: "\f4c2"}
.fa-hands-helping:before {
    content: "\f4c4"}
.fa-hands-wash:before {
    content: "\e05e"}
.fa-handshake:before {
    content: "\f2b5"}
.fa-handshake-alt-slash:before {
    content: "\e05f"}
.fa-handshake-slash:before {
    content: "\e060"}
.fa-hanukiah:before {
    content: "\f6e6"}
.fa-hard-hat:before {
    content: "\f807"}
.fa-hashtag:before {
    content: "\f292"}
.fa-hat-cowboy:before {
    content: "\f8c0"}
.fa-hat-cowboy-side:before {
    content: "\f8c1"}
.fa-hat-wizard:before {
    content: "\f6e8"}
.fa-hdd:before {
    content: "\f0a0"}
.fa-head-side-cough:before {
    content: "\e061"}
.fa-head-side-cough-slash:before {
    content: "\e062"}
.fa-head-side-mask:before {
    content: "\e063"}
.fa-head-side-virus:before {
    content: "\e064"}
.fa-heading:before {
    content: "\f1dc"}
.fa-headphones:before {
    content: "\f025"}
.fa-headphones-alt:before {
    content: "\f58f"}
.fa-headset:before {
    content: "\f590"}
.fa-heart:before {
    content: "\f004"}
.fa-heart-broken:before {
    content: "\f7a9"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-helicopter:before {
    content: "\f533"}
.fa-highlighter:before {
    content: "\f591"}
.fa-hiking:before {
    content: "\f6ec"}
.fa-hippo:before {
    content: "\f6ed"}
.fa-hips:before {
    content: "\f452"}
.fa-hire-a-helper:before {
    content: "\f3b0"}
.fa-history:before {
    content: "\f1da"}
.fa-hockey-puck:before {
    content: "\f453"}
.fa-holly-berry:before {
    content: "\f7aa"}
.fa-home:before {
    content: "\f015"}
.fa-hooli:before {
    content: "\f427"}
.fa-hornbill:before {
    content: "\f592"}
.fa-horse:before {
    content: "\f6f0"}
.fa-horse-head:before {
    content: "\f7ab"}
.fa-hospital:before {
    content: "\f0f8"}
.fa-hospital-alt:before {
    content: "\f47d"}
.fa-hospital-symbol:before {
    content: "\f47e"}
.fa-hospital-user:before {
    content: "\f80d"}
.fa-hot-tub:before {
    content: "\f593"}
.fa-hotdog:before {
    content: "\f80f"}
.fa-hotel:before {
    content: "\f594"}
.fa-hotjar:before {
    content: "\f3b1"}
.fa-hourglass:before {
    content: "\f254"}
.fa-hourglass-end:before {
    content: "\f253"}
.fa-hourglass-half:before {
    content: "\f252"}
.fa-hourglass-start:before {
    content: "\f251"}
.fa-house-damage:before {
    content: "\f6f1"}
.fa-house-user:before {
    content: "\e065"}
.fa-houzz:before {
    content: "\f27c"}
.fa-hryvnia:before {
    content: "\f6f2"}
.fa-html5:before {
    content: "\f13b"}
.fa-hubspot:before {
    content: "\f3b2"}
.fa-i-cursor:before {
    content: "\f246"}
.fa-ice-cream:before {
    content: "\f810"}
.fa-icicles:before {
    content: "\f7ad"}
.fa-icons:before {
    content: "\f86d"}
.fa-id-badge:before {
    content: "\f2c1"}
.fa-id-card:before {
    content: "\f2c2"}
.fa-id-card-alt:before {
    content: "\f47f"}
.fa-ideal:before {
    content: "\e013"}
.fa-igloo:before {
    content: "\f7ae"}
.fa-image:before {
    content: "\f03e"}
.fa-images:before {
    content: "\f302"}
.fa-imdb:before {
    content: "\f2d8"}
.fa-inbox:before {
    content: "\f01c"}
.fa-indent:before {
    content: "\f03c"}
.fa-industry:before {
    content: "\f275"}
.fa-infinity:before {
    content: "\f534"}
.fa-info:before {
    content: "\f129"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-instagram:before {
    content: "\f16d"}
.fa-instagram-square:before {
    content: "\e055"}
.fa-intercom:before {
    content: "\f7af"}
.fa-internet-explorer:before {
    content: "\f26b"}
.fa-invision:before {
    content: "\f7b0"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-italic:before {
    content: "\f033"}
.fa-itch-io:before {
    content: "\f83a"}
.fa-itunes:before {
    content: "\f3b4"}
.fa-itunes-note:before {
    content: "\f3b5"}
.fa-java:before {
    content: "\f4e4"}
.fa-jedi:before {
    content: "\f669"}
.fa-jedi-order:before {
    content: "\f50e"}
.fa-jenkins:before {
    content: "\f3b6"}
.fa-jira:before {
    content: "\f7b1"}
.fa-joget:before {
    content: "\f3b7"}
.fa-joint:before {
    content: "\f595"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-journal-whills:before {
    content: "\f66a"}
.fa-js:before {
    content: "\f3b8"}
.fa-js-square:before {
    content: "\f3b9"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-kaaba:before {
    content: "\f66b"}
.fa-kaggle:before {
    content: "\f5fa"}
.fa-key:before {
    content: "\f084"}
.fa-keybase:before {
    content: "\f4f5"}
.fa-keyboard:before {
    content: "\f11c"}
.fa-keycdn:before {
    content: "\f3ba"}
.fa-khanda:before {
    content: "\f66d"}
.fa-kickstarter:before {
    content: "\f3bb"}
.fa-kickstarter-k:before {
    content: "\f3bc"}
.fa-kiss:before {
    content: "\f596"}
.fa-kiss-beam:before {
    content: "\f597"}
.fa-kiss-wink-heart:before {
    content: "\f598"}
.fa-kiwi-bird:before {
    content: "\f535"}
.fa-korvue:before {
    content: "\f42f"}
.fa-landmark:before {
    content: "\f66f"}
.fa-language:before {
    content: "\f1ab"}
.fa-laptop:before {
    content: "\f109"}
.fa-laptop-code:before {
    content: "\f5fc"}
.fa-laptop-house:before {
    content: "\e066"}
.fa-laptop-medical:before {
    content: "\f812"}
.fa-laravel:before {
    content: "\f3bd"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-laugh:before {
    content: "\f599"}
.fa-laugh-beam:before {
    content: "\f59a"}
.fa-laugh-squint:before {
    content: "\f59b"}
.fa-laugh-wink:before {
    content: "\f59c"}
.fa-layer-group:before {
    content: "\f5fd"}
.fa-leaf:before {
    content: "\f06c"}
.fa-leanpub:before {
    content: "\f212"}
.fa-lemon:before {
    content: "\f094"}
.fa-less:before {
    content: "\f41d"}
.fa-less-than:before {
    content: "\f536"}
.fa-less-than-equal:before {
    content: "\f537"}
.fa-level-down-alt:before {
    content: "\f3be"}
.fa-level-up-alt:before {
    content: "\f3bf"}
.fa-life-ring:before {
    content: "\f1cd"}
.fa-lightbulb:before {
    content: "\f0eb"}
.fa-line:before {
    content: "\f3c0"}
.fa-link:before {
    content: "\f0c1"}
.fa-linkedin:before {
    content: "\f08c"}
.fa-linkedin-in:before {
    content: "\f0e1"}
.fa-linode:before {
    content: "\f2b8"}
.fa-linux:before {
    content: "\f17c"}
.fa-lira-sign:before {
    content: "\f195"}
.fa-list:before {
    content: "\f03a"}
.fa-list-alt:before {
    content: "\f022"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-lock:before {
    content: "\f023"}
.fa-lock-open:before {
    content: "\f3c1"}
.fa-long-arrow-alt-down:before {
    content: "\f309"}
.fa-long-arrow-alt-left:before {
    content: "\f30a"}
.fa-long-arrow-alt-right:before {
    content: "\f30b"}
.fa-long-arrow-alt-up:before {
    content: "\f30c"}
.fa-low-vision:before {
    content: "\f2a8"}
.fa-luggage-cart:before {
    content: "\f59d"}
.fa-lungs:before {
    content: "\f604"}
.fa-lungs-virus:before {
    content: "\e067"}
.fa-lyft:before {
    content: "\f3c3"}
.fa-magento:before {
    content: "\f3c4"}
.fa-magic:before {
    content: "\f0d0"}
.fa-magnet:before {
    content: "\f076"}
.fa-mail-bulk:before {
    content: "\f674"}
.fa-mailchimp:before {
    content: "\f59e"}
.fa-male:before {
    content: "\f183"}
.fa-mandalorian:before {
    content: "\f50f"}
.fa-map:before {
    content: "\f279"}
.fa-map-marked:before {
    content: "\f59f"}
.fa-map-marked-alt:before {
    content: "\f5a0"}
.fa-map-marker:before {
    content: "\f041"}
.fa-map-marker-alt:before {
    content: "\f3c5"}
.fa-map-pin:before {
    content: "\f276"}
.fa-map-signs:before {
    content: "\f277"}
.fa-markdown:before {
    content: "\f60f"}
.fa-marker:before {
    content: "\f5a1"}
.fa-mars:before {
    content: "\f222"}
.fa-mars-double:before {
    content: "\f227"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mask:before {
    content: "\f6fa"}
.fa-mastodon:before {
    content: "\f4f6"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-mdb:before {
    content: "\f8ca"}
.fa-medal:before {
    content: "\f5a2"}
.fa-medapps:before {
    content: "\f3c6"}
.fa-medium:before {
    content: "\f23a"}
.fa-medium-m:before {
    content: "\f3c7"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-medrt:before {
    content: "\f3c8"}
.fa-meetup:before {
    content: "\f2e0"}
.fa-megaport:before {
    content: "\f5a3"}
.fa-meh:before {
    content: "\f11a"}
.fa-meh-blank:before {
    content: "\f5a4"}
.fa-meh-rolling-eyes:before {
    content: "\f5a5"}
.fa-memory:before {
    content: "\f538"}
.fa-mendeley:before {
    content: "\f7b3"}
.fa-menorah:before {
    content: "\f676"}
.fa-mercury:before {
    content: "\f223"}
.fa-meteor:before {
    content: "\f753"}
.fa-microblog:before {
    content: "\e01a"}
.fa-microchip:before {
    content: "\f2db"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-alt:before {
    content: "\f3c9"}
.fa-microphone-alt-slash:before {
    content: "\f539"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-microscope:before {
    content: "\f610"}
.fa-microsoft:before {
    content: "\f3ca"}
.fa-minus:before {
    content: "\f068"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-minus-square:before {
    content: "\f146"}
.fa-mitten:before {
    content: "\f7b5"}
.fa-mix:before {
    content: "\f3cb"}
.fa-mixcloud:before {
    content: "\f289"}
.fa-mixer:before {
    content: "\e056"}
.fa-mizuni:before {
    content: "\f3cc"}
.fa-mobile:before {
    content: "\f10b"}
.fa-mobile-alt:before {
    content: "\f3cd"}
.fa-modx:before {
    content: "\f285"}
.fa-monero:before {
    content: "\f3d0"}
.fa-money-bill:before {
    content: "\f0d6"}
.fa-money-bill-alt:before {
    content: "\f3d1"}
.fa-money-bill-wave:before {
    content: "\f53a"}
.fa-money-bill-wave-alt:before {
    content: "\f53b"}
.fa-money-check:before {
    content: "\f53c"}
.fa-money-check-alt:before {
    content: "\f53d"}
.fa-monument:before {
    content: "\f5a6"}
.fa-moon:before {
    content: "\f186"}
.fa-mortar-pestle:before {
    content: "\f5a7"}
.fa-mosque:before {
    content: "\f678"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-mountain:before {
    content: "\f6fc"}
.fa-mouse:before {
    content: "\f8cc"}
.fa-mouse-pointer:before {
    content: "\f245"}
.fa-mug-hot:before {
    content: "\f7b6"}
.fa-music:before {
    content: "\f001"}
.fa-napster:before {
    content: "\f3d2"}
.fa-neos:before {
    content: "\f612"}
.fa-network-wired:before {
    content: "\f6ff"}
.fa-neuter:before {
    content: "\f22c"}
.fa-newspaper:before {
    content: "\f1ea"}
.fa-nimblr:before {
    content: "\f5a8"}
.fa-node:before {
    content: "\f419"}
.fa-node-js:before {
    content: "\f3d3"}
.fa-not-equal:before {
    content: "\f53e"}
.fa-notes-medical:before {
    content: "\f481"}
.fa-npm:before {
    content: "\f3d4"}
.fa-ns8:before {
    content: "\f3d5"}
.fa-nutritionix:before {
    content: "\f3d6"}
.fa-object-group:before {
    content: "\f247"}
.fa-object-ungroup:before {
    content: "\f248"}
.fa-odnoklassniki:before {
    content: "\f263"}
.fa-odnoklassniki-square:before {
    content: "\f264"}
.fa-oil-can:before {
    content: "\f613"}
.fa-old-republic:before {
    content: "\f510"}
.fa-om:before {
    content: "\f679"}
.fa-opencart:before {
    content: "\f23d"}
.fa-openid:before {
    content: "\f19b"}
.fa-opera:before {
    content: "\f26a"}
.fa-optin-monster:before {
    content: "\f23c"}
.fa-orcid:before {
    content: "\f8d2"}
.fa-osi:before {
    content: "\f41a"}
.fa-otter:before {
    content: "\f700"}
.fa-outdent:before {
    content: "\f03b"}
.fa-page4:before {
    content: "\f3d7"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-pager:before {
    content: "\f815"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-paint-roller:before {
    content: "\f5aa"}
.fa-palette:before {
    content: "\f53f"}
.fa-palfed:before {
    content: "\f3d8"}
.fa-pallet:before {
    content: "\f482"}
.fa-paper-plane:before {
    content: "\f1d8"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-parachute-box:before {
    content: "\f4cd"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-parking:before {
    content: "\f540"}
.fa-passport:before {
    content: "\f5ab"}
.fa-pastafarianism:before {
    content: "\f67b"}
.fa-paste:before {
    content: "\f0ea"}
.fa-patreon:before {
    content: "\f3d9"}
.fa-pause:before {
    content: "\f04c"}
.fa-pause-circle:before {
    content: "\f28b"}
.fa-paw:before {
    content: "\f1b0"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-peace:before {
    content: "\f67c"}
.fa-pen:before {
    content: "\f304"}
.fa-pen-alt:before {
    content: "\f305"}
.fa-pen-fancy:before {
    content: "\f5ac"}
.fa-pen-nib:before {
    content: "\f5ad"}
.fa-pen-square:before {
    content: "\f14b"}
.fa-pencil-alt:before {
    content: "\f303"}
.fa-pencil-ruler:before {
    content: "\f5ae"}
.fa-penny-arcade:before {
    content: "\f704"}
.fa-people-arrows:before {
    content: "\e068"}
.fa-people-carry:before {
    content: "\f4ce"}
.fa-pepper-hot:before {
    content: "\f816"}
.fa-percent:before {
    content: "\f295"}
.fa-percentage:before {
    content: "\f541"}
.fa-periscope:before {
    content: "\f3da"}
.fa-person-booth:before {
    content: "\f756"}
.fa-phabricator:before {
    content: "\f3db"}
.fa-phoenix-framework:before {
    content: "\f3dc"}
.fa-phoenix-squadron:before {
    content: "\f511"}
.fa-phone:before {
    content: "\f095"}
.fa-phone-alt:before {
    content: "\f879"}
.fa-phone-slash:before {
    content: "\f3dd"}
.fa-phone-square:before {
    content: "\f098"}
.fa-phone-square-alt:before {
    content: "\f87b"}
.fa-phone-volume:before {
    content: "\f2a0"}
.fa-photo-video:before {
    content: "\f87c"}
.fa-php:before {
    content: "\f457"}
.fa-pied-piper:before {
    content: "\f2ae"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-pied-piper-hat:before {
    content: "\f4e5"}
.fa-pied-piper-pp:before {
    content: "\f1a7"}
.fa-pied-piper-square:before {
    content: "\e01e"}
.fa-piggy-bank:before {
    content: "\f4d3"}
.fa-pills:before {
    content: "\f484"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-pizza-slice:before {
    content: "\f818"}
.fa-place-of-worship:before {
    content: "\f67f"}
.fa-plane:before {
    content: "\f072"}
.fa-plane-arrival:before {
    content: "\f5af"}
.fa-plane-departure:before {
    content: "\f5b0"}
.fa-plane-slash:before {
    content: "\e069"}
.fa-play:before {
    content: "\f04b"}
.fa-play-circle:before {
    content: "\f144"}
.fa-playstation:before {
    content: "\f3df"}
.fa-plug:before {
    content: "\f1e6"}
.fa-plus:before {
    content: "\f067"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-podcast:before {
    content: "\f2ce"}
.fa-poll:before {
    content: "\f681"}
.fa-poll-h:before {
    content: "\f682"}
.fa-poo:before {
    content: "\f2fe"}
.fa-poo-storm:before {
    content: "\f75a"}
.fa-poop:before {
    content: "\f619"}
.fa-portrait:before {
    content: "\f3e0"}
.fa-pound-sign:before {
    content: "\f154"}
.fa-power-off:before {
    content: "\f011"}
.fa-pray:before {
    content: "\f683"}
.fa-praying-hands:before {
    content: "\f684"}
.fa-prescription:before {
    content: "\f5b1"}
.fa-prescription-bottle:before {
    content: "\f485"}
.fa-prescription-bottle-alt:before {
    content: "\f486"}
.fa-print:before {
    content: "\f02f"}
.fa-procedures:before {
    content: "\f487"}
.fa-product-hunt:before {
    content: "\f288"}
.fa-project-diagram:before {
    content: "\f542"}
.fa-pump-medical:before {
    content: "\e06a"}
.fa-pump-soap:before {
    content: "\e06b"}
.fa-pushed:before {
    content: "\f3e1"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-python:before {
    content: "\f3e2"}
.fa-qq:before {
    content: "\f1d6"}
.fa-qrcode:before {
    content: "\f029"}
.fa-question:before {
    content: "\f128"}
.fa-question-circle:before {
    content: "\f059"}
.fa-quidditch:before {
    content: "\f458"}
.fa-quinscape:before {
    content: "\f459"}
.fa-quora:before {
    content: "\f2c4"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-quran:before {
    content: "\f687"}
.fa-r-project:before {
    content: "\f4f7"}
.fa-radiation:before {
    content: "\f7b9"}
.fa-radiation-alt:before {
    content: "\f7ba"}
.fa-rainbow:before {
    content: "\f75b"}
.fa-random:before {
    content: "\f074"}
.fa-raspberry-pi:before {
    content: "\f7bb"}
.fa-ravelry:before {
    content: "\f2d9"}
.fa-react:before {
    content: "\f41b"}
.fa-reacteurope:before {
    content: "\f75d"}
.fa-readme:before {
    content: "\f4d5"}
.fa-rebel:before {
    content: "\f1d0"}
.fa-receipt:before {
    content: "\f543"}
.fa-record-vinyl:before {
    content: "\f8d9"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-red-river:before {
    content: "\f3e3"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-alien:before {
    content: "\f281"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-redhat:before {
    content: "\f7bc"}
.fa-redo:before {
    content: "\f01e"}
.fa-redo-alt:before {
    content: "\f2f9"}
.fa-registered:before {
    content: "\f25d"}
.fa-remove-format:before {
    content: "\f87d"}
.fa-renren:before {
    content: "\f18b"}
.fa-reply:before {
    content: "\f3e5"}
.fa-reply-all:before {
    content: "\f122"}
.fa-replyd:before {
    content: "\f3e6"}
.fa-republican:before {
    content: "\f75e"}
.fa-researchgate:before {
    content: "\f4f8"}
.fa-resolving:before {
    content: "\f3e7"}
.fa-restroom:before {
    content: "\f7bd"}
.fa-retweet:before {
    content: "\f079"}
.fa-rev:before {
    content: "\f5b2"}
.fa-ribbon:before {
    content: "\f4d6"}
.fa-ring:before {
    content: "\f70b"}
.fa-road:before {
    content: "\f018"}
.fa-robot:before {
    content: "\f544"}
.fa-rocket:before {
    content: "\f135"}
.fa-rocketchat:before {
    content: "\f3e8"}
.fa-rockrms:before {
    content: "\f3e9"}
.fa-route:before {
    content: "\f4d7"}
.fa-rss:before {
    content: "\f09e"}
.fa-rss-square:before {
    content: "\f143"}
.fa-ruble-sign:before {
    content: "\f158"}
.fa-ruler:before {
    content: "\f545"}
.fa-ruler-combined:before {
    content: "\f546"}
.fa-ruler-horizontal:before {
    content: "\f547"}
.fa-ruler-vertical:before {
    content: "\f548"}
.fa-running:before {
    content: "\f70c"}
.fa-rupee-sign:before {
    content: "\f156"}
.fa-rust:before {
    content: "\e07a"}
.fa-sad-cry:before {
    content: "\f5b3"}
.fa-sad-tear:before {
    content: "\f5b4"}
.fa-safari:before {
    content: "\f267"}
.fa-salesforce:before {
    content: "\f83b"}
.fa-sass:before {
    content: "\f41e"}
.fa-satellite:before {
    content: "\f7bf"}
.fa-satellite-dish:before {
    content: "\f7c0"}
.fa-save:before {
    content: "\f0c7"}
.fa-schlix:before {
    content: "\f3ea"}
.fa-school:before {
    content: "\f549"}
.fa-screwdriver:before {
    content: "\f54a"}
.fa-scribd:before {
    content: "\f28a"}
.fa-scroll:before {
    content: "\f70e"}
.fa-sd-card:before {
    content: "\f7c2"}
.fa-search:before {
    content: "\f002"}
.fa-search-dollar:before {
    content: "\f688"}
.fa-search-location:before {
    content: "\f689"}
.fa-search-minus:before {
    content: "\f010"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-searchengin:before {
    content: "\f3eb"}
.fa-seedling:before {
    content: "\f4d8"}
.fa-sellcast:before {
    content: "\f2da"}
.fa-sellsy:before {
    content: "\f213"}
.fa-server:before {
    content: "\f233"}
.fa-servicestack:before {
    content: "\f3ec"}
.fa-shapes:before {
    content: "\f61f"}
.fa-share:before {
    content: "\f064"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-share-square:before {
    content: "\f14d"}
.fa-shekel-sign:before {
    content: "\f20b"}
.fa-shield-alt:before {
    content: "\f3ed"}
.fa-shield-virus:before {
    content: "\e06c"}
.fa-ship:before {
    content: "\f21a"}
.fa-shipping-fast:before {
    content: "\f48b"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-shoe-prints:before {
    content: "\f54b"}
.fa-shopify:before {
    content: "\e057"}
.fa-shopping-bag:before {
    content: "\f290"}
.fa-shopping-basket:before {
    content: "\f291"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-shopware:before {
    content: "\f5b5"}
.fa-shower:before {
    content: "\f2cc"}
.fa-shuttle-van:before {
    content: "\f5b6"}
.fa-sign:before {
    content: "\f4d9"}
.fa-sign-in-alt:before {
    content: "\f2f6"}
.fa-sign-language:before {
    content: "\f2a7"}
.fa-sign-out-alt:before {
    content: "\f2f5"}
.fa-signal:before {
    content: "\f012"}
.fa-signature:before {
    content: "\f5b7"}
.fa-sim-card:before {
    content: "\f7c4"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-sink:before {
    content: "\e06d"}
.fa-sistrix:before {
    content: "\f3ee"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-sith:before {
    content: "\f512"}
.fa-skating:before {
    content: "\f7c5"}
.fa-sketch:before {
    content: "\f7c6"}
.fa-skiing:before {
    content: "\f7c9"}
.fa-skiing-nordic:before {
    content: "\f7ca"}
.fa-skull:before {
    content: "\f54c"}
.fa-skull-crossbones:before {
    content: "\f714"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-skype:before {
    content: "\f17e"}
.fa-slack:before {
    content: "\f198"}
.fa-slack-hash:before {
    content: "\f3ef"}
.fa-slash:before {
    content: "\f715"}
.fa-sleigh:before {
    content: "\f7cc"}
.fa-sliders-h:before {
    content: "\f1de"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-smile:before {
    content: "\f118"}
.fa-smile-beam:before {
    content: "\f5b8"}
.fa-smile-wink:before {
    content: "\f4da"}
.fa-smog:before {
    content: "\f75f"}
.fa-smoking:before {
    content: "\f48d"}
.fa-smoking-ban:before {
    content: "\f54d"}
.fa-sms:before {
    content: "\f7cd"}
.fa-snapchat:before {
    content: "\f2ab"}
.fa-snapchat-ghost:before {
    content: "\f2ac"}
.fa-snapchat-square:before {
    content: "\f2ad"}
.fa-snowboarding:before {
    content: "\f7ce"}
.fa-snowflake:before {
    content: "\f2dc"}
.fa-snowman:before {
    content: "\f7d0"}
.fa-snowplow:before {
    content: "\f7d2"}
.fa-soap:before {
    content: "\e06e"}
.fa-socks:before {
    content: "\f696"}
.fa-solar-panel:before {
    content: "\f5ba"}
.fa-sort:before {
    content: "\f0dc"}
.fa-sort-alpha-down:before {
    content: "\f15d"}
.fa-sort-alpha-down-alt:before {
    content: "\f881"}
.fa-sort-alpha-up:before {
    content: "\f15e"}
.fa-sort-alpha-up-alt:before {
    content: "\f882"}
.fa-sort-amount-down:before {
    content: "\f160"}
.fa-sort-amount-down-alt:before {
    content: "\f884"}
.fa-sort-amount-up:before {
    content: "\f161"}
.fa-sort-amount-up-alt:before {
    content: "\f885"}
.fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-numeric-down:before {
    content: "\f162"}
.fa-sort-numeric-down-alt:before {
    content: "\f886"}
.fa-sort-numeric-up:before {
    content: "\f163"}
.fa-sort-numeric-up-alt:before {
    content: "\f887"}
.fa-sort-up:before {
    content: "\f0de"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-sourcetree:before {
    content: "\f7d3"}
.fa-spa:before {
    content: "\f5bb"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-speakap:before {
    content: "\f3f3"}
.fa-speaker-deck:before {
    content: "\f83c"}
.fa-spell-check:before {
    content: "\f891"}
.fa-spider:before {
    content: "\f717"}
.fa-spinner:before {
    content: "\f110"}
.fa-splotch:before {
    content: "\f5bc"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-spray-can:before {
    content: "\f5bd"}
.fa-square:before {
    content: "\f0c8"}
.fa-square-full:before {
    content: "\f45c"}
.fa-square-root-alt:before {
    content: "\f698"}
.fa-squarespace:before {
    content: "\f5be"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-stackpath:before {
    content: "\f842"}
.fa-stamp:before {
    content: "\f5bf"}
.fa-star:before {
    content: "\f005"}
.fa-star-and-crescent:before {
    content: "\f699"}
.fa-star-half:before {
    content: "\f089"}
.fa-star-half-alt:before {
    content: "\f5c0"}
.fa-star-of-david:before {
    content: "\f69a"}
.fa-star-of-life:before {
    content: "\f621"}
.fa-staylinked:before {
    content: "\f3f5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-steam-symbol:before {
    content: "\f3f6"}
.fa-step-backward:before {
    content: "\f048"}
.fa-step-forward:before {
    content: "\f051"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-sticker-mule:before {
    content: "\f3f7"}
.fa-sticky-note:before {
    content: "\f249"}
.fa-stop:before {
    content: "\f04d"}
.fa-stop-circle:before {
    content: "\f28d"}
.fa-stopwatch:before {
    content: "\f2f2"}
.fa-stopwatch-20:before {
    content: "\e06f"}
.fa-store:before {
    content: "\f54e"}
.fa-store-alt:before {
    content: "\f54f"}
.fa-store-alt-slash:before {
    content: "\e070"}
.fa-store-slash:before {
    content: "\e071"}
.fa-strava:before {
    content: "\f428"}
.fa-stream:before {
    content: "\f550"}
.fa-street-view:before {
    content: "\f21d"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-stripe:before {
    content: "\f429"}
.fa-stripe-s:before {
    content: "\f42a"}
.fa-stroopwafel:before {
    content: "\f551"}
.fa-studiovinari:before {
    content: "\f3f8"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-subscript:before {
    content: "\f12c"}
.fa-subway:before {
    content: "\f239"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-suitcase-rolling:before {
    content: "\f5c1"}
.fa-sun:before {
    content: "\f185"}
.fa-superpowers:before {
    content: "\f2dd"}
.fa-superscript:before {
    content: "\f12b"}
.fa-supple:before {
    content: "\f3f9"}
.fa-surprise:before {
    content: "\f5c2"}
.fa-suse:before {
    content: "\f7d6"}
.fa-swatchbook:before {
    content: "\f5c3"}
.fa-swift:before {
    content: "\f8e1"}
.fa-swimmer:before {
    content: "\f5c4"}
.fa-swimming-pool:before {
    content: "\f5c5"}
.fa-symfony:before {
    content: "\f83d"}
.fa-synagogue:before {
    content: "\f69b"}
.fa-sync:before {
    content: "\f021"}
.fa-sync-alt:before {
    content: "\f2f1"}
.fa-syringe:before {
    content: "\f48e"}
.fa-table:before {
    content: "\f0ce"}
.fa-table-tennis:before {
    content: "\f45d"}
.fa-tablet:before {
    content: "\f10a"}
.fa-tablet-alt:before {
    content: "\f3fa"}
.fa-tablets:before {
    content: "\f490"}
.fa-tachometer-alt:before {
    content: "\f3fd"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-tape:before {
    content: "\f4db"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-taxi:before {
    content: "\f1ba"}
.fa-teamspeak:before {
    content: "\f4f9"}
.fa-teeth:before {
    content: "\f62e"}
.fa-teeth-open:before {
    content: "\f62f"}
.fa-telegram:before {
    content: "\f2c6"}
.fa-telegram-plane:before {
    content: "\f3fe"}
.fa-temperature-high:before {
    content: "\f769"}
.fa-temperature-low:before {
    content: "\f76b"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-tenge:before {
    content: "\f7d7"}
.fa-terminal:before {
    content: "\f120"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-th:before {
    content: "\f00a"}
.fa-th-large:before {
    content: "\f009"}
.fa-th-list:before {
    content: "\f00b"}
.fa-the-red-yeti:before {
    content: "\f69d"}
.fa-theater-masks:before {
    content: "\f630"}
.fa-themeco:before {
    content: "\f5c6"}
.fa-themeisle:before {
    content: "\f2b2"}
.fa-thermometer:before {
    content: "\f491"}
.fa-thermometer-empty:before {
    content: "\f2cb"}
.fa-thermometer-full:before {
    content: "\f2c7"}
.fa-thermometer-half:before {
    content: "\f2c9"}
.fa-thermometer-quarter:before {
    content: "\f2ca"}
.fa-thermometer-three-quarters:before {
    content: "\f2c8"}
.fa-think-peaks:before {
    content: "\f731"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbtack:before {
    content: "\f08d"}
.fa-ticket-alt:before {
    content: "\f3ff"}
.fa-tiktok:before {
    content: "\e07b"}
.fa-times:before {
    content: "\f00d"}
.fa-times-circle:before {
    content: "\f057"}
.fa-tint:before {
    content: "\f043"}
.fa-tint-slash:before {
    content: "\f5c7"}
.fa-tired:before {
    content: "\f5c8"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-toilet:before {
    content: "\f7d8"}
.fa-toilet-paper:before {
    content: "\f71e"}
.fa-toilet-paper-slash:before {
    content: "\e072"}
.fa-toolbox:before {
    content: "\f552"}
.fa-tools:before {
    content: "\f7d9"}
.fa-tooth:before {
    content: "\f5c9"}
.fa-torah:before {
    content: "\f6a0"}
.fa-torii-gate:before {
    content: "\f6a1"}
.fa-tractor:before {
    content: "\f722"}
.fa-trade-federation:before {
    content: "\f513"}
.fa-trademark:before {
    content: "\f25c"}
.fa-traffic-light:before {
    content: "\f637"}
.fa-trailer:before {
    content: "\e041"}
.fa-train:before {
    content: "\f238"}
.fa-tram:before {
    content: "\f7da"}
.fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-trash:before {
    content: "\f1f8"}
.fa-trash-alt:before {
    content: "\f2ed"}
.fa-trash-restore:before {
    content: "\f829"}
.fa-trash-restore-alt:before {
    content: "\f82a"}
.fa-tree:before {
    content: "\f1bb"}
.fa-trello:before {
    content: "\f181"}
.fa-tripadvisor:before {
    content: "\f262"}
.fa-trophy:before {
    content: "\f091"}
.fa-truck:before {
    content: "\f0d1"}
.fa-truck-loading:before {
    content: "\f4de"}
.fa-truck-monster:before {
    content: "\f63b"}
.fa-truck-moving:before {
    content: "\f4df"}
.fa-truck-pickup:before {
    content: "\f63c"}
.fa-tshirt:before {
    content: "\f553"}
.fa-tty:before {
    content: "\f1e4"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-tv:before {
    content: "\f26c"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-twitter:before {
    content: "\f099"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-typo3:before {
    content: "\f42b"}
.fa-uber:before {
    content: "\f402"}
.fa-ubuntu:before {
    content: "\f7df"}
.fa-uikit:before {
    content: "\f403"}
.fa-umbraco:before {
    content: "\f8e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-umbrella-beach:before {
    content: "\f5ca"}
.fa-underline:before {
    content: "\f0cd"}
.fa-undo:before {
    content: "\f0e2"}
.fa-undo-alt:before {
    content: "\f2ea"}
.fa-uniregistry:before {
    content: "\f404"}
.fa-unity:before {
    content: "\e049"}
.fa-universal-access:before {
    content: "\f29a"}
.fa-university:before {
    content: "\f19c"}
.fa-unlink:before {
    content: "\f127"}
.fa-unlock:before {
    content: "\f09c"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-unsplash:before {
    content: "\e07c"}
.fa-untappd:before {
    content: "\f405"}
.fa-upload:before {
    content: "\f093"}
.fa-ups:before {
    content: "\f7e0"}
.fa-usb:before {
    content: "\f287"}
.fa-user:before {
    content: "\f007"}
.fa-user-alt:before {
    content: "\f406"}
.fa-user-alt-slash:before {
    content: "\f4fa"}
.fa-user-astronaut:before {
    content: "\f4fb"}
.fa-user-check:before {
    content: "\f4fc"}
.fa-user-circle:before {
    content: "\f2bd"}
.fa-user-clock:before {
    content: "\f4fd"}
.fa-user-cog:before {
    content: "\f4fe"}
.fa-user-edit:before {
    content: "\f4ff"}
.fa-user-friends:before {
    content: "\f500"}
.fa-user-graduate:before {
    content: "\f501"}
.fa-user-injured:before {
    content: "\f728"}
.fa-user-lock:before {
    content: "\f502"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-user-minus:before {
    content: "\f503"}
.fa-user-ninja:before {
    content: "\f504"}
.fa-user-nurse:before {
    content: "\f82f"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-user-shield:before {
    content: "\f505"}
.fa-user-slash:before {
    content: "\f506"}
.fa-user-tag:before {
    content: "\f507"}
.fa-user-tie:before {
    content: "\f508"}
.fa-user-times:before {
    content: "\f235"}
.fa-users:before {
    content: "\f0c0"}
.fa-users-cog:before {
    content: "\f509"}
.fa-users-slash:before {
    content: "\e073"}
.fa-usps:before {
    content: "\f7e1"}
.fa-ussunnah:before {
    content: "\f407"}
.fa-utensil-spoon:before {
    content: "\f2e5"}
.fa-utensils:before {
    content: "\f2e7"}
.fa-vaadin:before {
    content: "\f408"}
.fa-vector-square:before {
    content: "\f5cb"}
.fa-venus:before {
    content: "\f221"}
.fa-venus-double:before {
    content: "\f226"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-viacoin:before {
    content: "\f237"}
.fa-viadeo:before {
    content: "\f2a9"}
.fa-viadeo-square:before {
    content: "\f2aa"}
.fa-vial:before {
    content: "\f492"}
.fa-vials:before {
    content: "\f493"}
.fa-viber:before {
    content: "\f409"}
.fa-video:before {
    content: "\f03d"}
.fa-video-slash:before {
    content: "\f4e2"}
.fa-vihara:before {
    content: "\f6a7"}
.fa-vimeo:before {
    content: "\f40a"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-vimeo-v:before {
    content: "\f27d"}
.fa-vine:before {
    content: "\f1ca"}
.fa-virus:before {
    content: "\e074"}
.fa-virus-slash:before {
    content: "\e075"}
.fa-viruses:before {
    content: "\e076"}
.fa-vk:before {
    content: "\f189"}
.fa-vnv:before {
    content: "\f40b"}
.fa-voicemail:before {
    content: "\f897"}
.fa-volleyball-ball:before {
    content: "\f45f"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-mute:before {
    content: "\f6a9"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-up:before {
    content: "\f028"}
.fa-vote-yea:before {
    content: "\f772"}
.fa-vr-cardboard:before {
    content: "\f729"}
.fa-vuejs:before {
    content: "\f41f"}
.fa-walking:before {
    content: "\f554"}
.fa-wallet:before {
    content: "\f555"}
.fa-warehouse:before {
    content: "\f494"}
.fa-water:before {
    content: "\f773"}
.fa-wave-square:before {
    content: "\f83e"}
.fa-waze:before {
    content: "\f83f"}
.fa-weebly:before {
    content: "\f5cc"}
.fa-weibo:before {
    content: "\f18a"}
.fa-weight:before {
    content: "\f496"}
.fa-weight-hanging:before {
    content: "\f5cd"}
.fa-weixin:before {
    content: "\f1d7"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-whatsapp-square:before {
    content: "\f40c"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-whmcs:before {
    content: "\f40d"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-wikipedia-w:before {
    content: "\f266"}
.fa-wind:before {
    content: "\f72e"}
.fa-window-close:before {
    content: "\f410"}
.fa-window-maximize:before {
    content: "\f2d0"}
.fa-window-minimize:before {
    content: "\f2d1"}
.fa-window-restore:before {
    content: "\f2d2"}
.fa-windows:before {
    content: "\f17a"}
.fa-wine-bottle:before {
    content: "\f72f"}
.fa-wine-glass:before {
    content: "\f4e3"}
.fa-wine-glass-alt:before {
    content: "\f5ce"}
.fa-wix:before {
    content: "\f5cf"}
.fa-wizards-of-the-coast:before {
    content: "\f730"}
.fa-wolf-pack-battalion:before {
    content: "\f514"}
.fa-won-sign:before {
    content: "\f159"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-wordpress-simple:before {
    content: "\f411"}
.fa-wpbeginner:before {
    content: "\f297"}
.fa-wpexplorer:before {
    content: "\f2de"}
.fa-wpforms:before {
    content: "\f298"}
.fa-wpressr:before {
    content: "\f3e4"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-x-ray:before {
    content: "\f497"}
.fa-xbox:before {
    content: "\f412"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-y-combinator:before {
    content: "\f23b"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-yammer:before {
    content: "\f840"}
.fa-yandex:before {
    content: "\f413"}
.fa-yandex-international:before {
    content: "\f414"}
.fa-yarn:before {
    content: "\f7e3"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-yen-sign:before {
    content: "\f157"}
.fa-yin-yang:before {
    content: "\f6ad"}
.fa-yoast:before {
    content: "\f2b1"}
.fa-youtube:before {
    content: "\f167"}
.fa-youtube-square:before {
    content: "\f431"}
.fa-zhihu:before {
    content: "\f63f"}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../themes/houzez/css/font-awesome/webfonts/fa-brands-400.eot);
    src: url(../../../themes/houzez/css/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands"}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../themes/houzez/css/font-awesome/webfonts/fa-regular-400.eot);
    src: url(../../../themes/houzez/css/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab, .far {
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../../../themes/houzez/css/font-awesome/webfonts/fa-solid-900.eot);
    src: url(../../../themes/houzez/css/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../themes/houzez/css/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"}
.fa, .fas {
    font-weight: 900;
}
@font-face {
    font-family: 'houzez-iconfont';
    src: url(../../../themes/houzez/fonts/houzez-iconfont.eot?jd28ud);
    src: url('../../../themes/houzez/fonts/houzez-iconfont.eot?jd28ud#iefix') format('embedded-opentype'), url(../../../themes/houzez/fonts/houzez-iconfont.ttf?jd28ud) format('truetype'), url(../../../themes/houzez/fonts/houzez-iconfont.woff?jd28ud) format('woff'), url('../../../themes/houzez/fonts/houzez-iconfont.svg?jd28ud#houzez-iconfont') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.houzez-icon {
    font-family: 'houzez-iconfont'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.real-estate-dimensions-block:before {
    content: "\e95f"}
.arrow-button-left-1:before {
    content: "\e95d"}
.arrow-button-right-1:before {
    content: "\e95e"}
.icon-designer-community-behance:before {
    content: "\e95b"}
.icon-phone-actions-ring:before {
    content: "\e95a"}
.icon-earth-1:before {
    content: "\e926"}
.icon-subtract:before {
    content: "\e92e"}
.icon-floppy-disk:before {
    content: "\e920"}
.icon-hotel-double-bed-1:before {
    content: "\e91f"}
.icon-subtract-circle:before {
    content: "\e959"}
.icon-dislike:before {
    content: "\e957"}
.icon-like:before {
    content: "\e958"}
.icon-close-quote:before {
    content: "\e956"}
.icon-print-text:before {
    content: "\e955"}
.icon-messaging-whatsapp:before {
    content: "\e953"}
.icon-mobile-phone:before {
    content: "\e954"}
.icon-messages-bubble:before {
    content: "\e92a"}
.icon-real-estate-dimensions-map:before {
    content: "\e952"}
.icon-share:before {
    content: "\e951"}
.icon-layout-bullets:before {
    content: "\e94f"}
.icon-layout-module-1:before {
    content: "\e950"}
.icon-house-nature:before {
    content: "\e94e"}
.icon-real-estate-dimensions-plan-1:before {
    content: "\e94d"}
.icon-upload-button:before {
    content: "\e94c"}
.icon-picture-sun:before {
    content: "\e94b"}
.icon-close:before {
    content: "\e94a"}
.icon-pencil:before {
    content: "\e949"}
.icon-download-bottom:before {
    content: "\e948"}
.icon-accounting-document:before {
    content: "\e900"}
.icon-add-circle:before {
    content: "\e901"}
.icon-add-square:before {
    content: "\e902"}
.icon-add:before {
    content: "\e903"}
.icon-alarm-bell:before {
    content: "\e904"}
.icon-analytics-bars-circle:before {
    content: "\e905"}
.icon-analytics-bars:before {
    content: "\e906"}
.icon-answer-machine:before {
    content: "\e907"}
.icon-arrow-button-circle-down:before {
    content: "\e908"}
.icon-arrow-button-circle-left:before {
    content: "\e909"}
.icon-arrow-button-circle-right:before {
    content: "\e90a"}
.icon-arrow-button-circle-up:before {
    content: "\e90b"}
.icon-arrow-button-down-2:before {
    content: "\e90c"}
.icon-arrow-button-left-2:before {
    content: "\e90d"}
.icon-arrow-button-right-2:before {
    content: "\e90e"}
.icon-arrow-button-up-2:before {
    content: "\e90f"}
.icon-arrow-down-1:before {
    content: "\e910"}
.icon-arrow-left-1:before {
    content: "\e911"}
.icon-arrow-right-1:before {
    content: "\e912"}
.icon-arrow-up-1:before {
    content: "\e913"}
.icon-attachment:before {
    content: "\e914"}
.icon-bathroom-shower-1:before {
    content: "\e915"}
.icon-building-cloudy:before {
    content: "\e916"}
.icon-calendar-3:before {
    content: "\e917"}
.icon-camera-1:before {
    content: "\e918"}
.icon-car-1:before {
    content: "\e919"}
.icon-check-circle-1:before {
    content: "\e91a"}
.icon-cog:before {
    content: "\e91b"}
.icon-email-action-reply:before {
    content: "\e91c"}
.icon-envelope:before {
    content: "\e91d"}
.icon-expand-3:before {
    content: "\e91e"}
.icon-hyperlink-3:before {
    content: "\e921"}
.icon-layout-dashboard:before {
    content: "\e922"}
.icon-location-target:before {
    content: "\e923"}
.icon-location-user:before {
    content: "\e924"}
.icon-lock-5:before {
    content: "\e925"}
.icon-love-it-remove:before {
    content: "\e927"}
.icon-love-it:before {
    content: "\e928"}
.icon-maps:before {
    content: "\e929"}
.icon-move-expand-vertical:before {
    content: "\e92b"}
.icon-move-left-right:before {
    content: "\e92c"}
.icon-navigation-menu:before {
    content: "\e92d"}
.icon-pencil-circle:before {
    content: "\e92f"}
.icon-phone:before {
    content: "\e930"}
.icon-pin:before {
    content: "\e931"}
.icon-professional-network-linkedin:before {
    content: "\e932"}
.icon-rating-half-star:before {
    content: "\e933"}
.icon-rating-star:before {
    content: "\e934"}
.icon-remove-circle:before {
    content: "\e935"}
.icon-ruler-triangle:before {
    content: "\e936"}
.icon-search:before {
    content: "\e937"}
.icon-sign-badge-circle:before {
    content: "\e938"}
.icon-single-neutral-circle:before {
    content: "\e939"}
.icon-single-neutral:before {
    content: "\e93a"}
.icon-social-instagram:before {
    content: "\e93b"}
.icon-social-media-facebook:before {
    content: "\e93c"}
.icon-social-media-google-plus-1:before {
    content: "\e93d"}
.icon-social-media-twitter:before {
    content: "\e93e"}
.icon-social-media-yelp:before {
    content: "\e93f"}
.icon-social-pinterest:before {
    content: "\e940"}
.icon-social-video-vimeo:before {
    content: "\e941"}
.icon-social-video-youtube-clip:before {
    content: "\e942"}
.icon-tags:before {
    content: "\e943"}
.icon-task-list-plain-1:before {
    content: "\e944"}
.icon-task-list-text-1:before {
    content: "\e945"}
.icon-time-clock-circle:before {
    content: "\e946"}
.icon-video-meeting-skype:before {
    content: "\e947"}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N;
     Licensed MIT */.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper>.lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%}
.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
}
.lSSlideWrapper .lSFade>.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: .8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%}
.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction>a {
    display: block;
    top: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.lSAction>a:hover {
    opacity: 1;
}
.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction>a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0!important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important;
}
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0;
}
.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
    float: left;
}
.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider>* {
    float: right!important;
}
@-webkit-keyframes rightEnd {
    0% {
    left: 0;
}
50% {
    left: -15px;
}
100% {
    left: 0;
}
}@keyframes rightEnd {
    0% {
    left: 0;
}
50% {
    left: -15px;
}
100% {
    left: 0;
}
}@-webkit-keyframes topEnd {
    0% {
    top: 0;
}
50% {
    top: -15px;
}
100% {
    top: 0;
}
}@keyframes topEnd {
    0% {
    top: 0;
}
50% {
    top: -15px;
}
100% {
    top: 0;
}
}@-webkit-keyframes leftEnd {
    0% {
    left: 0;
}
50% {
    left: 15px;
}
100% {
    left: 0;
}
}@keyframes leftEnd {
    0% {
    left: 0;
}
50% {
    left: 15px;
}
100% {
    left: 0;
}
}@-webkit-keyframes bottomEnd {
    0% {
    bottom: 0;
}
50% {
    bottom: -15px;
}
100% {
    bottom: 0;
}
}@keyframes bottomEnd {
    0% {
    bottom: 0;
}
50% {
    bottom: -15px;
}
100% {
    bottom: 0;
}
}.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative;
}
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next, .slick-prev {
    position: absolute;
    font-size: 0;
    top: 50%;
    padding: 4px 0 0 0;
    border: none;
    line-height: 0;
    transform: translate(0, -50%);
    outline: 0;
    color: #fff;
}
.slick-loading .slick-list {
    background: #fff url(../../../themes/houzez/css/ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(../../../themes/houzez/css/fonts/slick.eot);
    src: url("../../../themes/houzez/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url(../../../themes/houzez/css/fonts/slick.woff) format("woff"), url(../../../themes/houzez/css/fonts/slick.ttf) format("truetype"), url("../../../themes/houzez/css/fonts/slick.svg#slick") format("svg");
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←'}
[dir='rtl'] .slick-prev:before {
    content: '→'}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→'}
[dir='rtl'] .slick-next:before {
    content: '←'}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css,  accordion.css,  autocomplete.css,  menu.css,  button.css,  controlgroup.css,  checkboxradio.css,  datepicker.css,  dialog.css,  draggable.css,  resizable.css,  progressbar.css,  selectable.css,  selectmenu.css,  slider.css,  sortable.css,  spinner.css,  tabs.css,  tooltip.css,  theme.css
* To view and modify this theme,  visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(../../../themes/houzez/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(../../../themes/houzez/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(../../../themes/houzez/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(../../../themes/houzez/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(../../../themes/houzez/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(../../../themes/houzez/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(../../../themes/houzez/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors;
     Licensed MIT */
 .ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default!important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;
    base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup>.ui-controlgroup-item:focus, .ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%}
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%}
.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;
    base64, R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(../../../themes/houzez/css/images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%}
.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked~.control__indicator:after {
    display: block;
}
.control.control--checkbox {
    line-height: 22px;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover, .select select:focus {
    color: #000;
    background: #ccc;
}
.select select:disabled {
    opacity: .5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover~.select__arrow, .select select:focus~.select__arrow {
    border-top-color: #000;
}
.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
 .datepicker {
    padding: .375rem .75rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069\9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color: grey;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
    background-color: #666\9;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #039\9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #039\9;
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #999;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee;
}
.datepicker .next.disabled, .datepicker .prev.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    margin-top: 3px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
@charset "UTF-8";
    .login-register-form .dropdown-menu, .property-grid-item .item-listing-wrap, .property-grid-item .property-grid-item-link, .property-grid-item .item-inner-wrap, .blog-post-item-v2 .blog-post-content-wrap, .team-mobile-link, .team-content-wrap, .team-content-wrap-before .team-content, .team-content-wrap-after .team-content, .property-carousel-buttons-wrap, .grid-item-link, .grid-item-text-wrap, .lb-dataContainer, .lb-nav, .lb-loader, .lightbox, .tweet-slider .tweet-icon, .tweet-slider .tweet-content, .widget-wrap .bootstrap-select .dropdown-menu, .post-content-wrap table, .message-reply-wrap .form-control, .insight-search .dropdown-menu, .dashboard-mobile-edit-menu-wrap .bootstrap-select .dropdown-menu, .table-full-width, .dashboard-table, .gallery-item img, .lightbox-form-wrap.lightbox-form-wrap-show, .property-lightbox .d-flex, .mobile-property-contact, .fw-property-documents-wrap h3: before, .fw-property-details-wrap h3:before, .property-navigation-wrap, .sub-listings-table, .block-availability-calendars .days li.day-booked:after, .block-availability-calendars .days li.day-pending:after, .block-availability-calendars .days li.day-available:after, .block-availability-calendars .days li.day-disabled:after, .block-availability-calendars .days li.day-unavailable:after, .property-detail-v6 .property-banner .img-wrap-3-text, .property-detail-v3 .top-gallery-section, .property-detail-v4 .top-gallery-section, .property-detail-v2 #pills-gallery:before, .property-detail-v2 .page-title-wrap, .review-message, .block-video-wrap iframe, .block-virtual-video-wrap iframe, .agent-information li, .property-form .dropdown-menu, .property-banner-trigger, .half-map-wrap, .lightbox-content-wrap .btn-item, .video-background:before, .video-background, .splash-slider-wrap, .splash-page-footer, .houzez-fullscreen-map, .houzez-map-loading, #map, .map-wrap, #map_canvas, #houzez-properties-map, #houzez-single-listing-map, .item-listing-parallax-link, .grid-view .item-footer, .grid-view .item-body, .banner-caption, .banner-inner:before, .advanced-search-half-map .d-flex.geolocation-width, .advanced-search-half-map .flex-search.geolocation-width, .advanced-search-half-map .flex-search.full-width, .search-expandable-wrap, .overlay-wrap, .overlay-search-advanced-module, #houzez-search-form, .nav-mobile .main-nav .nav-item .dropdown-menu, .nav-mobile .main-nav .nav-item, .main-nav .megamenu, .header-transparent-wrap, .radio-tab .radio-tab-inner, .btn-full-width, .houzez-overlay-loading, .hover-effect:before, .hover-effect-flat:before, .hover-effect, .hover-effect-flat {
    width: 100%}
.property-grid-item .item-wrap, .property-grid-item .item-listing-wrap, .property-grid-item .property-grid-item-link, .team-mobile-link, .team-content-wrap, .grid-item-link, .grid-item-text-wrap, .lb-prev, .lb-next, .dashboard-slide-panel-wrap, .activities-list:before, .dashboard-side-wrap, .lightbox-form-wrap, .property-detail-v6 .property-banner .img-wrap-3-text, .property-detail-v3 .top-gallery-section, .property-detail-v4 .top-gallery-section, .property-detail-v2 #pills-gallery:before, .block-video-wrap iframe, .block-virtual-video-wrap iframe, .property-banner-trigger, .half-map-wrap, .video-background:before, .video-background, .splash-slider-wrap, .houzez-fullscreen-map, #map, .map-wrap, #map_canvas, #houzez-properties-map, #houzez-single-listing-map, .item-parallax-inner, .item-listing-parallax-link, .banner-inner:before, .banner-inner, .overlay-search-advanced-module, .radio-tab .radio-tab-inner, .houzez-overlay-loading, .hover-effect:before, .hover-effect-flat:before, .hover-effect, .hover-effect-flat {
    height: 100%}
figure {
    max-width: 100%}
.ui-slider-horizontal .ui-slider-handle:after, .print-banner-wrap, .login-form-wrap .form-group-field, .register-form-wrap .form-group-field, .login-register-form .modal-header .close span, .property-grid-item .item-inner-wrap .item-amenities, .property-grid-item .item-inner-wrap .item-title, .property-grid-item .item-inner-wrap .labels-wrap, .property-grid-item, .blog-post-item-v2, .team-module, .testimonials-slider-wrap-v2, .agents-slider-wrap, .partners-slider-wrap, .property-carousel-buttons-wrap .slick-prev, .property-carousel-buttons-wrap .slick-next, .property-carousel-buttons-wrap .btn-view-all, .property-carousel-buttons-wrap, .testimonials-module-slider-v2, .agents-module-slider, .partners-module-slider, .blog-posts-slider, .property-carousel-module, .testimonials-module-slider-v1, .price-table-module.featured, .grid-item, .taxonomy-item, .lb-outerContainer, .widget-featured-property-slider-wrap, .twitter-widget-slider, .widget-instagram-slider, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a, .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .lead-detail-wrap, .activitiy-item, .board-message-icon-wrap, .dashboard-content-block-wrap, .recurring-payment-wrap, .doughnut-chart-data strong, .doughnut-chart-data span, .doughnut-chart-data li, .upload-icon, .table-property-thumb, .dashboard-map-field .map-wrap, .dashboard-map-field, .dashboard-content-block, .dashboard-logo-wrap, .gallery-item, .page-content-wrap .aligncenter, .post-content-wrap .aligncenter, .page-content-wrap .alignright, .post-content-wrap .alignright, .page-content-wrap .alignleft, .post-content-wrap .alignleft, .next-prev-block .prev-box a, .next-prev-block .next-box a, .agent-verified-badge, .agent-profile-chart, .agent-profile-wrap .agent-image, .lightbox-gallery-wrap, .property-gallery-grid .gallery-grid-item, .mobile-property-tools .item-tools, .mobile-property-tools, .mobile-property-title .label-featured, .mobile-property-title .item-price-wrap, .mobile-top-wrap, .fw-property-floor-plans-wrap .floor-plans-tabs a, .fw-property-documents-wrap h3, .fw-property-details-wrap h3, .mortgage-calculator-chart, .mortgage-calculator-data, .weekdays li, .days li, .left-calendar, .right-calendar, .class-energy-indicator, .class-energy, .property-view, .slick-slide .swipebox, .lslide .swipebox, .slick-slide, .lslide, .property-detail-v6 .property-banner .img-wrap-1, .property-detail-v6 .property-banner .img-wrap-2, .property-detail-v6 .property-banner .img-wrap-3, .property-detail-v5 .property-banner .container, .property-detail-v3 .top-gallery-section, .property-detail-v4 .top-gallery-section, .property-detail-v2 .property-banner .container, .property-overview-wrap ul .property-overview-type, .review-like .review-like-button a, .review-like .review-dislike-button a, .block-video-wrap, .block-virtual-video-wrap, .agent-information li.agent-phone-wrap .houzez-icon, .property-banner, .property-tools, .page-title-wrap .item-address, .page-title-wrap .labels-wrap, .page-title-wrap .label-featured, .property-title-price-wrap, .property-wrap .item-tools, .compare-item, .half-map-right-wrap, .half-map-left-wrap, .half-map-wrap, .lightbox-content-wrap .btn-item, .lightbox-content-wrap .item-price-wrap, .lightbox-content-wrap .property-overview-data, .lightbox-content-wrap, .listing-view, .main-content-wrap, .gm-marker, .item-parallax-wrap .labels-wrap, .item-parallax-wrap .label-featured, .item-parallax-wrap .item-price-wrap, .item-listing-parallax, .item-wrap-v6 .item-v6-image, .item-wrap-v6 .item-price-wrap, .item-wrap-v5 .item-amenities, .item-header, .item-wrap, .property-slider-item, .banner-caption .nav, .top-banner-wrap, .auto-complete .auto-complete-footer, .auto-complete .auto-complete-content-wrap, .half-map-features-list-wrap, .search-expandable-label i, .search-expandable, .search-banner-wrap, .range-text, .filters-search-v3-wrap .size-calculator .quantity-calculator, .location-search, .search-icon, .navi-user-mobile .navbar-nav .nav-item, .nav-mobile .logged-in-nav, .nav-mobile .main-nav .nav-item a, .nav-mobile .main-nav .nav-item .dropdown-menu.show, .navbar-logged-in-wrap, .main-nav .nav-item, .header-mobile, .header-main-wrap .login-register-nav .btn-phone-number .icon-phone-actions-ring, .header-main-wrap, .logo img, .header-v3 .header-contact-left img, .header-v3 .header-contact, .header-v3 .header-bottom .navi, .header-inner-wrap, .social-icons i, .btn-google-plus-lined, .btn-facebook-lined, .houzez-overlay-loading .overlay-placeholder, .hover-effect, .hover-effect-flat, .btn-loader {
    position: relative;
}
.nav-pills .nav-link input[type=radio], .print-banner-wrap .qr-code, .login-form-wrap .form-group-field:after, .register-form-wrap .form-group-field:after, .property-grid-item .labels-wrap, .property-grid-item .item-listing-wrap, .property-grid-item .property-grid-item-link, .property-grid-item .item-inner-wrap, .blog-post-item-v2 .blog-post-content-wrap, .team-mobile-link, .team-content-wrap, .team-content-wrap-before .team-content, .team-content-wrap-after .team-content, .grid-item-icon, .grid-item-text-link, .grid-item-link, .grid-item-text-wrap, .taxonomy-text-wrap, .taxonomy-item .taxonomy-link, .lb-nav, .lb-loader, .lightbox, .lightboxOverlay, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:before, .featured-property-item-widget .item-wrap-v3 .item-address, .featured-property-item-widget .item-wrap-v3 .labels-wrap, .block-content-wrap .agent-details input.multiple-agent-check, .remove-floorplan-row, .remove-subproperty-row, .dashboard-slide-panel-wrap .open-close-slide-panel, .lead-detail-wrap .edit-lead-detail, .activitiy-item:after, .activities-list:before, .form-login-link, .doughnut-chart-data li:after, .chart-nav, .property-payment-status, .dashboard-notification-wrap .notification-circle, .dashboard-logo-wrap .dashboard-notification-wrap, .agent-company-logo, .lightbox-gallery-wrap .btn-expand, .property-image-count, .property-gallery-grid .more-images span, .mobile-property-form .close, .mobile-property-title .labels-wrap, .fw-property-documents-wrap h3:before, .fw-property-details-wrap h3:before, .property-sub-listings-wrap .item-tools, .block-availability-calendars .days li.day-booked:after, .block-availability-calendars .days li.day-pending:after, .block-availability-calendars .days li.day-available:after, .block-availability-calendars .days li.day-disabled:after, .block-availability-calendars .days li.day-unavailable:after, .indicator-energy:before, .indicator-energy, .property-view .vertical-listing-tabs, .slick-slide .hz-image-caption, .lslide .hz-image-caption, .property-detail-v6 .property-banner .img-wrap-3-text, .property-detail-v2 #pills-gallery:before, .property-detail-v2 .page-title-wrap, .block-video-wrap iframe, .block-virtual-video-wrap iframe, .property-banner .property-form-wrap, .property-banner-trigger, .property-banner .nav, .page-title-wrap .item-price-wrap, .compare-property-label .compare-label, .compare-property-label, .compare-item .remove-icon, .video-background:before, .video-background, .splash-slider-wrap, .map-arrows-actions, .map-next-prev-actions, .map-zoom-actions, .gm-marker:after, .arrow_box:before, .map-notfound, .houzez-map-loading, .map-wrap, .item-parallax-wrap, .item-listing-parallax-link, .item-wrap-v3 .item-amenities, .item-wrap-v3 .item-title, .grid-view .labels-wrap, .btn-item, .item-tools, .item-price-wrap, .label-featured, .property-slider-item .btn-item, .banner-caption, .banner-inner:before, .auto-complete, .half-map-features-list-wrap .save-search-btn, .search-expandable-label, .search-expandable-wrap, .overlay-wrap, .overlay-search-module-close, .location-trigger, .search-icon:before, .navi-user-mobile .notification-circle, .nav-mobile .main-nav .nav-item .dropdown-menu, .logged-in-nav, .main-nav .megamenu, .header-transparent-wrap, .radio-tab .radio-tab-inner, .btn-google-plus-lined .google-icon, .btn-facebook-lined i, .houzez-overlay-loading, .hover-effect:before, .hover-effect-flat:before {
    position: absolute;
}
.main-nav .megamenu-item {
    position: static;
}
.dashboard-slide-panel-wrap, .dashboard-side-wrap, .mobile-property-contact, .property-navigation-wrap, .mobile-map-switch, .splash-page-footer, .houzez-fullscreen-map, .overlay-search-advanced-module, .favethemes-sticky {
    position: fixed;
}
.ui-slider-horizontal .ui-slider-handle:after, .lb-data .lb-close, .lb-data .lb-number, .lb-prev, .lb-next, .lb-cancel, .lightbox .lb-image, .flickr-images a, .instagram-images a, .dashboard-slide-panel-wrap .open-close-slide-panel, .doughnut-chart-data li:after, .table-cell-title span, .post-thumbnail-wrap a, .lightbox-gallery-wrap .btn-expand, .property-lightbox .modal, .property-gallery-grid .gallery-grid-item, .class-energy-indicator span, .property-view .vertical-listing-tabs .nav, .slick-slide .swipebox, .lslide .swipebox, .property-detail-v6 .property-banner .img-wrap-1, .property-detail-v6 .property-banner .img-wrap-2, .property-detail-v6 .property-banner .img-wrap-3, .property-detail-v2 #pills-gallery:before, .review-date, .compare-property-label .compare-label, .item-wrap-v6 .item-v6-image, .item-wrap-v2 .item-amenities li span, .item-amenities .h-type, .nav-mobile .main-nav .nav-item a, .logged-in-nav a, .logged-in-nav, .main-nav .dropdown-menu, .favethemes-sticky, .btn:focus .show-on-click, .hover-effect:before, .hover-effect-flat:before, .hover-effect, .hover-effect-flat {
    display: block;
}
.login-form-wrap .form-group-field:after, .register-form-wrap .form-group-field:after, .property-carousel-buttons-wrap .slick-prev, .property-carousel-buttons-wrap .slick-next, .property-carousel-buttons-wrap .btn-view-all, .testimonial-icon .houzez-icon, .footer-bottom-wrap-v3 .footer-social a, .task-list-item .control, .task-label, .upload-icon, .notification-circle, .post-tag, .lightbox-nav a, .fw-property-contact-agent-wrap .agent-phone span, .property-navigation-wrap a, .availability-notes li:before, .class-energy-indicator, .star .icon-rating, .what-nearby .what-nearby-right .label, .what-nearby .what-nearby-right .time-review, .agent-phone.agent-phone-hidden, .agent-information .agent-phone-wrap span, .page-title-wrap .label, .map-search, .map-btn, .gm-marker, .spinner>div, .item-parallax-wrap .labels-wrap, .item-parallax-wrap .label-featured, .item-parallax-wrap .item-amenities .h-type, .item-wrap-v3 .item-price-wrap .item-price, .list-view .item-body .item-amenities .h-type, .item-amenities li, .item-tool>span, .item-tool, .property-slider-item .label-featured, .auto-complete .item-amenities li, .btn-features-list, .features-list .control, .filters-search-v3-wrap .control, .advanced-search-dropdown .range-text .min-price-range, .advanced-search-dropdown .range-text .max-price-range, .switcher-wrap, .top-bar-contact-info, .top-bar-slogan, .top-bar-wrap .header-social-icons .btn-square, .social-icons a, label {
    display: inline-block;
}
.property-image-count, .item-author a, .login-register-nav li {
    display: inline;
}
.lb-dataContainer:after, .lb-outerContainer:after, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li:before, .widget-featured-property:before, .widget-contact-us li:before, .upload-gallery-thumb-buttons:before, .page-content-wrap .gallery:before, .post-content-wrap .gallery:before, .what-nearby dd:before, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li:after, .widget-featured-property:after, .widget-contact-us li:after, .upload-gallery-thumb-buttons:after, .page-content-wrap .gallery:after, .post-content-wrap .gallery:after, .what-nearby dd:after {
    display: table;
}
.elementor-widget-houzez_elementor_contact_form .elementor-widget-container .elementor-form br, .property-carousel-module-v1-4cols .item-wrap .item-tools, .property-carousel-module-v1-5cols .item-wrap .item-tools, .property-carousel-module-v1-4cols .item-wrap .item-title, .property-carousel-module-v1-4cols .item-wrap .item-amenities, .property-carousel-module-v1-5cols .item-wrap .item-title, .property-carousel-module-v1-5cols .item-wrap .item-amenities, .property-carousel-module-v1-1cols .item-wrap-outside, .property-carousel-module-v1-2cols .item-wrap-outside, .property-carousel-module-v1-3cols .item-wrap-outside, .property-carousel-buttons-wrap .slick-prev:before, .property-carousel-buttons-wrap .slick-next:before, .property-carousel-buttons-wrap .btn-view-all:before, .lightboxOverlay, .widget-mortgage-calculator .mortgage-details, .property-item-widget .right-property-item-widget-wrap .item-sub-price, .widget .item-sub-price, .bootbox-close-button, .houzez-floorplan-clone:last-child hr, .payment-method .houzez_stripe_simple button, .payment-method .houzez_stripe_simple_featured button, .payment-method .houzez_stripe_membership button, .dashboard-mobile-edit-menu-wrap, .dashboard-side-menu-wrap .side-menu .side-menu-dropdown, .lightbox-tools .btn-share .dropdown-toggle:after, .lightbox-gallery-full-wrap+.lightbox-form-wrap, .property-lightbox .btn-email, .property-lightbox .modal-footer, .mobile-property-tools .item-tools .item-tool.houzez-print, .property-navigation-wrap, #tab-agents .rating-score-text, #tab-agents .all-reviews, .vote-msg, .item-tool-share:after, .property-detail-v2 .property-labels-wrap, .grid-view-4-cols:not(.list-view) .item-listing-wrap .btn-item, .property-address-wrap .gm-style-iw-a, .item-wrap-v6 .h-type, .listing-v5 .h-type, .item-wrap-v3 .item-amenities .h-type, .item-wrap-v3 .item-price-wrap .item-sub-price, .list-view .item-footer, .list-view .item-header .labels-wrap, .list-view .item-header .item-price-wrap, .grid-view .item-body .item-date, .grid-view .item-body .item-author, .grid-view .item-body .labels-wrap, .grid-view .item-body .item-price-wrap, ul.item-amenities.item-amenities-without-icons i, ul.item-amenities.item-amenities-without-icons img, ul.item-amenities.item-amenities-without-icons span i, ul.item-amenities.item-amenities-without-icons span img, .item-amenities-with-icons .item-amenities-text, .search-expandable .btn-features-list, .mobile-search-nav, .nav-mobile .logged-in img, .nav-mobile .slideout-menu .dropdown-toggle, small.nav_desc, .navbar-logged-in-wrap>a:after, .btn:focus .hide-on-click, .btn .show-on-click, .hide_search_checkbox, .houzez-hidden, .search-hidden, .visible-on-mobile, .btn-loader {
    display: none;
}
.property-grid-item .item-wrap, .deals-table tfoot td:not(.total-deals), .item-tool>span span, .control__indicator, .btn-success-outlined {
    background-color: transparent;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle, .listing-tabs .nav-tabs .nav-link.active, .item-parallax-wrap, .item-footer, .item-wrap, .property-slider-item, .advanced-search-banner-wrap, .control__indicator, .form-control .btn {
    background-color: #fff;
}
.ui-slider-horizontal .ui-slider-range, .property-lightbox .modal-content, .property-lightbox .modal-header, .map-search, .map-btn, .logged-in-nav, .main-nav .dropdown-menu, .main-nav .dropdown-toggle:after {
    border: none;
}
.login-register-tabs .nav-link, .deals-nav-tab.nav-pills .nav-link, .fw-property-floor-plans-wrap .floor-plans-tabs a, .listing-tabs .nav-tabs .nav-link, .advanced-search-v2 .form-control, .advanced-search-v2 .btn, .location-trigger, .main-nav .dropdown-menu {
    border-radius: 0;
}
.label {
    border-radius: 2px;
}
.hover-effect, .hover-effect-flat {
    border-radius: 3px;
}
.login-form-wrap, .register-form-wrap, .contact-form-wrap, .estimation-form-wrap, .grid-item, .lb-outerContainer, .widget-wrap, .post-content-wrap pre, .private-note-wrap, .lead-enquiry-wrap, .payment-method, .table-cell-title span, .dashboard-content-block, .post-tag, .agent-nav-wrap .nav-pills .nav-link, .agent-contacts-wrap, .agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap, .property-image-count, .mobile-property-tools .nav-pills>.nav-item>.nav-link, .mobile-property-tools .item-tool>span, .availability-notes li:before, .detail-wrap, .sidebar-wrap .property-form-wrap, .property-banner .property-form-wrap, .property-banner .nav .nav-link, .map-search, .map-notfound, .page-link, .item-parallax-wrap, .list-view .item-wrap, .item-tool>span, .property-slider-item, .advanced-search-banner-wrap, .lined-block, .block-wrap {
    border-radius: 4px;
}
.search-banner-wrap {
    border-radius: 6px;
}
.notification-circle {
    border-radius: 10px;
}
.ele-item-tools, .hz-ele-price, .login-register-form .modal-header .close, .blog-post-item .blog-post-meta ul, .team-social, .price-table-description ul, .widget-instagram-slider .featured-property-item-widget, .widget-featured-property-slider-wrap .featured-property-item-widget, .tweet-slider .tweet-icon, .tweet-slider .tweet-content, .tweet-item:last-of-type, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs), .property-item-widget:last-of-type, .featured-property-item-widget:last-of-type, .blog-post-item-widget:last-of-type, .widget-wrap:first-of-type, .post-content-wrap blockquote p:last-of-type, .post-content-wrap q p:last-of-type, .post-content-wrap ol ul, .post-content-wrap ol ol, .post-content-wrap ul ul, .post-content-wrap ul ol, .message-reply-message>p:last-of-type, .lead-enquiry-wrap:last-of-type, .lead-detail-wrap ul, .activities-list, .deals-nav-tab.nav-pills .nav-link, .recurring-payment-wrap .control, .mebership-list-info, .statistic-referrals-list, .doughnut-chart-data ul, .dashboard-property-search .form-group, .property-attachments, .dashboard-header-left h1, .dashboard-header-wrap h1, .dashboard-logo-wrap .logo, .dashboard-side-menu-wrap .side-menu, .next-prev-block .prev-box p, .next-prev-block .next-box p, .post-excerpt-wrap p, .post-footer-wrap .author-meta, .post-header-wrap .author-meta, .agent-bio-wrap p:last-of-type, .agent-profile-data ul, .lightbox-tools ul, .fw-property-section-wrap .block-wrap, .property-navigation-wrap .property-navigation, .property-detail-v6 .property-banner .block-wrap ul, .property-overview-wrap ul, .review-title, .property-review-wrap .review-title-wrap, .agent-information, .lightbox-content-wrap .property-overview-data .flex-grow-1, .lightbox-content-wrap .property-overview-data .flex-fill, .listing-switch-view ul, .breadcrumb, .item-amenities, .item-tools, .item-price-wrap, .horizontal-search-wrap .search-banner-wrap .form-group, .advanced-search .form-group, .switcher-wrap .dropdown-menu .dropdown-item, .top-bar-wrap .dropdown-menu .dropdown-item, .logged-in-nav, .main-nav .megamenu ul, .main-nav .dropdown-menu, .header-social-icons ul, .login-register-nav, .block-title-wrap h3, .block-title-wrap h2, .social-icons a:first-child {
    margin: 0;
}
.team-social, .agent-contacts-wrap .agent-map address, .listing-wrap .page-title, .blog-wrap .page-title, .mt-10 {
    margin-top: 10px;
}
.social-login-wrap, .form-tools, .team-content-wrap-after .team-description, .property-carousel-module-v1-4cols .item-wrap-outside, .property-carousel-module-v1-5cols .item-wrap-outside, .message-list-item, .private-note-wrap {
    margin-top: 20px;
}
.footer-bottom-wrap-v3 .footer-social, .widget-wrap, .post-comment-wrap .comment, .houzez-blog-top, .agent-profile-wrap, .property-detail-v6 .sidebar-wrap, .property-detail-v5 .sidebar-wrap, .property-detail-v4 .sidebar-wrap, .property-detail-v2 .sidebar-wrap, .property-detail-v1 .sidebar-wrap {
    margin-top: 30px;
}
.login-form-wrap .form-group, .register-form-wrap .form-group, .form-tools .control, .blog-post-item .blog-post-meta, .agents-module-slider .agent-item, .dashboard-table .control, .item-wrap-v6 .item-amenities li {
    margin-bottom: 0;
}
.social-login-wrap .btn:first-of-type, .property-grid-item .item-inner-wrap .labels-wrap, .property-carousel-module-v1-4cols .item-wrap-outside .item-title, .property-carousel-module-v1-5cols .item-wrap-outside .item-title, .testimonial-logo, .testimonial-thumb, .footer-bottom-wrap-v2 .nav, .footer-bottom-wrap-v3 .nav, .post-content-wrap dd, .dashboard-statistic-block .views-percentage, .menu-edit-property li, .item-parallax-wrap .labels-wrap, .item-parallax-wrap .label-featured, .property-slider-item .label-featured, .mb-10 {
    margin-bottom: 10px;
}
.testimonial-icon, .testimonial-body, .advanced-search-filters .form-group {
    margin-bottom: 15px;
}
.form-tools, .advanced-search-module .advanced-search-module-title, .team-content-wrap-after .team-description, .widget-login-register .login-register-tabs, .tweet-slider .tweet-icon, .tweet-item, .property-item-widget, .featured-property-item-widget, .blog-post-item-widget, .widget-about-image, .post-content-wrap table, .post-content-wrap dl, .post-content-wrap ol, .post-content-wrap ul, .post-content-wrap p, .post-content-wrap h6, .post-content-wrap h5, .post-content-wrap h4, .post-content-wrap h3, .post-content-wrap h2, .post-content-wrap h1, .message-list-item, .frontend-submission-page .dashaboard-snake-nav, .dashboard-slide-panel-wrap h2, .dashboard-slide-panel-wrap h3, .private-note-wrap, .deals-table-wrap h2, .dashboard-statistic-block h3, .menu-edit-property-wrap .menu-title, .dashboard-content-block-wrap h3, .dashboard-content-block h3, .dashboard-content-block-wrap h2, .dashboard-content-block h2, .dashboard-logo-wrap, .page-content-wrap .gallery, .post-content-wrap .gallery, .post-comment-wrap h3, .related-posts-wrap h2, .post-comment-form-wrap h2, .agent-bio-wrap h2, .agent-profile-chart-wrap h2, .agent-profile-content, .agent-profile-top-wrap, .agent-list-wrap, .fw-property-floor-plans-wrap .floor-plan-right-wrap h3, .item-wrap-v5 .item-title, .lined-block {
    margin-bottom: 20px;
}
.footer-bottom-wrap-v3 .footer-social, .footer-top-wrap .widget-wrap, .lead-enquiry-wrap, .activitiy-item, .dashboard-statistic-block, .dashboard-property-search-wrap, .add-new-listing-bottom-nav-wrap, .dashboard-content-block-wrap, .dashboard-content-block, .post-comment-wrap .comment, .post-comment-wrap, .related-posts-wrap, .post-title-wrap h1, .post-title-wrap h2, .post-wrap, .author-detail-wrap, .post-comment-form-wrap, .agent-contacts-wrap, .agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap, .mortgage-calculator-chart, .mortgage-calculator-data, .listing-v5 .list-view .item-listing-wrap, .listing-v5 .grid-view .item-listing-wrap, .sidebar-wrap {
    margin-bottom: 30px;
}
.print-wrap .block-wrap, .ele-item-tools, .hz-ele-price, .login-register-form .modal-header, .blog-post-item .blog-post-meta ul, .team-social, .price-table-description ul, .footer-top-wrap .widget-wrap, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs), .dashboard-side-menu-wrap .side-menu, .agent-profile-data ul, .lightbox-tools ul, .property-lightbox .close, .property-lightbox .modal-body, .property-navigation-wrap .property-navigation, .property-sub-listings-wrap .block-wrap, .calendar-navigation .btn, .property-detail-v6 .property-banner .block-wrap, .property-banner .nav .nav-link, .property-wrap .breadcrumb, .map-info-window .item-wrap, .breadcrumb, .listing-v5 .list-view .item-wrap-v5, .item-amenities, .item-tools, .item-price-wrap, .size-calculator .btn, .advanced-search .advanced-search-btn, .switcher-wrap .dropdown-menu .dropdown-item, .top-bar-wrap .dropdown-menu .dropdown-item, .switcher-wrap .btn, .top-bar-wrap .btn, .logged-in-nav, .main-nav .megamenu ul, .main-nav .dropdown-menu, .header-social-icons ul, .login-register-nav, .header-v6 .header-social-icons, .navbar, .dropdown-menu {
    padding: 0;
}
.blog-post-item .blog-post-body {
    padding-bottom: 10px;
}
.agent-thumb, .activitiy-item, .property-detail-v6 .page-title-wrap, .property-detail-v6 .property-banner {
    padding-bottom: 30px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number, .property-grid-item, .text-with-icon-item-v2, .agent-item, .text-with-icon-item-v1, .lb-data .lb-details, .featured-property-item-widget .item-wrap-v3 .labels-wrap .label, .upload-gallery-thumb-buttons button, .gallery-item, .page-content-wrap .alignleft, .post-content-wrap .alignleft, .lightbox-gallery-wrap, .mobile-property-tools .nav-pills, .weekdays li, .days li, .left-calendar, .right-calendar, .what-nearby .what-nearby-left, .agent-information li, .property-form .btn-half-width, .compare-item, .half-map-left-wrap, .lightbox-content-wrap, .grid-view .item-listing-wrap, .map-info-window .item-body, .map-info-window .item-header, .item-wrap-v2 .item-amenities li:before, .list-view .item-body .item-date, .item-author, .property-slider-item .item-date, .advanced-search-dropdown .btn-clear, .header-v6 .header-wrap-6-right-menu .navbar-nav {
    float: left;
}
.lb-data .lb-close, .lb-nav a.lb-next, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span, .lead-detail-wrap ul li span, .invoce-content li span, .mebership-list-info li strong, .doughnut-chart-data span, .upload-gallery-thumb-buttons button+button, .side-menu-item .side-menu-item .notification-circle, .side-menu-item .notification-circle, .page-content-wrap .alignright, .post-content-wrap .alignright, .agent-contacts-wrap li span, .agent-contacts-wrap li a, .agent-list-wrap .agent-list-contact li a, .agent-list-wrap .agent-list-contact li span, .lightbox-form-wrap, .mobile-property-tools .item-tools, .mortgage-calculator-data span, .class-energy-list span, .what-nearby .what-nearby-right, .half-map-right-wrap, .item-date, .auto-complete .search-result-view, .size-calculator .btn, .advanced-search-dropdown .btn-apply, .nav-mobile .main-nav .nav-item.dropdown.show>a:after, .nav-mobile .main-nav .nav-item.dropdown>a:after, .header-v6 .navbar-logged-in-wrap, .header-v6 .login-register, .header-v6 .header-wrap-6-left-menu .navbar-nav, .header-v5 .login-register-nav, .header-v5 .navbar-logged-in-wrap {
    float: right;
}
.fw-property-contact-agent-wrap .agent-phone span, .grid-view .item-listing-wrap-v4 {
    float: none;
}
.map-search, .map-btn {
    vertical-align: middle!important;
}
.property-grid-item .item-listing-wrap, .property-grid-item .property-grid-item-link, .property-grid-item .item-inner-wrap, .blog-post-item-v2 .blog-post-content-wrap, .team-mobile-link, .team-content-wrap, .team-content-wrap-before .team-content, .lb-nav a.lb-prev, .lb-container>.nav, .lb-nav, .lb-loader, .lightbox, .lightboxOverlay, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:before, .dashboard-side-wrap, .agent-company-logo, .mobile-property-contact, .mobile-property-title .label-featured, .fw-property-documents-wrap h3:before, .fw-property-details-wrap h3:before, .property-navigation-wrap, .block-availability-calendars .days li.day-booked:after, .block-availability-calendars .days li.day-pending:after, .block-availability-calendars .days li.day-available:after, .block-availability-calendars .days li.day-disabled:after, .block-availability-calendars .days li.day-unavailable:after, .property-view .vertical-listing-tabs, .slick-slide .hz-image-caption, .lslide .hz-image-caption, .property-detail-v6 .property-banner .img-wrap-3-text, .property-detail-v3 .top-gallery-section, .property-detail-v4 .top-gallery-section, .property-detail-v2 #pills-gallery:before, .block-video-wrap iframe, .block-virtual-video-wrap iframe, .property-banner-trigger, .video-background, .splash-slider-wrap, .splash-page-footer, .map-wrap, .overlay-wrap, .overlay-search-advanced-module .range-text, .overlay-search-advanced-module, .nav-mobile .main-nav .nav-item .dropdown-menu, .main-nav .megamenu, .favethemes-sticky, .radio-tab .radio-tab-inner, .houzez-overlay-loading, .hover-effect:before, .hover-effect-flat:before {
    left: 0;
}
.print-banner-wrap .qr-code, .lb-nav a.lb-next, .dashboard-slide-panel-wrap.dashboard-slide-panel-wrap-visible, .lead-detail-wrap .edit-lead-detail, .dashboard-logo-wrap .dashboard-notification-wrap, .lightbox-form-wrap.lightbox-form-wrap-show, .fw-property-documents-wrap h3:before, .fw-property-details-wrap h3:before, .property-detail-v5 .property-banner .nav, .property-detail-v2 .property-banner .nav, .page-title-wrap .item-price-wrap, .property-slider-item .btn-item, .location-trigger, .logged-in-nav, .main-nav .megamenu, .favethemes-sticky, .radio-tab .radio-tab-inner {
    right: 0;
}
.property-grid-item .item-listing-wrap, .property-grid-item .property-grid-item-link, .team-mobile-link, .team-content-wrap, .lb-nav, .lightboxOverlay, .dashboard-slide-panel-wrap, .lead-detail-wrap .edit-lead-detail, .dashboard-logo-wrap .dashboard-notification-wrap, .dashboard-side-wrap, .property-navigation-wrap, .block-availability-calendars .days li.day-booked:after, .block-availability-calendars .days li.day-pending:after, .block-availability-calendars .days li.day-available:after, .block-availability-calendars .days li.day-disabled:after, .block-availability-calendars .days li.day-unavailable:after, .property-view .vertical-listing-tabs, .property-detail-v6 .property-banner .img-wrap-3-text, .property-detail-v3 .top-gallery-section, .property-detail-v4 .top-gallery-section, .property-detail-v2 #pills-gallery:before, .block-video-wrap iframe, .block-virtual-video-wrap iframe, .property-banner-trigger, .video-background, .splash-slider-wrap, .map-wrap, .overlay-search-advanced-module .range-text, .overlay-search-advanced-module, .location-trigger, .search-icon:before, .nav-mobile .logged-in-nav, .favethemes-sticky, .radio-tab .radio-tab-inner, .control__indicator, .houzez-overlay-loading, .hover-effect:before, .hover-effect-flat:before {
    top: 0;
}
.print-banner-wrap .qr-code, .property-grid-item .item-inner-wrap, .team-content-wrap-before .team-content, .property-payment-status, .agent-company-logo, .mobile-property-contact, .fw-property-documents-wrap h3:before, .fw-property-details-wrap h3:before, .slick-slide .hz-image-caption, .lslide .hz-image-caption, .property-detail-v2 .page-title-wrap, .splash-page-footer, .property-slider-item .btn-item, .search-expandable-wrap {
    bottom: 0;
}
.property-grid-item .item-inner-wrap .item-amenities, .property-grid-item .item-inner-wrap .item-title, .property-grid-item .item-inner-wrap .labels-wrap, .page-title-wrap .label-featured, .item-parallax-wrap .labels-wrap, .item-parallax-wrap .label-featured, .item-parallax-wrap .item-price-wrap, .item-wrap-v3 .item-price-wrap {
    top: auto;
}
.property-grid-item .item-inner-wrap .item-amenities, .property-grid-item .item-inner-wrap .item-title, .property-grid-item .item-inner-wrap .labels-wrap, .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .featured-property-item-widget .item-wrap-v3 .labels-wrap, .mobile-property-tools .item-tools, .mobile-property-title .item-price-wrap, .property-tools, .page-title-wrap .label-featured, .page-title-wrap .item-price-wrap, .property-wrap .item-tools, .lightbox-content-wrap .btn-item, .lightbox-content-wrap .item-price-wrap, .lightbox-content-wrap .property-overview-data, .item-parallax-wrap .item-price-wrap, .list-view .item-body .item-price-wrap, .property-slider-item .item-price-wrap {
    bottom: auto;
}
.property-grid-item .item-inner-wrap .item-amenities, .property-grid-item .item-inner-wrap .item-title, .property-grid-item .item-inner-wrap .labels-wrap, .property-carousel-module-v1-4cols .item-wrap .labels-wrap, .property-carousel-module-v1-5cols .item-wrap .labels-wrap, .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .featured-property-item-widget .item-wrap-v3 .labels-wrap, .mobile-property-title .item-price-wrap, .page-title-wrap .label-featured, .page-title-wrap .item-price-wrap, .lightbox-content-wrap .item-price-wrap, .lightbox-content-wrap .property-overview-data, .item-parallax-wrap .label-featured, .item-parallax-wrap .item-price-wrap, .list-view .item-body .item-price-wrap, .property-slider-item .item-price-wrap, .property-slider-item .label-featured {
    left: auto;
}
.property-grid-item .item-inner-wrap .item-amenities, .property-grid-item .item-inner-wrap .item-title, .property-grid-item .item-inner-wrap .labels-wrap, .property-carousel-module-v1-4cols .item-wrap .item-price-wrap, .property-carousel-module-v1-5cols .item-wrap .item-price-wrap, .featured-property-item-widget .item-wrap-v3 .item-price-wrap, .mobile-property-tools .item-tools, .property-tools, .property-wrap .item-tools, .lightbox-content-wrap .btn-item, .item-parallax-wrap .labels-wrap {
    right: auto;
}
.property-grid-item .item-wrap, .team-content-wrap-before, .agent-item, .text-with-icon-item-v1, .grid-item-text-wrap, .taxonomy-text-wrap, .dashboard-slide-panel-wrap, .activitiy-item, .recurring-payment-wrap, .doughnut-chart-data strong, .doughnut-chart-data span, .lightbox-gallery-wrap .btn-expand, .property-gallery-grid .more-images span, .mobile-property-form .close, .fw-property-documents-wrap h3, .fw-property-details-wrap h3, .property-detail-v2 #pills-gallery:before, .property-banner-trigger, .splash-page-footer, .map-arrows-actions, .map-next-prev-actions, .map-zoom-actions, .gm-ui-hover-effect, .item-wrap-v3 .item-amenities, .item-wrap-v3 .item-title, .grid-view .labels-wrap, .label-featured, .auto-complete .auto-complete-footer, .search-banner-wrap, .search-icon:before, .hover-effect:before, .hover-effect-flat:before {
    z-index: 1;
}
.property-grid-item .property-grid-item-link, .blog-post-item-v2 .blog-post-content-wrap, .agent-item:hover, .text-with-icon-item-v1:hover, .price-table-module.featured, .widget-instagram-slider .slick-prev, .widget-instagram-slider .slick-next, .widget-featured-property-slider-wrap .slick-prev, .widget-featured-property-slider-wrap .slick-next, .left-calendar, .right-calendar, .property-banner .property-form-wrap, .property-banner .nav, .item-parallax-wrap, .item-listing-parallax-link, .item-tools, .item-price-wrap, .banner-caption, .nav-mobile .main-nav .nav-item a, .main-nav .nav-item, .header-transparent-wrap {
    z-index: 2;
}
.property-wrap .item-tools, .mobile-map-switch, .search-expandable-wrap, .navi-user-mobile .notification-circle {
    z-index: 3;
}
.property-lightbox .modal-footer, .property-lightbox .modal-header, .mobile-property-contact {
    z-index: 5;
}
.item-amenities, .item-tools, .item-price-wrap, .logged-in-nav, .main-nav .megamenu li {
    list-style: none;
}
.property-navigation-wrap, .ui-autocomplete, .advanced-search-banner-wrap, .logged-in-nav, .main-nav .dropdown-menu, .dropdown-menu {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.agent-phone.agent-phone-hidden, .grid-view .item-footer .item-author, .item-title {
    white-space: inherit!important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span, .property-item-widget .right-property-item-widget-wrap .item-amenities, .task-list-item.task-list-item-completed .control, .dashaboard-snake-nav .step-block:not(.active), .doughnut-chart-data small, .agent-profile-chart-wrap h2 span, .what-nearby .time-review, .item-price .price-postfix, .item-price .price-prefix, .item-wrap-v6 .item-price, .item-amenities li, .search-expandable-label, .switcher-wrap .dropdown-menu li, .top-bar-wrap .dropdown-menu li, .switcher-wrap .btn, .top-bar-wrap .btn {
    font-weight: 300;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number, .fc-event, .fc-event:hover, .dashboard-slide-panel-wrap h2, .dashboard-slide-panel-wrap h3, .task-label, .dashboard-statistic-block .views-data, .dashboard-content-block-wrap h3, .dashboard-content-block h3, .dashboard-content-block-wrap h2, .dashboard-content-block h2, .dashboard-side-menu-wrap .side-menu .side-menu-dropdown, .post-tag {
    font-weight: 400;
}
.fc-more, .fc-unthemed th, .login-register-tabs .nav-link, .advanced-search-module .advanced-search-module-title, .blog-post-item .blog-post-link, .blog-post-item .blog-post-title h3, .text-with-icon-item .text-with-icon-link, .agent-company, .agent-link, .price-table-title, .price-table-price, .price-table-currency, .taxonomy-title, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a, .widget-read-more, .dashaboard-snake-nav .step-block, .statistic-referrals-list a, .doughnut-chart-data span, .dashboard-statistic-block .views-percentage, .dashboard-statistic-block h3, .menu-edit-property li a.active, .menu-edit-property-wrap .menu-title, .table-cell-title span, .dashboard-side-menu-wrap .side-menu, .mortgage-calculator-monthly-payment, .month .month-title, .days li, .accordion-title, .property-document-link, .lightbox-content-wrap .lightbox-content-title, .listing-tabs .nav-tabs .nav-link, .item-wrap-v5 .item-v5-price, .item-amenities .h-type span, .auto-complete .search-result-view, .auto-complete .auto-complete-title, .filters-search-v3-title {
    font-weight: 500;
}
strong, b, label {
    font-weight: 600;
}
.sub-listings-table a {
    font-weight: 700;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li, .widget-featured-property, .widget-contact-us li, .upload-gallery-thumb-buttons, .page-content-wrap .gallery, .post-content-wrap .gallery, .what-nearby dd {
    *zoom: 1;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li:before, .widget-featured-property:before, .widget-contact-us li:before, .upload-gallery-thumb-buttons:before, .page-content-wrap .gallery:before, .post-content-wrap .gallery:before, .what-nearby dd:before, .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li:after, .widget-featured-property:after, .widget-contact-us li:after, .upload-gallery-thumb-buttons:after, .page-content-wrap .gallery:after, .post-content-wrap .gallery:after, .what-nearby dd:after {
    content: " ";
    width: 100%}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li:after, .widget-featured-property:after, .widget-contact-us li:after, .upload-gallery-thumb-buttons:after, .page-content-wrap .gallery:after, .post-content-wrap .gallery:after, .what-nearby dd:after {
    clear: both;
}
.btn-bg-windows:before, .btn-bg-android:before, .btn-bg-apple:before, .btn-bg-email:before, .btn-bg-rss:before, .btn-bg-tumblr:before, .btn-bg-vimeo:before, .btn-bg-flickr:before, .btn-bg-foursquare:before, .btn-bg-dribbble:before, .btn-bg-youtube:before, .btn-bg-linkedin:before, .btn-bg-google-plus:before, .btn-bg-instagram:before, .btn-bg-pinterest:before, .btn-bg-twitter:before, .btn-bg-facebook:before {
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}
.btn {
    -webkit-transition: "background-color" 0.2s;
    -o-transition: "background-color" 0.2s;
    transition: "background-color" 0.2s;
    -webkit-transition: "border-color" 0.2s;
    -o-transition: "border-color" 0.2s;
    transition: "border-color" 0.2s;
    -webkit-transition: "color" 0.2s;
    -o-transition: "color" 0.2s;
    transition: "color" 0.2s;
}
.team-content-wrap, .agent-item, .text-with-icon-item-v1, .dashboard-slide-panel-wrap, .dashboard-main-wrap, .lightbox-form-wrap, .property-lightbox .modal, .review-like .review-like-button a:hover, .review-like .review-dislike-button a:hover, .item-wrap-v6 .item-tools, .item-tool>span, .overlay-wrap, .logged-in-nav, .main-nav .dropdown-menu, .control__indicator, button, .hover-effect:hover:before, .hover-effect-flat:hover:before, .hover-effect:before, .hover-effect-flat:before, .hover-effect, .hover-effect-flat, .opacity-02, a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.overlay-search-advanced-module.open, .overlay-search-advanced-module {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-3px);
}
60% {
    -webkit-transform: translateY(-3px);
}
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
}.bounce {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.btn-loader {
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
.btn-loader:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: btn-loader 1.2s linear infinite;
    animation: btn-loader 1.2s linear infinite;
}
@-webkit-keyframes btn-loader {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes btn-loader {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
label {
    padding-bottom: 10px;
    margin-bottom: 0;
}
label[for=gdpr_agreement] {
    margin-bottom: 0;
}
time, address {
    color: #636363;
}
.opacity-02 {
    opacity: 0.2!important;
}
.grey {
    color: #636363;
}
.grey-light {
    color: #ebebeb;
}
.small-text {
    font-size: 12px;
}
.h-100 {
    height: 100%}
.bordered-separator {
    border-top: 1px solid #dce0e0;
}
.hover-effect, .hover-effect-flat {
    cursor: pointer;
    overflow: hidden;
}
.hover-effect:before, .hover-effect-flat:before {
    content: ""}
.hover-effect:before {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
}
.hover-effect-flat:before {
    opacity: .3;
    background-color: #000;
}
.label {
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding: 3px 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
}
.tooltip {
    font-size: 12px;
}
@media (max-width:767.98px) {
    .display-block-on-mobile {
    display: block!important;
}
}@media (max-width:991.98px) {
    .display-block-on-tablet {
    display: block!important;
}
}@media (max-width:767.98px) {
    .visible-on-mobile {
    display: block;
}
}@media (max-width:767.98px) {
    .hidden-on-mobile {
    display: none;
}
}.no-wrap {
    white-space: nowrap;
}
@media (min-width:992px) {
    .wrap-order-first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media (min-width:992px) {
    .wrap-order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
}.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}
.spinner>div {
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}@keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}.houzez-overlay-loading {
    background-color: rgba(255, 255, 255, .65);
}
.houzez-overlay-loading .overlay-placeholder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-item-2 {
    width: 400px;
}
.gallery-item-3 {
    width: 520px;
}
.gallery-item-4 {
    width: 780px;
}
.gallery-item-5 {
    width: 600px;
}
.hide, .gallery-hidden, .hidden {
    display: none!important;
}
button:active, button:hover, button:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn {
    padding: 0 15px;
    font-weight: 500;
    line-height: 40px;
    white-space: nowrap;
}
.btn:active, .btn:focus, .btn.active, .btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.btn-half-width {
    width: calc(50% - 5px);
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
}
.btn-half-width:first-of-type {
    margin-right: 10px;
}
@media (max-width:575.98px) {
    .btn-half-width {
    margin-right: 0;
}
}.btn-slim {
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px!important;
    height: 28px;
}
.btn-slim i {
    top: 0;
}
.btn-light-grey-outlined {
    border-radius: 4px!important;
    background-color: transparent;
    border-color: #dce0e0;
}
.btn-light-grey-outlined:hover {
    color: #fff;
}
.btn-grey-outlined {
    border-radius: 4px!important;
    background-color: transparent;
    border-color: #cdd1d4;
    color: #5c6872;
}
.btn-grey-outlined:hover {
    background-color: #ebebeb;
}
.btn-primary-outlined {
    background-color: transparent;
    border: 1px solid;
}
.btn-primary-outlined:hover, .btn-primary-outlined:active {
    color: #fff;
}
.btn-primary-outlined:hover:before, .btn-primary-outlined:active:before {
    color: #fff;
}
.btn-secondary-outlined {
    background-color: transparent;
    border: 1px solid;
}
.btn-secondary-outlined:hover, .btn-secondary-outlined:active {
    color: #fff;
}
.btn-success-outlined {
    color: #85c341;
    border-color: #85c341;
}
.btn-success-outlined:hover {
    color: #85c341;
    background-color: transparent;
    border-color: #85c341;
    cursor: default;
}
.btn-call {
    background-color: transparent;
    border: 1px solid;
}
.btn-call:hover, .btn-call:active {
    background-color: transparent;
    border: 1px solid;
}
.btn-call:focus {
    background-color: transparent;
    border: 1px solid;
}
.save-search-btn {
    color: #85c341;
}
.save-search-btn:hover, .save-search-btn:active, .save-search-btn:focus {
    color: #fff;
    cursor: pointer;
}
@media (max-width:767.98px) {
    .btn-sm-full-width {
    width: 100%;
    margin-bottom: 10px;
}
}.btn-load-more {
    min-width: 190px;
}
.btn-facebook-lined {
    color: #506dab;
    border: 1px solid #506dab;
    background-color: transparent;
}
.btn-facebook-lined:hover, .btn-facebook-lined:focus, .btn-facebook-lined:active {
    color: #fff;
    background-color: #506dab;
}
.btn-facebook-lined i {
    left: 15px;
    top: 13px;
}
.btn-google-plus-lined {
    height: 50px;
    background-color: #4285f4;
    border: none;
    color: #fff;
    padding-left: 70px;
    padding-right: 8px;
    text-align: left;
    border-radius: 1px;
}
.btn-google-plus-lined:hover {
    -webkit-box-shadow: 0 0 6px #4285f4;
    box-shadow: 0 0 6px #4285f4;
    color: #fff;
}
.btn-google-plus-lined:active {
    background: #1669F2;
    color: #fff;
}
.btn-google-plus-lined .google-icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    padding: 15px;
    left: 1px;
    top: 1px;
}
.btn-facebook-login {
    background: #506dab url(../../../themes/houzez/img/f_logo.png) no-repeat 13px 50%;
    background-size: 24px;
    borrder: 1px solid #506dab;
    color: #fff;
    height: 50px;
}
.btn-facebook-login:hover, .btn-facebook-login:active {
    color: #fff;
}
.switch-btn {
    cursor: pointer;
}
.btn-no-right-padding {
    padding-right: 0!important;
}
.form-control {
    height: 42px;
}
.form-control {
    font-weight: 400;
    border: 1px solid;
    border-color: #dce0e0;
}
.form-control .btn {
    border: 1px solid;
    border-color: #dce0e0;
}
.input-group-text {
    background-color: #fff;
    border: 1px solid #dce0e0;
    width: 42px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a1a7a8;
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgba(220, 224, 224, .4);
}
.dropdown-menu {
    border-color: #dce0e0;
}
.bootstrap-select .dropdown-item {
    padding: 10px 15px;
}
.bootstrap-select .bs-actionsbox {
    padding: 15px 15px 10px;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    font-size: 12px;
    border-color: #dce0e0;
    white-space: nowrap;
}
.bootstrap-select .filter-option-inner {
    line-height: 40px;
}
.control {
    color: #a1a7a8;
    min-height: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.control__indicator {
    border: 1px solid #dce0e0;
    border-radius: 2px;
}
.control--checkbox .control__indicator::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
}
.control--radio .control__indicator::after {
    left: 6px;
    top: 6px;
}
.radio-tab {
    padding: 8px 12px;
    margin-bottom: 0;
}
.radio-tab .control__indicator {
    left: auto;
    right: 12px;
    top: calc(50% - 10px);
}
.radio-tab .radio-tab-inner {
    border: 1px solid #dce0e0;
    border-radius: 4px;
}
input[type=radio], input[type=checkbox] {
    margin: 6px 0 0;
}
label.control.control--checkbox.hz-checkbox-0 {
    margin-top: 15px;
}
.btn-facebook {
    color: #506dab;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    color: #48629a!important;
}
.btn-twitter {
    color: #00aced;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
    color: #0099d4!important;
}
.btn-pinterest {
    color: #cb2027;
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active {
    color: #b51d23!important;
}
.btn-instagram {
    color: #517fa4;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
    color: #497293!important;
}
.btn-google-plus {
    color: #dd4b39;
}
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active {
    color: #d73925!important;
}
.btn-linkedin {
    color: #007bb6;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
    color: #006a9d!important;
}
.btn-youtube {
    color: #b00;
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active {
    color: #a20000!important;
}
.btn-dribbble {
    color: #ea4c89;
}
.btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active {
    color: #e7357a!important;
}
.btn-foursquare {
    color: #0072b1;
}
.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active {
    color: #006298!important;
}
.btn-flickr {
    color: #ff0084;
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active {
    color: #e60077!important;
}
.btn-vimeo {
    color: #aad450;
}
.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active {
    color: #a0cf3c!important;
}
.btn-tumblr {
    color: #32506d;
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active {
    color: #2a435c!important;
}
.btn-rss {
    color: #F60;
}
.btn-rss:hover, .btn-rss:focus, .btn-rss:active {
    color: #e65c00!important;
}
.btn-email {
    color: #ccc;
}
.btn-email:hover, .btn-email:focus, .btn-email:active {
    color: #bfbfbf!important;
}
.btn-apple {
    color: #999;
}
.btn-apple:hover, .btn-apple:focus, .btn-apple:active {
    color: #8c8c8c!important;
}
.btn-android {
    color: #A4C639;
}
.btn-android:hover, .btn-android:focus, .btn-android:active {
    color: #94b233!important;
}
.btn-windows {
    color: #2672EC;
}
.btn-windows:hover, .btn-windows:focus, .btn-windows:active {
    color: #1464e4!important;
}
.btn-bg-facebook {
    position: relative;
}
.btn-bg-facebook:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #506dab;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-facebook:hover, .btn-bg-facebook:focus, .btn-bg-facebook:active {
    color: #fff!important;
}
.btn-bg-facebook:hover:before, .btn-bg-facebook:focus:before, .btn-bg-facebook:active:before {
    width: 100%;
    height: 100%}
.btn-bg-twitter {
    position: relative;
}
.btn-bg-twitter:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #00aced;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-twitter:hover, .btn-bg-twitter:focus, .btn-bg-twitter:active {
    color: #fff!important;
}
.btn-bg-twitter:hover:before, .btn-bg-twitter:focus:before, .btn-bg-twitter:active:before {
    width: 100%;
    height: 100%}
.btn-bg-pinterest {
    position: relative;
}
.btn-bg-pinterest:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #cb2027;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-pinterest:hover, .btn-bg-pinterest:focus, .btn-bg-pinterest:active {
    color: #fff!important;
}
.btn-bg-pinterest:hover:before, .btn-bg-pinterest:focus:before, .btn-bg-pinterest:active:before {
    width: 100%;
    height: 100%}
.btn-bg-instagram {
    position: relative;
}
.btn-bg-instagram:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #517fa4;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-instagram:hover, .btn-bg-instagram:focus, .btn-bg-instagram:active {
    color: #fff!important;
}
.btn-bg-instagram:hover:before, .btn-bg-instagram:focus:before, .btn-bg-instagram:active:before {
    width: 100%;
    height: 100%}
.btn-bg-google-plus {
    position: relative;
}
.btn-bg-google-plus:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #dd4b39;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-google-plus:hover, .btn-bg-google-plus:focus, .btn-bg-google-plus:active {
    color: #fff!important;
}
.btn-bg-google-plus:hover:before, .btn-bg-google-plus:focus:before, .btn-bg-google-plus:active:before {
    width: 100%;
    height: 100%}
.btn-bg-linkedin {
    position: relative;
}
.btn-bg-linkedin:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #007bb6;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-linkedin:hover, .btn-bg-linkedin:focus, .btn-bg-linkedin:active {
    color: #fff!important;
}
.btn-bg-linkedin:hover:before, .btn-bg-linkedin:focus:before, .btn-bg-linkedin:active:before {
    width: 100%;
    height: 100%}
.btn-bg-youtube {
    position: relative;
}
.btn-bg-youtube:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #b00;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-youtube:hover, .btn-bg-youtube:focus, .btn-bg-youtube:active {
    color: #fff!important;
}
.btn-bg-youtube:hover:before, .btn-bg-youtube:focus:before, .btn-bg-youtube:active:before {
    width: 100%;
    height: 100%}
.btn-bg-dribbble {
    position: relative;
}
.btn-bg-dribbble:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ea4c89;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-dribbble:hover, .btn-bg-dribbble:focus, .btn-bg-dribbble:active {
    color: #fff!important;
}
.btn-bg-dribbble:hover:before, .btn-bg-dribbble:focus:before, .btn-bg-dribbble:active:before {
    width: 100%;
    height: 100%}
.btn-bg-foursquare {
    position: relative;
}
.btn-bg-foursquare:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #0072b1;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-foursquare:hover, .btn-bg-foursquare:focus, .btn-bg-foursquare:active {
    color: #fff!important;
}
.btn-bg-foursquare:hover:before, .btn-bg-foursquare:focus:before, .btn-bg-foursquare:active:before {
    width: 100%;
    height: 100%}
.btn-bg-flickr {
    position: relative;
}
.btn-bg-flickr:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ff0084;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-flickr:hover, .btn-bg-flickr:focus, .btn-bg-flickr:active {
    color: #fff!important;
}
.btn-bg-flickr:hover:before, .btn-bg-flickr:focus:before, .btn-bg-flickr:active:before {
    width: 100%;
    height: 100%}
.btn-bg-vimeo {
    position: relative;
}
.btn-bg-vimeo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #aad450;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-vimeo:hover, .btn-bg-vimeo:focus, .btn-bg-vimeo:active {
    color: #fff!important;
}
.btn-bg-vimeo:hover:before, .btn-bg-vimeo:focus:before, .btn-bg-vimeo:active:before {
    width: 100%;
    height: 100%}
.btn-bg-tumblr {
    position: relative;
}
.btn-bg-tumblr:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #32506d;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-tumblr:hover, .btn-bg-tumblr:focus, .btn-bg-tumblr:active {
    color: #fff!important;
}
.btn-bg-tumblr:hover:before, .btn-bg-tumblr:focus:before, .btn-bg-tumblr:active:before {
    width: 100%;
    height: 100%}
.btn-bg-rss {
    position: relative;
}
.btn-bg-rss:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #F60;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-rss:hover, .btn-bg-rss:focus, .btn-bg-rss:active {
    color: #fff!important;
}
.btn-bg-rss:hover:before, .btn-bg-rss:focus:before, .btn-bg-rss:active:before {
    width: 100%;
    height: 100%}
.btn-bg-email {
    position: relative;
}
.btn-bg-email:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ccc;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-email:hover, .btn-bg-email:focus, .btn-bg-email:active {
    color: #fff!important;
}
.btn-bg-email:hover:before, .btn-bg-email:focus:before, .btn-bg-email:active:before {
    width: 100%;
    height: 100%}
.btn-bg-apple {
    position: relative;
}
.btn-bg-apple:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #999;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-apple:hover, .btn-bg-apple:focus, .btn-bg-apple:active {
    color: #fff!important;
}
.btn-bg-apple:hover:before, .btn-bg-apple:focus:before, .btn-bg-apple:active:before {
    width: 100%;
    height: 100%}
.btn-bg-android {
    position: relative;
}
.btn-bg-android:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #A4C639;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-android:hover, .btn-bg-android:focus, .btn-bg-android:active {
    color: #fff!important;
}
.btn-bg-android:hover:before, .btn-bg-android:focus:before, .btn-bg-android:active:before {
    width: 100%;
    height: 100%}
.btn-bg-windows {
    position: relative;
}
.btn-bg-windows:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #2672EC;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-bg-windows:hover, .btn-bg-windows:focus, .btn-bg-windows:active {
    color: #fff!important;
}
.btn-bg-windows:hover:before, .btn-bg-windows:focus:before, .btn-bg-windows:active:before {
    width: 100%;
    height: 100%}
.social-icons a {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}
@media (max-width:767.98px) {
    .social-icons a {
    width: 40px;
}
}.social-icons i {
    z-index: 1;
}
.social-round a {
    border-radius: 50%}
.social-round a:before {
    border-radius: 50%}
@media (max-width:991.98px) {
    .md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:767.98px) {
    .sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:575px) {
    .xxs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (min-width:768px) {
    .container {
    max-width: 750px;
}
}@media (min-width:992px) {
    .container {
    max-width: 970px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1170px;
}
}@media (min-width:992px) {
    .bt-content-wrap {
    width: 70%;
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-bottom: 30px;
}
}@media (min-width:992px) {
    .bt-sidebar-wrap {
    width: 30%;
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%}
}.row-no-padding {
    margin-right: 0;
    margin-left: 0;
}
.row-no-padding [class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important;
}
.main-wrap.slideout-panel {
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 -10px 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 -10px 10px;
}
.block-wrap {
    padding: 40px;
    background-color: #fff;
    margin-top: 30px;
}
@media (max-width:767.98px) {
    .block-wrap {
    padding: 30px;
    margin-top: 0;
    border-top: 1px solid #dce0e0;
}
}.block-title-wrap {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 25px;
    padding-bottom: 40px;
}
@media (max-width:767.98px) {
    .block-title-wrap {
    padding-bottom: 0;
    border-bottom: none;
}
}.block-title-wrap h2 {
    font-size: 18px;
}
.block-title-wrap h3 {
    font-size: 16px;
}
.block-content-wrap .block-title-wrap {
    margin-top: 40px;
    margin-bottom: 25px!important;
    padding-bottom: 18px;
}
@media (max-width:767.98px) {
    .block-content-wrap .block-title-wrap {
    padding-bottom: 0;
}
}.block-content-wrap p:last-of-type, .block-content-wrap ul:last-of-type {
    margin-bottom: 0;
}
.block-content-wrap .list-3-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-1-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.block-content-wrap .list-3-cols li span>span, .block-content-wrap .list-2-cols li span>span, .block-content-wrap .list-1-cols li span>span {
    float: none;
}
@media (max-width:767.98px) {
    .block-content-wrap .list-3-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-1-cols li {
    line-height: 36px;
}
}.block-map-wrap {
    margin-top: 25px;
}
.lined-block {
    border: 1px solid #dce0e0;
    padding: 20px;
}
.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
@media (max-width:991.98px) {
    .list-3-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
}@media (max-width:767.98px) {
    .list-3-cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
}.list-2-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
@media (max-width:991.98px) {
    .list-2-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
}@media (max-width:767.98px) {
    .list-2-cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
}.list-1-cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.list-1-cols li span {
    white-space: normal;
    overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    max-width: 100%}
.mb-0 {
    margin-bottom: 0;
}
.m-0 {
    margin: 0;
}
.logo a:hover {
    background-color: transparent!important;
}
@media (max-width:991.98px) {
    .header-desktop {
    display: none;
}
}.header-v2 .navbar-nav>li, .header-v3 .navbar-nav>li, .header-v5 .navbar-nav>li {
    border-right: 1px solid;
}
.header-v2 .navbar-nav>li:first-of-type, .header-v3 .navbar-nav>li:first-of-type, .header-v5 .navbar-nav>li:first-of-type {
    border-left: 1px solid;
}
.header-v2 .header-bottom, .header-v3 .header-bottom, .header-v5 .header-bottom {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.header-v2 .header-contact-right div:first-of-type {
    font-weight: 700;
}
@media (min-width:992px) {
    .header-v2-mobile .header-contact-wrap {
    display: none!important;
}
}.header-v2-mobile .header-contact-wrap .header-contact {
    padding: 10px;
    text-align: center;
}
.header-v2-mobile .header-contact-wrap .header-contact-left, .header-v2-mobile .header-contact-wrap .header-contact-4 {
    display: none!important;
}
.header-v2-mobile .header-contact-wrap .header-contact-right {
    font-size: 12px!important;
    margin: 0 auto;
}
.header-v3 .header-bottom .navi {
    left: -10px;
}
.header-v3 .login-register {
    padding-left: 20px;
    border-left: 1px solid;
}
.header-v3 .header-contact {
    right: -15px;
    margin-left: 12px;
    padding-left: 32px;
    padding-right: 32px;
}
.header-v3 .header-contact-right {
    font-size: 21px;
    font-weight: 300;
}
.header-v3 .header-contact-left img {
    top: -3px;
}
@media (max-width:767.98px) {
    .header-v3-mobile {
    padding: 3px 8px 2px;
}
}@media (min-width:992px) {
    .header-v3-mobile .header-contact-wrap {
    display: none!important;
}
}@media (max-width:767.98px) {
    .header-v3-mobile .header-contact {
    margin-left: 0;
    padding-left: 22px;
    padding-right: 22px;
    right: auto;
}
}.header-v3-mobile .header-contact-left {
    padding-right: 10px;
}
.header-v3-mobile .header-contact-left img {
    max-width: 24px;
    height: 24px;
}
@media (max-width:991.98px) {
    .header-v3-mobile .header-contact-right {
    font-size: 18px;
}
}@media (max-width:575.98px) {
    .header-v3-mobile .header-contact-right {
    font-size: 14px;
}
}.header-v3-mobile .header-social-icons {
    display: none;
}
@media (max-width:991.98px) {
    .header-v3-mobile .header-social-icons {
    display: block;
    padding: 0 22px;
}
}@media (max-width:575.98px) {
    .header-v3-mobile .header-social-icons {
    display: none;
}
}.header-v5 .logo, .header-v6 .logo {
    text-align: center;
    margin-right: 0;
}
.header-v5 .header-social-icons {
    padding: 0;
}
.header-v5 .header-social-icons, .header-v5 .logo, .header-v5 .login-register, .header-v5 .logged-in-nav-wrap {
    width: calc(100% / 3);
}
.header-v6 .header-wrap-6 {
    width: 22%}
.header-v6 .header-wrap-6.header-wrap-6-logo {
    width: 12%}
.header-v6 .logo {
    text-align: center;
    margin-right: 0;
}
.header-v6 .main-nav .navbar-nav {
    padding-right: 0;
}
.logo {
    margin-right: 20px;
}
.logo img {
    top: -3px;
}
.login-register {
    white-space: nowrap;
}
.login-register-nav a {
    padding: 10px 15px;
}
.login-register-nav a:hover {
    background-color: none!important;
}
.header-main-wrap {
    z-index: 4;
}
.header-main-wrap .login-register-nav a {
    padding: 10px 10px 10px 0;
}
.header-main-wrap .login-register-nav .btn-create-listing {
    padding: 0 15px;
}
.header-main-wrap .login-register-nav .login-link a:hover, .header-main-wrap .login-register-nav .login-link a:active, .header-main-wrap .login-register-nav .register-link a:hover, .header-main-wrap .login-register-nav .register-link a:active {
    background-color: transparent!important;
}
.header-main-wrap .login-register-nav .btn-icon-login-register {
    background-color: transparent;
    padding: 0;
    width: 42px;
    font-size: 20px;
    line-height: 42px;
    height: 42px;
    -webkit-text-stroke: .5px;
    margin-right: 10px;
}
.header-main-wrap .login-register-nav .btn-icon-login-register:hover, .header-main-wrap .login-register-nav .btn-icon-login-register:active {
    background-color: transparent!important;
}
.header-main-wrap .login-register-nav .btn-phone-number a:hover, .header-main-wrap .login-register-nav .btn-phone-number a:active {
    background-color: transparent!important;
}
.header-main-wrap .login-register-nav .btn-phone-number .icon-phone-actions-ring {
    font-size: 18px;
    top: 3px;
}
.logged-in-nav-wrap.navi-login-register .btn-create-listing {
    margin: 0 10px;
}
.header-contact-left {
    font-size: 30px;
    padding: 0 20px 0 30px;
}
.header-contact-1 .header-contact-left {
    padding: 0 20px 0 0;
}
.header-social-icons {
    font-size: 20px;
    padding: 0 0 0 30px;
}
.header-social-icons a:hover {
    background-color: transparent!important;
}
.favethemes-sticky {
    z-index: 1030;
}
.header-mobile {
    text-align: center;
    height: 60px;
    padding: 0 10px;
}
@media (min-width:992px) {
    .header-mobile {
    display: none!important;
}
}.header-mobile .logo {
    margin: 0 auto;
}
.header-mobile .toggle-button-left, .header-mobile .toggle-button-right {
    background-color: transparent;
    font-size: 20px;
}
.header-mobile .toggle-button-left:active, .header-mobile .toggle-button-left:focus, .header-mobile .toggle-button-right:active, .header-mobile .toggle-button-right:focus {
    outline: 0;
}
.header-mobile-right {
    min-width: 56px;
}
.header-transparent-wrap .header-v4, .header-transparent-wrap .navi-login-register {
    background-color: transparent!important;
}
.main-nav .navbar-nav {
    padding-right: 15px;
}
.main-nav .dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: "houzez-iconfont";
    content: "";
    vertical-align: unset;
    font-size: 10px;
    font-weight: 700;
}
.main-nav ul ul .dropdown-toggle:after {
    float: right;
}
.main-nav .dropdown-item {
    padding: 15px;
    line-height: 1.5;
    min-width: 250px;
}
.main-nav .dropdown-item:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 3px;
}
.main-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width:1200px) {
    .main-nav .nav-link {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
}.main-nav .nav-item.show>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%}
.main-nav .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%}
.main-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
.main-nav .megamenu {
    padding: 20px!important;
}
.main-nav .megamenu li:first-of-type {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-nav .megamenu li:first-of-type a, .main-nav .megamenu li:last-of-type a {
    border-bottom: none!important;
}
.on-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px;
}
@media only screen and (min-width:991px) {
    .on-hover-menu ul li, .on-hover-menu ul ul li, .on-hover-menu ul ul ul li {
    position: relative;
}
.on-hover-menu ul li:hover>ul, .on-hover-menu ul ul li:hover>ul, .on-hover-menu ul ul ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.on-hover-menu ul ul, .on-hover-menu ul ul ul, .on-hover-menu ul ul ul ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
}
.on-hover-menu ul ul {
    top: 100%;
    left: 0;
}
.on-hover-menu ul ul ul, .on-hover-menu ul ul ul ul {
    top: 0;
    left: 100%}
}.logged-in-nav {
    left: auto;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    top: 110%}
.logged-in-nav a {
    line-height: 1.5;
    padding: 15px;
    border-bottom: 1px solid;
}
.navbar-logged-in-wrap.show .logged-in-nav {
    visibility: visible;
    opacity: 1;
    top: 100%}
.navbar-logged-in-wrap .dropdown-toggle:hover {
    background-color: transparent!important;
}
@media (max-width:991.98px) {
    .slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    margin-bottom: 71px;
}
}@media (max-width:991.98px) {
    .slideout-menu-left {
    left: 0;
}
}@media (max-width:991.98px) {
    .slideout-menu-right {
    right: 0;
    left: auto;
}
}@media (max-width:991.98px) {
    .slideout-panel {
    position: relative;
    z-index: 1;
}
}@media (max-width:991.98px) {
    .slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
}
}@media (max-width:991.98px) {
    .slideout-open .slideout-menu-right.open, .slideout-open .slideout-menu-left.open {
    display: block;
}
}@media (min-width:992px) {
    .nav-mobile {
    display: none;
}
}.nav-mobile .main-nav .navbar-nav {
    padding-right: 0;
}
.nav-mobile .main-nav .nav-item {
    display: block;
}
.nav-mobile .main-nav .nav-item.dropdown>a:after {
    content: "";
    font-family: "houzez-iconfont"}
.nav-mobile .main-nav .nav-item.dropdown.show>a:after {
    content: "";
    font-family: "houzez-iconfont"}
.nav-mobile .main-nav .nav-item .dropdown-menu {
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-mobile .main-nav .nav-item .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    top: 0!important;
    left: 0!important;
}
.nav-mobile .main-nav .nav-item .dropdown-menu .nav-item>a {
    padding: 15px 15px 15px 40px;
}
.nav-mobile .main-nav .nav-item .dropdown-menu .dropdown-menu {
    left: 0!important;
    top: 0;
    z-index: 1;
}
.nav-mobile .main-nav .nav-item a {
    border-bottom: 1px solid;
    padding: 15px;
}
.navi-login-register .btn-create-listing {
    margin: 10px;
    text-align: center;
}
.nav-mobile .logged-in-nav {
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 255px;
}
.nav-mobile .navi-login-register .btn-create-listing {
    width: calc(100% - 20px);
}
.navi-user-mobile .notification-circle {
    right: 20px;
    top: 22px;
}
@media (max-width:767.98px) {
    .hide-top-bar-mobile {
    display: none;
}
}.top-bar-wrap {
    font-size: 14px;
}
.top-bar-wrap .header-social-icons {
    font-size: 15px;
}
.top-bar-wrap .header-social-icons {
    font-size: 15px;
    padding: 0;
}
.top-bar-wrap .header-social-icons .btn-square {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar-nav .navbar-toggler {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}
.switcher-wrap .btn, .top-bar-wrap .btn {
    line-height: 33px;
}
.switcher-wrap .btn:after, .top-bar-wrap .btn:after {
    margin-left: 10px;
}
.switcher-wrap .dropdown-menu, .top-bar-wrap .dropdown-menu {
    padding: 5px 18px;
    border: none;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    max-width: 150px;
}
.switcher-wrap .dropdown-menu li, .top-bar-wrap .dropdown-menu li {
    cursor: pointer;
    padding: 5px 0;
}
.top-bar-left-wrap .btn {
    margin-right: 10px;
}
.top-bar-right-wrap .btn {
    margin-left: 10px;
}
.top-bar-contact-info, .top-bar-slogan {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar-left-wrap .top-bar-contact-info {
    margin-right: 10px;
}
.top-bar-right-wrap .top-bar-contact-info {
    margin-left: 10px;
}
@media (max-width:767.98px) {
    .top-bar-contact-info span {
    display: none;
}
}.flex-search {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    padding: 0 10px 0 0;
}
@media (max-width:767.98px) {
    .flex-search {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 5px;
}
}@media (max-width:767.98px) {
    .flex-search: last-of-type {
    padding: 5px;
}
}@media (max-width:767.98px) {
    .flex-sm-max-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.advanced-search-dropdown {
    margin-top: 20px;
    padding: 30px 30px 15px;
}
.dropdown-menu-small {
    width: 240px;
}
.dropdown-menu-medium {
    width: 340px;
}
.dropdown-menu-large {
    width: 560px;
}
.advanced-search-nav {
    padding: 10px 0;
}
@media (max-width:991.98px) {
    .advanced-search-nav {
    display: none;
}
}@media (max-width:991.98px) {
    .advanced-search-nav .container {
    max-width: 100%}
}.search-icon:before {
    color: #a1a7a8;
    left: 15px;
    content: "";
    text-align: center;
    font-family: "houzez-iconfont";
    height: 42px;
    line-height: 42px;
}
.search-icon input {
    padding-left: 40px;
}
.location-trigger {
    height: 42px;
    line-height: 42px;
    border: none;
    border-left: 1px solid;
}
.mobile-search-nav {
    padding: 10px 0;
}
@media (max-width:767.98px) {
    .mobile-search-nav {
    display: block;
}
}.overlay-search-advanced-module {
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    padding: 15px 20px;
}
.overlay-search-advanced-module.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.overlay-search-advanced-module .flex-search {
    padding: 0;
}
.overlay-search-advanced-module .row {
    margin-right: -5px;
    margin-left: -5px;
}
.overlay-search-advanced-module .row div[class^=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.overlay-search-advanced-module .form-group {
    margin-bottom: 10px;
}
.overlay-search-advanced-module .search-title {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 5px 20px;
}
.overlay-search-advanced-module .features-list-wrap {
    padding-bottom: 20px;
    text-align: center;
}
.overlay-search-advanced-module .features-list .control {
    width: 49%;
    text-align: left;
}
.overlay-search-module-close {
    top: 8px;
    right: 3px;
}
.overlay-search-advanced-module .range-text {
    padding-top: 15px;
    text-align: center;
}
.overlay-search-advanced-module .price-range-wrap {
    padding: 0 0 30px;
}
.overlay-search-advanced-module .ui-slider-horizontal {
    height: 48px;
    border: none;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 25px;
}
.overlay-search-advanced-module .ui-slider-horizontal .ui-slider-range {
    top: 50%}
.overlay-search-advanced-module .ui-slider .ui-slider-handle {
    top: -1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -49px;
    border-radius: 25px;
}
.overlay-search-advanced-module .ui-slider .ui-slider-handle:first-of-type {
    margin-left: -1px;
}
@media (max-width:991.98px) {
    .overlay-search-advanced-module .ui-slider .ui-slider-handle {
    top: -21px;
}
}@media (max-width:767.98px) {
    .overlay-search-advanced-module-v3 .filters-search-v3-wrap label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
}@media (max-width:767.98px) {
    .overlay-search-advanced-module-v3 .filters-search-v3-wrap .size-calculator {
    padding-left: 60px;
}
}.advanced-search-v1-geolocation .flex-fill {
    padding-right: 10px;
}
.advanced-search-v2 .flex-search {
    margin-right: -2px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    padding-right: 0;
}
.advanced-search-v2 .advanced-search-btn {
    padding: 0 15px;
}
.advanced-search-v2 .search-icon .form-control {
    border-radius: 4px 0 0 4px;
}
.advanced-search-v2 .btn-search {
    border-radius: 0 4px 4px 0;
}
.advanced-search-v2-geolocation .flex-fill {
    margin-right: -2px;
}
.advanced-search-v3 .flex-search {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.advanced-search-v3 .btn-light-grey-outlined {
    background-color: #fff;
}
.advanced-search-dropdown {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 7px!important;
}
.advanced-search-dropdown .btn {
    padding: 0;
}
.advanced-search-dropdown .range-text {
    text-align: center;
    margin-bottom: 30px;
}
.advanced-search-dropdown .price-range-wrap {
    margin-bottom: 12px;
}
.advanced-search-dropdown .range-text .min-price-range, .advanced-search-dropdown .range-text .max-price-range {
    border-radius: 8px!important;
    width: 47%;
    border: 1px solid #dce0e0;
    padding: 8px 0;
}
.size-calculator {
    margin-bottom: 10px;
    line-height: 30px;
}
.size-calculator .quantity-calculator {
    font-weight: 700;
}
.size-calculator .btn {
    border-radius: 50%!important;
    width: 30px;
    height: 30px;
    line-height: 0;
    font-size: 16px;
    margin-left: 5px;
}
.size-calculator i {
    font-size: 20px;
}
.beds-field-wrap i, .bath-field-wrap i {
    font-size: 16px;
    top: 2px;
    left: -2px;
}
.beds-field-wrap .beds-label, .bath-field-wrap .beds-label {
    padding: 5px 10px;
    border-radius: 13px;
    line-height: 24px;
}
.beds-field-wrap .beds-label:hover, .bath-field-wrap .beds-label:hover {
    cursor: pointer;
}
.beds-field-wrap .beds-label.beds-label-selected, .bath-field-wrap .beds-label.beds-label-selected {
    background-color: #00aeff;
    color: #fff;
}
.advanced-search-filters-search-v3 {
    padding-top: 20px!important;
    padding-bottom: 10px;
}
.half-map-wrap .advanced-search-filters-search-v3 {
    padding: 30px 20px 10px;
}
.filters-search-v3-wrap {
    border-bottom: 1px dotted #dce0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.filters-search-v3-wrap:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.filters-search-v3-wrap .control {
    margin-right: 10px;
}
.filters-search-v3-wrap .size-calculator {
    padding-right: 90px;
    padding-left: 15px;
}
@media (max-width:1199.98px) {
    .filters-search-v3-wrap .size-calculator {
    padding-right: 60px;
}
}.filters-search-v3-wrap .size-calculator .quantity-calculator {
    top: -3px;
}
.filters-search-v3-title {
    margin-bottom: 10px;
}
.overlay-wrap {
    height: 100vh;
    opacity: 0;
}
.overlay-wrap.show {
    background-color: #fff;
    z-index: 999;
    opacity: .75;
}
.filters-search-v3-price {
    max-width: 415px;
    margin-bottom: 20px;
}
.size-calculator-wrap {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
}
.advanced-search-filters {
    padding-top: 15px;
    margin-right: -10px;
}
.advanced-search-filters .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advanced-search-filters .flex-search {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 20%}
.advanced-search-filters .flex-search-1-3 {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
}
.advanced-search-filters .flex-search-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.advanced-search-filters .flex-search-full {
    -ms-flex-preferred-size: 99%;
    flex-basis: 99%}
.fields-width {
    width: 18%}
.price-range-wrap, .area-range-wrap {
    padding: 0 6px;
}
.price-range-wrap {
    padding-bottom: 30px;
}
.range-text {
    margin-bottom: 20px;
}
.range-title, .min-price-range, .max-price-range, .min-area-range, .max-area-range {
    font-weight: 500;
}
.features-list-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.features-list-wrap .houzez-icon {
    margin-right: 5px;
}
.features-list {
    padding-top: 15px;
}
.features-list .control {
    width: 24%}
@media (max-width:767.98px) {
    .features-list .control {
    width: 49%}
}.btn-features-list {
    font-weight: 500;
}
.search-banner-wrap {
    background-color: #fff;
}
.search-banner-wrap .flex-search:last-of-type {
    padding: 0;
}
@media (max-width:767.98px) {
    .search-banner-wrap .flex-search: last-of-type {
    padding: 5px;
}
}.horizontal-search-wrap .search-banner-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 8px;
}
@media (max-width:991.98px) {
    .horizontal-search-wrap .search-banner-wrap {
    max-width: 80%}
}.search-banner-vertical-wrap {
    max-width: 400px;
    padding: 20px;
}
.search-banner-vertical-wrap .flex-search {
    padding-right: 0;
}
.search-banner-vertical-wrap .form-group {
    margin-bottom: 10px;
}
@media (max-width:767.98px) {
    .search-banner-vertical-wrap {
    margin: 0 auto;
}
}.vertical-search-wrap .banner-caption {
    text-align: left;
    padding-left: 10%}
@media (max-width:767.98px) {
    .vertical-search-wrap .banner-caption {
    text-align: center;
    padding-left: 0;
}
}.vertical-search-wrap-with-tabs .search-banner-vertical-wrap {
    border-radius: 0 6px 6px 6px;
}
.top-advanced-search-banner-wrap .banner-caption {
    height: 354px;
}
@media (max-width:767.98px) {
    .top-advanced-search-banner-wrap .banner-caption {
    height: 570px;
}
}.advanced-search-banner-wrap {
    width: 700px;
    margin: 0 auto;
    padding: 30px 30px 18px;
}
@media (max-width:767.98px) {
    .advanced-search-banner-wrap {
    width: 320px;
}
}.advanced-search-banner-wrap .flex-search {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
@media (max-width:767.98px) {
    .advanced-search-banner-wrap .flex-search {
    padding: 0;
}
}@media (max-width:767.98px) {
    .advanced-search-banner-wrap .btn-search, .advanced-search-banner-wrap .form-group {
    margin-bottom: 10px;
}
}.main-advanced-search-banner-wrap .banner-caption {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.advanced-search-banner-options-wrap {
    text-align: left;
}
@media (max-width:767.98px) {
    .advanced-search-banner-options-wrap {
    text-align: center;
}
}.more-options-wrap {
    padding-top: 15px;
}
.more-options-wrap .features-list .control {
    width: 24%}
@media (max-width:767.98px) {
    .more-options-wrap .features-list .control {
    width: 49%;
    text-align: left;
}
}@media (max-width:991.98px) {
    .search-expandable-wrap {
    position: relative;
}
}.search-expandable {
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 -20px 40px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 -20px 40px 0;
}
.search-expandable-inner-wrap {
    padding: 30px 30px 15px 30px;
}
@media (max-width:767.98px) {
    .search-expandable-inner-wrap {
    padding: 15px;
}
}.search-expandable-inner-wrap .advanced-search-filters .flex-search-half {
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%}
@media (min-width:992px) {
    .search-expandable-inner-wrap .advanced-search-v1>.d-flex div: last-child {
    padding-right: 0;
}
}.search-expandable .search-expandable-search-field {
    padding: 0;
    margin-bottom: 10px;
}
@media (max-width:767.98px) {
    .search-expandable .search-expandable-search-field {
    margin-bottom: 0;
    padding: 5px;
}
}.search-expandable .search-expandable-search-button {
    padding: 0;
    margin-bottom: 15px;
}
@media (min-width:992px) {
    .search-expandable .search-expandable-search-button {
    margin-bottom: 15px;
}
}@media (max-width:767.98px) {
    .search-expandable .search-expandable-search-button {
    margin-bottom: 0;
    padding: 5px;
}
}.search-expandable .features-list-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.search-expandable .form-group {
    margin-bottom: 15px;
}
@media (max-width:991.98px) {
    .search-expandable .form-group {
    margin-bottom: 10px;
}
}@media (max-width:767.98px) {
    .search-expandable .form-group {
    margin-bottom: 5px;
}
}.search-expandable .advanced-search-filters {
    padding-top: 0;
}
@media (max-width:991.98px) {
    .search-expandable .advanced-search-filters>.d-flex {
    display: block!important;
    clear: both;
}
}@media (max-width:991.98px) {
    .search-expandable .advanced-search-filters .flex-search-half {
    padding: 10px 0 20px;
}
}@media (max-width:767.98px) {
    .search-expandable .advanced-search-filters .flex-search-half {
    padding: 10px 5px 20px;
}
}.search-expandable .advanced-search-filters .flex-search {
    width: calc(100% / 4);
}
@media (max-width:991.98px) {
    .search-expandable .advanced-search-filters .flex-search {
    width: calc(100% / 4 - 2.5px);
    display: inline-block;
    float: left;
}
}@media (max-width:767.98px) {
    .search-expandable .advanced-search-filters .flex-search {
    width: calc(100% / 2);
    margin-bottom: 0;
}
}@media (max-width:767.98px) {
    .search-expandable-geolocation {
    display: block!important;
    clear: both;
}
}@media (max-width:767.98px) {
    .search-expandable-geolocation .flex-search: nth-child(2), .search-expandable-geolocation .flex-search:nth-child(3) {
    width: calc(100% / 2);
    float: left;
}
}.search-expandable-label {
    top: -45px;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    padding: 0 20px 0 30px;
    min-width: 235px;
    color: #fff;
    background-color: #00aeff;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width:767.98px) {
    .search-expandable-label {
    padding: 0 20px 0 15px;
    top: -40px;
    line-height: 40px;
}
}.search-expandable-label i {
    float: right!important;
    top: 14px;
}
@media (max-width:991.98px) {
    #advanced-dock-search-filters .advanced-search-filters {
    margin-right: 0;
}
}@media (min-width:992px) {
    #advanced-dock-search-filters .advanced-search-filters .flex-search: last-of-type {
    padding: 0 10px 0 0;
}
}.advanced-search-half-map {
    padding: 15px 0;
}
@media (max-width:767.98px) {
    .advanced-search-half-map {
    display: none;
}
}.advanced-search-half-map .form-group {
    margin-bottom: 10px;
}
.advanced-search-half-map .flex-search {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 25%}
.advanced-search-half-map .flex-search:last-of-type {
    padding: 0 10px 0 0;
}
.advanced-search-half-map .d-flex {
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advanced-search-half-map .flex-search-half {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.advanced-search-half-map .range-text {
    margin-bottom: 20px;
    margin-top: 10px;
}
.advanced-search-half-map .features-list-wrap {
    padding-bottom: 20px;
}
.advanced-search-half-map .distance-range-wrap {
    padding-top: 8px;
}
.advanced-search-half-map .ui-slider .ui-slider-handle:last-of-type {
    margin-left: -25px;
}
.half-map-features-list-wrap .save-search-btn {
    top: 14px;
    right: 0;
}
.half-map-wrap #advanced-search-filters {
    padding: 0 15px 15px;
    background-color: #fff;
}
.save-search-btn {
    margin-left: 10px;
    background-color: #28a745;
    color: #fff;
}
.save-search-btn:hover {
    background-color: rgba(40, 167, 69, .65);
}
.search-no-results-found {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 25px;
}
.auto-complete {
    z-index: 3;
    min-width: 450px;
    font-size: 14px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width:767.98px) {
    .auto-complete {
    min-width: 100%}
}.auto-complete .auto-complete-content-wrap {
    top: -2px;
}
.auto-complete .auto-complete-image-wrap {
    height: 40px;
}
.auto-complete .auto-complete-title {
    margin-bottom: 2px;
}
.auto-complete .auto-complete-title a {
    color: #000;
}
.auto-complete .list-group {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.auto-complete .list-group-item {
    border: 1px solid #dce0e0;
    padding: 15px;
}
.auto-complete .list-group-item:hover {
    background-color: #f8f8f8;
}
.auto-complete .auto-complete-footer {
    background-color: #fff;
    border: 1px solid #dce0e0;
    margin-top: -1px;
    padding: 10px 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.auto-complete .item-amenities li {
    margin-bottom: 0;
}
.auto-complete-keyword .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ui-autocomplete {
    height: auto!important;
}
@media (max-width:767.98px) {
    .ui-autocomplete {
    z-index: 9999;
    max-width: 335px;
}
}.ui-autocomplete .ui-menu-item {
    padding: 10px 20px;
    border-bottom: 1px solid #dce0e0;
}
.ui-autocomplete .ui-menu-item:last-of-type {
    border-bottom: none;
}
.ui-autocomplete .ui-menu-item.state-ui-focus {
    background-color: #fff!important;
    border: 1px solid #dce0e0;
    margin: 0;
}
.top-banner-wrap.slider-revolution-wrap {
    height: auto;
}
@media (max-width:767.98px) {
    .top-banner-wrap.top-banner-wrap-dock-search {
    margin-bottom: 352px;
}
}.top-banner-wrap-fullscreen {
    height: 100vh;
}
.banner-inner:before {
    content: " ";
    background-color: #000;
    opacity: .35;
}
.banner-caption {
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-caption .nav {
    margin-bottom: -1px;
}
.banner-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}
@media (max-width:767.98px) {
    .banner-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
}.banner-subtitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #fff;
}
@media (max-width:767.98px) {
    .banner-subtitle {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
}.map-banner {
    height: 550px;
}
.video-background {
    height: 100%}
.property-slider-item-wrap {
    height: 600px!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover, 100%}
.property-slider-item {
    width: 500px;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    padding: 25px 30px;
}
.property-slider-item::after {
    display: block;
    content: "";
    clear: both;
}
@media (max-width:991.98px) {
    .property-slider-item {
    width: 450px;
}
}@media (max-width:767.98px) {
    .property-slider-item {
    width: 310px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}.property-slider-item .label-featured {
    top: -17px;
    left: 0;
    border-radius: 4px 4px 0 0;
}
.property-slider-item .item-price-wrap {
    top: 20px;
    right: 25px;
}
@media (max-width:991.98px) {
    .property-slider-item .item-price-wrap {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 15px;
}
}.property-slider-item .item-price-wrap .item-price {
    margin-bottom: 4px;
}
@media (max-width:767.98px) {
    .property-slider-item .item-price-wrap .item-price {
    font-size: 16px;
}
}.property-slider-item .item-amenities {
    margin-bottom: 15px;
}
.property-slider-item .item-date {
    margin-left: 10px;
}
.property-slider-item .btn-item {
    border-radius: 4px 0;
}
.item-wrap {
    padding: 8px 8px 0;
}
.item-wrap:focus {
    outline: none;
}
.item-body {
    padding: 20px;
}
.item-header {
    max-width: 100%;
    min-height: 1px;
}
.item-footer {
    padding: 15px 24px;
    border-top: 1px solid #dce0e0;
}
.label-featured {
    top: 20px;
    left: 20px;
}
.item-price-wrap {
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-weight: 500;
}
.item-price-wrap .item-price {
    font-size: 18px;
}
.item-price-wrap .item-sub-price {
    font-size: 12px;
}
.item-tools {
    bottom: 20px;
    right: 20px;
}
.item-tool>span {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.item-tool>span {
    color: #fff;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, .35);
}
.item-tool>span:hover {
    background-color: rgba(0, 0, 0, .65);
    color: #fff;
}
.item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px;
}
.item-address {
    margin-bottom: 15px;
    color: #636363;
    font-size: 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-amenities {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.item-amenities li {
    margin-right: 12px;
    margin-bottom: 10px;
}
.item-amenities li .area_postfix {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.item-amenities .h-type span {
    text-transform: uppercase;
    font-size: 12px;
}
.item-amenities img {
    display: inline-block!important;
}
.btn-item {
    line-height: 30px;
    padding: 0 10px;
    bottom: 80px;
    right: 20px;
    height: 32px;
}
.btn-item.item-no-footer {
    bottom: 20px;
}
@media (max-width:767.98px) {
    .btn-item {
    display: none;
}
}.item-author, .item-date, .item-author a {
    color: #636363;
    font-size: 12px;
}
.item-author i, .item-date i, .item-author a i {
    margin-right: 5px;
}
.grid-view .item-wrap {
    border-radius: 4px 4px 0 0;
}
.grid-view .item-wrap.item-wrap-no-frame {
    padding: 0;
}
.grid-view .item-wrap.item-wrap-no-frame .hover-effect {
    border-radius: 4px 4px 0 0;
}
.grid-view .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grid-view .labels-wrap {
    top: 17px;
    right: 20px;
}
.grid-view .item-footer {
    border-radius: 0 0 4px 4px;
}
.grid-view .item-footer .item-author {
    max-width: 50%}
.list-view .item-wrap {
    padding: 8px;
}
@media (max-width:767.98px) {
    .list-view .item-wrap {
    padding: 8px 8px 0;
}
}.list-view .item-wrap.item-wrap-no-frame {
    padding: 0;
}
.list-view .item-wrap.item-wrap-no-frame .hover-effect {
    border-radius: 4px 0 0 4px;
}
@media (max-width:767.98px) {
    .list-view .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.list-view .item-header {
    width: 254px;
}
@media (max-width:767.98px) {
    .list-view .item-header {
    width: 100%}
}@media (max-width:767.98px) {
    .list-view .item-header .item-price-wrap {
    display: block;
}
}@media (max-width:767.98px) {
    .list-view .item-header .labels-wrap {
    display: block;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
}
}.list-view .item-body {
    padding: 4px 20px;
}
@media (max-width:767.98px) {
    .list-view .item-body {
    width: 100%;
    padding: 15px;
}
}.list-view .item-body .item-title {
    max-width: 250px;
}
@media (min-width:1200px) {
    .list-view .item-body .item-title {
    max-width: 360px;
}
}@media (max-width:767.98px) {
    .list-view .item-body .item-title {
    max-width: none;
}
}.list-view .item-body .item-price-wrap {
    top: 20px;
    right: 20px;
    text-align: right;
}
@media (max-width:767.98px) {
    .list-view .item-body .item-price-wrap {
    display: none;
}
}.list-view .item-body .labels-wrap {
    margin-bottom: 15px;
}
@media (max-width:767.98px) {
    .list-view .item-body .labels-wrap {
    display: none;
}
}.list-view .item-body .item-date {
    margin-left: 20px;
}
@media (max-width:767.98px) {
    .list-view .item-body .item-date {
    display: none;
}
}@media (max-width:767.98px) {
    .list-view .item-body .item-author {
    display: none;
}
}@media (max-width:767.98px) {
    .list-view .item-footer {
    display: block;
    width: 100%}
}.list-view .item-amenities {
    margin-bottom: 5px;
}
@media (max-width:767.98px) {
    .list-view .item-amenities {
    margin-bottom: 0;
}
}.list-view .btn-item {
    bottom: 20px;
}
@media (max-width:767.98px) {
    .list-view .btn-item {
    bottom: 80px;
}
}.item-wrap-v2 .item-amenities {
    padding: 15px 0 0;
}
.item-wrap-v2 .item-amenities li {
    border-right: 1px solid #dce0e0;
    padding: 0 10px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 300;
    color: #636363;
    white-space: nowrap;
}
.item-wrap-v2 .item-amenities li:first-of-type {
    padding: 0 10px 0 0;
}
.item-wrap-v2 .item-amenities li:last-of-type {
    border-right: none;
}
.item-wrap-v2 .item-amenities li:before {
    font-size: 16px;
    margin-right: 10px;
}
.item-wrap-v2 .item-amenities li span {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.item-wrap-v2 .item-footer {
    border-top: none;
}
.list-view .item-wrap-v2 .item-amenities {
    padding: 0;
    margin-bottom: 10px;
    height: 40px;
}
@media (max-width:767.98px) {
    .list-view .item-wrap-v2 .item-amenities {
    padding: 15px 0 0;
}
}.list-view .item-wrap-v2 .item-amenities li span {
    margin-bottom: 5px;
}
.list-view .item-wrap-v2 .item-body .labels-wrap {
    margin-bottom: 10px;
}
.item-listing-wrap-v3 {
    margin-bottom: 30px!important;
}
.item-wrap-v3 {
    padding: 0;
}
.item-wrap-v3 .label-featured {
    top: 20px;
    left: 20px;
}
.item-wrap-v3 .item-price-wrap {
    bottom: 45px;
    left: 20px;
}
.item-wrap-v3 .item-price-wrap .item-price {
    font-size: 14px;
}
.item-wrap-v3 .labels-wrap {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 95px;
}
.item-wrap-v3 .item-title {
    max-width: 90%;
    color: #fff;
    left: 20px;
    bottom: 70px;
}
.item-wrap-v3 .item-title a {
    color: #fff;
}
.item-wrap-v3 .item-amenities {
    font-weight: 300;
    left: 20px;
    bottom: 20px;
    color: #fff;
}
.item-wrap-v3 .item-amenities li {
    margin-bottom: 5px;
}
@media (min-width:768px) {
    .grid-view .item-wrap-v4 {
    padding: 30px 30px 0;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-body {
    padding: 20px 0;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-title {
    font-size: 24px;
    margin-bottom: 5px;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-address, .grid-view .item-wrap-v4 .item-amenities {
    font-size: 14px;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-amenities li {
    margin-right: 15px;
    margin-bottom: 10px;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-footer {
    padding: 13px 30px 15px;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .btn-item {
    right: 30px;
    padding: 5px 30px;
    height: 42px;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-price {
    font-size: 24px;
    margin-bottom: 5px;
}
}@media (min-width:768px) {
    .grid-view .item-wrap-v4 .item-price-wrap .item-sub-price {
    font-size: 14px;
}
}.item-wrap-v5 {
    padding: 0;
}
.item-wrap-v5 .item-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}
.item-wrap-v5 .item-body {
    padding: 30px;
}
.item-wrap-v5 .item-tool span {
    background-color: transparent;
}
.item-wrap-v5 .item-v5-price, .item-wrap-v5 .item-v5-type, .item-wrap-v5 .item-amenities {
    text-align: center;
}
.item-wrap-v5 .item-v5-price {
    font-size: 18px;
    margin-bottom: 5px;
}
.item-wrap-v5 .item-v5-type {
    margin-bottom: 25px;
    font-size: 12px;
    text-transform: uppercase;
}
.item-wrap-v5 .item-amenities li {
    margin-left: 6px;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
}
.item-wrap-v5 .item-amenities li:before {
    font-size: 24px;
}
.listing-v5 .grid-view {
    margin-right: -15px;
    margin-left: -15px;
}
.listing-v5 .grid-view .item-listing-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .listing-v5 .list-view .item-wrap-v5 .item-body {
    padding: 0 0 0 30px;
}
}@media (min-width:768px) {
    .listing-v5 .list-view .item-wrap-v5 .item-title, .listing-v5 .list-view .item-wrap-v5 .item-v5-price, .listing-v5 .list-view .item-wrap-v5 .item-v5-type, .listing-v5 .list-view .item-wrap-v5 .item-amenities {
    text-align: left;
}
}@media (min-width:768px) {
    .listing-v5 .list-view .item-wrap-v5 .item-v5-type {
    margin-bottom: 15px;
}
}@media (min-width:768px) {
    .listing-v5 .list-view .item-wrap-v5 .item-title {
    margin-bottom: 10px;
    font-size: 20px;
}
}@media (min-width:768px) {
    .listing-v5 .list-view .item-wrap-v5 .item-amenities {
    margin: 0;
}
}@media (min-width:768px) {
    .listing-v5 .list-view .item-wrap-v5 .item-amenities li {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 12px;
}
}.item-wrap-v6 {
    padding: 0;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .03);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .03);
}
.item-wrap-v6 .item-title {
    margin: 0 0 10px;
}
.item-wrap-v6 .item-price-wrap {
    display: block!important;
    bottom: auto;
    left: auto;
}
.item-wrap-v6 .item-amenities {
    color: #636363;
}
.item-wrap-v6 .amenities-price-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.item-wrap-v6 .item-tools {
    visibility: hidden;
    opacity: 0;
}
@media (max-width:991.98px) {
    .item-wrap-v6 .item-tools {
    visibility: visible;
    opacity: 1;
}
}.item-wrap-v6 .item-header {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.item-wrap-v6 .item-header:hover .item-tools {
    visibility: visible;
    opacity: 1;
}
.item-wrap-v6 .item-body {
    border-radius: 0 0 4px 4px;
}
@media (min-width:768px) {
    .listing-v6 .list-view .item-body .d-flex {
    display: block!important;
}
}@media (min-width:768px) {
    .listing-v6 .list-view .item-body .item-amenities {
    margin-bottom: 0;
    font-size: 16px;
}
}.listing-v6 .list-view .item-body .item-price-wrap {
    right: auto;
    top: auto;
}
@media (min-width:768px) {
    .listing-v6 .list-view .item-body .item-price-wrap {
    text-align: left;
    margin-bottom: 10px;
}
}.listing-v6 .list-view .item-wrap {
    padding: 0;
}
@media (min-width:768px) {
    .listing-v6 .list-view .item-wrap .item-title {
    font-size: 18px;
}
}.item-listing-parallax:nth-child(odd) .item-parallax-wrap {
    left: 15%;
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
}
@media (max-width:767.98px) {
    .item-listing-parallax: nth-child(odd) .item-parallax-wrap {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}.item-listing-parallax:nth-child(even) .item-parallax-wrap {
    left: 85%;
    -webkit-transform: translate(-85%, -50%);
    -ms-transform: translate(-85%, -50%);
    transform: translate(-85%, -50%);
}
@media (max-width:767.98px) {
    .item-listing-parallax: nth-child(even) .item-parallax-wrap {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}.item-parallax-wrap {
    top: 50%;
    padding: 60px;
    width: 540px;
}
@media (max-width:991.98px) {
    .item-parallax-wrap {
    width: 440px;
}
}@media (max-width:767.98px) {
    .item-parallax-wrap {
    padding: 30px;
    width: 340px;
}
}.item-parallax-wrap .item-title {
    font-size: 32px;
    margin: 0 0 5px;
}
@media (max-width:991.98px) {
    .item-parallax-wrap .item-title {
    font-size: 24px;
}
}@media (max-width:767.98px) {
    .item-parallax-wrap .item-title {
    font-size: 18px;
}
}.item-parallax-wrap .item-address {
    font-size: 16px;
    margin-bottom: 20px;
}
@media (max-width:991.98px) {
    .item-parallax-wrap .item-address {
    font-size: 14px;
}
}@media (max-width:767.98px) {
    .item-parallax-wrap .item-address {
    font-size: 12px;
    margin-bottom: 10px;
}
}.item-parallax-wrap .item-price-wrap {
    margin-bottom: 25px;
}
@media (max-width:767.98px) {
    .item-parallax-wrap .item-price-wrap {
    margin-bottom: 15px;
}
}.item-parallax-wrap .item-price-wrap .item-price {
    font-size: 24px;
    margin-bottom: 4px;
}
@media (max-width:991.98px) {
    .item-parallax-wrap .item-price-wrap .item-price {
    font-size: 18px;
}
}@media (max-width:767.98px) {
    .item-parallax-wrap .item-price-wrap .item-price {
    font-size: 16px;
}
}.item-parallax-wrap .item-price-wrap .item-sub-price {
    font-size: 16px;
    font-weight: 300;
}
@media (max-width:991.98px) {
    .item-parallax-wrap .item-price-wrap .item-sub-price {
    font-size: 14px;
}
}@media (max-width:767.98px) {
    .item-parallax-wrap .item-price-wrap .item-sub-price {
    font-size: 12px;
}
}.item-parallax-wrap .item-amenities {
    font-size: 16px;
    font-weight: 300;
}
@media (max-width:991.98px) {
    .item-parallax-wrap .item-amenities {
    font-size: 14px;
}
}@media (max-width:767.98px) {
    .item-parallax-wrap .item-amenities {
    font-size: 12px;
}
}.labels-right a {
    margin-left: 3px;
}
.breadcrumb {
    font-size: 13px;
    background-color: transparent;
}
@media (max-width:767.98px) {
    .breadcrumb {
    font-size: 12px;
}
}.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    font-family: "houzez-iconfont";
    font-size: 10px;
}
.pagination-wrap {
    margin: 30px 0;
}
@media (max-width:767.98px) {
    .pagination-wrap {
    margin-top: 80px;
}
}.page-link {
    margin: 0 3px;
    border-color: transparent;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    margin-left: 1px;
}
.page-link:hover {
    background-color: #dce0e0;
    border-color: transparent;
}
.spinner {
    margin: 40px auto;
    width: 70px;
    text-align: center;
}
.spinner>div {
    background-color: rgba(34, 34, 34, .5);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}@keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}.block-map-wrap {
    min-height: 450px;
}
.loader-show {
    display: inline-block;
    margin-right: 10px;
}
.houzez-map-loading {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.map-notfound {
    color: #222;
    font-size: 20px;
    font-weight: 300;
    z-index: 1;
    top: 30%;
    left: 50%;
    width: 280px;
    height: 78px;
    margin: 0 auto;
    margin-left: -150px;
    padding-top: 30px;
    text-align: center;
    opacity: .95;
    background-color: #fff;
}
.houzez-fullscreen-map {
    z-index: 1000001;
}
.gm-style-iw[style], .gm-style-iw-d[style], .gm-style-iw-c[style] {
    padding: 0!important;
    max-width: 300px!important;
    overflow: hidden!important;
}
.map-info-window {
    width: 300px;
}
.map-info-window .item-wrap img {
    width: 120px;
}
.map-info-window .item-header {
    width: 120px;
    height: 90px;
    padding: 5px;
}
.map-info-window .item-body {
    width: 180px;
    height: 90px;
    padding: 6px 15px 0 5px;
}
.map-info-window .item-title {
    font-size: 13px;
    white-space: normal;
    -o-text-overflow: unset;
    text-overflow: unset;
    line-height: 18px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.map-info-window .item-info {
    line-height: 20px;
}
.map-info-window .item-info .item-type {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.gm-marker {
    color: #000;
    border-radius: 30px;
    line-height: 22px;
    padding: 0 7px;
    font-size: 12px;
}
.gm-marker {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .2)!important;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .2)!important;
}
.gm-marker:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}
.gm-marker:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
.gm-marker:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.gm-marker.active, .gm-marker.hover-state {
    background: #000;
    color: #fff;
}
.gm-marker.active:after, .gm-marker.hover-state:after {
    border-top-color: #000;
}
.gm-marker-price {
    font-weight: 700;
}
.gm-marker-price:before {
    content: "";
    display: block;
    height: 7px;
    width: 10px;
    position: absolute;
    top: 26px;
    left: calc(50% - 5px);
    border-radius: 100%}
.gm-marker-price:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    height: 4px;
    width: 10px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(100% + 5px);
}
.map-arrows-actions, .map-next-prev-actions, .map-zoom-actions {
    font-size: 0;
}
.map-arrows-actions {
    top: 20px;
    left: 20px;
}
.map-next-prev-actions {
    top: 20px;
    right: 20px;
}
.map-zoom-actions {
    right: 20px;
    bottom: 20px;
}
.map-btn {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px;
}
@media (max-width:575.98px) {
    .map-btn span {
    display: none;
}
}.map-btn:hover {
    background-color: #000;
}
.map-btn+.map-btn {
    margin-left: 3px;
}
.map-btn .houzez-icon {
    font-weight: 700;
}
.map-search[style] {
    top: 20px!important;
    left: 82px!important;
}
.map-search {
    font-size: 14px;
    width: 188px;
    height: 32px;
    margin-left: 3px;
    padding: 0 8px;
    color: #000;
    border: 1px solid #dce0e0;
    background-color: #fff;
}
.leaflet-popup {
    background-color: #fff;
}
.leaflet-popup .map-info-window .item-header {
    padding: 0;
}
.leaflet-popup .map-info-window .item-address {
    margin-bottom: 0;
}
.leaflet-popup .map-info-window .item-body {
    padding: 10px 10px 0 10px;
}
.leaflet-popup-tip-container {
    bottom: -20px;
}
#houzez-properties-map .leaflet-control-container {
    display: none;
}
.page-title-wrap {
    padding: 30px 0;
}
@media (max-width:767.98px) {
    .page-title-wrap {
    padding: 15px 0;
}
}.page-title h1 {
    margin: 0;
    font-size: 30px;
}
@media (max-width:767.98px) {
    .page-title h1 {
    font-size: 20px;
}
}.page-content-wrap {
    padding: 40px;
    background-color: #fff;
}
.article-page-wrap {
    margin-bottom: 40px;
}
.splash-page-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
}
.splash-page-wrap .header-transparent-wrap {
    border-bottom: none;
}
.splash-page-footer {
    padding: 30px 15px;
    height: 84px;
}
@media (max-width:767.98px) {
    .splash-page-footer {
    padding: 0;
}
}@media (max-width:767.98px) {
    .splash-page-footer>.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
}.splash-page-footer-left, .splash-page-footer-right {
    color: #fff;
}
@media (max-width:767.98px) {
    .splash-page-footer-left, .splash-page-footer-right {
    margin-bottom: 10px;
}
}.splash-page-footer-right a {
    color: #fff;
}
.splash-slider-wrap {
    z-index: 0;
}
.splash-slider-wrap .slick-list[style] {
    height: 100vh!important;
}
.splash-slider-wrap .slick-track {
    height: 100vh;
}
.splash-slider-wrap .splash-slider-item {
    background-size: cover;
    height: 100vh;
}
.video-background {
    z-index: 0;
}
.video-background:before {
    content: " ";
    background-color: #000;
    opacity: .35;
}
.error-404-page {
    padding-top: 40px;
    min-height: 500px;
}
.login-form-page-wrap {
    max-width: 480px;
    margin: 0 auto 40px;
}
@media (max-width:767.98px) {
    .login-form-page-wrap {
    padding: 20px;
}
}.login-form-page-wrap .nav-tabs {
    border-bottom: none;
}
.login-form-page-wrap .nav-tabs .nav-link.active, .login-form-page-wrap .nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
}
.card-deck .card {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    border: none;
}
@media (min-width:576px) {
    .card-deck .card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
}.listing-view::after {
    display: block;
    content: "";
    clear: both;
}
.listing-view .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.listing-view.card-deck {
    padding-left: 15px;
    padding-right: 15px;
}
.listing-view.list-view .item-address {
    max-width: 400px;
}
.grid-view {
    margin-right: -15px;
    margin-left: -15px;
}
.grid-view.card-deck {
    padding-left: 0;
    padding-right: 0;
}
.grid-view .item-listing-wrap {
    width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: auto!important;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
}
@media (max-width:767.98px) {
    .grid-view .item-listing-wrap {
    width: 100%;
    float: none;
}
}.grid-view .item-listing-wrap-v4 {
    width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: auto!important;
}
.grid-view .item-listing-wrap-v6 {
    margin-bottom: 15px;
}
.list-view .item-listing-wrap {
    margin-bottom: 15px;
}
@media (max-width:767.98px) {
    .list-view .item-listing-wrap {
    margin-bottom: 50px;
}
}@media (min-width:992px) {
    .grid-view-3-cols.grid-view .item-listing-wrap {
    width: calc(100% / 3);
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
}
}@media (min-width:992px) {
    .grid-view-3-cols.list-view .item-listing-wrap {
    width: 100%}
}@media (min-width:992px) {
    .grid-view-4-cols: not(.list-view) .item-listing-wrap {
    width: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
    flex-basis: calc(100% / 4);
}
}@media (max-width:767.98px) {
    .listing-tools-wrap>.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: start!important;
}
}@media (max-width:767.98px) {
    .listing-tabs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%}
}.listing-tabs .nav-tabs {
    border-bottom: none;
}
.listing-tabs .nav-tabs .nav-link {
    border-color: transparent;
    text-transform: uppercase;
    padding: 20px;
    width: auto;
    min-width: 150px;
    text-align: center;
    background-color: #ebebeb;
    line-height: 14px;
    white-space: nowrap;
    font-size: 13px;
}
@media (max-width:767.98px) {
    .listing-tabs .nav-tabs .nav-item {
    width: 100%}
}.sort-by-title {
    white-space: nowrap;
    font-size: 14px;
}
@media (max-width:767.98px) {
    .sort-by {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}.sort-by .filter-option {
    margin-right: 10px;
}
.sort-by .bootstrap-select .dropdown-menu {
    min-width: 100%}
.sort-by .form-control, .sort-by .btn-light.dropdown-toggle {
    padding: 0 2px;
    border-color: transparent!important;
    background-color: transparent!important;
}
.listing-switch-view .switch-btn {
    font-size: 20px;
    color: #636363;
}
.lightbox-content-wrap {
    -webkit-overflow-scrolling: touch;
}
.lightbox-content-wrap .labels-wrap {
    margin-bottom: 10px;
}
.lightbox-content-wrap .item-title {
    font-size: 18px;
}
.lightbox-content-wrap .item-address {
    font-size: 14px;
    margin-bottom: 15px;
}
.lightbox-content-wrap .item-price-wrap, .lightbox-content-wrap .property-overview-data {
    border-top: 1px solid #dce0e0;
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 20px;
    padding: 20px 0;
}
.lightbox-content-wrap .item-wrap {
    padding: 0;
}
.lightbox-content-wrap .btn-item {
    height: auto;
    line-height: 40px;
}
.lightbox-content-wrap .property-overview-data .flex-fill {
    width: calc(100% / 3.1);
    display: inline-block;
    padding: 5px 0;
}
.lightbox-content-wrap .property-overview-data .flex-grow-1 {
    padding: 0 0 5px 0;
}
.load-more-wrap {
    margin-top: 30px;
    text-align: center;
}
@media (max-width:767.98px) {
    #map-view-wrap {
    display: none;
}
}.half-map-wrap .page-title-wrap {
    padding: 25px;
}
@media (max-width:767.98px) {
    .half-map-wrap .page-title-wrap {
    padding: 10px 25px;
}
}.half-map-wrap .page-title h1 {
    font-size: 18px;
}
.half-map-wrap .listing-switch-view {
    padding-left: 10px;
}
.half-map-wrap .listing-view {
    padding: 0 25px;
    margin-right: 0;
    margin-left: 0;
}
@media (max-width:767.98px) {
    .half-map-wrap .listing-view {
    padding: 0 10px;
}
}.half-map-right-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
@media (max-width:767.98px) {
    .half-map-right-wrap .pagination-wrap {
    margin-top: 40px;
    margin-bottom: 100px;
}
}.advanced-search-half-map {
    padding: 30px 10px;
}
.advanced-search-half-map .half-map-buttons-wrap {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
@media (min-width:1201px) {
    .half-map-left-wrap {
    width: calc(100% - 780px);
}
.half-map-right-wrap {
    width: 780px;
}
}@media (max-width:1200px) {
    .half-map-left-wrap {
    width: calc(100% - 640px);
}
.half-map-right-wrap {
    width: 640px;
}
}@media (max-width:991px) {
    .half-map-left-wrap {
    width: calc(100% - 375px);
}
.half-map-right-wrap {
    width: 375px;
}
.half-map-right-wrap .grid-view .item-listing-wrap {
    width: 100%}
.advanced-search-half-map, .listing-switch-view {
    display: none;
}
.mobile-search-nav {
    display: block;
}
}@media (max-width:768px) {
    .half-map-left-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative!important;
    float: none!important;
}
.half-map-right-wrap {
    width: 100%;
    position: relative!important;
    float: none!important;
}
.half-map-right-wrap .grid-view .item-listing-wrap {
    width: 50%;
    float: left;
}
}@media (max-width:575px) {
    .half-map-right-wrap .grid-view .item-listing-wrap {
    width: 100%;
    float: none;
}
}.mobile-map-switch {
    width: 80%;
    margin: 0 10%;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid #dce0e0;
    border-radius: 8px;
}
@media (min-width:768px) {
    .mobile-map-switch {
    display: none;
}
}.mobile-map-switch .btn {
    width: 50%}
.mobile-map-switch .btn:first-of-type {
    border-right: 1px solid #dce0e0;
}
.compare-property-active {
    overflow-x: hidden;
    left: 0;
}
.compare-property-active-push-toleft {
    left: -240px;
}
.compare-property-panel {
    background-color: #fff;
    position: fixed;
    padding: 20px 15px 20px 20px;
    border-left: 1px solid #dce0e0;
}
.compare-property-panel .title {
    margin-bottom: 20px;
}
.compare-property-panel-vertical {
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 100;
}
.compare-property-panel-right {
    right: -300px;
}
.compare-property-panel-right.compare-property-panel-open {
    right: 0;
}
.compare-property-panel, .compare-property-active {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.compare-tool {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 20px;
}
.compare-tool .title {
    font-size: 14px;
    margin-bottom: 15px;
}
.compare-item {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 10px;
}
.compare-item .remove-icon {
    color: #fff;
    border-radius: 10px;
    display: block;
    width: 20px;
    line-height: 20px;
    bottom: 10px;
    right: 10px;
    text-align: center;
    z-index: 2;
}
.empty-compare-item {
    border: 3px dotted #dce0e0;
    background: rgba(220, 224, 224, .2);
    height: 96px;
}
.compare-table {
    background-color: #fff;
    margin-bottom: 40px;
}
@media (max-width:767.98px) {
    .compare-table {
    overflow-x: scroll;
}
}.compare-table th, .compare-table td {
    padding: 10px!important;
    width: 20%;
    vertical-align: middle!important;
}
.compare-table th:first-child, .compare-table td:first-child {
    text-align: right;
    padding: 10px 20px 10px 10px;
}
@media (max-width:767.98px) {
    .compare-table th, .compare-table td {
    white-space: nowrap;
}
}.compare-table .table-hover>tbody>tr:hover {
    color: #fff;
}
.compare-property-label {
    background-color: #636363;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: -40px;
    text-align: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
    border: none;
}
.compare-property-label:hover, .compare-property-label:active {
    background-color: #4a4a4a;
}
.compare-property-label .compare-label {
    background-color: #85c341;
    font-size: 11px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}
.property-wrap .breadcrumb-wrap {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
@media (max-width:767.98px) {
    .property-wrap .page-title-wrap {
    display: none;
}
}@media (min-width:768px) {
    .property-wrap .page-title-wrap .page-title {
    max-width: 500px;
}
}@media (min-width:992px) {
    .property-wrap .page-title-wrap .page-title {
    max-width: 640px;
}
}@media (min-width:1200px) {
    .property-wrap .page-title-wrap .page-title {
    max-width: 800px;
}
}.property-title-price-wrap {
    margin-top: 15px;
}
.page-title-wrap .item-price-wrap {
    text-align: right;
    top: 3px;
}
.page-title-wrap .item-price-wrap .item-price {
    font-size: 30px;
    margin-bottom: 7px;
}
@media (max-width:991.98px) {
    .page-title-wrap .item-price-wrap .item-price {
    font-size: 24px;
}
}.page-title-wrap .item-price-wrap .item-sub-price {
    font-size: 18px;
    font-weight: 300;
    color: #636363;
}
@media (max-width:991.98px) {
    .page-title-wrap .item-price-wrap .item-sub-price {
    font-size: 16px;
}
}.page-title-wrap .labels-wrap {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    top: -1px;
}
.page-title-wrap .label {
    font-size: 12px;
    padding: 7px 10px 6px;
    margin-right: 5px;
}
@media (max-width:991.98px) {
    .page-title-wrap .label {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 6px;
    margin-right: 5px;
}
}.page-title-wrap .page-title {
    margin-right: 10px;
}
.page-title-wrap .page-title .label-featured {
    margin-top: 1px;
}
@media (max-width:991.98px) {
    .page-title-wrap .page-title h1 {
    font-size: 24px;
}
}.page-title-wrap .item-address {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 7px;
}
@media (max-width:767.98px) {
    .page-title-wrap .item-address {
    font-size: 14px;
    top: -9px;
}
}.page-title-wrap .item-tool span {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}
.page-title-wrap .item-tool span:hover {
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
}
.property-tools {
    margin-bottom: 5px;
}
.property-tools .btn {
    line-height: 32px;
    font-size: 13px;
    padding: 0 10px;
}
.property-labels-wrap {
    margin: 10px 0 12px;
}
.item-tool-dropdown-menu {
    border-color: transparent;
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.item-tool-dropdown-menu .dropdown-item {
    padding: 10px;
    color: #fff;
}
.item-tool-dropdown-menu .dropdown-item:hover {
    background-color: #000;
}
.property-banner .nav {
    top: 50px;
    right: 50px;
}
.property-banner .nav .nav-link {
    margin-left: 5px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, .65);
}
.property-banner .nav .nav-link.active {
    color: #fff!important;
}
.property-banner .tab-pane {
    background-size: cover;
    background-position: center center;
}
@media (max-width:767.98px) {
    .property-banner .tab-pane {
    height: 0;
    padding-top: 75%}
}.property-detail-v1 .property-banner .tab-pane {
    height: 700px;
}
@media (max-width:991.98px) {
    .property-detail-v1 .property-banner .tab-pane {
    height: 0;
    padding-top: 75%}
}.swipebox {
    text-align: center;
}
.property-banner .property-form-wrap {
    background-color: rgba(255, 255, 255, .95);
    top: 40px;
    left: 40px;
    padding: 30px;
    width: 370px;
}
@media (max-width:991.98px) {
    .property-banner .property-form-wrap {
    display: none;
}
}.property-form {
    margin-top: 15px;
}
.property-form .btn-half-width:last-of-type {
    margin-right: 0;
}
.property-form button.btn-half-width:first-of-type {
    margin-right: 10px;
}
.property-form a.btn-half-width:first-of-type {
    margin-right: 0;
}
.property-form .control__indicator {
    top: 3px;
    width: 15px;
    height: 15px;
}
.property-form .control__indicator:after {
    width: 5px;
    height: 8px;
    left: 4px;
    top: 1px;
}
.property-form .control.control--checkbox {
    padding-left: 22px;
    font-size: 13px;
}
.sidebar-wrap .property-form-wrap {
    padding: 30px;
    background-color: #fff;
}
.property-form-terms {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.agent-information {
    padding-left: 15px;
    line-height: 25px;
}
.agent-information .agent-link {
    font-weight: 500;
}
.agent-information .agent-social-media {
    margin-top: -4px;
}
.agent-information .agent-phone-wrap {
    margin-bottom: 10px;
}
.agent-information .agent-phone-wrap span {
    margin-right: 10px;
    overflow: hidden;
}
.agent-information .agent-phone-wrap span:hover {
    cursor: pointer;
}
.agent-information li.agent-phone-wrap .houzez-icon {
    top: -4px;
}
.agent-phone.agent-phone-hidden {
    width: 60px;
}
.property-description-wrap img {
    max-width: 100%;
    height: auto;
}
.property-documents {
    margin-bottom: 10px;
}
.property-document-link {
    text-transform: uppercase;
    font-size: 12px;
}
.detail-wrap {
    border: 1px solid;
    padding: 30px;
}
.block-content-wrap .detail-wrap li {
    border-color: rgba(0, 0, 0, .05);
}
.block-content-wrap .detail-wrap li strong {
    white-space: nowrap;
}
.block-content-wrap .detail-wrap li span {
    max-width: 150px;
    text-align: right;
}
.block-content-wrap .detail-wrap li.multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-content-wrap .detail-wrap li.multiple span {
    white-space: normal;
    overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    max-width: none;
    text-align: right;
}
.block-content-wrap .detail-wrap li.multiple strong {
    margin-right: 5px;
    display: inline-block;
    float: left;
    white-space: nowrap;
}
.property-address-wrap .block-content-wrap .list-2-cols li span {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.property-features-wrap .block-content-wrap .list-3-cols li, .property-features-wrap .block-content-wrap .list-2-cols li, .property-features-wrap .block-content-wrap .list-1-cols li {
    border: none;
    display: block;
}
.block-video-wrap {
    padding-bottom: 56.25%}
.block-virtual-video-wrap {
    padding-bottom: 75%}
.block-video-wrap, .block-virtual-video-wrap {
    height: 0;
}
.walkscore_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.walkscore_details img {
    margin-right: 10px;
}
.what-nearby dl {
    margin-bottom: 30px;
}
.what-nearby dt {
    margin-bottom: 20px;
}
.what-nearby dd {
    margin-bottom: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #dce0e0;
}
.what-nearby .time-review {
    color: #5c6872;
    font-size: 12px;
}
.what-nearby .what-nearby-left {
    font-weight: 500;
    width: 50%}
@media (max-width:767.98px) {
    .what-nearby .what-nearby-left {
    float: none;
    text-align: left;
    width: 100%}
}.what-nearby .what-nearby-right {
    text-align: right;
    width: 50%}
@media (max-width:767.98px) {
    .what-nearby .what-nearby-right {
    float: none;
    text-align: left;
    width: 100%}
}.what-nearby .what-nearby-right .label {
    margin: 0 5px;
    font-size: 10px;
    padding: 4px 6px;
}
.star .icon-rating {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-size: 14px;
}
.star .full-star {
    background-image: url(../../../themes/houzez/img/full-star.svg);
}
.star .half-star {
    background-image: url(../../../themes/houzez/img/half-star.svg);
}
.star .empty-star {
    background-image: url(../../../themes/houzez/img/empty-star.svg);
}
.property-floor-plans-wrap .accordion-title {
    max-width: 294px;
    white-space: normal;
    margin-right: 20px;
}
.accordion-tab {
    margin-bottom: 1px;
    border-bottom: 1px solid #dce0e0;
}
.accordion-title {
    font-size: 16px;
    white-space: nowrap;
}
.accordion-header {
    padding: 10px;
    cursor: pointer;
}
.accordion-header .list-inline-item {
    margin-right: 15px;
}
.accordion-header .list-inline-item:last-of-type {
    margin-right: 0;
}
@media (max-width:767.98px) {
    .accordion-header .list-inline-item {
    margin-right: 5px;
}
}@media (max-width:767.98px) {
    .accordion-header .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.accordion-header .accordion-title:before {
    font-family: "houzez-iconfont";
    font-size: 14px;
    margin-right: 5px;
}
@media (max-width:767.98px) {
    .accordion-header .accordion-title {
    width: 100%}
}@media (max-width:767.98px) {
    .accordion-header .floor-information {
    width: 100%;
    font-size: 13px;
}
}.accordion-header[aria-expanded=false] .accordion-title:before {
    content: ""}
.accordion-header[aria-expanded=true] .accordion-title:before {
    content: ""}
.accordion-body {
    padding: 0 0 15px;
}
.accordion-body .floor-plan-description {
    padding-top: 15px;
}
.similar-property-wrap {
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dce0e0;
}
@media (max-width:767.98px) {
    .similar-property-wrap {
    padding: 0 30px 30px;
}
}.similar-property-wrap .item-tools {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.property-review-wrap {
    margin-top: 40px;
}
@media (max-width:767.98px) {
    .property-review-wrap {
    padding: 0 30px;
}
}.property-review-wrap .review-title-wrap {
    padding-bottom: 10px;
    border-bottom: none;
    white-space: nowrap;
}
@media (max-width:767.98px) {
    .property-review-wrap .review-title-wrap {
    display: block!important;
}
}@media (max-width:767.98px) {
    .property-review-wrap .review-title-wrap h2 {
    padding-right: 10px;
    float: left;
}
}.property-review-wrap .review-title-wrap .rating-score-wrap {
    padding-top: 4px;
}
@media (max-width:767.98px) {
    .property-review-wrap .review-title-wrap .rating-score-wrap {
    float: left;
    width: auto;
}
}.property-review-wrap .review-title-wrap .sort-by {
    margin-right: 10px;
}
@media (max-width:767.98px) {
    .property-review-wrap .review-title-wrap .sort-by {
    clear: both;
    background: #fff;
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
    top: 20px;
    padding: 0 10px;
    border-radius: 4px;
}
}.property-review-wrap .block-wrap {
    border-top: none;
}
.rating-score-wrap {
    padding-left: 10px;
}
@media (max-width:767.98px) {
    .rating-score-wrap {
    width: 100%;
    padding-left: 0;
}
}.rating-score {
    color: #636363;
}
.review-list-wrap {
    margin: 30px 0 60px;
}
.property-review {
    margin-bottom: 30px;
}
.review-title {
    font-size: 16px;
}
@media (max-width:767.98px) {
    .review-title {
    width: 100%;
    margin-bottom: 10px;
}
}.review-message {
    padding-left: 30px;
}
.review-message p {
    margin: 10px 0 0;
}
@media (max-width:767.98px) {
    .review-message .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.review-date {
    font-size: 12px;
    margin: 5px 0 10px;
}
.review-like {
    text-align: right;
}
.review-like .review-like-button, .review-like .review-dislike-button {
    cursor: pointer;
}
.review-like .review-like-button, .review-like .review-like-button a {
    color: #28a745;
}
.review-like .review-dislike-button, .review-like .review-dislike-button a {
    color: #dc3545;
}
.review-like .review-like-button a:hover, .review-like .review-dislike-button a:hover {
    top: -2px;
}
.likes-container-js .btn-loader:after {
    border-color: red transparent green transparent;
}
.fave-load-more .btn-loader:after {
    border-color: #000 transparent #000 transparent;
}
.property-nav-wrap {
    margin-top: 30px;
}
@media (max-width:767.98px) {
    .property-nav-wrap {
    padding: 0 30px;
}
}.property-nav-wrap .prev-property img {
    margin-right: 20px;
}
.property-nav-wrap .next-property {
    text-align: right;
}
.property-nav-wrap .next-property img {
    margin-left: 20px;
}
.property-nav-wrap .property-nav-link {
    font-weight: 500;
}
.property-overview-wrap ul li {
    color: #5c6872;
    white-space: nowrap;
}
.property-overview-wrap ul .property-overview-type {
    top: -2px;
}
.property-overview-wrap ul .property-overview-item {
    font-size: 16px;
}
@media (max-width:767.98px) {
    .property-overview-wrap .property-overview-data {
    display: block!important;
}
}@media (max-width:767.98px) {
    .property-overview-wrap .property-overview-data .flex-grow-1 {
    display: block;
    width: 100%}
}@media (max-width:767.98px) {
    .property-overview-wrap .property-overview-data .flex-fill {
    width: calc(100% / 2.1);
    display: inline-block;
    padding: 15px 0 0;
}
}.property-detail-v2 .page-label-wrap {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}
.property-detail-v2 .page-label-wrap.page-title-wrap {
    z-index: 0;
}
.property-detail-v2 .page-label-wrap .labels-wrap {
    display: inline-block;
}
.property-detail-v2 .page-title-wrap {
    z-index: 2;
}
.property-detail-v2 .page-title-wrap .labels-wrap {
    top: 0;
}
.property-detail-v2 #pills-gallery, .property-detail-v2 #pills-map, .property-detail-v2 #pills-street-view {
    height: 610px;
}
.property-detail-v2 #pills-gallery {
    background-size: cover;
    background-repeat: none;
    background-position: center;
}
.property-detail-v2 .breadcrumb *, .property-detail-v2 .breadcrumb-item+.breadcrumb-item::before, .property-detail-v2 .page-title, .property-detail-v2 .page-title-wrap .item-price-wrap .item-price, .property-detail-v2 .page-title-wrap .item-price-wrap .item-sub-price, .property-detail-v2 .page-title-wrap .item-address {
    color: #fff;
}
@media (max-width:767.98px) {
    .property-detail-v2 .page-title {
    color: #000;
}
}.property-detail-v2 .page-title-wrap .item-tool span {
    color: #fff;
    border: 1px solid #fff;
}
.property-detail-v2 .page-title-wrap .item-tool span:hover {
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
}
.property-detail-v2 #pills-gallery:before {
    content: "";
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
}
@media (max-width:767.98px) {
    .property-detail-v3 .top-gallery-section, .property-detail-v4 .top-gallery-section {
    position: absolute;
}
}.property-detail-v3 #pills-map, .property-detail-v3 #pills-street-view, .property-detail-v4 #pills-map, .property-detail-v4 #pills-street-view {
    height: 664px;
}
.property-detail-v3 .map-next-prev-actions, .property-detail-v4 .map-next-prev-actions {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.property-detail-v3 .cS-hidden {
    opacity: 1;
    max-height: 500px;
    height: auto;
}
.property-detail-v4 .cS-hidden {
    opacity: 1;
    max-height: 750px;
    height: auto;
}
.property-detail-v5 .page-title-wrap {
    padding: 30px 0 0;
}
.property-detail-v5 .property-banner .tab-pane {
    padding-top: 0;
    height: 600px;
}
@media (max-width:767.98px) {
    .property-detail-v5 .property-banner .tab-pane {
    height: 380px;
}
}.property-detail-v6 .page-title-wrap, .property-detail-v6 .property-banner {
    background-color: #fff;
}
.property-detail-v6 .property-banner .row {
    margin-right: -6px;
    margin-left: -6px;
}
.property-detail-v6 .property-banner .row [class*=col-] {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.property-detail-v6 .property-banner .img-wrap-2 {
    margin-bottom: 8px;
}
.property-detail-v6 .property-banner .img-wrap-3-text {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-top: 35%}
.property-detail-v6 .property-banner .block-wrap ul {
    -ms-flex-preferred-size: calc(100% / 8);
    flex-basis: calc(100% / 8);
    border-right: 1px solid #dce0e0;
    text-align: center;
}
.property-detail-v6 .property-banner .block-wrap ul:first-of-type {
    border-left: 1px solid #dce0e0;
}
.listing-slider-variable-width {
    height: 600px;
}
@media (max-width:767.98px) {
    .listing-slider-variable-width {
    height: 380px;
}
}@media (max-width:767.98px) {
    .listing-slider-variable-width img {
    height: 380px;
}
}.slick-slide .hz-image-caption, .lslide .hz-image-caption {
    background: rgba(255, 255, 255, .65);
    color: #5c6872;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
@media (max-width:767.98px) {
    .property-view .listing-tabs {
    margin-top: 0;
    border-top: 1px solid #dce0e0;
}
}@media (max-width:575px) {
    .property-view .listing-tabs .nav-tabs .nav-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
}.property-view .listing-tabs .nav-tabs .nav-link {
    width: auto;
}
.tab-pane .block-wrap {
    margin-top: 0;
}
.horizontal-listing-tabs {
    margin-top: 30px;
}
@media (max-width:767.98px) {
    .property-view .vertical-listing-tabs {
    left: 0;
    top: auto;
}
}.property-view .vertical-listing-tabs .nav {
    width: 50px;
}
.property-view .vertical-listing-tabs .nav .nav-item {
    margin-bottom: 1px;
}
.property-view .vertical-listing-tabs .nav .nav-item i {
    font-size: 18px;
}
.property-view .vertical-listing-tabs .nav .nav-item .nav-link {
    padding: 14px 10px;
}
.vertical-tab-content {
    min-height: 317px;
    margin-top: 30px;
    padding-left: 50px;
    background: #fff;
}
@media (max-width:767.98px) {
    .vertical-tab-content {
    margin-top: 0;
}
}@media (max-width:767.98px) {
    .vertical-tab-content #property-video {
    min-height: 320px;
}
}.class-energy-list li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    padding: 0 10px;
    line-height: 40px;
}
@media (max-width:767.98px) {
    .class-energy-list li {
    line-height: 36px;
}
}.class-energy {
    clear: both;
    padding: 60px 0 0;
}
.class-energy-indicator {
    width: calc(100% / 9);
}
@media (max-width:767.98px) {
    .class-energy-indicator {
    position: static;
}
}.class-energy-indicator:nth-child(1) {
    background-color: #33a357;
}
.class-energy-indicator:nth-child(2) {
    background-color: #79b752;
}
.class-energy-indicator:nth-child(3) {
    background-color: #c3d545;
}
.class-energy-indicator:nth-child(4) {
    background-color: #fff12c;
}
.class-energy-indicator:nth-child(5) {
    background-color: #edb731;
}
.class-energy-indicator:nth-child(6) {
    background-color: #d66f2c;
}
.class-energy-indicator:nth-child(7) {
    background-color: #cc232a;
}
.class-energy-indicator:nth-child(8) {
    background-color: #cc232a;
}
.class-energy-indicator:nth-child(9) {
    background-color: #cc232a;
}
.class-energy-indicator span {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.indicator-energy {
    font-size: 13px;
    line-height: 30px;
    top: -48px;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
}
@media (max-width:767.98px) {
    .indicator-energy {
    top: 10px;
}
}.indicator-energy:before {
    bottom: -10px;
    content: "";
    border-top: 10px solid #999;
}
.indicator-energy[data-energyclass="A+"], .indicator-energy[data-energyclass=A], .indicator-energy[data-energyclass=B], .indicator-energy[data-energyclass=C] {
    left: 0;
}
@media (max-width:767.98px) {
    .indicator-energy[data-energyclass="A+"], .indicator-energy[data-energyclass=A], .indicator-energy[data-energyclass=B], .indicator-energy[data-energyclass=C] {
    right: 0;
    left: 0;
}
}.indicator-energy[data-energyclass="A+"]:before, .indicator-energy[data-energyclass=A]:before, .indicator-energy[data-energyclass=B]:before, .indicator-energy[data-energyclass=C]:before {
    right: auto;
    left: 0;
    border-right: 10px solid transparent;
}
.indicator-energy[data-energyclass=D], .indicator-energy[data-energyclass=E], .indicator-energy[data-energyclass=F], .indicator-energy[data-energyclass=G], .indicator-energy[data-energyclass=H] {
    right: 0;
}
@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=D], .indicator-energy[data-energyclass=E], .indicator-energy[data-energyclass=F], .indicator-energy[data-energyclass=G], .indicator-energy[data-energyclass=H] {
    right: 0;
    left: 0;
}
}.indicator-energy[data-energyclass=D]:before, .indicator-energy[data-energyclass=E]:before, .indicator-energy[data-energyclass=F]:before, .indicator-energy[data-energyclass=G]:before, .indicator-energy[data-energyclass=H]:before {
    right: 0;
    left: auto;
    border-left: 10px solid transparent;
}
@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=A]: before {
    left: calc(100% / 9);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=B]: before {
    left: calc(100% / 9 * 2);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=C]: before {
    left: calc(100% / 9 * 3);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=D]: before {
    right: auto;
    left: calc(100% / 9 * 4 - 10px);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=E]: before {
    right: auto;
    left: calc(100% / 9 * 5 - 10px);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=F]: before {
    right: auto;
    left: calc(100% / 9 * 6 - 10px);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=G]: before {
    right: auto;
    left: calc(100% / 9 * 7 - 10px);
}
}@media (max-width:767.98px) {
    .indicator-energy[data-energyclass=H]: before {
    right: auto;
    left: calc(100% / 9 * 8 - 10px);
}
}.left-calendar, .right-calendar {
    width: 50%;
    padding: 0 15px;
}
@media (max-width:575.98px) {
    .left-calendar, .right-calendar {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
}
}.weekdays, .days {
    list-style: none;
    margin: 0;
    padding: 0;
}
.weekdays li, .days li {
    width: calc(100% / 7);
    font-size: 12px;
    text-align: center;
}
.days li {
    padding: 5px 0;
}
@media (max-width:575.98px) {
    .days li {
    padding: 12px 0;
}
}.days .day-disabled {
    color: #636363;
    font-weight: 300;
    text-decoration: line-through;
}
.days .day-disabled:hover {
    cursor: not-allowed;
    background-color: transparent!important;
}
.weekdays {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 10px;
}
.weekdays li {
    font-weight: 300;
    padding: 10px 0;
}
@media (max-width:575.98px) {
    .weekdays li {
    padding: 10px 0 0;
}
}.month {
    text-align: center;
}
.month .month-title {
    margin-bottom: 10px;
    font-size: 16px;
}
.month .month-title span {
    font-size: 14px;
    font-weight: 300;
}
.availability-notes {
    clear: both;
    padding: 30px 0 0;
    text-align: center;
}
.availability-notes ul {
    margin-bottom: 0;
}
.availability-notes li:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: -2px;
}
.availability-notes .day-available:before {
    background-color: #e4f4d9;
}
.availability-notes .day-pending:before {
    background-color: #ffeedb;
}
.availability-notes .day-booked:before {
    background-color: #fdd2d2;
}
.calendar-navigation .btn {
    width: 42px;
}
.block-availability-calendars .weekdays li {
    padding: 0;
}
.block-availability-calendars .days {
    overflow: hidden;
}
.block-availability-calendars .days li {
    padding: 0;
    -webkit-box-shadow: 1px 1px 0 0 #fff inset;
    box-shadow: 1px 1px 0 0 #fff inset;
}
.block-availability-calendars .days li:last-child {
    overflow: hidden;
}
.block-availability-calendars .days li.day-booked:after, .block-availability-calendars .days li.day-pending:after, .block-availability-calendars .days li.day-available:after, .block-availability-calendars .days li.day-disabled:after, .block-availability-calendars .days li.day-unavailable:after {
    content: "";
    z-index: -2;
    padding-bottom: 100%;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%}
.block-availability-calendars .days li.day-booked:after {
    background-color: #fdd2d2;
}
.block-availability-calendars .days li.day-booked:nth-child(7n+1) {
    background-color: #fdd2d2;
}
.block-availability-calendars .days li.day-booked:first-child {
    background-color: #fdd2d2;
}
.block-availability-calendars .days li.day-pending:after {
    background-color: #ffeedb;
}
.block-availability-calendars .days li.day-pending:nth-child(7n+1) {
    background-color: #ffeedb;
}
.block-availability-calendars .days li.day-pending:first-child {
    background-color: #ffeedb;
}
.block-availability-calendars .days li.day-available:after {
    background-color: #e4f4d9;
}
.block-availability-calendars .days li.day-available:nth-child(7n+1) {
    background-color: #e4f4d9;
}
.block-availability-calendars .days li.day-disabled:after, .block-availability-calendars .days li.day-unavailable:after {
    background-color: #ecedef;
}
.block-availability-calendars .days li.day-disabled:nth-child(7n+1), .block-availability-calendars .days li.day-unavailable:nth-child(7n+1) {
    background-color: #ecedef;
}
@media (max-width:575.98px) {
    .block-availability-calendars .days li .calendar-navigation {
    display: block;
}
}.block-availability-calendars .days li {
    width: calc(100% / 7);
}
.property-sub-listings-wrap .block-wrap {
    background-color: transparent;
}
@media (max-width:767.98px) {
    .property-sub-listings-wrap .block-wrap {
    padding-bottom: 10px;
}
}.property-sub-listings-wrap .block-title-wrap {
    padding-top: 15px;
}
@media (max-width:767.98px) {
    .property-sub-listings-wrap .block-title-wrap {
    text-align: center;
    padding-top: 25px;
}
}.property-sub-listings-wrap .item-tools {
    bottom: 20px;
    right: 20px;
}
.sub-listings-table th, .sub-listings-table td {
    padding: 10px;
}
.sub-listings-table th {
    border-bottom: 1px solid #dce0e0;
}
.mortgage-calculator-chart, .mortgage-calculator-data {
    padding: 0 15px;
}
#mortgage-calculator-chart {
    margin: 0 auto;
}
.mortgage-calculator-monthly-payment-wrap {
    width: calc(100% - 30px);
    text-align: center;
    position: absolute;
    top: calc(50% - 10px);
}
.mortgage-calculator-monthly-payment {
    font-size: 30px;
    margin-bottom: 5px;
}
.mortgage-calculator-monthly-requency {
    color: #636363;
}
@media (max-width:767.98px) {
    .mortgage-calculator-data {
    width: 100%;
    padding: 0;
}
}.mortgage-calculator-data li {
    line-height: 36px;
    clear: both;
    border-bottom: 1px solid #dce0e0;
    padding: 0 10px;
}
.stats-data-1 i {
    color: #ff6384;
}
.stats-data-2 i {
    color: #36a2eb;
}
.stats-data-3 i {
    color: #ffce56;
}
.stats-data-4 i {
    color: #4bc0c0;
}
.property-navigation-wrap {
    z-index: 9999;
    font-weight: 500;
    font-size: 13px;
    background-color: #fff;
}
@media (max-width:991.98px) {
    .property-navigation-wrap {
    display: none!important;
}
}.property-navigation-wrap a {
    padding: 15px 0;
    color: #222;
}
.property-navigation-wrap a.active {
    -webkit-box-shadow: inset 0 -3px #4cc6f4;
    box-shadow: inset 0 -3px #4cc6f4;
}
body.admin-bar .property-navigation-wrap {
    top: 32px;
}
@media screen and (max-width:782px) {
    body.admin-bar .property-navigation-wrap {
    top: 46px;
}
}.fw-property-section-wrap:nth-child(even) {
    background-color: #fff;
}
.fw-property-section-wrap .block-title-wrap {
    border-bottom: none;
    margin-bottom: 80px;
    padding-bottom: 0;
}
@media (max-width:767.98px) {
    .fw-property-section-wrap .block-title-wrap {
    margin-bottom: 30px;
}
}.fw-property-section-wrap .block-title-wrap h2 {
    font-size: 30px;
    text-align: center;
}
@media (max-width:767.98px) {
    .fw-property-section-wrap .block-title-wrap h2 {
    font-size: 20px;
}
}.fw-property-section-wrap .block-wrap {
    padding: 80px 0;
    background-color: transparent;
}
@media (max-width:767.98px) {
    .fw-property-section-wrap .block-wrap {
    border-top: none;
    padding: 40px 0;
}
}.full-width-property-view .property-review-wrap, .full-width-property-view .similar-property-wrap, .full-width-property-view .property-nav-wrap {
    margin-top: 0;
    padding-top: 50px;
}
.fw-property-energy-class-wrap, .fw-property-address-wrap, .fw-property-walkscore-wrap, .fw-property-nearby-wrap, .fw-property-schedule-tour-wrap, .fw-property-virtual-tour-wrap, .fw-property-availability-calendar-wrap, .fw-property-contact-agent-wrap, .full-width-property-view .property-review-wrap, .full-width-property-view .similar-property-wrap, .full-width-property-view .property-nav-wrap, .fw-property-mortgage-calculator-wrap {
    padding-left: 300px;
    padding-right: 300px;
}
@media (max-width:991.98px) {
    .fw-property-energy-class-wrap, .fw-property-address-wrap, .fw-property-walkscore-wrap, .fw-property-nearby-wrap, .fw-property-schedule-tour-wrap, .fw-property-virtual-tour-wrap, .fw-property-availability-calendar-wrap, .fw-property-contact-agent-wrap, .full-width-property-view .property-review-wrap, .full-width-property-view .similar-property-wrap, .full-width-property-view .property-nav-wrap, .fw-property-mortgage-calculator-wrap {
    padding-left: 80px;
    padding-right: 80px;
}
}@media (max-width:767.98px) {
    .fw-property-energy-class-wrap, .fw-property-address-wrap, .fw-property-walkscore-wrap, .fw-property-nearby-wrap, .fw-property-schedule-tour-wrap, .fw-property-virtual-tour-wrap, .fw-property-availability-calendar-wrap, .fw-property-contact-agent-wrap, .full-width-property-view .property-review-wrap, .full-width-property-view .similar-property-wrap, .full-width-property-view .property-nav-wrap, .fw-property-mortgage-calculator-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
}.fw-property-description-wrap {
    padding-left: 200px;
    padding-right: 200px;
}
@media (max-width:991.98px) {
    .fw-property-description-wrap {
    padding-left: 100px;
    padding-right: 100px;
}
}@media (max-width:767.98px) {
    .fw-property-description-wrap {
    border-top: 1px solid #dce0e0;
    padding-left: 20px;
    padding-right: 20px;
}
}.fw-property-description-wrap .small-text {
    color: #636363;
}
.fw-property-description-wrap img {
    max-width: 100%;
    height: auto;
}
.fw-property-documents-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.fw-property-documents-wrap .property-document-title {
    margin-bottom: 10px;
}
.fw-property-details-wrap {
    text-align: left;
    margin-bottom: 30px;
}
.fw-property-documents-wrap h3, .fw-property-details-wrap h3 {
    font-size: 12px;
    font-weight: 700;
    max-width: 440px;
    margin: 80px auto 40px;
    text-align: center!important;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.fw-property-documents-wrap h3:before, .fw-property-details-wrap h3:before {
    z-index: -1;
    top: 50%;
    margin: 0 auto;
    content: "";
    border-top: 1px solid #dce0e0;
}
.fw-property-documents-wrap h3 span, .fw-property-details-wrap h3 span {
    padding: 0 10px 0 15px;
    background: #fff;
}
.fw-property-amenities-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width:991.98px) {
    .fw-property-amenities-wrap {
    display: block!important;
}
}.fw-property-amenities {
    padding: 0 30px;
    margin-bottom: 50px;
    min-width: 150px;
}
@media (max-width:991.98px) {
    .fw-property-amenities {
    min-width: auto;
    width: 50%;
    float: left;
    padding: 0 15px;
}
}.fw-property-amenities .fw-property-amenities-data {
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
}
@media (max-width:991.98px) {
    .fw-property-amenities .fw-property-amenities-data {
    font-size: 14px;
}
}.fw-property-amenities img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
@media (max-width:767.98px) {
    .fw-property-amenities img {
    margin-right: 10px;
}
}@media (max-width:767.98px) {
    .fw-property-features-wrap>.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.fw-property-features-wrap .block-wrap {
    padding: 110px;
    width: 50%}
@media (max-width:991.98px) {
    .fw-property-features-wrap .block-wrap {
    padding: 50px;
}
}@media (max-width:767.98px) {
    .fw-property-features-wrap .block-wrap {
    padding: 50px 30px;
    width: 100%}
}.fw-property-features-wrap .block-title-wrap h2 {
    text-align: left;
}
.fw-property-features-wrap .fw-property-features-left li, .fw-property-features-wrap .fw-property-features-right li {
    margin-bottom: 15px;
    border-bottom: none;
}
@media (max-width:991.98px) {
    .fw-property-features-wrap .fw-property-features-left li, .fw-property-features-wrap .fw-property-features-right li {
    font-size: 14px;
    line-height: 20px;
}
}.fw-property-features-wrap .fw-property-features-left {
    background-color: #fafafa;
}
.fw-property-features-wrap .fw-property-features-right {
    background-color: #f1f1f1;
}
.fw-property-address-wrap {
    text-align: center;
}
.fw-property-address-wrap li {
    text-align: left;
}
@media (max-width:991.98px) {
    .fw-property-address-wrap li {
    font-size: 14px;
    line-height: 20px;
}
}.fw-property-walkscore-wrap .walkscore_details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.full-width-property-view .similar-property-wrap {
    border-bottom: none;
}
.fw-property-contact-agent-wrap .agent-details {
    text-align: center;
}
.fw-property-contact-agent-wrap .agent-information {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px!important;
}
.fw-property-contact-agent-wrap .agent-phone span {
    overflow: hidden;
}
.fw-property-description-wrap, .property-sub-listings-wrap .block-title-wrap {
    text-align: center;
}
.fw-property-floor-plans-wrap .block-content-wrap {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width:991.98px) {
    .fw-property-floor-plans-wrap .block-content-wrap {
    padding: 50px;
    font-size: 14px;
}
}@media (max-width:767.98px) {
    .fw-property-floor-plans-wrap .block-content-wrap {
    padding: 20px;
}
}.fw-property-floor-plans-wrap .floor-plan-description {
    margin: 20px 0 30px;
}
.fw-property-floor-plans-wrap .floor-plan-left-wrap {
    width: 40%;
    padding: 60px 0;
}
@media (max-width:767.98px) {
    .fw-property-floor-plans-wrap .floor-plan-left-wrap {
    width: 100%;
    padding: 30px 0;
}
}.fw-property-floor-plans-wrap .floor-plan-right-wrap {
    width: 60%;
    padding: 60px 0 60px 40px;
}
@media (max-width:767.98px) {
    .fw-property-floor-plans-wrap .floor-plan-right-wrap {
    width: 100%;
    padding: 0;
}
}.fw-property-floor-plans-wrap .floor-plan-right-wrap h3 {
    font-size: 22px;
}
@media (max-width:991.98px) {
    .fw-property-floor-plans-wrap .floor-plan-right-wrap h3 {
    font-size: 18px;
}
}.fw-property-floor-plans-wrap .fw-property-floor-data-wrap img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
@media (max-width:991.98px) {
    .fw-property-floor-plans-wrap .fw-property-floor-data-wrap img {
    margin-right: 10px;
}
}.fw-property-floor-plans-wrap .fw-property-floor-data {
    padding-right: 30px;
}
@media (max-width:991.98px) {
    .fw-property-floor-plans-wrap .fw-property-floor-data {
    padding-right: 10px;
    line-height: normal;
}
}@media (max-width:767.98px) {
    .fw-property-floor-plans-wrap .fw-property-floor-data {
    padding-right: 30px;
}
}.fw-property-floor-plans-wrap .floor-plans-tabs a {
    font-weight: 500;
    padding: 20px 30px;
}
.fw-property-floor-plans-wrap .floor-plans-tabs a:hover {
    border-color: transparent;
}
@media (max-width:767.98px) {
    .fw-property-floor-plans-wrap .floor-plans-tabs a {
    padding: 10px 20px;
}
}.fw-property-floor-plans-wrap .floor-plans-tabs a.active {
    background: transparent;
    border: 1px solid transparent;
    border-color: transparent transparent #222;
}
.fw-property-floor-plans-wrap .floor-plans-tabs a.active:before, .fw-property-floor-plans-wrap .floor-plans-tabs a.active:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    pointer-events: none;
}
.fw-property-floor-plans-wrap .floor-plans-tabs a.active:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #f8f8f8;
}
.fw-property-floor-plans-wrap .floor-plans-tabs a.active:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: #000;
}
@media (max-width:767.98px) {
    .fw-property-floor-plans-wrap .floor-plan-wrap>.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.fw-property-sub-listings-wrap .item-tools {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (max-width:767.98px) {
    .property-top-wrap>.container, .property-wrap>.container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%}
}@media (max-width:767.98px) {
    .property-top-wrap>.container>.row, .property-wrap>.container>.row {
    margin-right: 0;
    margin-left: 0;
}
}@media (max-width:767.98px) {
    .property-top-wrap>.container .bt-content-wrap, .property-wrap>.container .bt-content-wrap {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%}
}.mobile-top-wrap {
    background-color: #fff;
}
.mobile-property-title {
    padding: 0 30px 28px;
}
.mobile-property-title .page-title {
    margin-bottom: 3px;
}
.mobile-property-title .item-address {
    font-size: 14px;
}
.mobile-property-title .item-price-wrap .item-sub-price {
    color: #636363;
    font-size: 13px;
    font-weight: 300;
}
.mobile-property-title .labels-wrap {
    bottom: 30px;
    right: 30px;
}
.mobile-property-title .label-featured {
    top: -11px;
}
.mobile-property-tools {
    padding: 30px 15px;
}
.mobile-property-tools .nav-pills .nav-link.active {
    color: #fff!important;
}
.mobile-property-tools .nav-item, .mobile-property-tools .item-tool {
    margin: 0 2px;
}
.mobile-property-tools .nav-pills>.nav-item>.nav-link, .mobile-property-tools .item-tool>span {
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #5c6872;
    color: #5c6872;
    font-size: 16px;
}
.mobile-property-tools .nav-pills>.nav-item>.nav-link:not(.active), .mobile-property-tools .item-tool>span:not(.active) {
    background-color: transparent!important;
}
.mobile-property-contact {
    border-top: 1px solid #dce0e0;
    background-color: #fff;
    padding: 10px;
}
.mobile-property-contact .btn {
    margin-left: 4px;
    width: 50px;
    padding: 0;
    line-height: 48px;
}
.mobile-property-contact .btn i {
    font-size: 20px;
    top: 3px;
    position: relative;
}
.mobile-property-form .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.adv-wrapper {
    text-align: center;
    margin: 40px 0;
}
.adv-wrapper img {
    max-width: 100%}
.property-gallery-grid {
    margin-top: 30px;
}
@media (max-width:767.98px) {
    .property-gallery-grid {
    margin-top: 0;
}
}.property-gallery-grid .gallery-grid-item {
    max-width: calc(33.333333333333% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
}
.property-gallery-grid .more-images {
    background-color: #000;
}
.property-gallery-grid .more-images img {
    opacity: .65;
}
.property-gallery-grid .more-images span {
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.property-disclaimer {
    padding: 20px 0 40px;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    color: #636363;
}
.property-image-count {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 6px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.property-image-count i {
    margin-right: 5px;
}
.property-lightbox {
    margin: 0 20px;
}
.property-lightbox .modal {
    visibility: hidden;
}
.property-lightbox .modal.show {
    visibility: visible;
}
.property-lightbox .modal-dialog {
    max-width: 100%;
    width: 1170px;
    overflow: hidden;
}
@media (max-width:1199.98px) {
    .property-lightbox .modal-dialog {
    max-width: 100%;
    width: 972px;
}
}@media (max-width:991.98px) {
    .property-lightbox .modal-dialog {
    max-width: 100%;
    width: 760px;
}
}@media (max-width:767.98px) {
    .property-lightbox .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}
}.property-lightbox .modal-header {
    background-color: #2d2d2d;
    color: #fff;
}
@media (max-width:767.98px) {
    .property-lightbox .modal-header {
    border-radius: 0;
    border-bottom: 1px solid #5c6872;
    padding: 0 0 0 15px;
    height: 50px;
}
}.property-lightbox .modal-footer {
    background-color: #2d2d2d;
    border-top: 1px solid #5c6872;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
@media (max-width:767.98px) {
    .property-lightbox .modal-footer {
    display: block;
    font-size: 12px;
}
}@media (max-width:767.98px) {
    .property-lightbox .modal-content {
    height: 100%;
    border-radius: 0;
    background-color: #2d2d2d;
}
}.property-lightbox .close {
    color: #fff;
    opacity: 1;
    height: 62px;
    width: 50px;
}
@media (max-width:767.98px) {
    .property-lightbox .close {
    border-left: 1px solid #5c6872;
    margin: 0;
    width: 59px;
    height: 50px;
}
}.property-lightbox .separator {
    margin: 0 10px;
}
@media (max-width:767.98px) {
    .property-lightbox .btn-email {
    display: inline-block;
}
}@media (max-width:767.98px) {
    .lightbox-title {
    display: none;
}
}@media (max-width:767.98px) {
    .lightbox-tools ul li: first-of-type {
    margin-right: -3px!important;
}
}.lightbox-tools a {
    color: #fff;
}
@media (max-width:767.98px) {
    .lightbox-tools a {
    display: inline-block;
    font-size: 16px;
    border-left: 1px solid #5c6872;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}
}.lightbox-tools i {
    margin-right: 5px;
}
@media (max-width:767.98px) {
    .lightbox-tools i {
    margin: 0;
}
}@media (max-width:767.98px) {
    .lightbox-tools .display-none {
    display: none;
}
}@media (max-width:767.98px) {
    .lightbox-tools .btn-share {
    display: none;
}
}.lightbox-logo {
    margin-top: -5px;
    margin-right: 30px;
}
@media (max-width:767.98px) {
    .lightbox-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: -3px;
}
}.lightbox-logo img {
    width: 80px;
}
@media (max-width:767.98px) {
    .lightbox-gallery {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}.lightbox-gallery-wrap {
    padding: 15px;
    width: 75%}
@media (max-width:1199.98px) {
    .lightbox-gallery-wrap {
    width: 70%}
}@media (max-width:991.98px) {
    .lightbox-gallery-wrap {
    width: 100%;
    height: 100%}
}@media (max-width:767.98px) {
    .lightbox-gallery-wrap {
    position: absolute;
}
}.lightbox-gallery-wrap .btn-expand {
    cursor: pointer;
    top: 15px;
    right: 15px;
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
@media (max-width:767.98px) {
    .lightbox-gallery-wrap .btn-expand {
    display: none;
}
}.lightbox-gallery-full-wrap {
    width: 100%}
@media (max-width:991.98px) {
    .lightbox-gallery-full-wrap+.lightbox-form-wrap {
    display: block;
    visibility: visible;
    width: 300px;
    padding: 15px;
    z-index: 1;
    right: 0;
}
}@media (max-width:767.98px) {
    .lightbox-gallery-full-wrap+.lightbox-form-wrap {
    display: none;
}
}@media (max-width:991.98px) {
    .lightbox-gallery-full-wrap .btn-expand {
    right: 300px;
}
}.lightbox-form-wrap {
    background: #fff;
    padding: 15px 15px 15px 0;
    width: 25%}
@media (max-width:1199.98px) {
    .lightbox-form-wrap {
    width: 30%}
}@media (max-width:991.98px) {
    .lightbox-form-wrap {
    visibility: hidden;
    right: -300px;
    position: absolute;
}
}.lightbox-form-wrap.lightbox-form-wrap-show {
    visibility: visible;
    height: calc(100% + 45px);
    padding: 15px;
    z-index: 6;
}
.lightbox-tools .btn-share .dropdown-menu {
    margin-top: 19px;
    border-radius: 0 0 4px 4px;
}
.lightbox-nav {
    margin-right: 0!important;
}
.lightbox-nav a {
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 12px;
}
.lightbox-nav a i {
    margin-right: 0;
    -webkit-text-stroke: .5px;
}
.agent-list-wrap {
    padding: 30px;
    background-color: #fff;
}
@media (max-width:575px) {
    .agent-list-wrap {
    padding: 20px;
}
}.agent-list-wrap .agent-list-image {
    margin-right: 30px;
    max-width: 240px;
}
@media (max-width:767.98px) {
    .agent-list-wrap .agent-list-image {
    max-width: 120px;
}
}@media (max-width:575px) {
    .agent-list-wrap .agent-list-image {
    margin-right: 20px;
    max-width: 80px;
}
}.agent-list-wrap .agent-list-position {
    color: #636363;
}
@media (max-width:575px) {
    .agent-list-wrap .agent-list-position {
    margin-top: 5px;
}
}.agent-list-wrap .agent-list-content h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    white-space: nowrap;
    margin-right: 5px;
}
@media (max-width:575px) {
    .agent-list-wrap .agent-list-content h2 {
    font-size: 16px;
}
}.agent-list-wrap .agent-list-contact li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    line-height: 30px;
}
@media (max-width:767.98px) {
    .agent-list-wrap .agent-social-media {
    margin-bottom: 10px;
}
}.agent-list-wrap .agent-social-media span {
    margin-right: 3px;
}
.agent-list-wrap .agent-list-contact li.email, .agent-list-wrap .agent-list-contact li.email a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media (max-width:767.98px) {
    .agent-list-wrap .agent-list-contact li.email a {
    display: inline-block;
    max-width: 150px;
}
}.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #fff;
}
@media (max-width:767.98px) {
    .agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 30px;
}
}.agent-profile-wrap h1 {
    font-size: 24px;
    line-height: 34px;
}
.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
}
.agent-profile-wrap .rating-score-text {
    margin-right: 10px;
}
.agent-profile-wrap .stars {
    margin-right: 10px;
}
.agent-profile-wrap .agent-image {
    text-align: center;
}
@media (max-width:767.98px) {
    .agent-profile-wrap .agent-image {
    margin-bottom: 20px;
}
}.agent-company-logo {
    max-width: 150px;
    background-color: #fff;
    padding: 5px 10px 0 0;
}
.agent-profile-top-wrap {
    border-bottom: 1px solid #dce0e0;
}
.agent-profile-content li {
    margin-bottom: 5px;
}
.agent-profile-buttons .btn {
    min-width: 150px;
    margin-right: 10px;
}
@media (max-width:767.98px) {
    .agent-profile-buttons .btn {
    margin-bottom: 10px;
    width: 100%}
}@media (max-width:991.98px) {
    .agent-profile-chart-wrap {
    margin-bottom: 30px;
}
}.agent-profile-chart-wrap h2 {
    font-size: 16px;
    line-height: 26px;
}
.agent-profile-chart {
    margin-right: 10px;
    top: -6px;
}
.agent-bio-wrap h2 {
    font-size: 18px;
}
.agent-contacts-wrap {
    padding: 30px;
    background-color: #fff;
}
.agent-contacts-wrap li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    line-height: 35px;
}
.agent-contacts-wrap p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #636363;
    text-align: center;
}
.agent-contacts-wrap .agent-social-media {
    font-size: 22px;
    text-align: center;
}
.agent-contacts-wrap .agent-social-media span {
    margin-right: 5px;
}
.sidebar-wrap .agent-contacts-wrap .agent-social-media {
    font-size: 16px;
}
.agent-nav-wrap {
    margin: 50px 0;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}
.agent-nav-wrap .nav-pills .nav-link {
    border: 1px solid;
    margin: 0 5px;
    padding: 15px 0;
}
.agent-nav-wrap .nav-pills .nav-link.active {
    color: #fff!important;
}
.agent-profile-header {
    margin-bottom: 9px;
}
.agent-verified-badge {
    font-size: 10px;
    font-weight: 400;
    top: -3px;
    padding: 5px 7px 4px 7px;
    text-transform: uppercase;
}
.post-wrap, .author-detail-wrap, .post-comment-form-wrap {
    background-color: #fff;
}
.post-inner-wrap, .post-footer-wrap, .post-header-wrap, .post-content-wrap, .author-detail-wrap, .post-comment-form-wrap, .author-comment {
    padding: 40px;
}
@media (max-width:767.98px) {
    .post-inner-wrap, .post-footer-wrap, .post-header-wrap, .post-content-wrap, .author-detail-wrap, .post-comment-form-wrap, .author-comment {
    padding: 20px;
}
}.post-footer-wrap {
    border-top: 1px solid #dce0e0;
}
@media (max-width:767.98px) {
    .post-footer-wrap .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:767.98px) {
    .post-footer-wrap .author-meta {
    margin-bottom: 30px;
}
}.author-meta li:not(:last-child) {
    margin-right: 15px;
}
@media (max-width:767.98px) {
    .author-meta li: not(:last-child) {
    margin-right: 10px;
}
}@media (max-width:767.98px) {
    .author-meta li: not(:last-child) img {
    display: none;
}
}@media (max-width:767.98px) {
    .post-title-wrap h1, .post-title-wrap h2 {
    margin-bottom: 20px;
}
}.post-title-wrap h1, .post-title-wrap h2 {
    font-size: 30px;
    line-height: 40px;
}
.post-wrap img {
    max-width: 100%;
    height: auto;
}
.post-tag-wrap strong {
    font-size: 16px;
}
.post-tag {
    color: #fff;
    padding: 2px 10px 3px 10px;
    margin-top: 5px;
}
.post-tag:hover {
    color: #fff;
    opacity: .75;
}
.post-thumbnail-wrap a {
    text-align: center;
}
.next-prev-block .prev-box, .next-prev-block .next-box {
    width: calc(50% - 15px);
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 30px;
}
@media (max-width:1199.98px) {
    .next-prev-block .prev-box, .next-prev-block .next-box {
    height: 130px;
}
}@media (max-width:991.98px) {
    .next-prev-block .prev-box, .next-prev-block .next-box {
    height: 150px;
}
}@media (max-width:767.98px) {
    .next-prev-block .prev-box, .next-prev-block .next-box {
    width: 100%;
    height: 160px;
}
}.next-prev-block .prev-box .next-prev-block-content, .next-prev-block .next-box .next-prev-block-content {
    padding: 20px;
}
.post-author-thumb, .post-comment-thumb {
    width: 70px;
    margin-right: 30px;
}
.post-author-bio h4 {
    font-size: 16px;
}
.related-posts-wrap h2, .post-comment-form-wrap h2 {
    font-size: 18px;
}
.post-comment-wrap h3 {
    font-size: 18px;
}
.post-comment-wrap .comment ul {
    padding-left: 100px;
}
@media (max-width:767.98px) {
    .post-comment-wrap .comment ul {
    padding-left: 40px;
}
}.author-comment {
    background-color: #fff;
}
.related-posts-wrap .row {
    margin-right: -5px;
    margin-left: -5px;
}
.related-posts-wrap .row .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}
.page-content-wrap .alignleft, .post-content-wrap .alignleft {
    margin: 5px 20px 20px 0;
}
.page-content-wrap .alignright, .post-content-wrap .alignright {
    margin: 5px 0 20px 20px;
}
.page-content-wrap .aligncenter, .post-content-wrap .aligncenter {
    margin: 5px auto 20px auto;
}
.page-content-wrap .wp-caption img, .post-content-wrap .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
}
.page-content-wrap .wp-caption-text, .post-content-wrap .wp-caption-text {
    font-style: italic;
    font-size: 12px;
}
.gallery-item {
    overflow: hidden;
    margin: 0 4px 4px 0;
}
.gallery-item img {
    height: auto;
}
.gallery-columns-2 .gallery-item {
    width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    width: calc(33.3333% - 4px);
}
.gallery-columns-4 .gallery-item {
    width: calc(25% - 4px);
}
.post-content-wrap .pagination span, .post-content-wrap .pagination a {
    padding: 0 5px;
}
.masonry {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 0;
}
.dashboard-main-wrap {
    opacity: 1;
}
.notify {
    margin-top: 10px;
}
.dashboard-side-wrap {
    z-index: 5;
    overflow-y: scroll;
    padding: 30px;
    width: 240px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.dashboard-side-wrap::-webkit-scrollbar {
    width: 0!important;
}
@media (max-width:991.98px) {
    .dashboard-side-wrap {
    display: none;
}
}.dashboard-side-menu-wrap .side-menu {
    line-height: 50px;
}
.dashboard-side-menu-wrap .side-menu .side-menu-dropdown {
    padding-left: 36px;
    line-height: 30px;
    margin: 10px 0;
}
.dashboard-side-menu-wrap .side-menu .side-menu-dropdown .side-menu-item i {
    font-size: 10px;
    top: -1px;
}
.dashboard-side-menu-wrap .side-menu .side-menu-parent-selected .side-menu-dropdown {
    display: block;
}
.dashboard-logo-wrap .dashboard-notification-wrap {
    color: #fff;
}
.notification-circle {
    width: 8px;
    height: 8px;
    background-color: #c31b1b;
    border: 1px solid #fff;
}
.dashboard-notification-wrap .notification-circle {
    top: 2px;
    left: 6px;
}
.side-menu-item .notification-circle {
    margin-top: 21px;
}
.side-menu-item .side-menu-item .notification-circle {
    margin-top: 11px;
}
.dashboard-header-main-wrap, .dashboard-content-wrap {
    padding-left: 240px;
}
@media (max-width:991.98px) {
    .dashboard-header-main-wrap, .dashboard-content-wrap {
    padding-left: 0;
}
}@media (max-width:767.98px) {
    .dashboard-content-wrap {
    overflow: hidden;
}
}.dashboard-header-wrap {
    padding: 35px 40px;
    background-color: #fff;
}
@media (max-width:991.98px) {
    .dashboard-header-wrap {
    padding: 20px 30px;
}
}@media (max-width:767.98px) {
    .dashboard-header-wrap {
    padding: 10px 20px 20px;
}
}.dashboard-header-wrap h1 {
    font-size: 24px;
}
@media (max-width:767.98px) {
    .dashboard-header-wrap h1 {
    font-size: 18px;
}
}@media (max-width:767.98px) {
    .dashboard-header-wrap .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: start!important;
}
}.dashboard-header-left .breadcrumb {
    display: none;
}
@media (max-width:767.98px) {
    .dashboard-header-left .breadcrumb {
    padding: 0 0 5px;
}
}@media (max-width:767.98px) {
    .dashboard-header-right .btn {
    margin-top: 20px;
}
}.dashboard-content-inner-wrap {
    padding: 30px 30px 0;
}
@media (max-width:767.98px) {
    .dashboard-content-inner-wrap {
    padding: 10px;
}
}.dashboard-content-block {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}
@media (max-width:767.98px) {
    .dashboard-content-block {
    padding: 15px;
}
}.dashboard-content-block-wrap h2, .dashboard-content-block h2 {
    font-size: 18px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 0;
    border-bottom: none;
}
.dashboard-content-block-wrap h3, .dashboard-content-block h3 {
    font-size: 16px;
}
.dashboard-content-block>h2, .dashboard-content-block-wrap>h2 {
    margin-bottom: 0!important;
    background-color: #fff!important;
    padding: 30px!important;
    border-bottom: 1px solid #dce0e0!important;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, .05) 0 2px 4px 0;
}
@media (max-width:767.98px) {
    .dashboard-content-block>h2, .dashboard-content-block-wrap>h2 {
    padding: 15px!important;
    font-size: 16px;
}
}.dashboard-content-block>h2+.dashboard-content-block, .dashboard-content-block-wrap>h2+.dashboard-content-block {
    border-radius: 0 0 4px 4px;
}
.dashboard-map-field .map-wrap {
    height: 300px;
}
.property-attachments li {
    border-bottom: 1px solid #dce0e0;
    line-height: 40px;
}
.property-action-menu a {
    padding: 10px 20px;
    border-bottom: 1px solid #dce0e0;
}
.property-action-menu a:last-of-type {
    border-bottom: none;
}
@media (max-width:767.98px) {
    .add-new-listing-bottom-nav-wrap {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
}.add-new-listing-bottom-nav-wrap .btn {
    margin: 0 5px;
}
@media (max-width:767.98px) {
    .add-new-listing-bottom-nav-wrap .btn {
    width: 100%}
}@media (min-width:768px) {
    .dashboard-add-new-listing .add-new-listing-bottom-nav-wrap, .dashboard-edit-listing .add-new-listing-bottom-nav-wrap {
    border-top: 1px solid #dce0e0;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
}
}@media (min-width:992px) {
    .dashboard-add-new-listing .add-new-listing-bottom-nav-wrap, .dashboard-edit-listing .add-new-listing-bottom-nav-wrap {
    left: 240px;
    width: calc(100% - 240px);
}
}.dashboard-add-new-listing .dashboard-content-inner-wrap, .dashboard-edit-listing .dashboard-content-inner-wrap {
    padding: 30px 30px 70px;
}
@media (max-width:767.98px) {
    .dashboard-add-new-listing .dashboard-content-inner-wrap, .dashboard-edit-listing .dashboard-content-inner-wrap {
    padding: 10px;
}
}.dashboard-table tbody tr {
    background-color: #fff;
}
.dashboard-table th {
    padding: 10px;
}
.dashboard-table td {
    padding: 10px;
}
.dashboard-table td.collapse-table-wrap {
    padding: 0 10px;
}
.dashboard-table .control {
    padding-left: 10px;
}
.table-hover thead tr {
    border-bottom: 1px solid #dce0e0;
    background-color: rgba(220, 224, 224, .35);
}
.table-hover tbody tr:hover {
    background-color: rgba(220, 224, 224, .35);
}
.table-half-width {
    width: 50%}
.table-cell-title span {
    border: 1px solid #dce0e0;
    line-height: 40px;
    padding: 0 15px;
}
.table-nowrap {
    white-space: nowrap;
}
.dashboard-table-properties td {
    white-space: nowrap;
}
.dashboard-table-properties td.property-table-address {
    white-space: normal;
}
.table-lined tbody td {
    border-bottom: 1px solid #dce0e0;
}
.property-payment-status {
    background-color: #fff;
    border-radius: 0 4px 0 0;
}
@media (max-width:991.98px) {
    .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
}
}@media (max-width:991.98px) {
    .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
}@media (max-width:991.98px) {
    .responsive-table tr {
    margin-bottom: 20px;
}
}.responsive-table td {
    vertical-align: middle;
}
@media (max-width:991.98px) {
    .responsive-table td {
    position: relative;
    padding-left: 40%}
}@media (max-width:991.98px) {
    .responsive-table td: last-of-type {
    border-bottom: none;
}
}@media (max-width:991.98px) {
    .responsive-table td: before {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 40%;
    white-space: nowrap;
    font-weight: 700;
    content: attr(data-label);
}
}@media (max-width:991.98px) {
    .draggable-table thead, .draggable-table tbody, .draggable-table th, .draggable-table td.table-full-width, .draggable-table tr {
    display: block;
    position: relative;
}
}@media (max-width:767.98px) {
    .draggable-table thead, .draggable-table tbody, .draggable-table th, .draggable-table td.table-full-width, .draggable-table tr {
    margin-bottom: 10px;
}
}@media (max-width:991.98px) {
    .draggable-table .drag-cell {
    position: absolute;
    right: 0;
    bottom: 0;
}
}@media (max-width:991.98px) {
    .draggable-table .table-cell-title span {
    line-height: unset;
    padding: 5px 10px;
}
}@media (max-width:767.98px) {
    .additional-details-table td {
    padding: 2px;
}
}.expiration_date {
    font-style: italic;
    color: #dc3545;
    font-size: 12px;
}
.dashboard-property-search-wrap {
    padding-bottom: 28px;
    border-bottom: 1px solid #dce0e0;
}
@media (max-width:991.98px) {
    .dashboard-property-search-wrap {
    padding-bottom: 8px;
}
}@media (max-width:767.98px) {
    .dashboard-property-search-wrap>.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block!important;
}
}.dashboard-property-search {
    max-width: 400px;
}
@media (max-width:991.98px) {
    .dashboard-property-search {
    margin-bottom: 10px;
}
}@media (max-width:767.98px) {
    .dashboard-property-search {
    max-width: 100%}
}.dashboard-property-search .btn-search {
    border-radius: 0 4px 4px 0;
}
.dashboard-property-search .form-control {
    border-radius: 4px 0 0 4px;
}
@media (max-width:767.98px) {
    .dashboard-property-sort-by {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:767.98px) {
    .dashboard-property-sort-by : not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: auto;
}
}.menu-edit-property-wrap {
    padding: 30px 60px 0 0;
}
@media (max-width:767.98px) {
    .menu-edit-property-wrap {
    display: none;
}
}.menu-edit-property-wrap .menu-title {
    text-transform: uppercase;
}
@media (max-width:767.98px) {
    .dashboard-mobile-edit-menu-wrap {
    display: block;
    padding: 10px 0;
}
}.dashboard-mobile-edit-menu-wrap .bootstrap-select .dropdown-menu.show {
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    top: 44px!important;
}
.menu-edit-property i {
    font-size: 10px;
    top: -1px;
}
.upload-media-gallery {
    margin-top: 10px;
}
.upload-media-gallery .row {
    margin-left: -5px;
    margin-right: -5px;
}
.upload-media-gallery div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 12px;
}
.media-drag-drop {
    background-color: #eff1f1;
    border: 3px dashed #dce0e0;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.media-drag-drop span {
    font-weight: 400;
}
.media-drag-drop div {
    margin: 0 0 20px;
}
.upload-gallery-thumb-buttons {
    border: 1px solid #dce0e0;
    margin: 0 0 10px;
}
.upload-gallery-thumb-buttons button {
    color: #636363;
    background-color: transparent;
    border-color: transparent;
    margin: 0 5px;
}
.upload-gallery-thumb-buttons button:focus, .upload-gallery-thumb-buttons button:focus:active {
    color: #636363;
    background-color: transparent;
    border-color: transparent;
}
.upload-gallery-thumb-buttons button:hover {
    color: #636363;
    background-color: rgba(26, 26, 26, 0);
    border-color: rgba(26, 26, 26, 0);
}
.upload-gallery-thumb-buttons button:active, .upload-gallery-thumb-buttons button:not(:disabled):not(:disabled):active {
    color: #636363;
    background-color: rgba(26, 26, 26, 0);
    border-color: rgba(26, 26, 26, 0);
}
.upload-gallery-thumb {
    cursor: move;
}
.upload-icon {
    z-index: 2;
    background-color: #eff1f1;
    border: 3px dashed #ced4d4;
    color: #c1c8c8;
    font-size: 24px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: -10px 10px 0 #ced4d4;
    box-shadow: -10px 10px 0 #ced4d4;
}
.sort-attachment a {
    cursor: move;
}
.chart-nav {
    right: 45px;
    top: 26px;
}
@media (max-width:767.98px) {
    .chart-nav {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
}
}.chart-nav .nav-pills .nav-link {
    border-radius: 13px;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid;
    border-color: transparent;
}
.dashboard-statistic-block h3 {
    font-size: 14px;
}
.dashboard-statistic-block .views-data-wrap {
    text-align: center;
}
.dashboard-statistic-block .views-data {
    font-size: 24px;
    line-height: 34px;
}
.dashboard-statistic-block .views-text {
    color: #636363;
}
.doughnut-chart-data {
    padding: 0 0 0 15px;
}
.doughnut-chart-data li {
    clear: both;
}
.doughnut-chart-data li:after {
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px solid #dce0e0;
    content: "";
    top: 50%;
    left: 30px;
}
.doughnut-chart-data span {
    background-color: #fff;
    padding-left: 10px;
}
.doughnut-chart-data strong {
    background-color: #fff;
    padding-right: 10px;
}
.doughnut-chart-data small {
    color: #636363;
}
@media (max-width:767.98px) {
    .statistic-doughnut-chart {
    margin-bottom: 30px;
}
}@media (max-width:767.98px) {
    .doughnut-chart-data {
    padding: 0;
    width: 100%}
}.mebership-list-info li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    padding: 8px 0;
}
.membership-package-order-detail-wrap {
    margin: 30px 30px 30px 0;
}
@media (max-width:991.98px) {
    .membership-package-order-detail-wrap {
    margin: 30px;
}
}@media (max-width:991.98px) {
    .membership-package-order-detail-wrap {
    margin: 0;
    padding: 10px;
}
}.membership-package-order-detail {
    min-width: 300px;
}
.membership-package-order-detail .total-price {
    border-top: 2px solid #000;
    border-bottom: none;
    padding: 20px 0 0;
}
.form-login-link {
    top: -52px;
    right: 30px;
    font-size: 13px;
}
@media (max-width:767.98px) {
    .form-login-link {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
}
}.membership-packages-list {
    margin: 0 -30px;
}
.membership-packages-list .membership-packages-item {
    border-bottom: 1px solid #dce0e0;
    padding: 30px;
}
.membership-packages-list .membership-packages-item:first-of-type {
    padding: 0 30px 30px;
}
.membership-packages-list .membership-packages-item:last-of-type {
    padding: 30px 30px 0;
    border-bottom: none;
}
.payment-method-block .form-group {
    margin-bottom: -1px;
}
.payment-method-block .radio-tab {
    padding: 15px 30px;
}
.payment-method-block .radio-tab .control__indicator {
    left: 0;
    right: auto;
}
.payment-method-block .radio-tab .control-text {
    font-weight: 700;
    font-size: 16px;
}
.payment-method-block .radio-tab-inner {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dce0e0;
}
.payment-method-block:first-of-type .radio-tab-inner {
    border-radius: 4px 4px 0 0;
}
.payment-method-block:last-of-type .radio-tab-inner {
    border-radius: 0 0 4px 4px;
}
.paypal-method, .stripe-method, .twocheckout-method {
    background: url(../../../themes/houzez/img/cc-cards.png) no-repeat 93% center;
}
.recurring-payment-wrap {
    padding: 10px 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #dce0e0;
}
.payment-method {
    background-color: #fff;
    margin-top: -25px;
}
.frontend-submission-page {
    padding: 50px 0 0 0;
}
.frontend-submission-page .membership-package-order-detail-wrap {
    margin: 0 0 0 30px;
}
.membership-package-order-detail label.control.control--checkbox {
    min-height: auto;
}
.hz-password-reset-page {
    width: 350px;
    margin: 60px auto 160px;
}
.invoice-wrap {
    padding: 35px 50px;
}
.invoce-content li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    padding: 5px 0;
}
.dashaboard-snake-nav {
    border-top: 1px solid #dce0e0;
    background-color: #fff;
}
.dashaboard-snake-nav .step-block {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    border-bottom: 4px solid #dce0e0;
    padding: 15px 0;
}
@media (max-width:767.98px) {
    .dashaboard-snake-nav .step-block {
    padding: 5px;
    font-size: 12px;
}
}.dashaboard-snake-nav .step-block:not(.active) {
    color: #636363;
}
.board-message-icon-wrap {
    color: #ebebeb;
}
.board-message-icon-wrap .notification-circle {
    left: 12px;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
}
.deals-table-wrap {
    padding: 10px;
}
@media (min-width:992px) {
    .deals-table-wrap {
    overflow-x: scroll;
    overflow-y: visible;
    padding: 30px 30px 0;
    height: calc(100vh - 132px);
    overflow-y: scroll!important;
}
}.deals-table-wrap h2 {
    font-size: 18px;
}
@media (min-width:992px) {
    .deals-table th, .deals-table td {
    min-width: 150px;
    padding: 10px 0 10px 20px;
}
.deals-table th:last-child, .deals-table td:last-child {
    padding: 10px 20px;
}
}.deals-table thead th {
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #dce0e0;
    vertical-align: middle;
}
.deals-table tbody tr:last-of-type td {
    border-bottom: 1px solid #dce0e0;
}
.deals-table tbody th {
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #dce0e0;
    vertical-align: middle;
}
@media (max-width:767.98px) {
    .deals-table tfoot {
    display: none;
}
}.deals-table tfoot td {
    border-bottom: none;
}
.deals-table tfoot .total-deals {
    background-color: #dce0e0;
    border-radius: 0 0 4px 4px;
}
.deals-nav-tab.nav-pills .nav-link {
    padding: 15px 20px;
    background-color: #ebebeb;
    border-top: 2px solid #ebebeb;
}
@media (max-width:767.98px) {
    .deals-nav-tab.nav-pills .nav-link {
    font-size: 14px;
    padding: 15px 10px;
}
}.deals-nav-tab.nav-pills .nav-link.active.active-deals {
    border-top: 2px solid #ffc107;
}
.deals-nav-tab.nav-pills .nav-link.active.won-deals {
    border-top: 2px solid #28a745;
}
.deals-nav-tab.nav-pills .nav-link.active.lost-deals {
    border-top: 2px solid #dc3545;
}
.btn.new-lead-color {
    background-color: #80DEEA!important;
    border-color: #80DEEA!important;
    color: #fff!important;
}
.btn.meeting-scheduled-color {
    background-color: #BA68C8!important;
    border-color: #BA68C8!important;
    color: #fff!important;
}
.btn.qualified-color {
    background-color: #2196F3!important;
    border-color: #2196F3!important;
    color: #fff!important;
}
.btn.proposal-sent-color {
    background-color: #F8BBD0!important;
    border-color: #F8BBD0!important;
    color: #fff!important;
}
.btn.called-color {
    background-color: #F9A825!important;
    border-color: #F9A825!important;
    color: #fff!important;
}
.btn.negotiation-color {
    background-color: #FF7043!important;
    border-color: #FF7043!important;
    color: #fff!important;
}
.btn.email-sent-color {
    background-color: #512DA8!important;
    border-color: #512DA8!important;
    color: #fff!important;
}
.btn.won-color {
    background-color: #28a745!important;
    border-color: #28a745!important;
    color: #fff!important;
}
.btn.lost-color {
    background-color: #dc3545!important;
    border-color: #dc3545!important;
    color: #fff!important;
}
.btn.follow-up-color {
    background-color: #8BC34A!important;
    border-color: #8BC34A!important;
    color: #fff!important;
}
.btn.demo-color {
    background-color: #BCAAA4!important;
    border-color: #BCAAA4!important;
    color: #fff!important;
}
.activities-list-wrap {
    overflow-y: hidden;
}
.activities-list:before {
    content: "";
    left: 50px;
    display: block;
    border-left: 1px solid #dce0e0;
    z-index: auto;
}
@media (max-width:767.98px) {
    .activities-list: before {
    left: 35px;
}
}.activitiy-item:after {
    width: calc(100% - 20px);
    content: "";
    left: 20px;
    display: block;
    border-bottom: 1px solid #dce0e0;
    z-index: 1;
    bottom: 0;
}
.activitiy-item-left {
    min-width: 60px;
}
.activity-time {
    font-style: italic;
    color: #636363;
}
.lead-detail-wrap h2 {
    margin-bottom: 20px;
    background-color: transparent;
    padding: 0;
    border-bottom: none;
}
.lead-detail-wrap ul li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    padding: 5px 0;
}
.lead-detail-wrap .edit-lead-detail:hover {
    color: #fff;
}
.lead-enquiry-wrap {
    border: 1px solid #dce0e0;
    padding: 30px;
}
.private-note-wrap {
    background-color: rgba(52, 178, 228, .1);
    padding: 15px 20px;
}
.message-reply-user time, .message-reply-message time {
    font-size: 13px;
}
.action-col {
    width: 1px;
}
.table-select-auto {
    width: auto!important;
}
.task-label {
    border-radius: 20px;
    border: 1px solid #dce0e0;
    background-color: rgba(220, 224, 224, .35);
    padding: 0 10px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    white-space: nowrap;
}
.task-label-due {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.task-label-priority-normal {
    border: 1px solid #28a745;
    color: #28a745;
    background-color: #fff;
}
.task-label-priority-medium {
    border: 1px solid #ffc107;
    color: #ffc107;
    background-color: #fff;
}
.task-label-priority-high {
    border: 1px solid #dc3545;
    color: #dc3545;
    background-color: #fff;
}
.task-list-item {
    padding: 15px 0 5px 15px;
    background-color: #fff;
    margin-bottom: 1px;
}
.task-list-item:last-of-type {
    padding: 15px 0 15px 15px;
}
.task-list-item .control {
    margin: 0 10px 10px 0;
}
.task-list-item .control__indicator {
    top: 2px;
}
.task-list-item.task-list-item-completed .control {
    color: #636363;
    text-decoration: line-through;
}
.dashboard-slide-panel-wrap {
    right: -500px;
    padding: 30px;
    background-color: #fff;
    width: 500px;
    border-left: 1px solid #dce0e0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
@media (max-width:767.98px) {
    .dashboard-slide-panel-wrap {
    width: 320px;
    right: -320px;
}
}.dashboard-slide-panel-wrap h2, .dashboard-slide-panel-wrap h3 {
    font-size: 18px;
}
.dashboard-slide-panel-wrap .open-close-slide-panel {
    top: 20px;
    right: 20px;
    font-size: 24px;
}
.crm-pagination .page-numbers {
    padding: 0 2px;
}
.page-template-user_dashboard_crm .pagination-wrap {
    margin: 30px 0 0 0;
    padding-top: 0;
    border-top: none;
}
.activities-list-wrap .crm-pagination {
    text-align: center;
}
.remove-floorplan-row, .remove-subproperty-row {
    right: 8px;
    color: #c31b1b;
    cursor: pointer;
}
input.multiple-agent-check {
    position: absolute;
    right: 32px;
}
.block-content-wrap .agent-details input.multiple-agent-check {
    left: 58px;
}
.block-content-wrap .property-form-terms {
    text-align: left;
}
.property-form-wrap .agent-details, .block-content-wrap .agent-details {
    margin-bottom: 10px;
}
.dashboard-content-block-property-settings label {
    padding-bottom: 0;
}
.post-content-wrap h1 {
    font-size: 30px;
    line-height: 40px;
}
.post-content-wrap h2 {
    font-size: 24px;
    line-height: 34px;
}
.post-content-wrap h3 {
    font-size: 20px;
    line-height: 30px;
}
.post-content-wrap h4 {
    font-size: 18px;
    line-height: 28px;
}
.post-content-wrap h5 {
    font-size: 16px;
    line-height: 26px;
}
.post-content-wrap h6 {
    font-size: 14px;
    line-height: 24px;
}
.post-content-wrap table tr {
    border-bottom: 1px solid #dce0e0;
}
.post-content-wrap table td, .post-content-wrap table th {
    padding: 5px;
}
.post-content-wrap blockquote, .post-content-wrap q {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 28px;
    border-left: 5px solid #dce0e0;
}
.post-content-wrap pre {
    padding: 10px 20px;
    border: 1px solid #dce0e0;
    background-color: rgba(220, 224, 224, .2);
}
.wp-block-image figcaption {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    padding: 6px 11px 4px;
    background: #f9f9f9;
}
.widget-wrap {
    padding: 30px;
    background-color: #fff;
}
.widget-wrap .input-group-text {
    background-color: #fff;
}
.widget-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
}
.widget-contact-us li {
    padding: 5px 0;
}
.blog-post-image-widget {
    margin-right: 20px;
    min-width: 70px;
}
@media (max-width:991.98px) {
    .blog-post-image-widget {
    width: 90px;
}
}.blog-post-content-widget {
    color: #636363;
}
.blog-post-content-widget h4 {
    font-size: 14px;
    line-height: 24px;
}
.featured-property-item-widget .item-wrap-v3 .labels-wrap {
    top: 20px;
    right: 20px;
}
.featured-property-item-widget .item-wrap-v3 .item-price-wrap {
    left: 20px;
    bottom: 30px;
}
.featured-property-item-widget .item-wrap-v3 .item-price-wrap .item-price {
    font-size: 13px;
}
.featured-property-item-widget .item-wrap-v3 .item-address {
    color: #fff;
    left: 20px;
    bottom: -5px;
    z-index: 1;
    max-width: calc(100% - 40px);
}
.featured-property-item-widget .item-wrap-v3 .item-title {
    max-width: 85%;
    bottom: 52px;
    font-size: 13px;
}
@media (max-width:991.98px) {
    .widget-featured-property: not(.widget-featured-property-slider-wrap) .featured-property-item-widget {
    width: calc(50% - 1px);
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
}
}@media (max-width:767.98px) {
    .widget-featured-property: not(.widget-featured-property-slider-wrap) .featured-property-item-widget {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}
.widget-featured-property:not(.widget-featured-property-slider-wrap) .featured-property-item-widget:last-of-type {
    margin-bottom: 0;
}
}.property-item-widget .left-property-item-widget-wrap {
    width: 90px;
    min-width: 90px;
    margin-right: 20px;
}
.property-item-widget .right-property-item-widget-wrap .item-title {
    white-space: normal;
}
.property-item-widget .right-property-item-widget-wrap .item-title, .property-item-widget .right-property-item-widget-wrap .item-price {
    font-size: 14px;
    line-height: 22px;
}
.property-item-widget .right-property-item-widget-wrap .item-price {
    margin-bottom: 6px;
}
.property-item-widget .right-property-item-widget-wrap .item-amenities {
    font-size: 12px;
}
.property-item-widget .right-property-item-widget-wrap .item-amenities li {
    margin-bottom: 6px;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) {
    list-style: none;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) ul {
    padding-left: 20px;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li {
    line-height: 35px;
    padding: 0 0 0 10px;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -10px;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:before {
    content: "";
    font-family: "houzez-iconfont";
    font-size: 10px;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span {
    color: #636363;
}
.flickr-images a, .instagram-images a {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media (max-width:991.98px) {
    .flickr-images a, .instagram-images a {
    width: 25%}
}@media (max-width:767.98px) {
    .flickr-images a, .instagram-images a {
    width: 50%}
}.tweet-icon {
    color: #4099ff;
    margin-right: 20px;
}
.tweet-slider .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tweet-slider .tweet-icon, .tweet-slider .tweet-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.widget-mortgage-calculator .mortgage-details ul li {
    padding: 0!important;
    line-height: 25px!important;
    font-size: 13px;
}
.widget-mortgage-calculator .mortgage-details.detail-wrap {
    margin-top: 20px;
    padding: 10px 20px!important;
}
.widget-login-register .logged-in-wrap img {
    margin-right: 20px;
}
.widget-instagram-slider .slick-dotted.slick-slider, .widget-featured-property-slider-wrap .slick-dotted.slick-slider {
    margin-bottom: 20px;
}
.widget-instagram-slider .slick-prev, .widget-instagram-slider .slick-next, .widget-featured-property-slider-wrap .slick-prev, .widget-featured-property-slider-wrap .slick-next {
    height: 20px;
    width: 20px;
}
.widget-instagram-slider .slick-prev:before, .widget-instagram-slider .slick-next:before, .widget-featured-property-slider-wrap .slick-prev:before, .widget-featured-property-slider-wrap .slick-next:before {
    font-size: 12px;
}
.advanced-search-widget .row {
    margin-right: -5px;
    margin-left: -5px;
}
.advanced-search-widget .col-sm-6, .advanced-search-widget .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
}
.advanced-search-widget .range-text {
    font-size: 12px;
}
.advanced-search-widget .price-range-wrap, .advanced-search-widget .area-range-wrap {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dce0e0;
}
.advanced-search-widget .features-list-wrap {
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
}
.advanced-search-widget .features-list {
    text-align: left;
}
.advanced-search-widget .features-list .control {
    width: 49%}
.calendar_wrap table {
    width: 100%}
.widget_recent_entries ul li, .widget_recent_comments ul li {
    padding: 0!important;
    line-height: 25px!important;
    margin-bottom: 10px;
}
.widget_recent_entries ul li a, .widget_recent_comments ul li a {
    padding-left: 0!important;
    margin-left: 0!important;
}
.widget_recent_entries ul li a:before, .widget_recent_comments ul li a:before {
    display: none;
}
.comment-author-link {
    float: none!important;
}
.footer-top-wrap {
    padding: 100px 0 70px;
}
@media (max-width:767.98px) {
    .footer-top-wrap {
    padding: 50px 30px 30px;
}
}.footer-top-wrap .widget-wrap {
    background-color: transparent;
}
.footer-bottom-wrap {
    padding: 30px 0;
}
@media (max-width:767.98px) {
    .footer-bottom-wrap .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}@media (max-width:767.98px) {
    .footer-bottom-wrap .d-flex .footer-copyright, .footer-bottom-wrap .d-flex .logo, .footer-bottom-wrap .d-flex .footer-nav {
    margin-bottom: 20px;
}
}.footer-bottom-wrap-v2, .footer-bottom-wrap-v3 {
    text-align: center;
}
.footer-bottom-wrap-v2 .logo, .footer-bottom-wrap-v3 .logo {
    margin: 40px 0 30px 0;
}
@media (max-width:767.98px) {
    .footer-bottom-wrap-v2 .logo, .footer-bottom-wrap-v3 .logo {
    margin: 40px 0 50px;
}
}.footer-bottom-wrap-v2 .nav, .footer-bottom-wrap-v3 .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-bottom-wrap-v2 .footer-social a, .footer-bottom-wrap-v3 .footer-social a {
    margin: 0 5px;
}
@media (max-width:767.98px) {
    .footer-bottom-wrap-v2 .footer-social span, .footer-bottom-wrap-v3 .footer-social span {
    padding: 0 0 10px;
    display: inline-block;
}
}.footer-bottom-wrap-v3 {
    padding: 30px 0 70px;
}
.footer-bottom-wrap-v3 .footer-social a {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
}
.footer-bottom-wrap-v3 .footer-social a:hover {
    background-color: rgba(255, 255, 255, .75);
}
.footer-bottom-wrap-v4 {
    padding: 50px 0;
}
.footer-nav .nav-link, .footer-nav .menu-item {
    padding: 0 10px;
}
.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
    z-index: 1;
    text-align: center;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    border: none;
}
.slick-prev:before, .slick-next:before {
    display: inline-block;
    font-size: 16px;
}
@media (max-width:767.98px) {
    .slick-prev, .slick-next {
    display: none!important;
}
}.slick-prev {
    left: 20px;
}
.slick-prev:before {
    content: "";
    font-family: "houzez-iconfont"}
.slick-next {
    right: 20px;
}
.slick-next:before {
    content: "";
    font-family: "houzez-iconfont"}
.slick-slide img {
    margin: 0 auto;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
}
.lightbox {
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
}
.lightbox .lb-image {
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff;
}
.lb-outerContainer:after {
    content: "";
    clear: both;
}
.lb-loader {
    top: 43%;
    height: 25%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../../themes/houzez/img/loading.gif) no-repeat;
}
.lb-nav {
    height: 100%;
    z-index: 10;
}
.lb-nav a {
    outline: none;
    background-image: url(data:image/gif;
    base64, R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
    cursor: pointer;
}
.lb-nav a.lb-prev {
    width: 34%;
    float: left;
    background: url(../../../themes/houzez/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    background: url(../../../themes/houzez/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    width: 30px;
    height: 30px;
    background: url(../../../themes/houzez/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.module-row {
    margin-right: -5px;
    margin-left: -5px;
}
.module-row div[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.module-4cols .agent-item, .module-4cols .text-with-icon-item {
    width: calc(25% - 2px);
}
.module-4cols .agent-item:nth-child(4n+1), .module-4cols .text-with-icon-item:nth-child(4n+1) {
    clear: left;
}
@media (max-width:991.98px) {
    .module-4cols .agent-item, .module-4cols .text-with-icon-item {
    width: calc(50% - 2px);
}
.module-4cols .agent-item:nth-child(2n+1), .module-4cols .text-with-icon-item:nth-child(2n+1) {
    clear: left;
}
}@media (max-width:767.98px) {
    .module-4cols .agent-item, .module-4cols .text-with-icon-item {
    width: 100%}
}.module-3cols .agent-item, .module-3cols .text-with-icon-item {
    width: calc(100% / 3 - 2px);
}
.module-3cols .agent-item:nth-child(3n+1), .module-3cols .text-with-icon-item:nth-child(3n+1) {
    clear: left;
}
@media (max-width:991.98px) {
    .module-3cols .agent-item, .module-3cols .text-with-icon-item {
    width: calc(50% - 2px);
}
.module-3cols .agent-item:nth-child(2n+1), .module-3cols .text-with-icon-item:nth-child(2n+1) {
    clear: left;
}
}@media (max-width:767.98px) {
    .module-3cols .agent-item, .module-3cols .text-with-icon-item {
    width: 100%}
}.property-cards-module-3-cols .grid-view .item-listing-wrap, .property-by-ids-module-3-cols .grid-view .item-listing-wrap {
    width: calc(100% / 3);
}
@media (max-width:991.98px) {
    .property-cards-module-3-cols .grid-view .item-listing-wrap, .property-by-ids-module-3-cols .grid-view .item-listing-wrap {
    width: 50%}
}@media (max-width:767.98px) {
    .property-cards-module-3-cols .grid-view .item-listing-wrap, .property-by-ids-module-3-cols .grid-view .item-listing-wrap {
    width: 100%}
}@media (min-width:768px) {
    .property-cards-module-2-cols .grid-view, .property-by-ids-module-2-cols .grid-view {
    margin-right: -15px;
    margin-left: -15px;
}
}@media (min-width:768px) {
    .property-cards-module-2-cols .grid-view .item-listing-wrap-v4, .property-cards-module-2-cols .grid-view .item-listing-wrap-v5, .property-cards-module-2-cols .grid-view .item-listing-wrap-v6, .property-by-ids-module-2-cols .grid-view .item-listing-wrap-v4, .property-by-ids-module-2-cols .grid-view .item-listing-wrap-v5, .property-by-ids-module-2-cols .grid-view .item-listing-wrap-v6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
}.property-cards-module-2-cols .grid-view .item-listing-wrap-v4, .property-by-ids-module-2-cols .grid-view .item-listing-wrap-v4 {
    margin-bottom: 80px;
}
.property-cards-module-2-cols .grid-view .item-listing-wrap-v5, .property-cards-module-2-cols .grid-view .item-listing-wrap-v6, .property-by-ids-module-2-cols .grid-view .item-listing-wrap-v5, .property-by-ids-module-2-cols .grid-view .item-listing-wrap-v6 {
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .property-cards-module-3-cols .grid-view, .property-by-ids-module-3-cols .grid-view {
    margin-right: -15px;
    margin-left: -15px;
}
}.property-cards-module-3-cols .grid-view .item-listing-wrap-v5, .property-cards-module-3-cols .grid-view .item-listing-wrap-v6, .property-by-ids-module-3-cols .grid-view .item-listing-wrap-v5, .property-by-ids-module-3-cols .grid-view .item-listing-wrap-v6 {
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .property-cards-module-3-cols .grid-view .item-listing-wrap-v5, .property-cards-module-3-cols .grid-view .item-listing-wrap-v6, .property-by-ids-module-3-cols .grid-view .item-listing-wrap-v5, .property-by-ids-module-3-cols .grid-view .item-listing-wrap-v6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
}@media (min-width:992px) {
    .property-cards-module-3-cols .grid-view .item-listing-wrap-v5, .property-cards-module-3-cols .grid-view .item-listing-wrap-v6, .property-by-ids-module-3-cols .grid-view .item-listing-wrap-v5, .property-by-ids-module-3-cols .grid-view .item-listing-wrap-v6 {
    width: calc(100% / 3);
}
}.property-by-id-module .grid-view .item-listing-wrap {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
}
.taxonomy-item {
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.taxonomy-item-square .taxonomy-item {
    padding-bottom: 100%}
.taxonomy-item-rectangle .taxonomy-item {
    padding-bottom: 47.4%}
@media (max-width:1199.98px) {
    .taxonomy-item-rectangle .taxonomy-item {
    padding-bottom: 47.64%}
}@media (max-width:991.98px) {
    .taxonomy-item-rectangle .taxonomy-item {
    padding-bottom: 46.94%}
}@media (max-width:767.98px) {
    .taxonomy-grids-module-v1 .taxonomy-item-square .taxonomy-item {
    padding-bottom: 46.94%}
}.taxonomy-grids-module-v4 .taxonomy-item-rectangle .taxonomy-item {
    padding-bottom: 47.369%}
@media (max-width:1199.98px) {
    .taxonomy-grids-module-v4 .taxonomy-item-rectangle .taxonomy-item {
    padding-bottom: 46.81%}
}@media (max-width:575.98px) {
    .taxonomy-grids-module-v4 .taxonomy-item-square .taxonomy-item {
    padding-bottom: 46.81%}
}.taxonomy-text-wrap {
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.taxonomy-title {
    font-size: 24px;
    line-height: 30px;
}
.taxonomy-subtitle {
    font-size: 14px;
    text-transform: uppercase;
}
.grid-item {
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.grid-item-v1 {
    padding-bottom: calc(75% - 7.5px);
}
.grid-item-v2 {
    padding-bottom: 100%}
.grid-item-v3 {
    padding-bottom: calc(200% + 30px);
}
.grid-item-text-wrap {
    padding: 30px;
}
.grid-item-subtitle {
    color: #fff;
    font-size: 12px;
}
.grid-item-title {
    color: #fff;
    font-size: 20px;
}
.grid-item-text-link {
    color: #fff;
    bottom: 30px;
    font-size: 12px;
    text-transform: uppercase;
}
.grid-item-icon {
    color: #fff;
    bottom: 30px;
    right: 30px;
}
.elementor-widget-Houzez_elementor_grid_builder {
    margin-bottom: 0!important;
}
.price-table-module {
    border: 1px solid #dce0e0;
    background-color: #fff;
    text-align: center;
    padding: 35px 0;
    margin-left: -1px;
}
.price-table-module.featured {
    -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    padding: 50px 0;
    margin-top: -15px;
}
.price-table-title {
    font-size: 18px;
    line-height: 18px;
}
.price-table-price {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -4px;
}
@media (max-width:991.98px) {
    .price-table-price {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
}
}.price-table-currency {
    font-size: 24px;
    margin-top: 5px;
}
.price-table-price-wrap {
    padding: 30px 0;
}
.price-table-description {
    border-bottom: 1px solid #dce0e0;
}
.price-table-description ul {
    list-style: none;
}
.price-table-description li {
    padding: 15px 0;
    border-top: 1px solid #dce0e0;
}
.price-table-button {
    padding: 35px 0 0;
}
.agent-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.agent-item, .text-with-icon-item-v1 {
    padding: 35px;
    background-color: #fff;
    margin-left: 1px;
    margin-bottom: -1px;
    text-align: center;
}
.agent-item:hover, .text-with-icon-item-v1:hover {
    -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.agent-body {
    padding: 20px 0;
    color: #636363;
}
.text-with-icon-item-v1 .icon-thumb {
    padding: 50px 0 70px;
}
.text-with-icon-item-v2 {
    margin-bottom: 60px;
}
.text-with-icon-item-v2 .text-with-icon-content-wrap {
    padding: 0 30px 0 20px;
}
.text-with-icon-item .icon-thumb {
    font-size: 40px;
    min-width: 40px;
}
.text-with-icon-item .icon-thumb img {
    min-width: 40px;
    height: auto;
}
.text-with-icon-item .text-with-icon-title {
    font-size: 20px;
    line-height: 28px;
}
.text-with-icon-item .text-with-icon-body {
    padding: 10px 0 20px;
    color: #636363;
}
.testimonial-item:focus {
    outline: none;
}
.testimonial-item-v1 {
    text-align: center;
    margin-bottom: 30px;
}
.testimonial-thumb img {
    width: 128px;
    height: 128px;
}
.testimonial-icon {
    font-size: 30px;
}
.testimonial-icon .houzez-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.testimonial-item-v2 {
    padding: 40px;
    margin-bottom: 30px;
}
.testimonial-item-v2 .testimonial-thumb {
    margin-right: 20px;
    margin-bottom: 0;
}
.testimonial-item-v2 .testimonial-body {
    margin-bottom: 30px;
}
.testimonials-module-slider-v1 {
    max-width: 640px;
    margin: 0 auto;
}
.testimonials-module-slider-v1 .testimonial-item .testimonial-body {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
}
.testimonials-module-slider-v1 .slick-prev {
    left: -40px;
}
.testimonials-module-slider-v1 .slick-next {
    right: -40px;
}
.testimonials-module-slider-v1 .slick-prev, .testimonials-module-slider-v1 .slick-next {
    height: 30px;
    width: 30px;
}
.testimonials-module-slider-v1 .slick-prev:before, .testimonials-module-slider-v1 .slick-next:before {
    font-size: 12px;
}
.testimonials-slider-wrap-v2 {
    margin-left: -15px;
    margin-right: -15px;
}
.testimonials-slider-wrap-v2 .testimonial-item {
    margin: 0;
}
@media (max-width:767.98px) {
    .testimonials-module-slider-v2 {
    overflow: hidden;
}
}.property-carousel-buttons-wrap {
    height: 40px;
    text-align: right;
}
.property-carousel-buttons-wrap .slick-prev, .property-carousel-buttons-wrap .slick-next, .property-carousel-buttons-wrap .btn-view-all {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    font-weight: 300;
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.testimonials-slider-wrap-v2 .testimonial-item, .agents-slider-wrap .testimonial-item, .partners-slider-wrap .testimonial-item {
    margin: 0 15px;
}
.agents-module-slider .agent-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.agents-module-slider .slick-list {
    border-left: 1px solid #dce0e0;
}
.blog-posts-slider-wrap {
    margin-left: -5px;
    margin-right: -5px;
}
.blog-posts-slider-wrap .blog-posts-slide-wrap {
    padding: 0 5px;
}
@media (max-width:767.98px) {
    .property-carousel-module .grid-view .item-listing-wrap {
    float: left;
}
}.property-carousel-module-v1 .grid-view {
    margin-right: 0;
    margin-left: 0;
}
.property-carousel-module-v1 .grid-view .item-listing-wrap {
    padding-left: 0;
    padding-right: 0;
}
.property-carousel-module-v1 .item-listing-wrap-v3 {
    margin-bottom: 0!important;
    margin-right: 1px;
    margin-left: 1px;
}
.property-carousel-module-v1-4cols .item-wrap-outside, .property-carousel-module-v1-5cols .item-wrap-outside {
    text-align: center;
}
.property-carousel-module-v1-4cols .item-wrap .item-price-wrap, .property-carousel-module-v1-5cols .item-wrap .item-price-wrap {
    left: 20px;
    bottom: 15px;
}
.property-carousel-module-v1-4cols .item-wrap .labels-wrap, .property-carousel-module-v1-5cols .item-wrap .labels-wrap {
    bottom: auto;
    top: 15px;
    right: 20px;
}
.team-module {
    overflow: hidden;
    text-align: center;
}
.team-module:hover .team-content-wrap-after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.team-module:hover .team-content-wrap-before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.team-content-wrap-after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background-color: rgba(255, 255, 255, .9);
    z-index: 3;
}
.team-content-wrap-after .team-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.team-content-wrap-before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}
.team-content-wrap-before .team-social a {
    color: #fff;
}
.team-content-wrap-before .team-content {
    padding: 30px;
}
.team-content {
    padding: 30px;
}
.team-social a {
    font-size: 18px;
}
.team-mobile-link {
    z-index: 4;
}
.partner-item {
    background-color: #fff;
    padding: 35px 15px;
    text-align: center;
    margin-left: 0;
}
.blog-post-item {
    margin-bottom: 8px;
    background-color: #fff;
}
.blog-post-item .blog-post-content-wrap {
    padding: 10px 20px 20px;
}
.blog-post-item .blog-post-body {
    color: #636363;
    font-size: 13px;
    line-height: 21px;
}
.blog-post-item .blog-post-title h3 {
    font-size: 16px;
    line-height: 24px;
}
.blog-post-item .blog-post-author {
    font-size: 12px;
    color: #636363;
}
.blog-post-item .blog-post-author a {
    color: #636363;
}
.blog-post-item .blog-post-link {
    font-size: 13px;
    line-height: 21px;
}
.blog-post-item .blog-post-meta, .blog-post-item .blog-post-author {
    font-size: 12px;
}
.blog-post-item-v1 {
    padding: 8px 0;
}
.blog-post-item-v1 .blog-post-thumb {
    margin: 0 8px;
}
.blog-post-item-v1 .blog-post-meta, .blog-post-item-v1 .blog-post-author {
    color: #636363;
}
.blog-post-item-v1 .blog-post-author {
    border-top: 1px solid #dce0e0;
    padding: 8px 20px 0;
}
.blog-post-item-v2 .blog-post-meta {
    margin-bottom: 0;
}
.blog-post-item-v2 .blog-post-meta, .blog-post-item-v2 .blog-post-title {
    color: #fff;
}
.blog-post-item-v2 .blog-post-meta time, .blog-post-item-v2 .blog-post-meta a, .blog-post-item-v2 .blog-post-title time, .blog-post-item-v2 .blog-post-title a {
    color: #fff;
}
.blog-post-item-v2 .blog-post-author {
    padding: 8px 20px;
}
.blog-post-item-v2 .blog-post-content-wrap {
    bottom: 30px;
}
.property-grid-item {
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    height: 290px;
    background-size: cover;
    background-position: center center;
    width: 25%}
@media (max-width:767.98px) {
    .property-grid-item {
    width: 100%!important;
}
}.property-grid-item .item-inner-wrap {
    padding: 20px;
}
.property-grid-item .item-title {
    max-width: 80%;
    margin-bottom: 10px;
}
.property-grids-module-v1 .property-grids-module-row .property-grid-item:nth-child(4n+1), .property-grids-module-v1 .property-grids-module-row .property-grid-item:nth-child(4n+2) {
    width: 50%}
.property-grids-module-v1 .property-grids-module-row .property-grid-item:nth-child(3n), .property-grids-module-v1 .property-grids-module-row .property-grid-item:nth-child(4n), .property-grids-module-v1 .property-grids-module-row .property-grid-item:nth-child(5n), .property-grids-module-v1 .property-grids-module-row .property-grid-item:nth-child(6n) {
    width: 25%}
@media (max-width:991.98px) {
    .property-grids-module-v1 .property-grids-module-row .property-grid-item {
    width: 50%}
}@media (max-width:991.98px) {
    .property-grids-module-v2 .property-grids-module-row .property-grid-item {
    width: 50%}
}.property-grids-module-v2 .property-grids-module-row .property-grid-item:nth-child(1), .property-grids-module-v2 .property-grids-module-row .property-grid-item:nth-child(6) {
    width: 50%}
@media (max-width:991.98px) {
    .property-grids-module-v2 .property-grids-module-row .property-grid-item: nth-child(1), .property-grids-module-v2 .property-grids-module-row .property-grid-item:nth-child(6) {
    width: 100%}
}@media (max-width:991.98px) {
    .property-grids-module-v3 .property-grids-module-row .property-grid-item {
    width: 50%}
}.property-grids-module-v3 .property-grids-module-row .property-grid-item:nth-child(1), .property-grids-module-v3 .property-grids-module-row .property-grid-item:nth-child(2), .property-grids-module-v3 .property-grids-module-row .property-grid-item:nth-child(3) {
    width: calc(100% / 3);
}
.property-grids-module-v4 .property-grids-module-row .property-grid-item:nth-child(1), .property-grids-module-v4 .property-grids-module-row .property-grid-item:nth-child(4) {
    width: 60%}
.property-grids-module-v4 .property-grids-module-row .property-grid-item:nth-child(2), .property-grids-module-v4 .property-grids-module-row .property-grid-item:nth-child(3) {
    width: 40%}
.advanced-search-module .row {
    margin-right: 5px;
    margin-left: 5px;
}
.advanced-search-module .row [class*=col-] {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.advanced-search-module .advanced-search-module-title {
    font-size: 18px;
}
.advanced-search-module .features-list-wrap {
    padding-top: 0;
}
.houzez-ele-search-form-wrapper .auto-complete {
    top: 55px;
}
.elementor-field-custom-search {
    padding: 5px 14px 5px 40px;
}
.elementor-field-custom-search+.search-icon {
    position: absolute;
    top: 0;
}
.location-trigger.with-tabs {
    top: auto;
    bottom: 0;
    right: 5px;
}
.contact-form-wrap, .estimation-form-wrap {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
}
@media (max-width:767.98px) {
    .contact-form-wrap, .estimation-form-wrap {
    padding: 20px;
}
}.contact-form-wrap p:last-of-type {
    margin-bottom: 0;
}
.ele-form-messages {
    margin-top: 10px;
}
.ele-form-messages .alert {
    padding: 8px 10px 8px 10px;
}
@media (min-width:768px) {
    .agent-v2-grid-module {
    margin-right: -15px;
    margin-left: -15px;
}
}@media (min-width:992px) {
    .agent-v2-grid-module.agent-v2-grid-3-cols .agent-grid-wrap {
    width: calc(100% / 3);
}
}@media (min-width:992px) {
    .agent-v2-grid-module.agent-v2-grid-4-cols .agent-grid-wrap {
    width: 25%}
}@media (min-width:768px) {
    .agent-v2-grid-module .agent-grid-wrap {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
}.agent-v2-grid-module .agent-grid-wrap .agent-list-wrap {
    margin-bottom: 30px;
}
div#login-register-form {
    z-index: 9999;
}
.login-register-form .modal-content {
    border: none;
}
.login-register-form .modal-dialog {
    max-width: 430px;
}
.login-register-form .modal-header {
    overflow: hidden;
    border: none;
    border-radius: 4px 4px 0 0;
}
.login-register-form .modal-header .close {
    padding: 15px 20px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.login-register-form .modal-header .close span {
    top: -2px;
}
.login-register-form .modal-header .login-register-tabs .nav-link, .login-register-form .modal-header .login-register-tabs .nav-tabs {
    border: none;
}
.login-register-form .modal-header .login-register-tabs .nav-link {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, .2);
    padding: 15px 30px;
    color: #fff;
}
.login-register-form .modal-header .login-register-tabs .nav-link:hover {
    border-color: rgba(255, 255, 255, .2);
}
.login-register-form .modal-body {
    padding: 30px;
}
.form-tools .control {
    color: #636363;
}
.form-tools a {
    min-height: 24px;
    font-size: 14px;
    font-weight: 500;
}
.login-form-wrap, .register-form-wrap {
    background-color: #fff;
    border: 1px solid #dce0e0;
}
.login-form-wrap .form-group-field:after, .register-form-wrap .form-group-field:after {
    font-family: "houzez-iconfont";
    color: #636363;
    top: 10px;
    left: 18px;
}
.login-form-wrap .form-group-field input, .register-form-wrap .form-group-field input {
    padding-left: 42px;
    border: none;
}
.login-form-wrap .form-group, .register-form-wrap .form-group {
    border-bottom: 1px solid #dce0e0;
}
.login-form-wrap .form-group:last-of-type, .register-form-wrap .form-group:last-of-type {
    border-bottom: none;
}
.login-form-wrap .username-field:after, .register-form-wrap .username-field:after {
    content: ""}
.login-form-wrap .password-field:after, .register-form-wrap .password-field:after {
    content: ""}
.login-form-wrap .email-field:after, .register-form-wrap .email-field:after {
    content: ""}
.login-form-wrap .phone-field:after, .register-form-wrap .phone-field:after {
    content: ""}
@media (min-width:768px) {
    .elementor-column.elementor-col-15, .elementor-column[data-col="15"] {
    width: 15%}
.elementor-column.elementor-col-35, .elementor-column[data-col="35"] {
    width: 35%}
.elementor-column.elementor-col-45, .elementor-column[data-col="45"] {
    width: 45%}
.elementor-column.elementor-col-55, .elementor-column[data-col="55"] {
    width: 55%}
.elementor-column.elementor-col-65, .elementor-column[data-col="65"] {
    width: 65%}
}@media (max-width:479px) {
    .elementor-column.elementor-xs-15 {
    width: 15%}
.elementor-column.elementor-xs-35 {
    width: 35%}
.elementor-column.elementor-xs-45 {
    width: 45%}
.elementor-column.elementor-xs-55 {
    width: 55%}
.elementor-column.elementor-xs-65 {
    width: 65%}
}@media (max-width:767px) {
    .elementor-column.elementor-sm-15 {
    width: 15%}
.elementor-column.elementor-sm-35 {
    width: 35%}
.elementor-column.elementor-sm-45 {
    width: 45%}
.elementor-column.elementor-sm-55 {
    width: 55%}
.elementor-column.elementor-sm-65 {
    width: 65%}
}@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-15 {
    width: 15%}
.elementor-column.elementor-md-35 {
    width: 35%}
.elementor-column.elementor-md-45 {
    width: 45%}
.elementor-column.elementor-md-55 {
    width: 55%}
.elementor-column.elementor-md-65 {
    width: 65%}
}.print-page {
    font-size: 14px;
}
.print-main-wrap {
    background-color: #fff;
}
.print-wrap {
    max-width: 768px;
    margin: 0 auto;
}
.print-logo-wrap, .print-title-wrap {
    padding: 30px 0;
}
.print-logo-wrap {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #dce0e0;
}
.print-logo-wrap .logo {
    margin: 0 0 10px;
}
.print-title-wrap h1 {
    font-size: 24px;
    margin-bottom: 3px;
}
.print-title-wrap .item-address {
    margin-bottom: 0;
}
.print-title-wrap .item-price-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    color: #000;
}
.print-title-wrap .item-price-wrap .item-price {
    font-size: 20px;
}
.print-title-wrap .item-price-wrap .item-sub-price {
    font-size: 14px;
}
.print-banner-wrap .qr-code {
    background-color: #fff;
    padding: 15px 0 0 15px;
}
.print-content .print-section {
    border-top: 1px solid #dce0e0;
    margin-top: 20px;
}
.print-content .print-title {
    padding-top: 40px;
}
.print-content .block-content-wrap .list-3-cols li, .print-content .block-content-wrap .list-2-cols li, .print-content .block-content-wrap .list-1-cols li {
    padding: 0;
    border-bottom: none;
    line-height: 32px;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}
.print-content .block-content-wrap .list-3-cols li span, .print-content .block-content-wrap .list-2-cols li span, .print-content .block-content-wrap .list-1-cols li span {
    float: none;
}
.print-content .block-content-wrap .list-3-cols li .houzez-icon, .print-content .block-content-wrap .list-2-cols li .houzez-icon, .print-content .block-content-wrap .list-1-cols li .houzez-icon {
    line-height: 32px;
}
.print-content .floor-plan-wrap {
    border: 1px solid #dce0e0;
    margin-bottom: 30px;
}
.print-content .floor-plan-top {
    padding: 20px 30px;
    border-bottom: 1px solid #dce0e0;
}
.print-content .floor-plan-description {
    padding: 20px 30px;
}
.print-title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
a:hover, a:active, a:focus, input:hover, input:active, input:focus, button:hover, button:active, button:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .form-control:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 10px;
}
.bootstrap-select .bs-ok-default:after, .bootstrap-select .dropdown-toggle::after {
    font-family: "houzez-iconfont";
    border-style: none;
}
.bootstrap-select .dropdown-toggle::after {
    content: "";
    font-size: 10px;
    font-weight: 700;
}
.bootstrap-select .bs-ok-default:after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: 0;
}
.bootstrap-select .dropdown-menu.inner {
    text-transform: none;
}
.actions-btn {
    height: auto;
}
.bootstrap-select .btn {
    font-weight: 400;
}
.dropdown-toggle::after {
    margin-left: 15px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #a1a7a8;
}
.bt-full-width-content-wrap {
    margin-bottom: 30px;
}
.ui-slider-horizontal .ui-slider-range, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fff;
    border: 1px solid #dce0e0;
}
.ui-widget.ui-widget-content {
    height: 9px;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -11px;
    text-align: center;
    border-radius: 4px;
}
.ui-slider-horizontal .ui-slider-handle:after {
    font-size: 11px;
    content: "";
    font-family: "houzez-iconfont";
    top: -1px;
    left: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ui-slider-horizontal .ui-slider-handle:hover {
    cursor: pointer;
}
@media (min-width:992px) {
    .ui-slider-horizontal .ui-slider-handle: last-of-type {
    margin-left: -22px;
}
}.ui-slider-horizontal .ui-slider-handle.ui-state-active {
    color: #222;
}
.ui-slider-horizontal {
    height: 5px;
}
.ui-slider-horizontal .ui-slider-range {
    height: 3px;
    top: 2px;
    border: none;
}
.ui-state-focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-widget.ui-widget-content {
    border: 1px solid #dce0e0;
}
.nav-pills .nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0 2px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 12px 20px;
}
@media (max-width:767.98px) {
    .nav-pills .nav-link {
    padding: 15px 20px;
}
}.nav-pills .nav-link.active {
    background-color: #fff;
    color: #000;
}
.nav-pills .nav-link.active {
    background-color: #fff;
    color: #000;
}
.nav-pills .nav-link input[type=radio] {
    left: -10000px;
}
.top-banner-wrap .nav-pills .nav-link.active {
    background-color: #fff!important;
    color: #000!important;
}
.modal {
    z-index: 1080;
}
.card {
    border: none;
    background-color: transparent;
}
.fc-event, .fc-event:hover {
    color: #fff!important;
}
.fc-unthemed th {
    background-color: transparent;
    border-color: transparent;
    color: #111313;
    padding: 0 0 20px;
}
.fc-head .fc-head-container, .fc-unthemed thead {
    background-color: transparent;
    border-color: transparent;
}
.fc-head .fc-head-container {
    border-bottom: 2px solid #dce0e0;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td {
    border-color: #fff;
}
.fc-body {
    background-color: #fff;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    margin-left: 10px;
}
.fc-unthemed td.fc-today {
    background-color: #edfbf0;
}
.fc-event {
    padding: 5px 10px;
}
.fc-day-grid-event {
    margin: 2px 5px;
}
.os-scrollbar-handle, .os-scrollbar-track, .os-scrollbar {
    height: 20px!important;
    border-radius: 0!important;
}
.os-scrollbar-handle {
    background: #ced4d4!important;
}
.os-scrollbar-track {
    background: #fff!important;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal, .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    top: calc(100% - 20px);
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: none;
}
.page-item.disabled .page-link {
    border-color: transparent;
    color: #636363;
}
.leaflet-popup-content {
    margin: 0!important;
}
.leaflet-popup-content-wrapper {
    border-radius: 0!important;
    padding: 0!important;
}
#houzez-properties-map a.leaflet-popup-close-button {
    color: #fff;
    background: #000;
    height: 20px;
    padding: 0;
    width: 20px;
    line-height: 18px;
    right: -20px;
}
.elementor-widget-houzez_elementor_search .form-group {
    margin-bottom: 0;
}
.advanced-search-shortcode .advanced-search-filters .form-group, .elementor-widget-container .advanced-search-widget .form-group {
    margin-bottom: 15px;
}
.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    opacity: 1;
}
.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual::-moz-placeholder {
    opacity: 1;
}
.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    opacity: 1;
}
.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    opacity: 1;
}
.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual::placeholder {
    opacity: 1;
}
.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    opacity: 1;
}
.leaflet-container {
    z-index: 0;
}
.lSAction>a {
    z-index: 1!important;
}
a, a:hover, a:active, a:focus, .primary-text, .btn-clear, .btn-apply, .btn-primary-outlined, .btn-primary-outlined:before, .item-title a:hover, .sort-by .bootstrap-select .bs-placeholder, .sort-by .bootstrap-select>.btn, .sort-by .bootstrap-select>.btn:active, .page-link, .page-link:hover, .accordion-title:before, .blog-post-content-widget h4 a:hover, .agent-list-wrap .agent-list-content h2 a:hover, .agent-list-wrap .agent-list-contact li a:hover, .agent-nav-wrap .nav-pills .nav-link, .dashboard-side-menu-wrap .side-menu-dropdown a.active, .menu-edit-property li a.active, .menu-edit-property li a:hover, .dashboard-statistic-block h3 .fa, .statistic-referrals-list li a:hover, .chart-nav .nav-pills .nav-link.active, .board-message-icon-wrap.active, .post-title-wrap h2 a:hover, .listing-switch-view .switch-btn.active, .item-wrap-v6 .item-price-wrap, .listing-v6 .list-view .item-body .item-price-wrap {
    color: #00aeff;
}
.control input:checked~.control__indicator, .top-banner-wrap .nav-pills .nav-link, .btn-primary-outlined:hover, .page-item.active .page-link, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .mobile-property-tools .nav-pills .nav-link.active, .login-register-form .modal-header, .agent-nav-wrap .nav-pills .nav-link.active, .board-message-icon-wrap .notification-circle, .primary-label, .fc-event, .fc-event-dot, .compare-table .table-hover>tbody>tr:hover, .post-tag, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled], .ui-slider-horizontal .ui-slider-range {
    background-color: #00aeff;
}
.control input:checked~.control__indicator, .btn-primary-outlined, .page-item.active .page-link, .mobile-property-tools .nav-pills .nav-link.active, .agent-nav-wrap .nav-pills .nav-link, .agent-nav-wrap .nav-pills .nav-link.active, .chart-nav .nav-pills .nav-link.active, .dashaboard-snake-nav .step-block.active, .fc-event, .fc-event-dot, .save-search-form-wrap {
    border-color: #00aeff;
}
.slick-arrow:hover {
    background-color: rgba(0, 174, 255, .65);
}
.slick-arrow {
    background-color: #00aeff;
}
.property-banner .nav-pills .nav-link.active {
    background-color: rgba(0, 174, 255, .65)!important;
}
.property-navigation-wrap a.active {
    color: #00aeff;
    -webkit-box-shadow: inset 0 -3px #00aeff;
    box-shadow: inset 0 -3px #00aeff;
}
.table-new td {
    background-color: rgba(0, 174, 255, .05);
}
.btn-primary, .fc-button-primary {
    color: #fff;
    background-color: #00aeff;
    border-color: #00aeff;
}
.btn-primary:focus, .btn-primary:focus:active, .fc-button-primary:focus, .fc-button-primary:focus:active {
    color: #fff;
    background-color: #00aeff;
    border-color: #00aeff;
}
.btn-primary:hover, .fc-button-primary:hover {
    color: #fff;
    background-color: #33beff;
    border-color: #33beff;
}
.btn-primary:active, .btn-primary:not(:disabled):not(:disabled):active, .fc-button-primary:active, .fc-button-primary:not(:disabled):not(:disabled):active {
    color: #fff;
    background-color: #33beff;
    border-color: #33beff;
}
.btn-secondary {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-secondary:focus, .btn-secondary:focus:active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #34ce57;
    border-color: #34ce57;
}
.btn-secondary:active, .btn-secondary:not(:disabled):not(:disabled):active {
    color: #fff;
    background-color: #34ce57;
    border-color: #34ce57;
}
.btn-primary-outlined {
    color: #00aeff;
    background-color: transparent;
    border-color: #00aeff;
}
.btn-primary-outlined:focus, .btn-primary-outlined:focus:active {
    color: #00aeff;
    background-color: transparent;
    border-color: #00aeff;
}
.btn-primary-outlined:hover {
    color: #fff;
    background-color: #33beff;
    border-color: #33beff;
}
.btn-primary-outlined:active, .btn-primary-outlined:not(:disabled):not(:disabled):active {
    color: #00aeff;
    background-color: rgba(26, 26, 26, 0);
    border-color: #33beff;
}
.btn-secondary-outlined {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}
.btn-secondary-outlined:focus, .btn-secondary-outlined:focus:active {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}
.btn-secondary-outlined:hover {
    color: #fff;
    background-color: #34ce57;
    border-color: #34ce57;
}
.btn-secondary-outlined:active, .btn-secondary-outlined:not(:disabled):not(:disabled):active {
    color: #28a745;
    background-color: rgba(26, 26, 26, 0);
    border-color: #34ce57;
}
.btn-call {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}
.btn-call:focus, .btn-call:focus:active {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}
.btn-call:hover {
    color: #28a745;
    background-color: rgba(26, 26, 26, 0);
    border-color: #34ce57;
}
.btn-call:active, .btn-call:not(:disabled):not(:disabled):active {
    color: #28a745;
    background-color: rgba(26, 26, 26, 0);
    border-color: #34ce57;
}
.header-v1 .header-inner-wrap, .header-v1 .navbar-logged-in-wrap {
    line-height: 60px;
    height: 60px;
}
.header-v2 .header-top .navbar {
    height: 110px;
}
.header-v2 .header-bottom .header-inner-wrap, .header-v2 .header-bottom .navbar-logged-in-wrap {
    line-height: 54px;
    height: 54px;
}
.header-v3 .header-top .header-inner-wrap, .header-v3 .header-top .header-contact-wrap {
    height: 80px;
    line-height: 80px;
}
.header-v3 .header-bottom .header-inner-wrap, .header-v3 .header-bottom .navbar-logged-in-wrap {
    line-height: 54px;
    height: 54px;
}
.header-v4 .header-inner-wrap, .header-v4 .navbar-logged-in-wrap {
    line-height: 90px;
    height: 90px;
}
.header-v5 .header-top .header-inner-wrap, .header-v5 .header-top .navbar-logged-in-wrap {
    line-height: 110px;
    height: 110px;
}
.header-v5 .header-bottom .header-inner-wrap {
    line-height: 54px;
    height: 54px;
}
.header-v6 .header-inner-wrap, .header-v6 .navbar-logged-in-wrap {
    height: 60px;
    line-height: 60px;
}
body, #main-wrap {
    background-color: #f8f8f8;
}
body, .form-control, .bootstrap-select .text, .item-title a, .listing-tabs .nav-tabs .nav-link, .item-wrap-v2 .item-amenities li span, .item-wrap-v2 .item-amenities li:before, .item-parallax-wrap .item-price-wrap, .list-view .item-body .item-price-wrap, .property-slider-item .item-price-wrap, .page-title-wrap .item-price-wrap, .agent-information .agent-phone span a, .property-overview-wrap ul li strong, .mobile-property-title .item-price-wrap .item-price, .fw-property-features-left li a, .lightbox-content-wrap .item-price-wrap, .blog-post-item-v1 .blog-post-title h3 a, .blog-post-content-widget h4 a, .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .login-register-form .modal-header .login-register-tabs .nav-link.active, .agent-list-wrap .agent-list-content h2 a, .agent-list-wrap .agent-list-contact li a, .menu-edit-property li a, .statistic-referrals-list li a, .chart-nav .nav-pills .nav-link, .dashboard-table-properties td .property-payment-status, .dashboard-mobile-edit-menu-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder, .payment-method-block .radio-tab .control-text, .post-title-wrap h2 a, .lead-nav-tab.nav-pills .nav-link, .deals-nav-tab.nav-pills .nav-link, .btn-light-grey-outlined:hover, button:not(.bs-placeholder) .filter-option-inner-inner, .fw-property-floor-plans-wrap .floor-plans-tabs a {
    color: #222;
}
.main-nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
}
.main-nav .navbar-nav .nav-item .nav-item a {
    color: #004274;
    border-bottom: 1px solid #dce0e0;
}
.main-nav .navbar-nav .nav-item .nav-item a:hover, .main-nav .navbar-nav .nav-item .nav-item a:active {
    color: #00aeff;
}
.header-v1 {
    background-color: #004274;
    border-bottom: 1px solid #004274;
}
.header-v1 a {
    color: #fff;
}
.header-v1 a:hover, .header-v1 a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
}
.header-v2 .header-top, .header-v2 .header-contact-wrap {
    background-color: #fff;
}
.header-v2 .header-bottom {
    background-color: #004274;
    border-color: rgba(0, 174, 255, .2);
}
.header-v2 .header-contact-wrap .header-contact-right {
    color: #004274;
}
.header-v2 .header-contact-left {
    color: #004274;
}
.header-v2 .navbar-nav>li, .header-v2 .navbar-nav>li:first-of-type {
    border-color: rgba(0, 174, 239, .2);
}
.header-v2 a {
    color: #fff;
}
.header-v2 a:hover, .header-v2 a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
}
.header-v2 .header-social-icons a {
    color: #004274;
}
.header-v3 .header-top {
    background-color: #004274;
}
.header-v3 .header-bottom {
    background-color: #004274;
}
.header-v3 .header-contact, .header-v3-mobile {
    background-color: #00aeff;
    color: #fff;
}
.header-v3 .header-bottom, .header-v3 .login-register, .header-v3 .navbar-nav>li, .header-v3 .navbar-nav>li:first-of-type {
    border-color: rgba(0, 174, 239, .2);
}
.header-v3 a {
    color: #fff;
}
.header-v3 a:hover, .header-v3 a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
}
.header-v3 .header-social-icons a {
    color: #004274;
}
.header-v4 {
    background-color: #fff;
}
.header-v4 a {
    color: #004274;
}
.header-v4 a:hover, .header-v4 a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
}
.header-v5 .header-top {
    background-color: #fff;
}
.header-v5 .header-bottom {
    background-color: #004274;
}
.header-v5 .header-bottom, .header-v5 .navbar-nav>li, .header-v5 .navbar-nav>li:first-of-type {
    border-color: rgba(0, 174, 239, .2);
}
.header-v5 a {
    color: #fff;
}
.header-v5 a:hover, .header-v5 a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
}
.header-v5 .header-social-icons a {
    color: #004274;
}
.header-v6 .header-top {
    background-color: #004274;
}
.header-v6 a {
    color: #fff;
}
.header-v6 a:hover, .header-v6 a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
}
.header-v6 .header-social-icons a {
    color: #fff;
}
.top-bar-wrap, .switcher-wrap .dropdown-menu {
    background-color: #000;
}
.top-bar-wrap a, .top-bar-contact, .top-bar-slogan, .top-bar-wrap .btn, .switcher-wrap .dropdown-menu, .top-bar-wrap .navbar-toggler {
    color: #fff;
}
.top-bar-wrap a:hover, .top-bar-wrap a:active, .top-bar-wrap .btn:hover, .top-bar-wrap .btn:active, .switcher-wrap .dropdown-menu li:hover, .switcher-wrap .dropdown-menu li:active {
    color: #00aeff;
}
.header-transparent-wrap .header-v4 {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header-transparent-wrap .header-v4 a {
    color: #fff;
}
.header-transparent-wrap .header-v4 a:hover, .header-transparent-wrap .header-v4 a:active {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
}
.header-transparent-wrap .header-v4 .btn-create-listing {
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .2);
}
.header-transparent-wrap .header-v4 .btn-create-listing:hover, .header-transparent-wrap .header-v4 .btn-create-listing:active {
    color: #fff;
    border: 1px solid #00aeff;
    background-color: rgba(0, 174, 255, .65);
}
.header-main-wrap .btn-create-listing {
    color: #fff;
    border: 1px solid #00aeff;
    background-color: #00aeff;
}
.header-main-wrap .btn-create-listing:hover, .header-main-wrap .btn-create-listing:active {
    color: #fff;
    border: 1px solid #00aeff;
    background-color: rgba(0, 174, 255, .65);
}
.header-mobile {
    background-color: #004274;
}
.header-mobile .toggle-button-left, .header-mobile .toggle-button-right {
    color: #fff;
}
.nav-mobile .main-nav, .nav-mobile .navi-login-register {
    background-color: #fff;
}
.nav-mobile .houzez-megamenu-inner .sub-menu .sub-menu li:last-of-type a, .navi-login-register .houzez-megamenu-inner .sub-menu .sub-menu li:last-of-type a {
    border-color: #dce0e0;
}
.nav-mobile .main-nav .nav-item a, .navi-login-register .main-nav .nav-item a {
    color: #004274;
    border-color: #dce0e0;
    background-color: #fff;
}
.nav-mobile .main-nav .sub-menu a, .navi-login-register .main-nav .sub-menu a {
    background-color: #f9f9f9;
    color: #000;
}
.nav-mobile .btn-create-listing, .navi-login-register .btn-create-listing {
    color: #fff;
    border: 1px solid #00aeff;
    background-color: #00aeff;
}
.nav-mobile .btn-create-listing:hover, .nav-mobile .btn-create-listing:active, .navi-login-register .btn-create-listing:hover, .navi-login-register .btn-create-listing:active {
    color: #fff;
    border: 1px solid #00aeff;
    background-color: rgba(0, 174, 255, .65);
}
.logged-in-nav a {
    color: #004274;
    border-color: #dce0e0;
    background-color: #fff;
}
.logged-in-nav a:hover, .logged-in-nav a:active {
    color: #00aeff;
    background-color: rgba(0, 174, 255, .1);
    border-color: #dce0e0;
}
.form-control::-webkit-input-placeholder, .bootstrap-select>.btn, .search-banner-wrap ::-webkit-input-placeholder, .advanced-search ::-webkit-input-placeholder, .advanced-search-banner-wrap ::-webkit-input-placeholder, .overlay-search-advanced-module ::-webkit-input-placeholder {
    color: #a1a7a8;
}
.form-control::placeholder, .bootstrap-select>.btn, .search-banner-wrap ::-webkit-input-placeholder, .advanced-search ::-webkit-input-placeholder, .advanced-search-banner-wrap ::-webkit-input-placeholder, .overlay-search-advanced-module ::-webkit-input-placeholder {
    color: #a1a7a8;
}
.search-banner-wrap ::-moz-placeholder, .advanced-search ::-moz-placeholder, .advanced-search-banner-wrap ::-moz-placeholder, .overlay-search-advanced-module ::-moz-placeholder {
    color: #a1a7a8;
}
.search-banner-wrap :-ms-input-placeholder, .advanced-search :-ms-input-placeholder, .advanced-search-banner-wrap ::-ms-input-placeholder, .overlay-search-advanced-module ::-ms-input-placeholder {
    color: #a1a7a8;
}
.search-banner-wrap :-moz-placeholder, .advanced-search :-moz-placeholder, .advanced-search-banner-wrap :-moz-placeholder, .overlay-search-advanced-module :-moz-placeholder {
    color: #a1a7a8;
}
.advanced-search .form-control, .advanced-search .bootstrap-select>.btn, .location-trigger, .vertical-search-wrap .form-control, .vertical-search-wrap .bootstrap-select>.btn, .step-search-wrap .form-control, .step-search-wrap .bootstrap-select>.btn, .advanced-search-banner-wrap .form-control, .advanced-search-banner-wrap .bootstrap-select>.btn, .search-banner-wrap .form-control, .search-banner-wrap .bootstrap-select>.btn, .overlay-search-advanced-module .form-control, .overlay-search-advanced-module .bootstrap-select>.btn, .advanced-search-v2 .advanced-search-btn, .advanced-search-v2 .advanced-search-btn:hover {
    border-color: #dce0e0;
}
.advanced-search-nav, .search-expandable, .overlay-search-advanced-module {
    background-color: #004274;
}
.advanced-search-btn {
    color: #00aeff;
    background-color: #fff;
    border-color: #dce0e0;
}
.advanced-search-btn:hover, .advanced-search-btn:active {
    color: #fff;
    background-color: #00aeff;
    border-color: #00aeff;
}
.advanced-search-btn:focus {
    color: #00aeff;
    background-color: #fff;
    border-color: #dce0e0;
}
.bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover {
    background-color: rgba(0, 174, 255, .1);
}
.range-text, .control--checkbox, .control--radio, .features-list-wrap .control--checkbox, .features-list-wrap .btn-features-list, .overlay-search-advanced-module .search-title, .overlay-search-advanced-module .overlay-search-module-close {
    color: #222;
}
.dashboard-side-wrap {
    background-color: #002B4B;
}
.side-menu a {
    color: #839EB2;
}
.side-menu a.active, .side-menu-dropdown a, .side-menu a:hover {
    color: #fff;
}
.label-featured {
    background-color: #77c720;
    color: #fff;
}
.detail-wrap {
    background-color: rgba(0, 174, 255, .1);
    border-color: #00aeff;
}
.footer-top-wrap {
    background-color: #004274;
}
.footer-bottom-wrap {
    background-color: #00335A;
}
.footer-top-wrap, .footer-top-wrap a, .footer-bottom-wrap, .footer-bottom-wrap a, .footer-top-wrap .property-item-widget .right-property-item-widget-wrap .item-amenities, .footer-top-wrap .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .footer-top-wrap .blog-post-content-widget h4 a, .footer-top-wrap .blog-post-content-widget, .footer-top-wrap .form-tools .control, .footer-top-wrap .slick-dots li.slick-active button:before, .footer-top-wrap .slick-dots li button::before, .footer-top-wrap .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span {
    color: #fff;
}
.footer-top-wrap a:hover, .footer-bottom-wrap a:hover, .footer-top-wrap .blog-post-content-widget h4 a:hover {
    color: #00aeff;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    text-transform: none;
}
.btn {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.form-control, .bootstrap-select .text, .sort-by-title {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
strong, b, label {
    font-weight: 600;
}
.main-nav, .dropdown-menu, .login-register, .btn-create-listing, .logged-in-nav {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6, .item-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: inherit;
}
.post-content-wrap h1, .post-content-wrap h2, .post-content-wrap h3, .post-content-wrap h4, .post-content-wrap h5, .post-content-wrap h6 {
    font-weight: 700;
    text-transform: inherit;
    text-align: inherit;
}
.top-bar-wrap, .top-bar-wrap .dropdown-menu, .switcher-wrap .dropdown-menu {
    background-color: #000;
}
.top-bar-wrap a, .top-bar-contact, .top-bar-slogan, .top-bar-wrap .btn, .top-bar-wrap .dropdown-menu, .switcher-wrap .dropdown-menu, .top-bar-wrap .navbar-toggler {
    color: #fff;
}
.top-bar-wrap a:hover, .top-bar-wrap a:active, .top-bar-wrap .btn:hover, .top-bar-wrap .btn:active, .top-bar-wrap .dropdown-menu li:hover, .top-bar-wrap .dropdown-menu li:active, .switcher-wrap .dropdown-menu li:hover, .switcher-wrap .dropdown-menu li:active {
    color: #00aeff;
    background-color: transparent;
}
@charset "UTF-8";
    .property-by-id-module .grid-view .item-listing-wrap {
    margin-bottom: 0;
}
.testimonial-item-v2 .testimonial-thumb {
    max-width: 75px;
}
.property-carousel-module .grid-view {
    margin-right: 0;
    margin-left: 0;
}
.houzez-all-slider-wrap {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.houzez-all-slider-wrap.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.item-wrap-v6 .area_postfix {
    display: none;
}
.elementor-field-group .captcha_wrapper {
    margin-bottom: 0!important;
}
.gdpr-text {
    font-weight: 300;
}
.login-required-block {
    margin-top: 30px;
    margin-bottom: 200px;
}
.h-properties-map-for-elementor {
    width: 100%}
.grecaptcha-badge {
    z-index: 9999;
}
.houzez-dashboard .grecaptcha-badge, body.houzez-halfmap-page .grecaptcha-badge {
    display: none!important;
}
@media (max-width:992px) {
    .grecaptcha-badge {
    display: none!important;
}
}.search-hidden, .sticky-nav-area, .sticky-search-area {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -200px);
}
.houzez-in-view {
    opacity: 1;
    position: fixed!important;
    visibility: visible;
    transition: all .4s ease;
    transform: translate(0, 0) scale(1);
    animation: fadein .4s;
}
.houzez-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.houzez-field-textual.elementor-size-xs, .houzez-field-textual.elementor-size-xs button:not(.actions-btn) {
    font-size: 13px;
    min-height: 33px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.houzez-field-textual.elementor-size-md, .houzez-field-textual.elementor-size-md button:not(.actions-btn) {
    font-size: 16px;
    min-height: 47px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.houzez-field-textual.elementor-size-lg, .houzez-field-textual.elementor-size-lg button:not(.actions-btn) {
    font-size: 18px;
    min-height: 59px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.houzez-field-textual.elementor-size-xl, .houzez-field-textual.elementor-size-xl button:not(.actions-btn) {
    font-size: 20px;
    min-height: 72px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.location-trigger.elementor-size-xs {
    height: 42px;
    line-height: 42px;
}
.location-trigger.elementor-size-md {
    height: 47px;
    line-height: 47px;
}
.location-trigger.elementor-size-lg {
    height: 59px;
    line-height: 59px;
}
.location-trigger.elementor-size-xl {
    height: 72px;
    line-height: 72px;
}
.houzez-field-textual.elementor-size-lg button:not(.actions-btn) {
    padding: 7px 20px;
}
.houzez-field-textual.elementor-size-xl button:not(.actions-btn) {
    padding: 8px 24px;
}
.houzez-search-button.elementor-size-xs {
    padding: 13px 20px!important;
}
.advanced-search-widget .features-list-wrap .btn-features-list, .advanced-search-widget .features-list-wrap .control--checkbox, .advanced-search-widget .range-text {
    color: #222!important;
}
.location-trigger.with-labels {
    top: auto;
    bottom: 0;
    right: 5px;
}
.houzez-ele-price-slider {
    display: block!important;
}
.houzez-ele-price-slider .price-range-wrap {
    padding-bottom: 0;
}
.houzez-lazy-bg.houzez-lazyload {
    background-image: none!important;
}
.houzez-lazyload {
    border: 0!important;
    opacity: 1;
    background: rgba(255, 255, 255, 0) url(../../../themes/houzez/img/lazyloader-1.gif) no-repeat center!important;
    background-size: 16px auto!important;
}
.single-property .listing-tabs .nav-tabs .nav-link {
    min-width: 100px;
}
.single-property .vertical-listing-tabs.listing-tabs .nav-tabs .nav-link {
    min-width: 50px;
}
.property-detail-v3 ul.lSPager.lSGallery li {
    max-height: 70px;
}
.property-detail-v4 ul.lSPager.lSGallery li {
    max-height: 105px;
}
.houzez-custom-field .control {
    font-size: 14px;
    font-weight: 400;
}
form.update-frontend-property .houzez-custom-field .control {
    width: 48%;
    float: left;
    margin-right: 5px;
}
form.update-frontend-property .houzez-custom-field .control:nth-child(2n+1) {
    clear: left;
}
form.add-frontend-property .houzez-custom-field .control {
    width: 32%;
    float: left;
    margin-right: 5px;
}
form.add-frontend-property .houzez-custom-field .control:nth-child(3n+1) {
    clear: left;
}
.login-form-page-wrap {
    max-width: 480px;
}
.login-form-page-text, .login-form-page-wrap {
    margin: 40px auto 60px;
    min-height: 450px;
}
.hz-terms-of-use {
    padding-bottom: 0;
}
.btn-loader:after {
    border: 2px solid #333;
    border-color: #333 transparent #333 transparent;
}
.property-disclaimer {
    color: #555;
    padding: 20px 0 40px 0;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
}
span.agent-phone a {
    color: #222;
}
a.btn-whatsapp {
    color: #25d366;
}
.error-container .error {
    display: block;
    line-height: 1.5;
    padding: 0 0 5px 0;
    color: #ea3d3d;
    font-size: 14px;
    font-weight: 400;
    transition: .2s all linear;
}
.blog-post-item-v2 .blog-post-content-wrap.with-no-author {
    bottom: 0;
    padding-bottom: 10px;
}
@media (max-width:767.98px) {
    .property-detail-v6 .property-banner {
    padding-bottom: 0;
}
}.sticky-nav-area li a {
    color: #111;
}
.hover-effect:before, .hover-effect-flat:before {
    display: none!important;
}
.page-id-79 .sticky-nav-area {
    background: #fff!important;
    color: #111;
    box-shadow: 0 0 1px 0 #43c9be;
}
.sticky-nav-area ul li a {
    color: #111;
}
a.btn.btn-secondary.btn-sm:hover {
    background-color: #fff!important;
}
.sticky-nav-area {
    background: #fff!important;
    color: #fff;
    box-shadow: 0 0 1px 0 #43c9be;
}
.header-mobile {
    background-color: #fff!important;
    box-shadow: 0 0 1px 0 #43c9be;
}
.htmega-team-style-7 {
    box-shadow: none!important;
    overflow: hidden;
}
.htmega-team-style-7:hover .htmega-thumb img {
    transform: none!important;
}
.rents-social {
    display: inline-flex!important;
}
.rents-social a {
    padding: 10px!important;
    width: 40px;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    border-radius: 50%}
.rents-social a:hover {
    opacity: .7;
    color: #fff!important;
}
.rents-social a.fa-facebook {
    background: #3B5998;
    color: #fff;
}
.rents-social a.fa-linkedin {
    background: #007bb5;
    color: #fff;
}
.rents-social a.fa-youtube {
    background: #b00;
    color: #fff;
}
span.hide-on-click {
    color: #000!important;
}
a.btn.btn-primary.btn-slim:hover {
    background-color: #fff!important;
}
a.btn.btn-primary.btn-sm:hover {
    background-color: #fff!important;
}
ul.list-3-cols.list-unstyled a {
    color: #111;
}
ul.list-3-cols.list-unstyled i {
    color: #00948b;
    font-size: 15px;
    font-weight: 600;
}
.block-title-wrap h2 {
    font-size: 20px;
    color: #00948b;
}
.property-overview-wrap ul li {
    color: #111;
    white-space: inherit!important;
}
.similar-property-wrap {
    padding: 5px!important;
}
.item-wrap-v5 .item-body {
    padding: 15px!important;
}
.agent-phone.agent-phone-hidden, .grid-view .item-footer .item-author, .item-title {
    white-space: inherit!important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.item-wrap-v5 .item-title {
    font-size: 18px!important;
    line-height: 24px!important;
    text-align: left;
}
.item-wrap-v5 .item-v5-price {
    font-size: 18px;
    margin-bottom: 5px;
    color: #00948b!important;
}
.detail-state {
    display: none!important;
}
.block-wrap {
    padding: 20px!important;
    margin-top: 15px!important;
}
.sidebar-wrap .property-form-wrap {
    padding: 15px!important;
}
.block-title-wrap {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 15px!important;
    padding-bottom: 15px!important;
}
.list-view .item-listing-wrap {
    margin-bottom: 15px!important;
}
ul.item-tools li {
    padding: 0 5px!important;
}
.page-title-wrap .item-tool span:hover {
    background-color: #00948b;
}
.joinchat {
    --bottom: 20px;
    --sep: 20px;
    --header: 70px;
    --btn: 60px;
    --vh: 100vh;
    --red: 37;
    --green: 211;
    --blue: 102;
    --rgb: var(--red), var(--green), var(--blue);
    --color: rgb(var(--rgb));
    --dark: rgb(calc(var(--red) - 75), calc(var(--green) - 75), calc(var(--blue) - 75));
    --hover: rgb(calc(var(--red) + 50), calc(var(--green) + 50), calc(var(--blue) + 50));
    --bg: rgba(var(--rgb), .04);
    --tolerance: 210;
    --bw: calc((var(--red)*0.2126 + var(--green)*0.7152 + var(--blue)*0.0722 - var(--tolerance))*-100000);
    --text: rgba(var(--bw), var(--bw), var(--bw), clamp(.7, var(--bw), 1));
    --msg: var(--color);
    position: fixed;
    z-index: 1000;
    right: var(--sep);
    bottom: var(--bottom);
    color: var(--text);
    font: normal normal normal 16px/1.625em -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    letter-spacing: 0;
    transform: scale3d(0, 0, 0);
    transition: transform .3s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
}
.joinchat *, .joinchat :after, .joinchat :before {
    box-sizing: border-box;
}
.joinchat:not(.joinchat--show)>div {
    display: none;
}
.joinchat--show {
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}
.joinchat.joinchat--left {
    right: auto;
    left: var(--sep);
}
@media (max-width:480px), (orientation:landscape) and (max-width:767px) {
    .joinchat {
    --bottom: 6px;
    --sep: 6px;
    --header: 55px;
}
}@media (max-width:767px) {
    .joinchat.joinchat--footer-bar {
    --bottom: 76px;
}
}.joinchat.joinchat--dark {
    --msg: var(--dark);
}
@supports not (width:clamp(1px, 1%, 10px)) {
    .joinchat {
    --text: rgba(var(--bw), var(--bw), var(--bw), .9);
}
}@media (color-index:48) {
    .joinchat.joinchat--dark-auto {
    --msg: var(--dark);
}
}@media (prefers-color-scheme:dark) {
    .joinchat.joinchat--dark-auto {
    --msg: var(--dark);
}
}.joinchat__button {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: var(--btn);
    min-width: var(--btn);
    max-width: 95vw;
    background: #25d366;
    color: inherit;
    border-radius: calc(var(--btn)/2);
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background .2s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: background-color, width;
}
.joinchat__button:hover {
    background: #128c7e;
    transition: background 1.5s linear;
}
.joinchat__button:active {
    background: #128c7e;
    transition: none;
}
.joinchat--chatbox .joinchat__button {
    background: var(--color);
    transition: background .2s linear;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}
.joinchat--chatbox .joinchat__button:active, .joinchat--chatbox .joinchat__button:hover {
    background: var(--hover);
}
[dir=rtl] .joinchat__button {
    flex-direction: row-reverse;
}
.joinchat--left .joinchat__button {
    right: auto;
    left: 8px;
    flex-direction: row-reverse;
}
[dir=rtl] .joinchat--left .joinchat__button {
    flex-direction: row;
}
.joinchat__button__open {
    width: var(--btn);
    height: var(--btn);
    background: transparent url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E %3C/svg%3E") 50% no-repeat;
    background-size: 60%}
.joinchat--chatbox .joinchat__button__open {
    display: none;
}
.joinchat__button__image {
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(var(--btn) - 2px);
    height: calc(var(--btn) - 2px);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
}
.joinchat__button__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joinchat--show .joinchat__button__image {
    animation: joinchat_image_loop 20s linear 5s infinite normal both;
}
.joinchat--image .joinchat__button__image {
    opacity: 1;
    animation: none;
}
.joinchat--chatbox .joinchat__button__image {
    display: none;
}
.joinchat__button__send {
    display: none;
    width: var(--btn);
    height: var(--btn);
    max-width: var(--btn);
    padding: 12px 11px 12px 13px;
    margin: 0;
    flex-shrink: 0;
}
.joinchat--chatbox .joinchat__button__send {
    display: block;
}
.joinchat__button__send path {
    fill: none!important;
    stroke: var(--text)!important;
}
.joinchat__button__send .joinchat_svg__plain {
    stroke-dasharray: 1097;
    stroke-dashoffset: 1097;
    animation: joinchat_plain 6s .2s ease-in-out infinite;
}
.joinchat__button__send .joinchat_svg__chat {
    stroke-dasharray: 1020;
    stroke-dashoffset: 1020;
    animation: joinchat_chat 6s 3.2s ease-in-out infinite;
}
.joinchat__button__sendtext {
    padding: 0;
    max-width: 0;
    font-weight: 600;
    line-height: var(--btn);
    white-space: nowrap;
    opacity: 0;
    overflow: hidden;
    transition: none;
}
.joinchat--chatbox .joinchat__button__sendtext {
    padding: 0 4px 0 24px;
    max-width: 200px;
    opacity: 1;
    transition: max-width .2s linear, opacity .4s ease-out .2s;
}
.joinchat--chatbox.joinchat--left .joinchat__button__sendtext {
    padding: 0 24px 0 4px;
}
.joinchat__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #e82c0c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
}
.joinchat__badge.joinchat__badge--in {
    animation: joinchat_badge_in .5s cubic-bezier(.27, .9, .41, 1.28) 1 both;
}
.joinchat__badge.joinchat__badge--out {
    animation: joinchat_badge_out .4s cubic-bezier(.215, .61, .355, 1) 1 both;
}
.joinchat__tooltip {
    position: absolute;
    top: 14px;
    right: 76px;
    max-width: calc(100vw - 105px);
    height: 32px;
    padding: 0 14px;
    border: none;
    border-radius: 16px;
    background: #fff;
    color: rgba(0, 0, 0, .8);
    line-height: 31px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s ease-out .4s;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
    transform: translateZ(0);
    pointer-events: none;
}
.joinchat__tooltip:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -6px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #fff;
}
.joinchat__tooltip div {
    overflow: hidden;
    text-overflow: ellipsis;
}
.joinchat--tooltip .joinchat__tooltip {
    animation: joinchat_tootlip 20s linear 5s 1 normal both;
}
@media (hover:hover) {
    .joinchat__button: hover .joinchat__tooltip {
    opacity: 1;
    animation: none;
    transition: opacity .2s;
}
}.joinchat--chatbox .joinchat__tooltip {
    display: none;
}
.joinchat--left .joinchat__tooltip {
    right: auto;
    left: 76px;
}
.joinchat--left .joinchat__tooltip:after {
    left: -6px;
    right: auto;
    border-color: transparent;
    border-width: 6px 8px 6px 0;
    border-right-color: #fff;
}
.joinchat__box {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: calc(100vw - var(--sep)*2);
    max-width: 400px;
    min-height: 170px;
    max-height: calc(var(--vh) - var(--bottom) - var(--sep));
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
    text-align: left;
    overflow: hidden;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s;
}
.joinchat--chatbox .joinchat__box {
    opacity: 1;
    transform: scaleX(1);
    transition: max-height .2s ease-out, opacity .2s ease-out, transform 0s linear;
}
.joinchat--left .joinchat__box {
    right: auto;
    left: 0;
}
.joinchat__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    height: var(--header);
    padding: 0 70px 0 26px;
    margin: 0;
    background: var(--color);
    text-align: left;
}
[dir=rtl] .joinchat__header {
    text-align: right;
}
.joinchat--dark .joinchat__header {
    background: var(--dark);
}
.joinchat__header__text {
    font-size: 19px;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .8;
}
.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit!important;
    text-decoration: none!important;
    fill: currentColor;
    opacity: .8;
}
.joinchat__powered svg {
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: -30%}
.joinchat__powered:active, .joinchat__powered:hover {
    color: inherit!important;
    text-decoration: none!important;
    opacity: .9;
}
.joinchat__wa {
    height: 28px;
    width: auto;
    fill: currentColor;
    opacity: .8;
}
.joinchat__close {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4) url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E %3Cpath d='M24 2.4L21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E %3C/svg%3E") 50% no-repeat;
    background-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.joinchat__close:hover {
    background-color: rgba(0, 0, 0, .6);
}
[dir=rtl] .joinchat__close {
    right: auto;
    left: 24px;
}
.joinchat__box__scroll {
    padding: 20px 0 70px;
    padding-bottom: calc(var(--btn) + 10px);
    background: #fff linear-gradient(0deg, var(--bg), var(--bg));
    overflow-x: hidden;
    overflow-y: auto;
    will-change: scroll-position;
}
.joinchat__box__scroll::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
.joinchat__box__scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: transparent;
}
.joinchat__box__scroll:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}
.joinchat--blur .joinchat__box__scroll {
    background: rgba(var(--rgb), .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.joinchat--dark .joinchat__box__scroll {
    background: #1a1a1a;
}
@supports (-webkit-overflow-scrolling:touch) {
    .joinchat__box__scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
}@media (max-width:480px), (orientation:landscape) and (max-width:767px) {
    .joinchat__header__text {
    font-size: 17px;
}
.joinchat__close {
    margin-top: -14px;
    width: 28px;
    height: 28px;
}
.joinchat__box__scroll {
    padding-top: 15px;
}
}@media (color-index:48) {
    .joinchat--dark-auto .joinchat__box__scroll {
    background: #1a1a1a;
}
.joinchat--dark-auto .joinchat__header {
    background: var(--dark);
}
}@media (prefers-color-scheme:dark) {
    .joinchat--dark-auto .joinchat__box__scroll {
    background: #1a1a1a;
}
.joinchat--dark-auto .joinchat__header {
    background: var(--dark);
}
}.joinchat__message {
    position: relative;
    min-height: 60px;
    padding: 17px 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background: #fff;
    color: #4a4a4a;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    transform: translateZ(0);
}
.joinchat__message:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: -15px;
    width: 17px;
    height: 25px;
    background: inherit;
    -webkit-clip-path: var(--peak, url(../../../plugins/creame-whatsapp-me/public/css/#joinchat__message__peak));
    clip-path: var(--peak, url(../../../plugins/creame-whatsapp-me/public/css/#joinchat__message__peak));
}
.joinchat--dark .joinchat__message {
    background: #505050;
    color: #d8d8d8;
}
@media (color-index:48) {
    .joinchat--dark-auto .joinchat__message {
    background: #505050;
    color: #d8d8d8;
}
}@media (prefers-color-scheme:dark) {
    .joinchat--dark-auto .joinchat__message {
    background: #505050;
    color: #d8d8d8;
}
}@media (max-width:480px), (orientation:landscape) and (max-width:767px) {
    .joinchat__message {
    padding: 18px 16px;
    line-height: 24px;
    margin: 0 20px 20px;
}
}@keyframes joinchat_badge_in {
    0% {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}@keyframes joinchat_badge_out {
    0% {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}@keyframes joinchat_plain {
    0%, 50%, to {
    stroke-dashoffset: 1097;
}
5%, 45% {
    stroke-dashoffset: 0;
}
}@keyframes joinchat_chat {
    0%, 50%, to {
    stroke-dashoffset: 1020;
}
5%, 45% {
    stroke-dashoffset: 0;
}
}@keyframes joinchat_image_loop {
    0% {
    opacity: 0;
}
3%, 20% {
    opacity: 1;
}
25%, to {
    opacity: 0;
}
}@keyframes joinchat_tootlip {
    0% {
    opacity: 0;
    transform: scaleY(0);
}
1%, 20% {
    opacity: 1;
    transform: scaleY(1);
}
25%, to {
    opacity: 0;
    transform: scaleY(1);
}
}
