<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@charset "UTF-8";
@keyframes google-business-reviews-rating-star {
0% {
transform: scale(1, 1);
opacity: 0.05;
filter: saturate(0);
}
5% {
transform: scale(.1, 1);
opacity: 0.15;
}
8% {
transform: scale(.1, 1);
opacity: 0.5;
}
14% {
opacity: 1;
}
21% {
transform: scale(1.25, 1.25);
filter: saturate(100%);
}
25% {
transform: scale(1, 1);
filter: brightness(100%);
}
100%,
88% {
transform: scale(1, 1);
filter: brightness(100%) saturate(100%);
}
94% {
transform: scale(1.15, 1.15);
filter: brightness(120%) saturate(85%);
}
}
.gmbrr {
--avatar-width: 40px;
--avatar-height: 40px;
}
.gmbrr .all-stars,
.gmbrr .listing .rating,
.gmbrr .rating-stars,
.gmbrr.fonts,
.gmbrr.fonts .business-name,
.gmbrr.fonts .heading,
.gmbrr.fonts div,
.gmbrr.fonts p,
.gmbrr.fonts span {
font-family: Arial, Helvetica, sans-serif;
}
.gmbrr p,
.gmbrr ul,
.gmbrr li {
margin-block: 0;
}
.gmbrr.badge,
.gmbrr.center {
text-align: center;
}
.gmbrr.badge,
.gmbrr.padding {
padding: 1.4rem 1rem;
}
.gmbrr.badge,
.gmbrr.outline {
box-shadow: 0 14px 3px -8px #00000026, 0 0 0 3px #00000099 inset;
}
.gmbrr.badge {
border-radius: 4px;
max-width: 480px;
}
.gmbrr.badge.dark,
.gmbrr.outline.dark {
box-shadow: 0 14px 3px -8px #ffffff33, 0 0 0 3px #ffffff8c inset;
}
.gmbrr.tiny {
font-size: 14px;
}
.gmbrr.narrow,
.gmbrr.tiny {
margin-inline: auto;
}
.gmbrr.badge.tiny {
border-radius: 3px;
padding: 0.5em 1em;
max-width: 32em;
box-shadow: 0 8px 2px -4px #00000026, 0 0 0 1px #00000033 inset;
}
.gmbrr.badge.tiny.dark {
box-shadow: 0 10px 2px -4px #00000033, 0 0 0 1px #ffffff66 inset;
}
.gmbrr.badge.dark.no-outline,
.gmbrr.badge.no-outline,
.gmbrr.badge.tiny.dark.no-outline,
.gmbrr.badge.tiny.no-outline {
box-shadow: none;
}
.gmbrr .icon,
.gmbrr .icon img {
width: 100%;
height: auto;
}
.gmbrr .icon.generic {
aspect-ratio: 1;
background: transparent url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBmaWxsPSIjNDU1MzkxIiBkPSJNMjkgMjloNDJ2NDJIMjl6Ii8+PHBhdGggZmlsbD0iIzQ1NTM5MSIgZD0iTTAgMHYxMDBoMTAwVjBIMHptODggODhIMTJWMTJoNzZ2NzZ6Ii8+PC9zdmc+") 0 0/100% no-repeat;
}
.gmbrr.link {
cursor: pointer;
}
.gmbrr.fonts a {
text-decoration: none;
}
.gmbrr.fonts a:hover {
text-decoration: underline;
}
.gmbrr.fonts .listing {
font-size: 13px;
line-height: 140%;
gap: 1.7rem;
}
.gmbrr.fonts .business-name,
.gmbrr.fonts .heading {
font-size: 28px;
font-weight: 400;
letter-spacing: 0;
}
.gmbrr.badge .business-name::before,
.gmbrr.badge .heading::before,
.gmbrr.bubble .listing .text-first .text::before,
.gmbrr.bubble .text.fixed-height::before,
.gmbrr.bubble .text.fixed-height::after,
.gmbrr .listing .no-avatar .author-avatar,
.gmbrr .listing .text .review-full-text,
.gmbrr.badge .listing .author-avatar {
display: none;
}
.gmbrr.fill {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.dark.fill {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.bubble.fill,
.gmbrr.dark.bubble.fill {
background-color: transparent;
}
.gmbrr.stripe,
.gmbrr.stripe.badge,
.gmbrr.stripe.badge.tiny,
.gmbrr.stripe.tiny {
padding: 0;
}
.gmbrr.stripe &gt; :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.1);
}
.gmbrr.stripe.dark &gt; :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.15);
}
.gmbrr.stripe.contrast &gt; :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.stripe.dark.contrast &gt; :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.stripe.badge &gt; * {
padding: 1.4rem 0.5rem;
margin-block: 0;
margin-inline: 0;
}
.gmbrr.stripe.badge &gt; :first-child {
padding-block-start: 1rem;
border-radius: 4px 4px 0 0;
}
.rtl .gmbrr.stripe.badge &gt; :first-child {
border-radius: 4px 0 0 4px;
}
.gmbrr.stripe.badge &gt; :last-child {
padding-block-end: 1rem;
border-radius: 0 0 4px 4px;
}
.rtl .gmbrr.stripe.badge &gt; :last-child {
border-radius: 0 4px 4px 0;
}
.gmbrr.stripe.badge.tiny &gt; * {
padding: 0.5rem;
}
.gmbrr.stripe.badge.tiny &gt; :first-child {
padding-block-start: 1rem;
border-radius: 3px 3px 0 0;
}
.rtl .gmbrr.stripe.badge.tiny &gt; :first-child {
border-radius: 3px 0 0 3px;
}
.gmbrr.stripe.badge.tiny &gt; :last-child {
padding-block-end: 1rem;
border-radius: 0 0 3px 3px;
}
.rtl .gmbrr.stripe.badge.tiny &gt; :last-child {
border-radius: 0 3px 3px 0;
}
.gmbrr,
.gmbrr .heading,
.gmbrr .listing .text {
color: #333;
}
.gmbrr .listing .text {
color: #222;
}
.gmbrr .author-name,
.gmbrr .author-name a,
.gmbrr.bubble.fill.turquoise .listing .text,
.gmbrr.bubble.mustard .listing .text,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,
.gmbrr.contrast .rating,
.gmbrr.contrast .count,
.gmbrr.contrast .date,
.gmbrr.contrast .relative-time-description,
.gmbrr.contrast .vicinity,
.gmbrr.dark.bubble.fill.contrast .listing .text,
.gmbrr.dark.bubble.fill.turquoise .listing .text,
.gmbrr.fonts .author-name a,
.gmbrr.stripe.dark.contrast &gt; :nth-child(2n-1) {
color: #000;
}
.gmbrr.dark .listing .date,
.gmbrr.dark .listing .relative-time-description,
.gmbrr.dark .no-place,
.gmbrr.dark .no-reviews,
.gmbrr.dark .rating .count,
.gmbrr.fonts.dark .rating .number,
.gmbrr.dark .rating .count,
.gmbrr.dark .vicinity {
color: #bebebee6;
}
.gmbrr .listing .date,
.gmbrr .listing .relative-time-description,
.gmbrr .no-place,
.gmbrr .no-reviews,
.gmbrr .rating,
.gmbrr .rating .count,
.gmbrr .vicinity,
.gmbrr.fonts .rating .number,
.gmbrr.fonts .rating .count {
color: #70757A;
}
.gmbrr .listing .rating,
.gmbrr .star,
.gmbrr .rating,
.gmbrr.dark .listing .rating,
.gmbrr.dark .star,
.gmbrr.dark.stars-yellow .star,
.gmbrr.stars-yellow .star,
.gmbrr.contrast .listing .rating,
.gmbrr.dark.contrast .listing .rating,
.gmbrr.stars-html .rating-stars {
color: #F7B603;
}
.gmbrr.stars-orange .rating,
.gmbrr.dark.stars-orange .star,
.gmbrr.stars-orange .listing .rating,
.gmbrr.stars-orange .star {
color: #E7711B;
}
.gmbrr .rating .not,
.gmbrr .star.gray,
.gmbrr .star.grey {
color: #C9C9C9;
}
.gmbrr .inline-svg .star,
.gmbrr .inline-svg .star.gray,
.gmbrr .inline-svg .star.grey,
.gmbrr.dark .inline-svg .star.gray,
.gmbrr.dark .inline-svg .star.grey {
background: none;
}
.gmbrr .inline-svg .star .gray,
.gmbrr .inline-svg .star .grey {
fill: #C9C9C9;
}
.gmbrr .inline-svg .star .gray {
fill-opacity: 0.6;
}
.gmbrr .inline-svg .star .outline {
stroke: #F7B603;
stroke-opacity: 0;
}
.gmbrr .inline-svg .star .mask-shape {
width: 100%;
height: 100%;
}
.gmbrr .inline-svg .star.gray .mask-shape,
.gmbrr .inline-svg .star.grey .mask-shape {
width: 0%;
}
.gmbrr .inline-svg .mask-10-90 .mask-shape {
width: 14%;
}
.gmbrr .inline-svg .mask-20-80 .mask-shape {
width: 24.5%;
}
.gmbrr .inline-svg .mask-30-70 .mask-shape {
width: 33.5%;
}
.gmbrr .inline-svg .mask-40-60 .mask-shape {
width: 40%;
}
.gmbrr .inline-svg .mask-50-50 .mask-shape {
width: 50%;
}
.gmbrr .inline-svg .mask-60-40 .mask-shape {
width: 60%;
}
.gmbrr .inline-svg .mask-70-30 .mask-shape {
width: 67.5%;
}
.gmbrr .inline-svg .mask-80-20 .mask-shape {
width: 75.5%;
}
.gmbrr .inline-svg .mask-90-10 .mask-shape {
width: 86%;
}
.gmbrr.dark .listing .rating .not,
.gmbrr.dark .rating .all-stars,
.gmbrr.dark .inline-svg .star .gray,
.gmbrr.dark .inline-svg .star .grey {
color: #A4A4A4;
}
.gmbrr.dark.fonts.color-match .business-name,
.gmbrr.dark.fonts.color-match .heading,
.gmbrr.dark.fonts.color-match .listing .author-name a {
color: #BCC0C3;
}
.gmbrr.dark.fonts.color-match .listing .text {
color: #EDF1F6;
}
.gmbrr.fonts.color-match a {
color: #1A0DAB;
}
.gmbrr.dark.fonts.color-match a {
color: #8AB4F8;
}
.gmbrr.fonts .button {
color: #f5f5f5e6;
background-color: rgba(40, 40, 40, 0.9);
text-decoration: none;
font-size: 15px;
padding: 0.76em 1em;
}
.gmbrr .button:hover {
color: #fffffff2;
text-decoration: none;
}
.gmbrr .business-name,
.gmbrr .heading {
margin-block: 0 0.4rem;
margin-inline: 0;
line-height: 120%;
}
.gmbrr .heading.no-icon {
margin-block-end: 0.8rem;
}
.gmbrr.fonts .heading.no-icon {
margin-block-end: 0.55rem;
}
.gmbrr .icon {
display: inline-block;
min-width: 0.6em;
min-height: 0.6em;
max-width: 1.5em;
max-height: 1.5em;
position: relative;
vertical-align: middle;
inset-block-end: 0.1em;
margin-inline-end: 0.35em;
}
.gmbrr .heading.no-name .icon {
margin-block: 0 0.35em;
margin-inline: 0;
}
.gmbrr .vicinity {
font-size: 13px;
margin-block: 0 0.5rem;
}
.gmbrr.badge .vicinity {
margin-block: 0;
margin-inline: 0;
}
.gmbrr &gt; .rating {
font-size: 32px;
line-height: 1.2em;
margin-block-end: 0.4em;
}
.gmbrr.fonts &gt; .rating {
margin-block-end: 0.2em;
}
.gmbrr.tiny .rating {
font-size: 1.8em;
line-height: 1.1em;
}
.gmbrr.badge &gt; :last-child,
.gmbrr.badge &gt; :last-child,
.gmbrr &gt; .rating:last-child,
.gmbrr &gt; .listing:last-child,
.gmbrr &gt; .attribution:last-child,
.gmbrr .text-first .author-avatar,
.gmbrr.fonts .listing .date,
.gmbrr.fonts .listing .rating,
.gmbrr.fonts .listing .relative-time-description,
.gmbrr .review-meta:last-child .rating:last-child,
.gmbrr .review-meta:last-child .date:last-child,
.gmbrr .review-meta:last-child .relative-time-description:last-child,
.gmbrr .review-meta:last-child .author-name:last-child {
margin-block-end: 0;
}
.gmbrr .rating span {
vertical-align: top;
position: relative;
}
.gmbrr .rating .number-text,
.gmbrr .review-count .count {
font-size: 15px;
}
.gmbrr .rating .all-stars,
.gmbrr .rating .rating-stars {
display: inline-block;
height: 1.1em;
inset-block-start: 0.2em;
z-index: 11;
}
.gmbrr .rating .all-stars {
display: inline-flex;
height: inherit;
gap: 0.05em;
}
.gmbrr.tiny .rating .all-stars,
.gmbrr.tiny .rating .rating-stars {
inset-block-start: 0.15em;
}
.gmbrr .rating .all-stars + .backdrop {
overflow: hidden;
position: absolute;
width: 135px;
margin: 0.1em 0 0 -134px;
inset-block-start: auto;
z-index: 10;
}
.rtl .gmbrr .rating .all-stars + .backdrop {
margin: 0.1em -125.5px 0 0;
}
.gmbrr .listing .review-meta + .text,
.gmbrr .rating + .attribution,
.gmbrr.bubble .listing .author-switch .author-name,
.gmbrr.bubble .listing .author-switch .date,
.gmbrr.bubble .listing .author-switch .rating,
.gmbrr.bubble .listing .author-switch .relative-time-description,
.gmbrr.bubble .listing .inline.author-switch .author-name,
.gmbrr.bubble .listing .inline.author-switch .date,
.gmbrr.bubble .listing .inline.author-switch .rating,
.gmbrr.bubble .listing .inline.author-switch .relative-time-description,
.gmbrr.bubble .listing .text-first .text,
.gmbrr.narrow .inline .text,
.gmbrr.narrow .text-first .text {
margin-block-start: 0;
}
.gmbrr .rating .backdrop .star {
opacity: 0.65;
transform: scale(.95, 0.95);
transform-origin: 65% 50%;
}
.gmbrr.stars-html .rating .all-stars,
.gmbrr.stars-html .rating .rating-stars,
.gmbrr.version-1 .rating .all-stars,
.gmbrr.version-1 .rating .rating-stars {
position: relative;
inset-block-start: 0;
height: 1em;
line-height: 110%;
overflow: hidden;
letter-spacing: 0;
}
.gmbrr.stars-html .rating .rating-stars,
.gmbrr.version-1 .rating .rating-stars {
text-align: start;
float: inline-start;
white-space: nowrap;
}
.gmbrr .rating .all-stars.safari,
.gmbrr .rating .rating-stars.safari {
width: 5.1em;
}
.gmbrr .rating.none .all-stars {
opacity: 0.3;
}
.gmbrr .rating .rating-stars {
position: relative;
inset-block-start: -1.1em;
word-wrap: initial;
text-align: start;
}
.gmbrr .all-stars.animate,
.gmbrr .rating-stars.animate {
transition: 1.1s width ease-in-out 0.7s;
opacity: 1;
}
.gmbrr .rating .count {
margin-block: 0;
font-size: 0.5em;
line-height: 140%;
vertical-align: baseline;
}
.gmbrr .date,
.gmbrr .inline .date,
.gmbrr .relative-time-description,
.gmbrr .inline .relative-time-description,
.gmbrr .listing .rating,
.gmbrr .listing .inline .rating,
.gmbrr.tiny .rating .count,
.gmbrr.center .listing .inline .rating,
.gmbrr.center .listing .inline .relative-time-description {
vertical-align: middle;
}
.gmbrr .rating .number + .all-stars {
margin-inline: 0.3rem 0;
}
.gmbrr.stars-html .rating .number + .all-stars {
margin-inline: 0 0.25rem;
}
.gmbrr .rating .all-stars + .count {
margin-inline: 0.35rem 0;
}
.gmbrr.narrow .all-stars + .count,
.gmbrr.columns .listing li,
.gmbrr.center.columns .listing li,
.gmbrr.carousel .listing li,
.gmbrr.columns .listing .text-first,
.gmbrr.center.columns .listing .text-first,
.gmbrr.bubble .inline.text-first .author-name {
margin-block: 0;
}
.gmbrr .listing {
padding: 0;
margin-block: 0;
margin-inline: 0;
display: flex;
flex-wrap: wrap;
flex-direction: revert;
gap: 2rem;
}
.gmbrr.bubble .listing {
gap: 1.5rem;
}
.gmbrr ul.listing {
list-style: none;
}
.gmbrr.columns .listing {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1.7rem 3rem;
align-items: start;
}
.gmbrr.center.bubble .listing {
margin-block-end: 0.8rem;
}
.gmbrr .rating + .listing,
.gmbrr .rating + .buttons,
.gmbrr .listing + .buttons {
margin-block-start: 1.2rem;
}
.gmbrr .listing + .attribution,
.gmbrr .navigation + .attribution {
margin-block-start: 1.5rem;
margin-inline: 0;
}
.gmbrr.badge .rating + .listing {
margin-block-start: 0.7rem;
margin-inline: 0;
}
.gmbrr .listing.no-place,
.gmbrr .listing.no-reviews {
margin-block-end: 1rem;
}
.gmbrr .listing li,
.gmbrr.center.bubble.spaced .review-meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0;
margin-inline: 0;
margin-block: 0;
list-style: none;
gap: 0.6rem 0.7rem;
line-height: 140%;
}
.gmbrr.fonts .listing li {
gap: 0.4rem 0.7rem;
}
.gmbrr.fonts.narrow .listing li,
.gmbrr.narrow .listing li {
gap: 0.3rem 0.4rem;
}
.gmbrr.center .listing li,
.gmbrr.badge .listing li,
.gmbrr.fonts.center .listing li,
.gmbrr.narrow.center .listing li {
gap: 0.3rem 0;
}
.gmbrr.bubble .listing .no-avatar.inline {
gap: 0.1rem;
}
.gmbrr.center .listing .text-first,
.gmbrr.center li {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center.bubble .listing li {
margin-inline: 0;
}
.gmbrr.tile .listing li,
.gmbrr.tile.center .listing li,
.gmbrr.tile.center.bubble .listing li {
flex: 1 0 calc(100% - 2.6rem);
}
.gmbrr.tile .listing li {
box-shadow: 0 0 0 2px rgba(80, 80, 80, 0.7) inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
border-radius: 4px;
padding: 1.1rem 1.3rem;
margin-block: 2px 6px;
}
.gmbrr.dark.tile .listing li {
box-shadow: 0 0 0 2px rgba(225, 225, 225, 0.7) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.tile.solid .listing li {
background-color: rgba(60, 60, 60, 0.9);
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset, 0 4px 2px 1px rgba(45, 45, 45, 0.05);
}
.gmbrr.dark.tile.solid .listing li {
background-color: rgba(250, 250, 250, 0.9);
box-shadow: 0 0 0 2px rgba(45, 45, 45, 0.5) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.tile .listing li,
.gmbrr.tile.columns .listing li {
margin-block: 2px 6px;
}
.gmbrr.carousel .listing {
overflow: hidden;
}
.gmbrr.carousel .listing &gt; li,
.gmbrr.carousel.stacked-z .author-avatar,
.gmbrr.carousel.stacked-z .text {
transition: 0.5s opacity linear;
}
.gmbrr.carousel .listing &gt; li {
position: relative;
}
.gmbrr.carousel .listing &gt; .hidden {
display: none;
opacity: 0.05;
pointer-events: none;
}
.gmbrr.carousel.stacked-z .listing &gt; .hidden,
.gmbrr.carousel.stacked-z .hidden .author-avatar,
.gmbrr.carousel.stacked-z .hidden .text {
opacity: 0;
}
.gmbrr .all-stars.animate,
.gmbrr .rating-stars.animate,
.gmbrr.carousel .listing &gt; .visible,
.gmbrr.carousel.stacked-z .visible .author-avatar,
.gmbrr.carousel.stacked-z .visible .text {
opacity: 1;
}
.gmbrr.carousel .listing &gt; .visible,
.gmbrr.carousel.stacked-z .listing &gt; .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
display: flex;
}
.gmbrr.carousel.stacked-z .listing &gt; .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
z-index: 1;
}
.gmbrr.carousel .navigation {
list-style: none;
margin-block: 1rem 0;
margin-inline: 0;
padding: 0;
text-align: center;
}
.gmbrr.carousel .navigation .bullet {
margin-block: 0;
padding: 0;
display: inline-block;
line-height: 100%;
}
.gmbrr.carousel .navigation .bullet + .bullet {
margin-inline: 0.8rem 0;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet + .bullet {
margin-inline: 1rem 0;
}
.gmbrr.carousel .navigation .bullet a {
line-height: 1.2rem;
font-size: 2rem;
display: inline-block;
width: 1.6rem;
max-width: 20px;
height: 1.6rem;
max-height: 20px;
color: transparent;
background-color: #6e6e6e00;
border: 1px solid #6e6e6efc;
border-radius: 50%;
transition: 0.3s background-color linear, 0.3s border-color linear, 0.3s box-shadow linear;
vertical-align: middle;
overflow: hidden;
}
.gmbrr.carousel.bullet-solid .navigation .bullet a,
.gmbrr.dark.carousel.bullet-solid .navigation .bullet a {
box-shadow: 0 0 0 0.8rem #bfbfbf66 inset;
}
.gmbrr.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem #6e6e6eb3 inset;
}
.gmbrr.dark.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem #bebebeb3 inset;
}
.gmbrr.carousel .navigation .current.bullet a,
.gmbrr.carousel .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6e6e6e66 inset;
background-color: #6e6e6efc;
cursor: default;
pointer-events: none;
}
.gmbrr.dark.carousel .navigation .current a,
.gmbrr.dark.carousel .navigation .current a:hover {
box-shadow: 0 0 0 0.8rem #bebebe66 inset;
background-color: #bebebefc;
}
.gmbrr.carousel.bullet-square .navigation .bullet a,
.gmbrr.carousel.bullet-square-rounded .navigation .bullet a {
width: 1.5rem;
height: 1.5rem;
}
.gmbrr.carousel.bullet-square-rounded .navigation .bullet a {
border-radius: 25%;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet a,
.gmbrr.carousel.bullet-square .navigation .bullet a {
border-radius: 0;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet a {
width: 1.4rem;
height: 1.4rem;
transform: scaleX(.95) rotate(45deg);
vertical-align: unset;
}
.gmbrr.carousel.bullet-symbol .navigation .bullet a {
font-size: 2.5rem;
border: 0 none;
border-radius: 0;
background-color: inherit;
color: #6e6e6e99;
width: inherit;
height: inherit;
line-height: inherit;
box-shadow: none;
transition: 0.2s color linear;
max-width: none;
max-height: none;
}
.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a {
color: rgba(190, 190, 190, 0.6);
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol .navigation .bullet a:hover {
color: rgba(110, 110, 110, 0.8);
}
.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a:hover {
color: rgba(200, 200, 200, 0.9);
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol .navigation .current.bullet a,
.gmbrr.carousel.bullet-symbol .navigation .current.bullet a:hover {
color: rgba(60, 60, 60, 0.95);
background-color: inherit;
}
.gmbrr.dark.carousel.bullet-symbol .navigation .current a,
.gmbrr.dark.carousel.bullet-symbol .navigation .current a:hover {
color: rgba(210, 210, 210, 0.95);
}
.gmbrr .listing .text-first .text {
margin-block-end: 0.3rem;
}
.gmbrr .listing .no-avatar.text-first.author-switch .text {
margin-block-end: -0.1rem;
}
.gmbrr .author-name {
display: block;
margin-block-end: 0.4em;
}
.gmbrr .inline .author-name {
display: inline-block;
margin-block-end: 0;
}
.gmbrr.fonts .author-name {
line-height: 150%;
}
.gmbrr .listing .author-switch .author-name {
margin-block-start: 0.1rem;
}
.gmbrr .listing .author-switch .rating + .author-name,
.gmbrr .listing .author-switch .date + .author-name,
.gmbrr .listing .author-switch .relative-time-description + .author-name {
margin-block-start: 0.4rem;
}
.gmbrr.bubble .listing .text,
.gmbrr.bubble.fonts .listing .text,
.gmbrr.bubble .listing .review-meta + .text {
flex: 1 0 calc(100% - 2em);
border-radius: 0.4em;
position: relative;
box-shadow: 0 0 0 2px rgba(70, 70, 70, 0.85) inset;
margin-block: 0;
margin-inline: 0;
padding-block: 0.6em;
padding-inline: 1em;
}
.gmbrr.bubble .listing .review-meta + .text {
margin-block-start: 0.7rem;
}
.gmbrr.bubble .listing .text-first .text,
.gmbrr.center.bubble .listing .text {
margin-inline: 0;
}
.gmbrr.dark.bubble .listing .text {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85) inset;
}
.gmbrr.bubble.fill .listing .text {
color: rgba(255, 255, 255, 0.99);
background-color: rgba(70, 70, 70, 0.85);
box-shadow: none;
}
.gmbrr.dark.bubble.fill .listing .text {
color: rgba(70, 70, 70, 0.99);
background-color: rgba(255, 255, 255, 0.99);
box-shadow: none;
}
.gmbrr.bubble.fill .listing .text a {
color: rgba(255, 255, 255, 0.75);
}
.gmbrr.dark.bubble.fill .listing .text a {
color: rgba(70, 70, 70, 0.8);
}
.gmbrr.bubble .listing .text-first .text {
margin-block-end: 0.6rem;
}
.gmbrr.center.bubble .listing .text-first .text,
.gmbrr.center.bubble .listing .text-first .review-meta + .text {
margin-block-end: 0.8rem;
}
.gmbrr.bubble.center .listing .text-first .text {
margin-block-end: 0.55rem;
}
.gmbrr.fonts.bubble.center .listing .text-first .text {
margin-block-end: 0.45rem;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down,
.gmbrr.bubble .listing .text-first .text::after,
.gmbrr.bubble .listing .text::before {
content: '';
position: absolute;
inset-inline-start: calc(var(--avatar-width) + 0.7rem);
inset-block-start: calc(-1em + 2px);
width: 0;
height: 0;
border-block-start: 0.5em solid transparent;
border-inline-end: 0.5em solid transparent;
border-block-end: 0.5em solid rgba(70, 70, 70, 0.85);
border-inline-start: 0.5em solid transparent;
clear: both;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down {
position: relative;
flex: 0 0 1em;
inset-inline-start: calc(-100% + var(--avatar-width) + 1.8em);
font-size: 0.9em;
}
.gmbrr.bubble .listing .arrow.arrow-down {
inset-inline-start: calc(var(--avatar-width) + 2.3em);
}
.gmbrr.bubble .listing .arrow.arrow-up {
margin-block-start: 0.8em;
inset-block-start: 0.5em;
align-self: end;
}
.gmbrr.bubble .listing .arrow.arrow-down {
margin-block-end: 0.8em;
inset-block-start: auto;
inset-block-end: 0.9em;
align-self: start;
}
.gmbrr.center.bubble .listing .arrow.arrow-up {
margin-block-start: -0.6rem;
inset-block-start: 0.3rem;
}
.gmbrr.center.bubble .listing .arrow.arrow-down {
margin-block-end: -1.05rem;
inset-block-end: 1.15rem;
}
.gmbrr.fonts.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.bubble .listing .text::before,
.gmbrr.fonts.bubble .listing .arrow.arrow-up,
.gmbrr.fonts.bubble .listing .text-first .text::after {
inset-inline-start: calc(var(--avatar-width) + 0.7rem);
}
.gmbrr.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.narrow.bubble .listing .text::before {
inset-inline-start: calc(var(--avatar-width) + 0.5rem);
}
.gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.narrow.bubble .listing .text::before {
inset-inline-start: calc(var(--avatar-width) + 0.8rem);
}
.gmbrr.center.bubble .listing .arrow.arrow-up,
.gmbrr.center.bubble .listing .arrow.arrow-down,
.gmbrr.center.bubble .listing .text-first .text::after,
.gmbrr.center.bubble .listing .text::before {
inset-inline-start: calc(50% - 0.5em);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.bubble .listing .text-first .text::after,
.rtl .gmbrr.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.9rem);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-down {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 2.3em);
}
.rtl .gmbrr.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.narrow.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.5rem);
}
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.7rem);
}
.rtl .gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.narrow.bubble .listing .text::before,
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.fonts.bubble .listing .text-first .text::after {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.8rem);
}
.rtl .gmbrr.center.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.center.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.center.bubble .listing .text-first .text::after,
.rtl .gmbrr.center.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(50% - 0.5em);
}
.gmbrr.fonts.bubble .listing .arrow.arrow-up,
.gmbrr.fonts.bubble .listing .arrow.arrow-down {
font-size: 1em;
}
.gmbrr.fonts.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.center.bubble .listing .arrow.arrow-down {
margin-block-end: -0.7rem;
inset-block-end: 0.8rem;
}
.gmbrr.bubble .listing .text-first .text::after {
inset-block-start: 100%;
border-block-start: 0.5em solid rgba(70, 70, 70, 0.85);
border-block-end: 0.5em solid transparent;
clear: both;
}
.gmbrr.dark.bubble .listing .arrow.arrow-up,
.gmbrr.dark.bubble .listing .text::before {
border-block-end: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-up,
.gmbrr.bubble.fill .listing .text::before {
border-block-end: 0.5em solid rgba(70, 70, 70, 0.85);
}
.gmbrr.dark.bubble.fill .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill .listing .text-first .text::before,
.gmbrr.dark.bubble.fill .listing .text::before {
border-block-end: 0.5em solid rgba(255, 255, 255, 0.99);
}
.gmbrr.dark.bubble .listing .text-first .arrow.arrow-down,
.gmbrr.dark.bubble .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-down,
.gmbrr.bubble.fill .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(70, 70, 70, 0.85);
}
.gmbrr.dark.bubble.fill .listing .text-first .arrow.arrow-down,
.gmbrr.dark.bubble.fill .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(255, 255, 255, 0.99);
}
.gmbrr.bubble .listing .date,
.gmbrr.bubble .listing .relative-time-description {
font-size: 0.9em;
line-height: 110%;
}
.gmbrr.center.bubble.spaced .review-meta .rating,
.gmbrr.center.bubble.spaced .review-meta .date,
.gmbrr.center.bubble.spaced .review-meta .relative-time-description {
flex: 1 0 40%;
margin-inline: 0;
align-self: center;
}
.gmbrr.bubble .listing .author-name {
margin-block-end: 0.4rem;
}
.gmbrr .listing .rating + .date,
.gmbrr.fonts .listing .rating + .date,
.gmbrr .listing .rating + .relative-time-description,
.gmbrr.fonts .listing .rating + .relative-time-description {
margin-inline-start: min(1%, 0.4em);
}
.gmbrr.center.bubble .listing .inline .date,
.gmbrr.center.bubble .listing .inline .rating,
.gmbrr.center.bubble .listing .inline .relative-time-description,
.gmbrr.center.bubble .listing .text-first.inline .date,
.gmbrr.center.bubble .listing .text-first.inline .rating,
.gmbrr.center.bubble .listing .text-first.inline .relative-time-description {
flex: 1 0 50%;
margin-block: 0;
}
.gmbrr.center.bubble .listing .review-meta + .text,
.gmbrr.center .author-switch .author-name,
.gmbrr.center.bubble .listing .author-switch .review-meta + .text {
margin-block-start: 0.5em;
}
.gmbrr.fonts.center.bubble .listing .review-meta + .text,
.gmbrr.fonts.center .author-switch .author-name,
.gmbrr.fonts.center.bubble .listing .author-switch .review-meta + .text {
margin-block-start: 0.35em;
}
.gmbrr.center.bubble .listing .text + .author-avatar,
.gmbrr.narrow .listing .rating + .date,
.gmbrr.narrow .listing .rating + .relative-time-description,
.gmbrr.fonts.center.bubble .listing .review-meta:first-child + .text,
.gmbrr.fonts.center.bubble .listing .author-switch .review-meta:first-child + .text {
margin-block-start: 0.33em;
}
.gmbrr.bubble .inline.text-first .text {
margin-block-end: 0.6em;
}
.gmbrr .author-avatar-name a span,
.gmbrr .author-avatar-name a:hover span {
text-decoration: inherit;
}
.gmbrr .author-avatar,
.gmbrr .author-avatar a,
.gmbrr .author-name a,
.gmbrr .review-meta,
.gmbrr .text {
display: block;
}
.gmbrr .listing .author-avatar a,
.gmbrr .listing .author-avatar &gt; img {
display: block;
overflow: hidden;
width: var(--avatar-width);
height: var(--avatar-height);
margin-inline: 0 auto;
}
.gmbrr.center .listing .author-avatar a,
.gmbrr.center .listing .author-avatar &gt; img {
margin-inline-start: auto;
}
.gmbrr.center .author-avatar a {
overflow: hidden;
width: var(--avatar-width);
height: var(--avatar-height);
margin-inline: auto;
}
.gmbrr .review-meta {
flex: 1 0 4em;
line-height: 120%;
}
.gmbrr .author-avatar,
.gmbrr .no-avatar.text-first .author-avatar,
.gmbrr.fonts .author-avatar,
.gmbrr.fonts .no-avatar.text-first .author-avatar {
flex: 0 1 calc(var(--avatar-width) + 0.3rem);
}
.gmbrr.narrow .author-avatar,
.gmbrr.fonts.narrow .author-avatar,
.gmbrr.fonts.narrow .no-avatar .author-avatar {
flex: 0 1 calc(var(--avatar-width) + 0.7rem);
}
.gmbrr .listing li,
.gmbrr.center.bubble .listing li,
.gmbrr.center .author-avatar,
.gmbrr.center .author-name,
.gmbrr.center .review-meta,
.gmbrr.narrow.center .author-avatar,
.gmbrr.narrow.center .author-name,
.gmbrr.narrow.center .review-meta,
.gmbrr.bubble.center .review-meta,
.gmbrr.bubble.center .review-meta,
.gmbrr.bubble .listing .text,
.gmbrr .listing .no-avatar .text + .review-meta,
.gmbrr.center.bubble.spaced .review-meta,
.gmbrr.narrow .no-avatar .review-meta {
flex: 1 0 100%;
}
.gmbrr .listing .text {
flex: 1 0 calc(100% - var(--avatar-width) - 1.4rem);
}
.gmbrr .listing .text-first .text:first-child {
flex: 1 0 calc(100% - 1.4rem);
}
.gmbrr.narrow .review-meta {
flex: 1 0 5%;
}
.gmbrr.center .author-name {
display: block;
width: auto;
line-height: 140%;
}
.gmbrr .author-avatar {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center .author-avatar,
.gmbrr.center .no-avatar.text-first .author-avatar {
margin-inline: auto;
}
.gmbrr.justify .listing .text {
text-align: justify;
}
.gmbrr.center .listing .review-meta + .text {
margin-block: 0.4rem 0;
}
.gmbrr .fixed-height {
overflow: hidden;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.3) rgba(55, 55, 55, 0.01);
transition: 0.2s scrollbar-color linear;
}
.gmbrr.dark .fixed-height {
scrollbar-color: rgba(255, 255, 255, 0.3) rgba(205, 205, 205, 0.01);
}
.gmbrr .fixed-height:hover,
.gmbrr .fixed-height:focus {
scrollbar-color: rgba(0, 0, 0, 0.8) rgba(55, 55, 55, 0.1);
}
.gmbrr.dark .fixed-height:hover,
.gmbrr.dark .fixed-height:focus {
scrollbar-color: rgba(255, 255, 255, 0.8) rgba(205, 205, 205, 0.1);
}
.gmbrr .fixed-height::-webkit-scrollbar {
width: 10px;
}
.gmbrr .fixed-height::-webkit-scrollbar-track {
background: rgba(55, 55, 55, 0.05);
}
.gmbrr .fixed-height:hover::-webkit-scrollbar-track {
background: rgba(55, 55, 55, 0.2);
}
.gmbrr .fixed-height::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.3);
}
.gmbrr.dark .fixed-height::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.gmbrr .listing .text .review-more-placeholder {
visibility: hidden;
}
.gmbrr .listing .review-meta + .text,
.gmbrr .listing .text + .review-meta {
margin-block: 0.1rem;
padding-inline-start: calc(var(--avatar-width) + 1rem);
}
.gmbrr.narrow .listing .review-meta + .text,
.gmbrr.narrow .listing .text + .review-meta {
padding-inline-start: calc(var(--avatar-width) + 1.1rem);
}
.gmbrr.narrow.bubble .listing .review-meta + .text,
.gmbrr.narrow.bubble .listing .text + .review-meta {
padding-inline-start: 1em;
}
.gmbrr .listing .text-first .text + .review-meta,
.gmbrr.center .listing .review-meta + .text,
.gmbrr.badge .listing .review-meta + .text {
padding-inline: 0.8em;
flex: 1 0 calc(100% - 2em);
}
.gmbrr .listing .no-avatar .text + .review-meta,
.gmbrr .listing .no-avatar .review-meta + .text,
.gmbrr.center .listing .text + .review-meta,
.gmbrr.badge .listing .text + .review-meta,
.gmbrr.narrow .listing .no-avatar .review-meta + .text,
.gmbrr.narrow .listing .no-avatar .text + .review-meta {
padding-inline: 0;
}
.gmbrr.narrow .text {
margin-block: 0.2em 0;
}
.gmbrr .no-avatar.inline .text {
margin-block-end: 0.1em;
}
.gmbrr.center .listing .author-avatar,
.gmbrr.center .listing .author-name,
.gmbrr.center .text-first .author-avatar {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center .text-first .text + .author-avatar {
margin-block: 0.2rem 0;
}
.gmbrr .listing .author-avatar img {
max-width: 100%;
height: auto;
}
.gmbrr .listing .author-name,
.gmbrr .listing .author-name a {
font-weight: 700;
}
.gmbrr .listing .date,
.gmbrr.center .listing .inline .date,
.gmbrr .listing .rating,
.gmbrr.center .listing .inline .rating,
.gmbrr .listing .relative-time-description,
.gmbrr.center .listing .inline .relative-time-description {
position: relative;
display: inline-block;
line-height: 120%;
margin-block: 0;
}
.gmbrr.center.narrow .listing .date,
.gmbrr.center.narrow .listing .rating,
.gmbrr.center.narrow .listing .relative-time-description,
.gmbrr.narrow .all-stars + .count {
display: block;
margin-inline: 0;
}
.gmbrr .listing .rating {
margin-inline-start: -0.1em;
font-size: 1.15em;
vertical-align: middle;
}
.gmbrr .listing .no-avatar .rating,
.gmbrr.center.narrow .listing .rating + .date,
.gmbrr.center.narrow .listing .rating + .relative-time-description {
margin-inline-start: 0;
}
.gmbrr.center .listing .rating {
margin-inline-start: auto;
}
.gmbrr.center .listing .no-date .rating,
.gmbrr.center .listing .relative-time-description {
margin-inline-end: auto;
}
.gmbrr .listing .no-date .rating {
margin-inline-end: 0;
}
.gmbrr .listing .inline .date,
.gmbrr .listing .inline .relative-time-description {
inset-block-start: 0.1em;
display: inline-block;
}
.gmbrr .inline.no-avatar .author-name,
.gmbrr .inline .rating {
clear: none;
display: inline-block;
}
.gmbrr .inline .author-name {
width: inherit;
vertical-align: middle;
}
.gmbrr .inline .text-first .author-name {
margin-block-end: 0.1em;
}
.gmbrr .inline .rating {
position: relative;
height: 1em;
inset-block-start: 0.05em;
}
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
position: relative;
height: inherit;
}
.gmbrr .inline .author-name,
.gmbrr .inline .date,
.gmbrr .inline .rating,
.gmbrr .inline .relative-time-description {
line-height: 1.3em;
}
.gmbrr.fonts .listing .rating {
font-size: 18px;
}
.gmbrr.fonts .inline .rating,
.gmbrr .listing .inline .review-meta &gt; .rating,
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
inset-block-start: 0;
}
.gmbrr .listing .inline .review-meta &gt; span + span {
margin-inline-start: min(1.5%, 0.7rem);
}
.gmbrr.fonts .listing .rating,
.gmbrr .listing .inline .rating {
line-height: 100%;
}
.gmbrr.fonts .listing .text {
line-height: 140%;
}
.gmbrr.dark .listing .date,
.gmbrr.dark .listing .rating .not,
.gmbrr.dark .listing .relative-time-description,
.gmbrr.dark .rating .all-stars {
color: rgba(175, 175, 175, 0.85);
}
.gmbrr.dark .button {
color: rgba(40, 40, 40, 0.9);
background-color: rgba(245, 245, 245, 0.9);
}
.gmbrr.dark .button:hover {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.bubble.fill.amethyst .listing .text,
.gmbrr.bubble.fill.carbon .listing .text,
.gmbrr.bubble.fill.coffee .listing .text,
.gmbrr.bubble.fill.contrast .listing .text,
.gmbrr.bubble.fill.copper .listing .text,
.gmbrr.bubble.fill.coral .listing .text,
.gmbrr.bubble.fill.cranberry .listing .text,
.gmbrr.bubble.fill.forest .listing .text,
.gmbrr.bubble.fill.magenta .listing .text,
.gmbrr.bubble.fill.ocean .listing .text,
.gmbrr.bubble.fill.pumpkin .listing .text,
.gmbrr.bubble.fill.slate .listing .text,
.gmbrr.dark,
.gmbrr.dark .author-name,
.gmbrr.dark .author-name a,
.gmbrr.dark .business-name,
.gmbrr.dark .heading,
.gmbrr.dark .text,
.gmbrr.dark.bubble.contrast .listing .text,
.gmbrr.dark.bubble.fill.amethyst .listing .text,
.gmbrr.dark.bubble.fill.carbon .listing .text,
.gmbrr.dark.bubble.fill.coffee .listing .text,
.gmbrr.dark.bubble.fill.copper .listing .text,
.gmbrr.dark.bubble.fill.coral .listing .text,
.gmbrr.dark.bubble.fill.cranberry .listing .text,
.gmbrr.dark.bubble.fill.forest .listing .text,
.gmbrr.dark.bubble.fill.magenta .listing .text,
.gmbrr.dark.bubble.fill.ocean .listing .text,
.gmbrr.dark.bubble.fill.pumpkin .listing .text,
.gmbrr.dark.bubble.fill.slate .listing .text,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,
.gmbrr.dark.contrast .rating,
.gmbrr.dark.contrast .count,
.gmbrr.dark.contrast .date,
.gmbrr.dark.contrast .relative-time-description,
.gmbrr.dark.contrast .vicinity,
.gmbrr.stripe.contrast &gt; :nth-child(2n-1) {
color: #FFF;
}
.gmbrr.bubble.fill.amethyst .listing .text a,
.gmbrr.bubble.fill.carbon .listing .text a,
.gmbrr.bubble.fill.coffee .listing .text a,
.gmbrr.bubble.fill.contrast .listing .text a,
.gmbrr.bubble.fill.copper .listing .text a,
.gmbrr.bubble.fill.coral .listing .text a,
.gmbrr.bubble.fill.cranberry .listing .text a,
.gmbrr.bubble.fill.forest .listing .text a,
.gmbrr.bubble.fill.magenta .listing .text a,
.gmbrr.bubble.fill.ocean .listing .text a,
.gmbrr.bubble.fill.pumpkin .listing .text a,
.gmbrr.bubble.fill.slate .listing .text a,
.gmbrr.dark.bubble.contrast .listing .text a {
color: rgba(255, 255, 255, 0.8);
}
.gmbrr.bubble.fill.mustard .listing .text a,
.gmbrr.bubble.fill.turquoise .listing .text a,
.gmbrr.dark.bubble.fill.contrast .listing .text a {
color: rgba(0, 0, 0, 0.8);
}
.gmbrr.cranberry .heading,
.gmbrr.cranberry .listing .rating,
.gmbrr.cranberry .rating,
.gmbrr.cranberry .rating .star,
.gmbrr.dark.cranberry .heading,
.gmbrr.dark.cranberry .listing .rating,
.gmbrr.dark.cranberry .rating,
.gmbrr.dark.cranberry .rating .star {
color: #9f000f;
}
.gmbrr.cranberry .listing a,
.gmbrr.cranberry a {
color: #4f0007;
}
.gmbrr.dark.cranberry .listing a,
.gmbrr.dark.cranberry a {
color: #b5a3a5;
}
.gmbrr.cranberry .count,
.gmbrr.cranberry .date,
.gmbrr.cranberry .relative-time-description,
.gmbrr.cranberry .vicinity {
color: #908788;
}
.gmbrr.dark.cranberry .count,
.gmbrr.dark.cranberry .date,
.gmbrr.dark.cranberry .relative-time-description,
.gmbrr.dark.cranberry .vicinity {
color: #ad9c9e;
}
.gmbrr.cranberry .listing .rating .not,
.gmbrr.cranberry .rating .all-stars,
.gmbrr.cranberry .star.gray {
color: rgba(150, 135, 136, 0.5);
}
.gmbrr.dark.cranberry .listing .rating .not,
.gmbrr.dark.cranberry .rating .all-stars,
.gmbrr.dark.cranberry .star.gray {
color: rgba(175, 161, 162, 0.5);
}
.gmbrr.tile.cranberry .listing li {
box-shadow: 0 0 0 2px #9f000f inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.cranberry .listing li {
box-shadow: 0 0 0 2px #9f000f inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.cranberry .listing .text,
.gmbrr.dark.bubble.cranberry .listing .text {
box-shadow: 0 0 0 2px #9f000f inset;
}
.gmbrr.carousel.cranberry .navigation .bullet a {
border-color: #9f000f;
}
.gmbrr.dark.carousel.cranberry .navigation .bullet a {
border-color: rgba(197, 40, 55, 0.9);
}
.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a {
border-color: rgba(159, 0, 15, 0.45);
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.45) inset;
}
.gmbrr.carousel.cranberry .navigation .bullet a:hover {
border-color: rgba(159, 0, 15, 0.9);
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.7) inset;
}
.gmbrr.carousel.cranberry .navigation .current.bullet a,
.gmbrr.carousel.cranberry .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #9f000f inset;
background-color: #9f000f;
}
.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a {
color: rgba(159, 0, 15, 0.42);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a:hover {
color: #9f000f;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.cranberry .listing .arrow.arrow-up,
.gmbrr.bubble.cranberry .listing .text::before,
.gmbrr.bubble.fill.cranberry .listing .text::before,
.gmbrr.dark.bubble.cranberry .listing .text::before,
.gmbrr.dark.bubble.fill.cranberry .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #9f000f;
}
.gmbrr.bubble.cranberry .listing .arrow.arrow-down,
.gmbrr.bubble.cranberry .listing .text-first .text::after,
.gmbrr.bubble.fill.cranberry .listing .text-first .text::after,
.gmbrr.dark.bubble.cranberry .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.cranberry .listing .text-first .text::after {
border-block-start-color: #9f000f;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.cranberry .listing .text,
.gmbrr.dark.bubble.fill.cranberry .listing .text {
background-color: #9f000f;
}
.gmbrr.coral .heading,
.gmbrr.coral .listing .rating,
.gmbrr.coral .listing a,
.gmbrr.coral .rating,
.gmbrr.coral .rating .star,
.gmbrr.coral a,
.gmbrr.dark.coral .heading,
.gmbrr.dark.coral .listing .rating,
.gmbrr.dark.coral .listing a,
.gmbrr.dark.coral .rating,
.gmbrr.dark.coral .rating .star,
.gmbrr.dark.coral a {
color: #e77471;
}
.gmbrr.coral .count,
.gmbrr.coral .date,
.gmbrr.coral .relative-time-description,
.gmbrr.coral .vicinity {
color: #aba2a2;
}
.gmbrr.dark.coral .count,
.gmbrr.dark.coral .date,
.gmbrr.dark.coral .relative-time-description,
.gmbrr.dark.coral .vicinity {
color: #dcd3d3;
}
.gmbrr.coral .listing .rating .not,
.gmbrr.coral .rating .all-stars,
.gmbrr.coral .star.gray {
color: rgba(192, 173, 173, 0.7);
}
.gmbrr.dark.coral .listing .rating .not,
.gmbrr.dark.coral .rating .all-stars,
.gmbrr.dark.coral .star.gray {
color: rgba(192, 173, 173, 0.5);
}
.gmbrr.tile.coral .listing li {
box-shadow: 0 0 0 2px #e77471 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.coral .listing li {
box-shadow: 0 0 0 2px #e77471 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.coral .listing .text,
.gmbrr.dark.bubble.coral .listing .text {
box-shadow: 0 0 0 2px #e77471 inset;
}
.gmbrr.carousel.coral .navigation .bullet a {
border-color: #e77471;
}
.gmbrr.dark.carousel.coral .navigation .bullet a {
border-color: rgba(231, 116, 113, 0.9);
}
.gmbrr.carousel.bullet-solid.coral .navigation .bullet a {
border-color: rgba(231, 116, 113, 0.45);
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.45) inset;
}
.gmbrr.carousel.coral .navigation .bullet a:hover {
border-color: rgba(231, 116, 113, 0.9);
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.7) inset;
}
.gmbrr.carousel.coral .navigation .current.bullet a,
.gmbrr.carousel.coral .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #e77471 inset;
background-color: #e77471;
}
.gmbrr.carousel.bullet-solid.coral .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a {
color: rgba(231, 116, 113, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a:hover {
color: #e77471;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.coral .listing .arrow.arrow-up,
.gmbrr.bubble.coral .listing .text::before,
.gmbrr.bubble.fill.coral .listing .text::before,
.gmbrr.dark.bubble.coral .listing .text::before,
.gmbrr.dark.bubble.fill.coral .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #e77471;
}
.gmbrr.bubble.coral .listing .arrow.arrow-down,
.gmbrr.bubble.coral .listing .text-first .text::after,
.gmbrr.bubble.fill.coral .listing .text-first .text::after,
.gmbrr.dark.bubble.coral .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.coral .listing .text-first .text::after {
border-block-start-color: #e77471;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.coral .listing .text,
.gmbrr.dark.bubble.fill.coral .listing .text {
background-color: #e77471;
}
.gmbrr.dark.pumpkin .heading,
.gmbrr.dark.pumpkin .listing .rating,
.gmbrr.dark.pumpkin .listing a,
.gmbrr.dark.pumpkin .rating,
.gmbrr.dark.pumpkin .rating .star,
.gmbrr.dark.pumpkin a,
.gmbrr.pumpkin .heading,
.gmbrr.pumpkin .listing .rating,
.gmbrr.pumpkin .listing a,
.gmbrr.pumpkin .rating,
.gmbrr.pumpkin .rating .star,
.gmbrr.pumpkin a {
color: #f87217;
}
.gmbrr.pumpkin .count,
.gmbrr.pumpkin .date,
.gmbrr.pumpkin .relative-time-description,
.gmbrr.pumpkin .vicinity {
color: #b8b0ab;
}
.gmbrr.dark.pumpkin .count,
.gmbrr.dark.pumpkin .date,
.gmbrr.dark.pumpkin .relative-time-description,
.gmbrr.dark.pumpkin .vicinity {
color: #bbb5b1;
}
.gmbrr.pumpkin .listing .rating .not,
.gmbrr.pumpkin .rating .all-stars,
.gmbrr.pumpkin .star.gray {
color: rgba(168, 153, 143, 0.7);
}
.gmbrr.dark.pumpkin .listing .rating .not,
.gmbrr.dark.pumpkin .rating .all-stars,
.gmbrr.dark.pumpkin .star.gray {
color: rgba(168, 153, 143, 0.5);
}
.gmbrr.tile.pumpkin .listing li {
box-shadow: 0 0 0 2px #f87217 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.pumpkin .listing li {
box-shadow: 0 0 0 2px #f87217 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.pumpkin .listing .text,
.gmbrr.dark.bubble.pumpkin .listing .text {
box-shadow: 0 0 0 2px #f87217 inset;
}
.gmbrr.carousel.pumpkin .navigation .bullet a {
border-color: #f87217;
}
.gmbrr.dark.carousel.pumpkin .navigation .bullet a {
border-color: rgba(248, 114, 23, 0.9);
}
.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a {
border-color: rgba(248, 114, 23, 0.45);
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.45) inset;
}
.gmbrr.carousel.pumpkin .navigation .bullet a:hover {
border-color: rgba(248, 114, 23, 0.9);
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.7) inset;
}
.gmbrr.carousel.pumpkin .navigation .current.bullet a,
.gmbrr.carousel.pumpkin .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #f87217 inset;
background-color: #f87217;
}
.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a {
color: rgba(248, 114, 23, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a:hover {
color: #f87217;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.pumpkin .listing .arrow.arrow-up,
.gmbrr.bubble.fill.pumpkin .listing .text::before,
.gmbrr.bubble.pumpkin .listing .text::before,
.gmbrr.dark.bubble.fill.pumpkin .listing .text::before,
.gmbrr.dark.bubble.pumpkin .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #f87217;
}
.gmbrr.bubble.pumpkin .listing .arrow.arrow-down,
.gmbrr.bubble.fill.pumpkin .listing .text-first .text::after,
.gmbrr.bubble.pumpkin .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.pumpkin .listing .text-first .text::after,
.gmbrr.dark.bubble.pumpkin .listing .text-first .text::after {
border-block-start-color: #f87217;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.pumpkin .listing .text,
.gmbrr.dark.bubble.fill.pumpkin .listing .text {
background-color: #f87217;
}
.gmbrr.dark.mustard .heading {
color: #ffdb58;
}
.gmbrr.mustard .heading,
.gmbrr.mustard .listing .rating,
.gmbrr.mustard .listing a,
.gmbrr.mustard .rating,
.gmbrr.mustard .rating .star,
.gmbrr.mustard a {
color: #e5c347;
}
.gmbrr.dark.mustard .listing .rating,
.gmbrr.dark.mustard .listing a,
.gmbrr.dark.mustard .rating,
.gmbrr.dark.mustard .rating .star,
.gmbrr.dark.mustard a {
color: #ffdb58;
}
.gmbrr.dark.mustard .count,
.gmbrr.dark.mustard .date,
.gmbrr.dark.mustard .relative-time-description,
.gmbrr.dark.mustard .vicinity,
.gmbrr.mustard .count,
.gmbrr.mustard .date,
.gmbrr.mustard .relative-time-description,
.gmbrr.mustard .vicinity {
color: #c1bfb6;
}
.gmbrr.mustard .listing .rating .not,
.gmbrr.mustard .rating .all-stars,
.gmbrr.mustard .star.gray {
color: rgba(199, 193, 172, 0.4);
}
.gmbrr.dark.mustard .listing .rating .not,
.gmbrr.dark.mustard .rating .all-stars,
.gmbrr.dark.mustard .star.gray {
color: rgba(199, 193, 172, 0.3);
}
.gmbrr.tile.mustard .listing li {
box-shadow: 0 0 0 2px #e5c347 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.mustard .listing li {
box-shadow: 0 0 0 2px #e5c347 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.mustard .listing .text {
box-shadow: 0 0 0 2px #e5c347 inset;
}
.gmbrr.carousel.mustard .navigation .bullet a {
border-color: #DBB734;
}
.gmbrr.dark.carousel.mustard .navigation .bullet a {
border-color: rgba(229, 195, 71, 0.9);
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a {
border-color: rgba(229, 195, 71, 0.45);
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.45) inset;
}
.gmbrr.carousel.mustard .navigation .bullet a:hover {
border-color: rgba(229, 195, 71, 0.9);
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.7) inset;
}
.gmbrr.carousel.mustard .navigation .current.bullet a,
.gmbrr.carousel.mustard .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #e5c347 inset;
background-color: #e5c347;
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a {
color: rgba(229, 195, 71, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a:hover {
color: #e5c347;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.mustard .listing .text {
box-shadow: 0 0 0 2px #ffdb58 inset;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.bubble.fill.mustard .listing .text::before,
.gmbrr.bubble.mustard .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #e5c347;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.mustard .listing .text::before,
.gmbrr.dark.bubble.mustard .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #ffdb58;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.bubble.mustard .listing .text-first .text::after {
border-block-start-color: #e5c347;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.dark.bubble.mustard .listing .text-first .text::after {
border-block-start-color: #ffdb58;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.mustard .listing .text {
background-color: #e5c347;
}
.gmbrr.dark.bubble.fill.mustard .listing .text {
background-color: #ffdb58;
}
.gmbrr.dark.forest .heading {
color: #68a863;
}
.gmbrr.forest .heading,
.gmbrr.forest .listing .rating,
.gmbrr.forest .listing a,
.gmbrr.forest .rating,
.gmbrr.forest .rating .star,
.gmbrr.forest a {
color: #347235;
}
.gmbrr.dark.forest .listing .rating,
.gmbrr.dark.forest .listing a,
.gmbrr.dark.forest .rating,
.gmbrr.dark.forest .rating .star,
.gmbrr.dark.forest a {
color: #68a863;
}
.gmbrr.forest .count,
.gmbrr.forest .date,
.gmbrr.forest .relative-time-description,
.gmbrr.forest .vicinity {
color: #8e9a8e;
}
.gmbrr.dark.forest .count,
.gmbrr.dark.forest .date,
.gmbrr.dark.forest .relative-time-description,
.gmbrr.dark.forest .vicinity {
color: #98a298;
}
.gmbrr.forest .listing .rating .not,
.gmbrr.forest .rating .all-stars,
.gmbrr.forest .star.gray {
color: rgba(141, 162, 142, 0.7);
}
.gmbrr.dark.forest .listing .rating .not,
.gmbrr.dark.forest .rating .all-stars,
.gmbrr.dark.forest .star.gray {
color: rgba(141, 162, 142, 0.5);
}
.gmbrr.tile.forest .listing li {
box-shadow: 0 0 0 2px #347235 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.forest .listing li {
box-shadow: 0 0 0 2px #347235 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.forest .listing .text {
box-shadow: 0 0 0 2px #347235 inset;
}
.gmbrr.carousel.forest .navigation .bullet a {
border-color: #347235;
}
.gmbrr.dark.carousel.forest .navigation .bullet a {
border-color: rgba(141, 162, 142, 0.9);
}
.gmbrr.carousel.bullet-solid.forest .navigation .bullet a {
border-color: rgba(141, 162, 142, 0.45);
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.45) inset;
}
.gmbrr.carousel.forest .navigation .bullet a:hover {
border-color: rgba(141, 162, 142, 0.9);
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.7) inset;
}
.gmbrr.carousel.forest .navigation .current.bullet a,
.gmbrr.carousel.forest .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #347235 inset;
background-color: #347235;
}
.gmbrr.carousel.bullet-solid.forest .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a {
color: rgba(141, 162, 142, 0.35);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a:hover {
color: #347235;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.forest .listing .text {
box-shadow: 0 0 0 2px #68a863 inset;
}
.gmbrr.bubble.forest .listing .arrow.arrow-up,
.gmbrr.bubble.fill.forest .listing .text::before,
.gmbrr.bubble.forest .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #347235;
}
.gmbrr.dark.bubble.forest .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.forest .listing .text::before,
.gmbrr.dark.bubble.forest .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #68a863;
}
.gmbrr.bubble.forest .listing .arrow.arrow-down,
.gmbrr.bubble.fill.forest .listing .text-first .text::after,
.gmbrr.bubble.forest .listing .text-first .text::after {
border-block-start-color: #347235;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.forest .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.forest .listing .text-first .text::after,
.gmbrr.dark.bubble.forest .listing .text-first .text::after {
border-block-start-color: #68a863;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.forest .listing .text {
background-color: #347235;
}
.gmbrr.dark.bubble.fill.forest .listing .text {
background-color: #68a863;
}
.gmbrr.dark.turquoise .heading {
color: #43c6db;
}
.gmbrr.turquoise .heading,
.gmbrr.turquoise .listing .rating,
.gmbrr.turquoise .listing a,
.gmbrr.turquoise .rating,
.gmbrr.turquoise .rating .star,
.gmbrr.turquoise a {
color: #14b1cb;
}
.gmbrr.dark.turquoise .listing .rating,
.gmbrr.dark.turquoise .listing a,
.gmbrr.dark.turquoise .rating,
.gmbrr.dark.turquoise .rating .star,
.gmbrr.dark.turquoise a {
color: #43c6db;
}
.gmbrr.turquoise .count,
.gmbrr.turquoise .date,
.gmbrr.turquoise .relative-time-description,
.gmbrr.turquoise .vicinity {
color: #92a4a7;
}
.gmbrr.dark.turquoise .count,
.gmbrr.dark.turquoise .date,
.gmbrr.dark.turquoise .relative-time-description,
.gmbrr.dark.turquoise .vicinity {
color: #a6b8bb;
}
.gmbrr.turquoise .listing .rating .not,
.gmbrr.turquoise .rating .all-stars,
.gmbrr.turquoise .star.gray {
color: rgba(159, 176, 179, 0.7);
}
.gmbrr.dark.turquoise .listing .rating .not,
.gmbrr.dark.turquoise .rating .all-stars,
.gmbrr.dark.turquoise .star.gray {
color: rgba(159, 176, 179, 0.5);
}
.gmbrr.tile.turquoise .listing li {
box-shadow: 0 0 0 2px #14b1cb inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.turquoise .listing li {
box-shadow: 0 0 0 2px #14b1cb inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.turquoise .listing .text {
box-shadow: 0 0 0 2px #14b1cb inset;
}
.gmbrr.carousel.turquoise .navigation .bullet a {
border-color: #14b1cb;
}
.gmbrr.dark.carousel.turquoise .navigation .bullet a {
border-color: rgba(20, 177, 203, 0.9);
}
.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a {
border-color: rgba(20, 177, 203, 0.45);
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.45) inset;
}
.gmbrr.carousel.turquoise .navigation .bullet a:hover {
border-color: rgba(20, 177, 203, 0.9);
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.7) inset;
}
.gmbrr.carousel.turquoise .navigation .current.bullet a,
.gmbrr.carousel.turquoise .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #14b1cb inset;
background-color: #14b1cb;
}
.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a {
color: rgba(20, 177, 203, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a:hover {
color: #14b1cb;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.turquoise .listing .text {
box-shadow: 0 0 0 2px #43c6db inset;
}
.gmbrr.bubble.turquoise .listing .arrow.arrow-up,
.gmbrr.bubble.fill.turquoise .listing .text::before,
.gmbrr.bubble.turquoise .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #14b1cb;
}
.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.turquoise .listing .text::before,
.gmbrr.dark.bubble.turquoise .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #43c6db;
}
.gmbrr.bubble.turquoise .listing .arrow.arrow-down,
.gmbrr.bubble.fill.turquoise .listing .text-first .text::after,
.gmbrr.bubble.turquoise .listing .text-first .text::after {
border-block-start-color: #14b1cb;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.turquoise .listing .text-first .text::after,
.gmbrr.dark.bubble.turquoise .listing .text-first .text::after {
border-block-start-color: #43c6db;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.turquoise .listing .text {
background-color: #14b1cb;
}
.gmbrr.dark.bubble.fill.turquoise .listing .text {
background-color: #43c6db;
}
.gmbrr.dark.ocean .heading {
color: #507ee7;
}
.gmbrr.ocean .heading,
.gmbrr.ocean .listing .rating,
.gmbrr.ocean .listing a,
.gmbrr.ocean .rating,
.gmbrr.ocean .rating .star,
.gmbrr.ocean a {
color: #2b65ec;
}
.gmbrr.dark.ocean .listing .rating,
.gmbrr.dark.ocean .listing a,
.gmbrr.dark.ocean .rating,
.gmbrr.dark.ocean .rating .star,
.gmbrr.dark.ocean a {
color: #507ee7;
}
.gmbrr.ocean .count,
.gmbrr.ocean .date,
.gmbrr.ocean .relative-time-description,
.gmbrr.ocean .vicinity {
color: #92969f;
}
.gmbrr.dark.ocean .count,
.gmbrr.dark.ocean .date,
.gmbrr.dark.ocean .relative-time-description,
.gmbrr.dark.ocean .vicinity {
color: #b0b2b8;
}
.gmbrr.ocean .listing .rating .not,
.gmbrr.ocean .rating .all-stars,
.gmbrr.ocean .star.gray {
color: rgba(168, 171, 179, 0.7);
}
.gmbrr.dark.ocean .listing .rating .not,
.gmbrr.dark.ocean .rating .all-stars,
.gmbrr.dark.ocean .star.gray {
color: rgba(168, 171, 179, 0.5);
}
.gmbrr.tile.ocean .listing li {
box-shadow: 0 0 0 2px #2b65ec inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.ocean .listing li {
box-shadow: 0 0 0 2px #2b65ec inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.ocean .listing .text {
box-shadow: 0 0 0 2px #2b65ec inset;
}
.gmbrr.carousel.ocean .navigation .bullet a {
border-color: #2b65ec;
}
.gmbrr.dark.carousel.ocean .navigation .bullet a {
border-color: rgba(43, 101, 236, 0.9);
}
.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a {
border-color: rgba(43, 101, 236, 0.45);
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.45) inset;
}
.gmbrr.carousel.ocean .navigation .bullet a:hover {
border-color: rgba(43, 101, 236, 0.9);
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.7) inset;
}
.gmbrr.carousel.ocean .navigation .current.bullet a,
.gmbrr.carousel.ocean .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #2b65ec inset;
background-color: #2b65ec;
}
.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a {
color: rgba(43, 101, 236, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a:hover {
color: #2b65ec;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.ocean .listing .text {
box-shadow: 0 0 0 2px #507ee7 inset;
}
.gmbrr.bubble.ocean .listing .arrow.arrow-up,
.gmbrr.bubble.fill.ocean .listing .text::before,
.gmbrr.bubble.ocean .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #2b65ec;
}
.gmbrr.dark.bubble.ocean .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.ocean .listing .text::before,
.gmbrr.dark.bubble.ocean .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #507ee7;
}
.gmbrr.bubble.ocean .listing .arrow.arrow-down,
.gmbrr.bubble.fill.ocean .listing .text-first .text::after,
.gmbrr.bubble.ocean .listing .text-first .text::after {
border-block-start-color: #2b65ec;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.ocean .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.ocean .listing .text-first .text::after,
.gmbrr.dark.bubble.ocean .listing .text-first .text::after {
border-block-start-color: #507ee7;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.ocean .listing .text {
background-color: #2b65ec;
}
.gmbrr.dark.bubble.fill.ocean .listing .text {
background-color: #507ee7;
}
.gmbrr.dark.amethyst .heading {
color: #8a49e8;
}
.gmbrr.amethyst .heading,
.gmbrr.amethyst .listing .rating,
.gmbrr.amethyst .listing a,
.gmbrr.amethyst .rating,
.gmbrr.amethyst .rating .star,
.gmbrr.amethyst a {
color: #6c2dc7;
}
.gmbrr.dark.amethyst .listing .rating,
.gmbrr.dark.amethyst .listing a,
.gmbrr.dark.amethyst .rating,
.gmbrr.dark.amethyst .rating .star,
.gmbrr.dark.amethyst a {
color: #8a49e8;
}
.gmbrr.amethyst .count,
.gmbrr.amethyst .date,
.gmbrr.amethyst .relative-time-description,
.gmbrr.amethyst .vicinity {
color: #8e8a94;
}
.gmbrr.dark.amethyst .count,
.gmbrr.dark.amethyst .date,
.gmbrr.dark.amethyst .relative-time-description,
.gmbrr.dark.amethyst .vicinity {
color: #b2a9c0;
}
.gmbrr.amethyst .listing .rating .not,
.gmbrr.amethyst .rating .all-stars,
.gmbrr.amethyst .star.gray {
color: rgba(158, 150, 171, 0.7);
}
.gmbrr.dark.amethyst .listing .rating .not,
.gmbrr.dark.amethyst .rating .all-stars,
.gmbrr.dark.amethyst .star.gray {
color: rgba(158, 150, 171, 0.5);
}
.gmbrr.tile.amethyst .listing li {
box-shadow: 0 0 0 2px #6c2dc7 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.amethyst .listing li {
box-shadow: 0 0 0 2px #6c2dc7 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.amethyst .listing .text {
box-shadow: 0 0 0 2px #6c2dc7 inset;
}
.gmbrr.carousel.amethyst .navigation .bullet a {
border-color: #6c2dc7;
}
.gmbrr.dark.carousel.amethyst .navigation .bullet a {
border-color: rgba(108, 45, 199, 0.9);
}
.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a {
border-color: rgba(108, 45, 199, 0.45);
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.45) inset;
}
.gmbrr.carousel.amethyst .navigation .bullet a:hover {
border-color: rgba(108, 45, 199, 0.9);
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.7) inset;
}
.gmbrr.carousel.amethyst .navigation .current.bullet a,
.gmbrr.carousel.amethyst .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6c2dc7 inset;
background-color: #6c2dc7;
}
.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a {
color: rgba(108, 45, 199, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a:hover {
color: #6c2dc7;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.amethyst .listing .text {
box-shadow: 0 0 0 2px #8a49e8 inset;
}
.gmbrr.bubble.amethyst .listing .arrow.arrow-up,
.gmbrr.bubble.amethyst .listing .text::before,
.gmbrr.bubble.fill.amethyst .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #6c2dc7;
}
.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-up,
.gmbrr.dark.bubble.amethyst .listing .text::before,
.gmbrr.dark.bubble.fill.amethyst .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #8a49e8;
}
.gmbrr.bubble.amethyst .listing .arrow.arrow-down,
.gmbrr.bubble.amethyst .listing .text-first .text::after,
.gmbrr.bubble.fill.amethyst .listing .text-first .text::after {
border-block-start-color: #6c2dc7;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-down,
.gmbrr.dark.bubble.amethyst .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.amethyst .listing .text-first .text::after {
border-block-start-color: #8a49e8;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.amethyst .listing .text {
background-color: #6c2dc7;
}
.gmbrr.dark.bubble.fill.amethyst .listing .text {
background-color: #8a49e8;
}
.gmbrr.dark.magenta .heading,
.gmbrr.dark.magenta .listing .rating,
.gmbrr.dark.magenta .listing a,
.gmbrr.dark.magenta .rating,
.gmbrr.dark.magenta .rating .star,
.gmbrr.dark.magenta a,
.gmbrr.magenta .heading,
.gmbrr.magenta .listing .rating,
.gmbrr.magenta .listing a,
.gmbrr.magenta .rating,
.gmbrr.magenta .rating .star,
.gmbrr.magenta a {
color: #d5008b;
}
.gmbrr.magenta .count,
.gmbrr.magenta .date,
.gmbrr.magenta .relative-time-description,
.gmbrr.magenta .vicinity {
color: #988f95;
}
.gmbrr.dark.magenta .count,
.gmbrr.dark.magenta .date,
.gmbrr.dark.magenta .relative-time-description,
.gmbrr.dark.magenta .vicinity {
color: #ab98a4;
}
.gmbrr.magenta .listing .rating .not,
.gmbrr.magenta .rating .all-stars,
.gmbrr.magenta .star.gray {
color: rgba(176, 164, 172, 0.7);
}
.gmbrr.dark.magenta .listing .rating .not,
.gmbrr.dark.magenta .rating .all-stars,
.gmbrr.dark.magenta .star.gray {
color: rgba(176, 164, 172, 0.5);
}
.gmbrr.tile.magenta .listing li {
box-shadow: 0 0 0 2px #d5008b inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.magenta .listing li {
box-shadow: 0 0 0 2px #d5008b inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.magenta .listing .text,
.gmbrr.dark.bubble.magenta .listing .text {
box-shadow: 0 0 0 2px #d5008b inset;
}
.gmbrr.carousel.magenta .navigation .bullet a {
border-color: #d5008b;
}
.gmbrr.dark.carousel.magenta .navigation .bullet a {
border-color: rgba(213, 0, 139, 0.9);
}
.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a {
border-color: rgba(213, 0, 139, 0.45);
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.45) inset;
}
.gmbrr.carousel.magenta .navigation .bullet a:hover {
border-color: rgba(213, 0, 139, 0.9);
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.7) inset;
}
.gmbrr.carousel.magenta .navigation .current.bullet a,
.gmbrr.carousel.magenta .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #d5008b inset;
background-color: #d5008b;
}
.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a {
color: rgba(213, 0, 139, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a:hover {
color: #d5008b;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.magenta .listing .arrow.arrow-up,
.gmbrr.bubble.fill.magenta .listing .text::before,
.gmbrr.bubble.magenta .listing .text::before,
.gmbrr.dark.bubble.fill.magenta .listing .text::before,
.gmbrr.dark.bubble.magenta .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #d5008b;
}
.gmbrr.bubble.magenta .listing .arrow.arrow-down,
.gmbrr.bubble.fill.magenta .listing .text-first .text::after,
.gmbrr.bubble.magenta .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.magenta .listing .text-first .text::after,
.gmbrr.dark.bubble.magenta .listing .text-first .text::after {
border-block-start-color: #d5008b;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.magenta .listing .text,
.gmbrr.dark.bubble.fill.magenta .listing .text {
background-color: #d5008b;
}
.gmbrr.dark.slate .heading {
color: #8290a0;
}
.gmbrr.slate .heading,
.gmbrr.slate .listing .rating,
.gmbrr.slate .listing a,
.gmbrr.slate .rating,
.gmbrr.slate .rating .star,
.gmbrr.slate a {
color: #657383;
}
.gmbrr.dark.slate .listing .rating,
.gmbrr.dark.slate .listing a,
.gmbrr.dark.slate .rating,
.gmbrr.dark.slate .rating .star,
.gmbrr.dark.slate a {
color: #8290a0;
}
.gmbrr.slate .count,
.gmbrr.slate .date,
.gmbrr.slate .relative-time-description,
.gmbrr.slate .vicinity {
color: #9c9c9c;
}
.gmbrr.dark.slate .count,
.gmbrr.dark.slate .date,
.gmbrr.dark.slate .relative-time-description,
.gmbrr.dark.slate .vicinity {
color: #969696;
}
.gmbrr.slate .listing .rating .not,
.gmbrr.slate .rating .all-stars,
.gmbrr.slate .star.gray {
color: rgba(162, 162, 162, 0.7);
}
.gmbrr.dark.slate .listing .rating .not,
.gmbrr.dark.slate .rating .all-stars,
.gmbrr.dark.slate .star.gray {
color: rgba(193, 193, 193, 0.35);
}
.gmbrr.tile.slate .listing li {
box-shadow: 0 0 0 2px #657383 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.slate .listing li {
box-shadow: 0 0 0 2px #657383 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.slate .listing .text {
box-shadow: 0 0 0 2px #657383 inset;
}
.gmbrr.carousel.slate .navigation .bullet a {
border-color: #657383;
}
.gmbrr.dark.carousel.slate .navigation .bullet a {
border-color: rgba(101, 115, 131, 0.9);
}
.gmbrr.carousel.bullet-solid.slate .navigation .bullet a {
border-color: rgba(101, 115, 131, 0.45);
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.45) inset;
}
.gmbrr.carousel.slate .navigation .bullet a:hover {
border-color: rgba(101, 115, 131, 0.9);
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.7) inset;
}
.gmbrr.carousel.slate .navigation .current.bullet a,
.gmbrr.carousel.slate .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #657383 inset;
background-color: #657383;
}
.gmbrr.carousel.bullet-solid.slate .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a {
color: rgba(101, 115, 131, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a:hover {
color: #657383;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.slate .listing .text {
box-shadow: 0 0 0 2px #8290a0 inset;
}
.gmbrr.bubble.slate .listing .arrow.arrow-up,
.gmbrr.bubble.fill.slate .listing .text::before,
.gmbrr.bubble.slate .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #657383;
}
.gmbrr.dark.bubble.slate .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.slate .listing .text::before,
.gmbrr.dark.bubble.slate .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #8290a0;
}
.gmbrr.bubble.slate .listing .arrow.arrow-down,
.gmbrr.bubble.fill.slate .listing .text-first .text::after,
.gmbrr.bubble.slate .listing .text-first .text::after {
border-block-start-color: #657383;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.slate .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.slate .listing .text-first .text::after,
.gmbrr.dark.bubble.slate .listing .text-first .text::after {
border-block-start-color: #8290a0;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.slate .listing .text {
background-color: #657383;
}
.gmbrr.dark.bubble.fill.slate .listing .text {
background-color: #8290a0;
}
.gmbrr.dark.carbon .heading {
color: #838282;
}
.gmbrr.carbon .heading,
.gmbrr.carbon .listing .rating,
.gmbrr.carbon .listing a,
.gmbrr.carbon .rating,
.gmbrr.carbon .rating .star,
.gmbrr.carbon a {
color: #625d5d;
}
.gmbrr.dark.carbon .listing .rating,
.gmbrr.dark.carbon .listing a,
.gmbrr.dark.carbon .rating,
.gmbrr.dark.carbon .rating .star,
.gmbrr.dark.carbon a {
color: #838282;
}
.gmbrr.carbon .count,
.gmbrr.carbon .date,
.gmbrr.carbon .relative-time-description,
.gmbrr.carbon .vicinity {
color: silver;
}
.gmbrr.dark.carbon .count,
.gmbrr.dark.carbon .date,
.gmbrr.dark.carbon .relative-time-description,
.gmbrr.dark.carbon .vicinity {
color: #838181;
}
.gmbrr.carbon .listing .rating .not,
.gmbrr.carbon .rating .all-stars,
.gmbrr.carbon .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.carbon .listing .rating .not,
.gmbrr.dark.carbon .rating .all-stars,
.gmbrr.dark.carbon .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.carbon .listing li {
box-shadow: 0 0 0 2px #625d5d inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.carbon .listing li {
box-shadow: 0 0 0 2px #625d5d inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.carbon .listing .text {
box-shadow: 0 0 0 2px #625d5d inset;
}
.gmbrr.carousel.carbon .navigation .bullet a {
border-color: #625d5d;
}
.gmbrr.dark.carousel.carbon .navigation .bullet a {
border-color: rgba(98, 93, 93, 0.9);
}
.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a {
border-color: rgba(98, 93, 93, 0.45);
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.45) inset;
}
.gmbrr.carousel.carbon .navigation .bullet a:hover {
border-color: rgba(98, 93, 93, 0.9);
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.7) inset;
}
.gmbrr.carousel.carbon .navigation .current.bullet a,
.gmbrr.carousel.carbon .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #625d5d inset;
background-color: #625d5d;
}
.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a {
color: rgba(98, 93, 93, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a:hover {
color: #625d5d;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.carbon .listing .text {
box-shadow: 0 0 0 2px #838282 inset;
}
.gmbrr.bubble.carbon .listing .arrow.arrow-up,
.gmbrr.bubble.carbon .listing .text::before,
.gmbrr.bubble.fill.carbon .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #625d5d;
}
.gmbrr.dark.bubble.carbon .listing .arrow.arrow-up,
.gmbrr.dark.bubble.carbon .listing .text::before,
.gmbrr.dark.bubble.fill.carbon .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #838282;
}
.gmbrr.bubble.carbon .listing .arrow.arrow-down,
.gmbrr.bubble.carbon .listing .text-first .text::after,
.gmbrr.bubble.fill.carbon .listing .text-first .text::after {
border-block-start-color: #625d5d;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.carbon .listing .arrow.arrow-down,
.gmbrr.dark.bubble.carbon .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.carbon .listing .text-first .text::after {
border-block-start-color: #838282;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.carbon .listing .text {
background-color: #625d5d;
}
.gmbrr.dark.bubble.fill.carbon .listing .text {
background-color: #838282;
}
.gmbrr.dark.copper .heading {
color: #c58447;
}
.gmbrr.copper .heading,
.gmbrr.copper .listing .rating,
.gmbrr.copper .listing a,
.gmbrr.copper .rating,
.gmbrr.copper .rating .star,
.gmbrr.copper a {
color: #b87333;
}
.gmbrr.dark.copper .listing .rating,
.gmbrr.dark.copper .listing a,
.gmbrr.dark.copper .rating,
.gmbrr.dark.copper .rating .star,
.gmbrr.dark.copper a {
color: #c58447;
}
.gmbrr.copper .count,
.gmbrr.copper .date,
.gmbrr.copper .relative-time-description,
.gmbrr.copper .vicinity {
color: silver;
}
.gmbrr.dark.copper .count,
.gmbrr.dark.copper .date,
.gmbrr.dark.copper .relative-time-description,
.gmbrr.dark.copper .vicinity {
color: #aca197;
}
.gmbrr.copper .listing .rating .not,
.gmbrr.copper .rating .all-stars,
.gmbrr.copper .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.copper .listing .rating .not,
.gmbrr.dark.copper .rating .all-stars,
.gmbrr.dark.copper .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.copper .listing li {
box-shadow: 0 0 0 2px #b87333 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.copper .listing li {
box-shadow: 0 0 0 2px #b87333 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.copper .listing .text {
box-shadow: 0 0 0 2px #b87333 inset;
}
.gmbrr.carousel.copper .navigation .bullet a {
border-color: #b87333;
}
.gmbrr.dark.carousel.copper .navigation .bullet a {
border-color: rgba(184, 115, 51, 0.9);
}
.gmbrr.carousel.bullet-solid.copper .navigation .bullet a {
border-color: rgba(184, 115, 51, 0.45);
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.45) inset;
}
.gmbrr.carousel.copper .navigation .bullet a:hover {
border-color: rgba(184, 115, 51, 0.9);
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.7) inset;
}
.gmbrr.carousel.copper .navigation .current.bullet a,
.gmbrr.carousel.copper .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #b87333 inset;
background-color: #b87333;
}
.gmbrr.carousel.bullet-solid.copper .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a {
color: rgba(184, 115, 51, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a:hover {
color: #b87333;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.copper .listing .text {
box-shadow: 0 0 0 2px #c58447 inset;
}
.gmbrr.bubble.copper .listing .arrow.arrow-up,
.gmbrr.bubble.copper .listing .text::before,
.gmbrr.bubble.fill.copper .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #b87333;
}
.gmbrr.dark.bubble.copper .listing .arrow.arrow-up,
.gmbrr.dark.bubble.copper .listing .text::before,
.gmbrr.dark.bubble.fill.copper .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #c58447;
}
.gmbrr.bubble.copper .listing .arrow.arrow-down,
.gmbrr.bubble.copper .listing .text-first .text::after,
.gmbrr.bubble.fill.copper .listing .text-first .text::after {
border-block-start-color: #b87333;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.copper .listing .arrow.arrow-down,
.gmbrr.dark.bubble.copper .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.copper .listing .text-first .text::after {
border-block-start-color: #c58447;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.copper .listing .text {
background-color: #b87333;
}
.gmbrr.dark.bubble.fill.copper .listing .text {
background-color: #c58447;
}
.gmbrr.dark.coffee .heading {
color: #9f7f69;
}
.gmbrr.coffee .heading,
.gmbrr.coffee .listing .rating,
.gmbrr.coffee .listing a,
.gmbrr.coffee .rating,
.gmbrr.coffee .rating .star,
.gmbrr.coffee a {
color: #6f4e37;
}
.gmbrr.dark.coffee .listing .rating,
.gmbrr.dark.coffee .listing a,
.gmbrr.dark.coffee .rating,
.gmbrr.dark.coffee .rating .star,
.gmbrr.dark.coffee a {
color: #9f7f69;
}
.gmbrr.coffee .count,
.gmbrr.coffee .date,
.gmbrr.coffee .relative-time-description,
.gmbrr.coffee .vicinity {
color: silver;
}
.gmbrr.dark.coffee .count,
.gmbrr.dark.coffee .date,
.gmbrr.dark.coffee .relative-time-description,
.gmbrr.dark.coffee .vicinity {
color: #a29c99;
}
.gmbrr.coffee .listing .rating .not,
.gmbrr.coffee .rating .all-stars,
.gmbrr.coffee .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.coffee .listing .rating .not,
.gmbrr.dark.coffee .rating .all-stars,
.gmbrr.dark.coffee .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.coffee .listing li {
box-shadow: 0 0 0 2px #6f4e37 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.coffee .listing li {
box-shadow: 0 0 0 2px #6f4e37 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.coffee .listing .text {
box-shadow: 0 0 0 2px #6f4e37 inset;
}
.gmbrr.carousel.coffee .navigation .bullet a {
border-color: #6f4e37;
}
.gmbrr.dark.carousel.coffee .navigation .bullet a {
border-color: rgba(111, 78, 55, 0.9);
}
.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a {
border-color: rgba(111, 78, 55, 0.45);
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.45) inset;
}
.gmbrr.carousel.coffee .navigation .bullet a:hover {
border-color: rgba(111, 78, 55, 0.9);
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.7) inset;
}
.gmbrr.carousel.coffee .navigation .current.bullet a,
.gmbrr.carousel.coffee .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6f4e37 inset;
background-color: #6f4e37;
}
.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a {
color: rgba(111, 78, 55, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a:hover {
color: #6f4e37;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.coffee .listing .text {
box-shadow: 0 0 0 2px #9f7f69 inset;
}
.gmbrr.bubble.coffee .listing .arrow.arrow-up,
.gmbrr.bubble.coffee .listing .text::before,
.gmbrr.bubble.fill.coffee .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #6f4e37;
}
.gmbrr.dark.bubble.coffee .listing .arrow.arrow-up,
.gmbrr.dark.bubble.coffee .listing .text::before,
.gmbrr.dark.bubble.fill.coffee .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #9f7f69;
}
.gmbrr.bubble.coffee .listing .arrow.arrow-down,
.gmbrr.bubble.coffee .listing .text-first .text::after,
.gmbrr.bubble.fill.coffee .listing .text-first .text::after {
border-block-start-color: #6f4e37;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.coffee .listing .arrow.arrow-down,
.gmbrr.dark.bubble.coffee .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.coffee .listing .text-first .text::after {
border-block-start-color: #9f7f69;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.coffee .listing .text {
background-color: #6f4e37;
}
.gmbrr.dark.bubble.fill.coffee .listing .text {
background-color: #9f7f69;
}
.gmbrr.fill.contrast .listing .text {
background: #161616;
}
.gmbrr.dark.fill.contrast .listing .text {
background: #fff;
}
.gmbrr.carousel.bullet-solid.contrast .navigation .bullet a {
border-color: rgba(130, 130, 130, 0.45);
box-shadow: 0 0 0 0.8rem rgba(130, 130, 130, 0.45) inset;
}
.gmbrr.carousel.contrast .navigation .bullet a:hover,
.gmbrr.carousel.contrast .navigation .current.bullet a,
.gmbrr.carousel.contrast .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #000 inset;
background-color: #000;
}
.gmbrr.dark.carousel.contrast .navigation .bullet a:hover,
.gmbrr.dark.carousel.contrast .navigation .current.bullet a,
.gmbrr.dark.carousel.contrast .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #FFF inset;
background-color: #FFF;
}
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a {
color: rgba(135, 135, 135, 0.52);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover {
background-color: inherit;
box-shadow: none;
}
.gmbrr .star,
.gmbrr.stars-yellow .star {
display: inline-block;
width: 0.8em;
height: 0.7667em;
background: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==") 0 0/100% no-repeat;
}
.gmbrr.stars-orange .star {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.rtl .gmbrr .star {
transform: scale(-1, 1);
}
.gmbrr .animate .stars-gray {
position: relative;
}
.gmbrr .animate .star {
animation: google-business-reviews-rating-star 3s 0.5s ease-in-out 1;
animation-fill-mode: backwards;
animation-play-state: paused;
transform-origin: 33% 50%;
}
.gmbrr .animate.animation-start .star {
animation-play-state: running;
}
.rtl .gmbrr .animate .star {
transform-origin: 50% 50%;
}
.gmbrr .animate .star:nth-child(1) {
animation-duration: 3s;
animation-delay: 0.5s;
}
.gmbrr .animate .star:nth-child(2) {
animation-duration: 2.8s;
animation-delay: 0.9s;
}
.gmbrr .animate .star:nth-child(3) {
animation-duration: 2.6s;
animation-delay: 1.3s;
}
.gmbrr .animate .star:nth-child(4) {
animation-duration: 2.4s;
animation-delay: 1.7s;
}
.gmbrr .animate .star:nth-child(5) {
animation-duration: 2.2s;
animation-delay: 2.1s;
}
.gmbrr .animate.inline-svg .star,
.gmbrr .animate .star.gray:nth-child(2),
.gmbrr .animate .star.gray:nth-child(3),
.gmbrr .animate .star.gray:nth-child(4),
.gmbrr .animate .star.gray:nth-child(5),
.gmbrr .animate .star.grey:nth-child(2),
.gmbrr .animate .star.grey:nth-child(3),
.gmbrr .animate .star.grey:nth-child(4),
.gmbrr .animate .star.grey:nth-child(5),
.gmbrr .animate .star.split-10-90:nth-child(2),
.gmbrr .animate .star.split-10-90:nth-child(3),
.gmbrr .animate .star.split-10-90:nth-child(4),
.gmbrr .animate .star.split-10-90:nth-child(5) {
animation: none;
}
.gmbrr .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNFNzcxMUIiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDOUM5QzkiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNBNEE0QTQiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDMUMxQzEiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.stars-orange .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0U3NzExQiI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0U3NzExQiI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.gray,
.gmbrr .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .star.gray,
.gmbrr.dark .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.stars-orange .star.gray,
.gmbrr.stars-orange .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .powered-by-google.light,
.powered-by-google {
display: inline-block;
line-height: 100%;
width: 143px;
height: 19px;
background: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTEwLjI4MSw5Ljc5NGMwLDIuNjc4LTIuMDk1LDQuNjUxLTQuNjY1LDQuNjUxYy0yLjU3MSwwLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxCmMwLTIuNjk2LDIuMDk1LTQuNjUxLDQuNjY1LTQuNjUxQzEwOC4xODYsNS4xNDMsMTEwLjI4MSw3LjA5NywxMTAuMjgxLDkuNzk0eiBNMTA4LjIzOSw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4CmMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOGMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzEwNy4wMjUsMTIuNjEyLDEwOC4yMzksMTEuNDQ4LDEwOC4yMzksOS43OTR6Ii8+CjxwYXRoIGZpbGw9IiNGQkJDMDUiIGQ9Ik0xMjAuMzQ1LDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFzLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxYzAtMi42OTQsMi4wOTUtNC42NTEsNC42NjUtNC42NTEKUzEyMC4zNDUsNy4wOTcsMTIwLjM0NSw5Ljc5NHogTTExOC4zMDMsOS43OTRjMC0xLjY3My0xLjIxNC0yLjgxOC0yLjYyMy0yLjgxOGMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOApjMCwxLjY1NiwxLjIxNCwyLjgxOCwyLjYyMywyLjgxOEMxMTcuMDg5LDEyLjYxMiwxMTguMzAzLDExLjQ0OCwxMTguMzAzLDkuNzk0eiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNMTI5Ljk5LDUuNDI0djguMzQ5YzAsMy40MzQtMi4wMjUsNC44MzctNC40Miw0LjgzN2MtMi4yNTQsMC0zLjYxMS0xLjUwOC00LjEyMi0yLjc0bDEuNzc4LTAuNzQKYzAuMzE3LDAuNzU3LDEuMDkyLDEuNjUsMi4zNDIsMS42NWMxLjUzMywwLDIuNDgzLTAuOTQ2LDIuNDgzLTIuNzI2di0wLjY2OWgtMC4wNzFjLTAuNDU3LDAuNTY0LTEuMzM4LDEuMDU3LTIuNDQ5LDEuMDU3CmMtMi4zMjUsMC00LjQ1Ni0yLjAyNS00LjQ1Ni00LjYzMmMwLTIuNjI1LDIuMTMtNC42NjcsNC40NTYtNC42NjdjMS4xMDksMCwxLjk5LDAuNDkzLDIuNDQ5LDEuMDRoMC4wNzFWNS40MjZoMS45MzlWNS40MjR6Ck0xMjguMTk1LDkuODExYzAtMS42MzgtMS4wOTItMi44MzUtMi40ODMtMi44MzVjLTEuNDA5LDAtMi41ODksMS4xOTctMi41ODksMi44MzVjMCwxLjYyMSwxLjE4LDIuODAxLDIuNTg5LDIuODAxCkMxMjcuMTAzLDEyLjYxMiwxMjguMTk1LDExLjQzMSwxMjguMTk1LDkuODExeiIvPgo8cGF0aCBmaWxsPSIjMzRBODUzIiBkPSJNMTMzLjE4OCwwLjUzdjEzLjYyOWgtMS45OTJWMC41M0gxMzMuMTg4eiIvPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTQwLjk1LDExLjMyNGwxLjU4NSwxLjA1N2MtMC41MTIsMC43NTctMS43NDQsMi4wNjEtMy44NzUsMi4wNjFjLTIuNjQyLDAtNC42MTUtMi4wNDItNC42MTUtNC42NTEKYzAtMi43NjYsMS45OS00LjY1MSw0LjM4Ni00LjY1MWMyLjQxMywwLDMuNTk0LDEuOTIxLDMuOTgsMi45NThsMC4yMTIsMC41MjhsLTYuMjE3LDIuNTc1YzAuNDc2LDAuOTMzLDEuMjE2LDEuNDA5LDIuMjU0LDEuNDA5CkMxMzkuNywxMi42MTIsMTQwLjQyMSwxMi4xLDE0MC45NSwxMS4zMjRMMTQwLjk1LDExLjMyNHogTTEzNi4wNzEsOS42NTFsNC4xNTYtMS43MjZjLTAuMjI5LTAuNTgxLTAuOTE2LTAuOTg1LTEuNzI2LTAuOTg1CkMxMzcuNDYzLDYuOTQsMTM2LjAxOCw3Ljg1NiwxMzYuMDcxLDkuNjUxeiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNOTMuNDExLDguNTg0VjYuNjExaDYuNjQ5YzAuMDY1LDAuMzQ0LDAuMDk5LDAuNzUxLDAuMDk5LDEuMTkxYzAsMS40OC0wLjQwNSwzLjMxMS0xLjcwOSw0LjYxNQpjLTEuMjY5LDEuMzIxLTIuODg5LDIuMDI1LTUuMDM2LDIuMDI1Yy0zLjk4LDAtNy4zMjYtMy4yNDItNy4zMjYtNy4yMjFTODkuNDMzLDAsOTMuNDEzLDBjMi4yMDIsMCwzLjc3LDAuODY0LDQuOTQ4LDEuOTkKbC0xLjM5MiwxLjM5MmMtMC44NDUtMC43OTMtMS45OS0xLjQwOS0zLjU1OC0xLjQwOWMtMi45MDYsMC01LjE3OSwyLjM0Mi01LjE3OSw1LjI0OHMyLjI3Myw1LjI0OCw1LjE3OSw1LjI0OApjMS44ODUsMCwyLjk1OC0wLjc1NywzLjY0Ni0xLjQ0NWMwLjU1OC0wLjU1OCwwLjkyNS0xLjM1NCwxLjA2OS0yLjQ0M0w5My40MTEsOC41ODR6Ii8+CjxnPgo8Zz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTEuNDg2LDYuMzgydjEuMjg4aDAuMDMzQzIuMTksNi42NTcsMy4wODcsNi4xNTEsNC4yMSw2LjE1MWMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3CmMwLjY3MSwwLjc5OCwxLjAwNywxLjc0OCwxLjAwNywyLjg0OGMwLDEuMTY3LTAuMzMsMi4xNTUtMC45OTEsMi45NjRjLTAuNjYsMC44MDktMS41NjMsMS4yMTQtMi43MDgsMS4yMTQKYy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M0gxLjQ4NnY0LjYzSDBWNi4zODJIMS40ODZ6IE0zLjg0NywxMy4wNTIKYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCkM1LjIyOCw3LjczOCw0LjYxNyw3LjQ3MSwzLjg0Nyw3LjQ3MWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTZjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODEKQzIuNTA0LDEyLjc3NywzLjA5OCwxMy4wNTIsMy44NDcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNOS43OTksNy4zMzljMC43OTgtMC43OTIsMS43NzUtMS4xODksMi45MzEtMS4xODljMS4xNTYsMCwyLjEzMiwwLjM5NiwyLjkzMSwxLjE4OQpjMC43OTgsMC43OTMsMS4xOTcsMS43NjcsMS4xOTcsMi45MjJjMCwxLjE1Ni0wLjM5OSwyLjEzLTEuMTk3LDIuOTIyYy0wLjc5OCwwLjc5My0xLjc3NSwxLjE4OS0yLjkzMSwxLjE4OQpjLTEuMTU2LDAtMi4xMzMtMC4zOTYtMi45MzEtMS4xODljLTAuNzk4LTAuNzkyLTEuMTk3LTEuNzY2LTEuMTk3LTIuOTIyQzguNjAyLDkuMTA2LDkuMDAxLDguMTMyLDkuNzk5LDcuMzM5eiBNMTQuNTk1LDguMzYzCmMtMC41MTctMC41MjgtMS4xMzktMC43OTItMS44NjYtMC43OTJjLTAuNzI2LDAtMS4zNDgsMC4yNjQtMS44NjYsMC43OTJjLTAuNTE4LDAuNTI4LTAuNzc2LDEuMTYyLTAuNzc2LDEuODk5CmMwLDAuNzI2LDAuMjU4LDEuMzU3LDAuNzc2LDEuODljMC41MTcsMC41MzQsMS4xMzksMC44MDEsMS44NjYsMC44MDFjMC43MjYsMCwxLjM0OC0wLjI2NywxLjg2Ni0wLjgwMQpjMC41MTctMC41MzQsMC43NzYtMS4xNjQsMC43NzYtMS44OUMxNS4zNzEsOS41MjQsMTUuMTEyLDguODkxLDE0LjU5NSw4LjM2M3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTE4LjYwNyw2LjM4MmwyLjI0NSw0LjkybDIuMTc5LTQuOTczaDAuMzkxbDEuOTcxLDQuOTczbDIuMjQ1LTQuOTJoMS42ODRsLTMuNzEzLDcuOTkxbC0wLjQzOCwwCmwtMi4wNDEtNS4xNjhsLTIuMDY4LDUuMTY4bC0wLjQ2OSwwbC0zLjY3MS03Ljk5MUgxOC42MDd6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik0zNi44NTEsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE0zMS4wMzksOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDMzEuMzcyLDguMzQ3LDMxLjEyNyw4LjgwOSwzMS4wMzksOS4zN3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTM5LjcwNyw2LjM4MnYxLjI1NWgwLjA0OWMwLjE4Ny0wLjQ2MiwwLjQ2NS0wLjgyNiwwLjgzNC0xLjA5YzAuMzY5LTAuMjY0LDAuNzk1LTAuMzk2LDEuMjc5LTAuMzk2CmMwLjQxOCwwLDAuODI2LDAuMTI3LDEuMjIyLDAuMzhsLTAuNjc3LDEuMzU0Yy0wLjI0Mi0wLjIwOS0wLjU0NS0wLjMxNC0wLjkwOC0wLjMxNGMtMC4zODUsMC0wLjcwNSwwLjA4LTAuOTU4LDAuMjM5CmMtMC4yNTMsMC4xNi0wLjQzNywwLjM4NS0wLjU1MywwLjY3N2MtMC4xMTYsMC4yOTItMC4xOTMsMC41NzgtMC4yMzEsMC44NTljLTAuMDM5LDAuMjgxLTAuMDU4LDAuNjAyLTAuMDU4LDAuOTY2djMuNzk3aC0xLjQ4NgpWNi4zODJIMzkuNzA3eiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNTAuNzAzLDEwLjQ5M2gtNS44OTRjMC4wMTEsMC42OTQsMC4yMzEsMS4yOTMsMC42NiwxLjhjMC40MjksMC41MDYsMC45ODUsMC43NiwxLjY2OCwwLjc2CmMwLjUzOSwwLDAuOTgyLTAuMTI0LDEuMzI5LTAuMzcyYzAuMzQ3LTAuMjQ4LDAuNjc0LTAuNjI1LDAuOTgyLTEuMTMxbDEuMjU1LDAuNzFjLTAuMzYzLDAuNjYtMC44NjEsMS4xNzgtMS40OTQsMS41NTIKYy0wLjYzMywwLjM3NC0xLjMyOSwwLjU2MS0yLjA4OSwwLjU2MWMtMS4xNTYsMC0yLjA3OC0wLjM4NS0yLjc2Ni0xLjE1NmMtMC42ODgtMC43Ny0xLjAzMi0xLjczOS0xLjAzMi0yLjkwNgpjMC0xLjIzMiwwLjMyNS0yLjIzNCwwLjk3NC0zLjAwNWMwLjY0OS0wLjc3LDEuNTc5LTEuMTU2LDIuNzktMS4xNTZjMS4xNzgsMCwyLjA3NSwwLjM4MywyLjY5MSwxLjE0OApjMC42MTYsMC43NjUsMC45MjUsMS43NTMsMC45MjUsMi45NjRWMTAuNDkzeiBNNDQuODkxLDkuMzdoNC4zMjZjLTAuMDg4LTAuNTk0LTAuMzE5LTEuMDY1LTAuNjkzLTEuNDEyCmMtMC4zNzQtMC4zNDctMC44NTMtMC41Mi0xLjQzNy0wLjUyYy0wLjU3MiwwLTEuMDU5LDAuMTgyLTEuNDYxLDAuNTQ1QzQ1LjIyNCw4LjM0Nyw0NC45NzksOC44MDksNDQuODkxLDkuMzd6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik01Ny43MzYsMTQuMTA5di0xLjIwNWgtMC4wMzNjLTAuMzA4LDAuNDUxLTAuNjkxLDAuODA5LTEuMTQ4LDEuMDczCmMtMC40NTcsMC4yNjQtMC45NDksMC4zOTYtMS40NzgsMC4zOTZjLTEuMTQ1LDAtMi4wNDctMC40MDUtMi43MDgtMS4yMTRjLTAuNjYtMC44MDktMC45OTEtMS43OTctMC45OTEtMi45NjQKYzAtMS4xLDAuMzM2LTIuMDUsMS4wMDctMi44NDhjMC42NzEtMC43OTgsMS41NDYtMS4xOTcsMi42MjUtMS4xOTdjMS4xMjMsMCwyLjAyLDAuNTA2LDIuNjkxLDEuNTE5aDAuMDMzVjIuMTExaDEuNDg2djExLjk5OApINTcuNzM2eiBNNTUuMzA5LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3Yy0wLjQ0NiwwLjU0NS0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNTMuOTY2LDEyLjc3Nyw1NC41NjEsMTMuMDUyLDU1LjMwOSwxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik02NS44MSwxNC4xMDlWMi4xMTFoMS40ODZ2NS41NTloMC4wMzNDNjgsNi42NTcsNjguODk3LDYuMTUxLDcwLjAyLDYuMTUxCmMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3YzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5LDIuOTY0CmMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNGMtMC41MjgsMC0xLjAyMS0wLjEzMi0xLjQ3OC0wLjM5NmMtMC40NTctMC4yNjQtMC44MzktMC42MjItMS4xNDgtMS4wNzNoLTAuMDMzdjEuMjA1Ckg2NS44MXogTTY5LjY1NywxMy4wNTJjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKYy0wLjQ1MS0wLjUzNC0xLjA2Mi0wLjgwMS0xLjgzMy0wLjgwMWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTYKYzAsMC43NzEsMC4yMiwxLjQzMSwwLjY2LDEuOTgxQzY4LjMxMywxMi43NzcsNjguOTA4LDEzLjA1Miw2OS42NTcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNzcuNCwxMi43ODhsLTMuNTMzLTYuNDA2SDc1LjZsMi42MDgsNC45MDRsMi40MjctNC45MDRoMS42NjdsLTUuMjU4LDExLjE1MmgtMS42ODRMNzcuNCwxMi43ODh6Ii8+CjwvZz4KPC9nPgo8L2c+Cjwvc3ZnPgo") 0 0/100% no-repeat;
}
.gmbrr.dark .powered-by-google,
.powered-by-google.dark {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIG9wYWNpdHk9IjAuNyI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAuMjgxLDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFjLTIuNTcxLDAtNC42NjUtMS45NzMtNC42NjUtNC42NTEKYzAtMi42OTYsMi4wOTUtNC42NTEsNC42NjUtNC42NTFDMTA4LjE4Niw1LjE0MywxMTAuMjgxLDcuMDk3LDExMC4yODEsOS43OTR6IE0xMDguMjM5LDkuNzk0YzAtMS42NzMtMS4yMTQtMi44MTgtMi42MjMtMi44MTgKYy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4YzAsMS42NTYsMS4yMTQsMi44MTgsMi42MjMsMi44MThDMTA3LjAyNSwxMi42MTIsMTA4LjIzOSwxMS40NDgsMTA4LjIzOSw5Ljc5NHoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyMC4zNDUsOS43OTRjMCwyLjY3OC0yLjA5NSw0LjY1MS00LjY2NSw0LjY1MXMtNC42NjUtMS45NzMtNC42NjUtNC42NTFjMC0yLjY5NCwyLjA5NS00LjY1MSw0LjY2NS00LjY1MQpTMTIwLjM0NSw3LjA5NywxMjAuMzQ1LDkuNzk0eiBNMTE4LjMwMyw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4Yy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4CmMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzExNy4wODksMTIuNjEyLDExOC4zMDMsMTEuNDQ4LDExOC4zMDMsOS43OTR6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjkuOTksNS40MjR2OC4zNDljMCwzLjQzNC0yLjAyNSw0LjgzNy00LjQyLDQuODM3Yy0yLjI1NCwwLTMuNjExLTEuNTA4LTQuMTIyLTIuNzRsMS43NzgtMC43NApjMC4zMTcsMC43NTcsMS4wOTIsMS42NSwyLjM0MiwxLjY1YzEuNTMzLDAsMi40ODMtMC45NDYsMi40ODMtMi43MjZ2LTAuNjY5aC0wLjA3MWMtMC40NTcsMC41NjQtMS4zMzgsMS4wNTctMi40NDksMS4wNTcKYy0yLjMyNSwwLTQuNDU2LTIuMDI1LTQuNDU2LTQuNjMyYzAtMi42MjUsMi4xMy00LjY2Nyw0LjQ1Ni00LjY2N2MxLjEwOSwwLDEuOTksMC40OTMsMi40NDksMS4wNGgwLjA3MVY1LjQyNmgxLjkzOVY1LjQyNHoKTTEyOC4xOTUsOS44MTFjMC0xLjYzOC0xLjA5Mi0yLjgzNS0yLjQ4My0yLjgzNWMtMS40MDksMC0yLjU4OSwxLjE5Ny0yLjU4OSwyLjgzNWMwLDEuNjIxLDEuMTgsMi44MDEsMi41ODksMi44MDEKQzEyNy4xMDMsMTIuNjEyLDEyOC4xOTUsMTEuNDMxLDEyOC4xOTUsOS44MTF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMzMuMTg4LDAuNTN2MTMuNjI5aC0xLjk5MlYwLjUzSDEzMy4xODh6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDAuOTUsMTEuMzI0bDEuNTg1LDEuMDU3Yy0wLjUxMiwwLjc1Ny0xLjc0NCwyLjA2MS0zLjg3NSwyLjA2MWMtMi42NDIsMC00LjYxNS0yLjA0Mi00LjYxNS00LjY1MQpjMC0yLjc2NiwxLjk5LTQuNjUxLDQuMzg2LTQuNjUxYzIuNDEzLDAsMy41OTQsMS45MjEsMy45OCwyLjk1OGwwLjIxMiwwLjUyOGwtNi4yMTcsMi41NzVjMC40NzYsMC45MzMsMS4yMTYsMS40MDksMi4yNTQsMS40MDkKQzEzOS43LDEyLjYxMiwxNDAuNDIxLDEyLjEsMTQwLjk1LDExLjMyNEwxNDAuOTUsMTEuMzI0eiBNMTM2LjA3MSw5LjY1MWw0LjE1Ni0xLjcyNmMtMC4yMjktMC41ODEtMC45MTYtMC45ODUtMS43MjYtMC45ODUKQzEzNy40NjMsNi45NCwxMzYuMDE4LDcuODU2LDEzNi4wNzEsOS42NTF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05My40MTEsOC41ODRWNi42MTFoNi42NDljMC4wNjUsMC4zNDQsMC4wOTksMC43NTEsMC4wOTksMS4xOTFjMCwxLjQ4LTAuNDA1LDMuMzExLTEuNzA5LDQuNjE1CmMtMS4yNjksMS4zMjEtMi44ODksMi4wMjUtNS4wMzYsMi4wMjVjLTMuOTgsMC03LjMyNi0zLjI0Mi03LjMyNi03LjIyMVM4OS40MzMsMCw5My40MTMsMGMyLjIwMiwwLDMuNzcsMC44NjQsNC45NDgsMS45OQpsLTEuMzkyLDEuMzkyYy0wLjg0NS0wLjc5My0xLjk5LTEuNDA5LTMuNTU4LTEuNDA5Yy0yLjkwNiwwLTUuMTc5LDIuMzQyLTUuMTc5LDUuMjQ4czIuMjczLDUuMjQ4LDUuMTc5LDUuMjQ4CmMxLjg4NSwwLDIuOTU4LTAuNzU3LDMuNjQ2LTEuNDQ1YzAuNTU4LTAuNTU4LDAuOTI1LTEuMzU0LDEuMDY5LTIuNDQzTDkzLjQxMSw4LjU4NHoiLz4KPGc+CjxnPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMS40ODYsNi4zODJ2MS4yODhoMC4wMzNDMi4xOSw2LjY1NywzLjA4Nyw2LjE1MSw0LjIxLDYuMTUxYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTcKYzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5MSwyLjk2NGMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNApjLTAuNTI4LDAtMS4wMjEtMC4xMzItMS40NzgtMC4zOTZjLTAuNDU3LTAuMjY0LTAuODM5LTAuNjIyLTEuMTQ4LTEuMDczSDEuNDg2djQuNjNIMFY2LjM4MkgxLjQ4NnogTTMuODQ3LDEzLjA1MgpjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKQzUuMjI4LDcuNzM4LDQuNjE3LDcuNDcxLDMuODQ3LDcuNDcxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MQpDMi41MDQsMTIuNzc3LDMuMDk4LDEzLjA1MiwzLjg0NywxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05Ljc5OSw3LjMzOWMwLjc5OC0wLjc5MiwxLjc3NS0xLjE4OSwyLjkzMS0xLjE4OWMxLjE1NiwwLDIuMTMyLDAuMzk2LDIuOTMxLDEuMTg5CmMwLjc5OCwwLjc5MywxLjE5NywxLjc2NywxLjE5NywyLjkyMmMwLDEuMTU2LTAuMzk5LDIuMTMtMS4xOTcsMi45MjJjLTAuNzk4LDAuNzkzLTEuNzc1LDEuMTg5LTIuOTMxLDEuMTg5CmMtMS4xNTYsMC0yLjEzMy0wLjM5Ni0yLjkzMS0xLjE4OWMtMC43OTgtMC43OTItMS4xOTctMS43NjYtMS4xOTctMi45MjJDOC42MDIsOS4xMDYsOS4wMDEsOC4xMzIsOS43OTksNy4zMzl6IE0xNC41OTUsOC4zNjMKYy0wLjUxNy0wLjUyOC0xLjEzOS0wLjc5Mi0xLjg2Ni0wLjc5MmMtMC43MjYsMC0xLjM0OCwwLjI2NC0xLjg2NiwwLjc5MmMtMC41MTgsMC41MjgtMC43NzYsMS4xNjItMC43NzYsMS44OTkKYzAsMC43MjYsMC4yNTgsMS4zNTcsMC43NzYsMS44OWMwLjUxNywwLjUzNCwxLjEzOSwwLjgwMSwxLjg2NiwwLjgwMWMwLjcyNiwwLDEuMzQ4LTAuMjY3LDEuODY2LTAuODAxCmMwLjUxNy0wLjUzNCwwLjc3Ni0xLjE2NCwwLjc3Ni0xLjg5QzE1LjM3MSw5LjUyNCwxNS4xMTIsOC44OTEsMTQuNTk1LDguMzYzeiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTguNjA3LDYuMzgybDIuMjQ1LDQuOTJsMi4xNzktNC45NzNoMC4zOTFsMS45NzEsNC45NzNsMi4yNDUtNC45MmgxLjY4NGwtMy43MTMsNy45OTFsLTAuNDM4LDAKbC0yLjA0MS01LjE2OGwtMi4wNjgsNS4xNjhsLTAuNDY5LDBsLTMuNjcxLTcuOTkxSDE4LjYwN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2Ljg1MSwxMC40OTNoLTUuODk0YzAuMDExLDAuNjk0LDAuMjMxLDEuMjkzLDAuNjYsMS44YzAuNDI5LDAuNTA2LDAuOTg1LDAuNzYsMS42NjgsMC43NgpjMC41MzksMCwwLjk4Mi0wLjEyNCwxLjMyOS0wLjM3MmMwLjM0Ny0wLjI0OCwwLjY3NC0wLjYyNSwwLjk4Mi0xLjEzMWwxLjI1NSwwLjcxYy0wLjM2MywwLjY2LTAuODYxLDEuMTc4LTEuNDk0LDEuNTUyCmMtMC42MzMsMC4zNzQtMS4zMjksMC41NjEtMi4wODksMC41NjFjLTEuMTU2LDAtMi4wNzgtMC4zODUtMi43NjYtMS4xNTZjLTAuNjg4LTAuNzctMS4wMzItMS43MzktMS4wMzItMi45MDYKYzAtMS4yMzIsMC4zMjUtMi4yMzQsMC45NzQtMy4wMDVjMC42NDktMC43NywxLjU3OS0xLjE1NiwyLjc5LTEuMTU2YzEuMTc4LDAsMi4wNzUsMC4zODMsMi42OTEsMS4xNDgKYzAuNjE2LDAuNzY1LDAuOTI1LDEuNzUzLDAuOTI1LDIuOTY0VjEwLjQ5M3ogTTMxLjAzOSw5LjM3aDQuMzI2Yy0wLjA4OC0wLjU5NC0wLjMxOS0xLjA2NS0wLjY5My0xLjQxMgpjLTAuMzc0LTAuMzQ3LTAuODUzLTAuNTItMS40MzctMC41MmMtMC41NzIsMC0xLjA1OSwwLjE4Mi0xLjQ2MSwwLjU0NUMzMS4zNzIsOC4zNDcsMzEuMTI3LDguODA5LDMxLjAzOSw5LjM3eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuNzA3LDYuMzgydjEuMjU1aDAuMDQ5YzAuMTg3LTAuNDYyLDAuNDY1LTAuODI2LDAuODM0LTEuMDljMC4zNjktMC4yNjQsMC43OTUtMC4zOTYsMS4yNzktMC4zOTYKYzAuNDE4LDAsMC44MjYsMC4xMjcsMS4yMjIsMC4zOGwtMC42NzcsMS4zNTRjLTAuMjQyLTAuMjA5LTAuNTQ1LTAuMzE0LTAuOTA4LTAuMzE0Yy0wLjM4NSwwLTAuNzA1LDAuMDgtMC45NTgsMC4yMzkKYy0wLjI1MywwLjE2LTAuNDM3LDAuMzg1LTAuNTUzLDAuNjc3Yy0wLjExNiwwLjI5Mi0wLjE5MywwLjU3OC0wLjIzMSwwLjg1OWMtMC4wMzksMC4yODEtMC4wNTgsMC42MDItMC4wNTgsMC45NjZ2My43OTdoLTEuNDg2ClY2LjM4MkgzOS43MDd6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC43MDMsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE00NC44OTEsOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDNDUuMjI0LDguMzQ3LDQ0Ljk3OSw4LjgwOSw0NC44OTEsOS4zN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU3LjczNiwxNC4xMDl2LTEuMjA1aC0wLjAzM2MtMC4zMDgsMC40NTEtMC42OTEsMC44MDktMS4xNDgsMS4wNzMKYy0wLjQ1NywwLjI2NC0wLjk0OSwwLjM5Ni0xLjQ3OCwwLjM5NmMtMS4xNDUsMC0yLjA0Ny0wLjQwNS0yLjcwOC0xLjIxNGMtMC42Ni0wLjgwOS0wLjk5MS0xLjc5Ny0wLjk5MS0yLjk2NApjMC0xLjEsMC4zMzYtMi4wNSwxLjAwNy0yLjg0OGMwLjY3MS0wLjc5OCwxLjU0Ni0xLjE5NywyLjYyNS0xLjE5N2MxLjEyMywwLDIuMDIsMC41MDYsMi42OTEsMS41MTloMC4wMzNWMi4xMTFoMS40ODZ2MTEuOTk4Ckg1Ny43MzZ6IE01NS4zMDksMTMuMDUyYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCmMtMC40NTEtMC41MzQtMS4wNjItMC44MDEtMS44MzMtMC44MDFjLTAuNzM4LDAtMS4zMjksMC4yNzItMS43NzUsMC44MTdjLTAuNDQ2LDAuNTQ1LTAuNjY5LDEuMTk3LTAuNjY5LDEuOTU2CmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MUM1My45NjYsMTIuNzc3LDU0LjU2MSwxMy4wNTIsNTUuMzA5LDEzLjA1MnoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY1LjgxLDE0LjEwOVYyLjExMWgxLjQ4NnY1LjU1OWgwLjAzM0M2OCw2LjY1Nyw2OC44OTcsNi4xNTEsNzAuMDIsNi4xNTEKYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTdjMC42NzEsMC43OTgsMS4wMDcsMS43NDgsMS4wMDcsMi44NDhjMCwxLjE2Ny0wLjMzLDIuMTU1LTAuOTksMi45NjQKYy0wLjY2LDAuODA5LTEuNTYzLDEuMjE0LTIuNzA4LDEuMjE0Yy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M2gtMC4wMzN2MS4yMDUKSDY1LjgxeiBNNjkuNjU3LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNjguMzEzLDEyLjc3Nyw2OC45MDgsMTMuMDUyLDY5LjY1NywxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03Ny40LDEyLjc4OGwtMy41MzMtNi40MDZINzUuNmwyLjYwOCw0LjkwNGwyLjQyNy00LjkwNGgxLjY2N2wtNS4yNTgsMTEuMTUyaC0xLjY4NEw3Ny40LDEyLjc4OHoiLz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg");
}
.powered-by-google.image {
background: 0 0;
}
.powered-by-google img {
display: inline-block;
width: 143px;
height: 19px;
}
.google-icon,
.google-icon-black .google-icon,
.google-icon-white .google-icon {
inset-block-start: 0.05em;
position: relative;
margin-inline-end: 0.3em;
display: inline-block;
width: 1em;
height: 1em;
background: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0iI0ZCQkMwNSIgZD0iTS0xLjA3OCwyNS40MzZWNi41NDFsMTIuMzU1LDkuNDQ4TC0xLjA3OCwyNS40MzZ6Ii8+CjwvZz4KPGc+CjxkZWZzPgo8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0zMS4yNjIsMTMuMDgxSDE2LjM2M3Y2LjE3N2g4LjU3NmMtMC43OTksMy45MjQtNC4xNDIsNi4xNzctOC41NzYsNi4xNzdjLTUuMjMzLDAtOS40NDgtNC4yMTUtOS40NDgtOS40NDgKczQuMjE1LTkuNDQ4LDkuNDQ4LTkuNDQ4YzIuMjUzLDAsNC4yODgsMC43OTksNS44ODcsMi4xMDhsNC42NTEtNC42NTFDMjQuMDY3LDEuNTI2LDIwLjQzMywwLDE2LjM2MywwCkM3LjQ5NywwLDAuMzc1LDcuMTIyLDAuMzc1LDE1Ljk4OHM3LjEyMiwxNS45ODgsMTUuOTg4LDE1Ljk4OGM3Ljk5NCwwLDE1LjI2Mi01LjgxNCwxNS4yNjItMTUuOTg4CkMzMS42MjUsMTUuMDQ0LDMxLjQ4LDE0LjAyNiwzMS4yNjIsMTMuMDgxeiIvPgo8L2RlZnM+CjxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPgo8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+CjwvY2xpcFBhdGg+CjxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF80XykiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0tMS4wNzgsNi41NDFsMTIuMzU1LDkuNDQ4bDUuMDg3LTQuNDMzbDE3LjQ0Mi0yLjgzNFYtMS40NTNILTEuMDc4VjYuNTQxeiIvPgo8L2c+CjxnPgo8ZGVmcz4KPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9kZWZzPgo8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPgo8L2NsaXBQYXRoPgo8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNl8pIiBmaWxsPSIjMzRBODUzIiBkPSJNLTEuMDc4LDI1LjQzNkwyMC43MjQsOC43MjFsNS43NDEsMC43MjdsNy4zNC0xMC45MDFWMzMuNDNILTEuMDc4VjI1LjQzNnoiLz4KPC9nPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzhfKSIgZmlsbD0iIzQyODVGNCIgZD0iTTMzLjgwNSwzMy40M0wxMS4yNzYsMTUuOTg4bC0yLjkwNy0yLjE4bDI1LjQzNi03LjI2N1YzMy40M3oiLz4KPC9nPgo8L3N2Zz4") 0 0/100% no-repeat;
}
.gmbrr.google-icon-black .google-icon,
.google-icon.black {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc+Cg");
}
.gmbrr.google-icon-white .google-icon,
.google-icon.white {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc+");
}
.google-icon-black.end,
.google-icon-white.end,
.google-icon.end {
margin-inline: 0.3em 0;
}
.google-icon-black.compact,
.google-icon-white.compact,
.google-icon.compact {
margin-inline: 0;
}
@media (max-width:783px) {
.gmbrr {
width: calc(100% - 30px);
margin-block: 0;
margin-inline: auto;
}
}
@media (min-width:783px) {
.gmbrr.tile.columns .listing {
gap: calc(1.7rem - 8px) calc(1.8rem - 2px);
}
.gmbrr.columns.four .listing li,
.gmbrr.columns.two .listing li {
flex: 1 0 calc(50% - 10px - 3rem);
}
.gmbrr.tile.columns.four .listing li,
.gmbrr.tile.columns.two .listing li {
flex: 1 0 calc(50% - 10px - 5.6rem);
}
.gmbrr.columns.four .listing .no-avatar,
.gmbrr.columns.two .listing .no-avatar {
flex: 1 0 calc(50% - 3rem);
}
.gmbrr.tile.columns.four .listing .no-avatar,
.gmbrr.tile.columns.two .listing .no-avatar {
flex: 1 0 calc(50% - 5.6rem);
}
.gmbrr.columns.six .listing li,
.gmbrr.columns.three .listing li {
flex: 1 0 calc(33.33% - 10px - 3rem);
}
.gmbrr.tile.columns.six .listing li,
.gmbrr.tile.columns.three .listing li {
flex: 1 0 calc(33.33% - 10px - 5.6rem);
}
.gmbrr.columns.six .listing .no-avatar,
.gmbrr.columns.three .listing .no-avatar {
flex: 1 0 calc(33.33% - 3rem);
}
.gmbrr.tile.columns.six .listing .no-avatar,
.gmbrr.tile.columns.three .listing .no-avatar {
flex: 1 0 calc(33.33% - 5.6rem);
}
}
@media (min-width:1000px) {
.gmbrr.columns.four .listing li {
flex: 1 0 calc(25% - 10px - 3rem);
}
.gmbrr.tile.columns.four .listing li {
flex: 1 0 calc(25% - 10px - 5.6rem);
}
.gmbrr.columns.four .listing .no-avatar {
flex: 1 0 calc(25% - 3rem);
}
.gmbrr.tile.columns.four .listing .no-avatar {
flex: 1 0 calc(25% - 5.6rem);
}
.gmbrr.columns.five .listing li {
flex: 1 0 calc(20% - 12px - 3rem);
}
.gmbrr.tile.columns.five .listing li {
flex: 1 0 calc(20% - 12px - 5.6rem);
}
.gmbrr.columns.five .listing .no-avatar {
flex: 1 0 calc(20% - 3rem);
}
.gmbrr.tile.columns.five .listing .no-avatar {
flex: 1 0 calc(20% - 5.6rem);
}
}
@media (min-width:1200px) {
.gmbrr.columns.six .listing li {
flex: 1 0 calc(16.66% - 13px - 3rem);
}
.gmbrr.tile.columns.six .listing li {
flex: 1 0 calc(16.66% - 13px - 5.6rem);
}
.gmbrr.columns.six .listing .no-avatar {
flex: 1 0 calc(16.66% - 3rem);
}
.gmbrr.tile.columns.six .listing .no-avatar {
flex: 1 0 calc(16.66% - 5.6rem);
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.wpcf7-form{
position: relative; overflow: hidden;
display: block !important;
}
.wpcf7-form .fieldset-cf7mls{
border: none;
background: none;
}
.wpcf7 form.sent .wpcf7-response-output {
display: block;
}
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
margin: 25px 0px 26px;
padding: 13px 20px;
}
.cf7mls_next.action-button {
background-color: #0073aa;
border: 0 none;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-weight: bold;
margin: 25px 0px 26px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.cf7mls_back.action-button {
background-color: #e3e3e3;
border: 0 none;
border-radius: 3px;
color: #23282d;
cursor: pointer;
font-weight: bold;
margin: 16px 0px 26px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step {
background-color: #27ae60;
border: 0 none;
border-radius: 3px;
color: white;
cursor: pointer;
font-weight: bold;
margin: 26px 0px 32px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.cf7mls_back.action-button {
margin-right: 10px;
float: left;
}
.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover,
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
opacity: 0.8;
}
.fieldset-cf7mls .cf7mls_back{
float: left;
}
.fieldset-cf7mls .cf7mls_next {
float: right;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
border-radius: 3px;
padding: 13px 29px;
font-weight: bold;
margin: 16px 0px 26px;
float: right;  }
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
opacity: 0.8;
}
.cf7mls_reviewing_overlay {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
display: none;
}
form.wpcf7-form.cf7mls_reviewing {
position: relative;
z-index: 999999;
background-color: #fff;
}
form.wpcf7-form.cf7mls_reviewing:before{
content: '';
position: absolute;
background: rgba(0,0,0,0.8);
width: 100000px;
height: 100000px;
left: -30000px;
top: -30000px;
z-index: 1;
}
form.wpcf7-form.cf7mls_reviewing &gt; *{
position: relative;
z-index: 3;
}
form.wpcf7-form.cf7mls_reviewing .cf7mls_close_preview {
cursor: pointer;
position: absolute;
top: 10px;
right: 0;
}
form.wpcf7-form.cf7mls_reviewing:after{
content: '';
position: absolute;
top: -5px;
left: -20px;
right: -20px;
bottom: -10px;
background: #ffffff;
z-index: 2;
}  .cf7mls_next.action-button img {
width: 20px;
position: relative;
margin-left: 5px;
vertical-align: middle;
}
.cf7mls_next.action-button.sending img {
display: inline-block !important;
}
.cf7mls_next.action-button:focus,
.cf7mls_back.action-button:focus {
outline: none;
}
.fieldset-cf7mls-wrapper{
position: relative;
overflow: hidden;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls{
width: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); }
.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
transition: none;
}
.fieldset-cf7mls-wrapper .cf7mls_back_fs{
position: absolute;
left: 0;
top: 15px;
transform: translate(-110%,0);
-webkit-transform: translate(-110%,0);
-moz-transform: translate(-110%,0);
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs ~ .fieldset-cf7mls{
position: absolute;
left: 0;
top: 15px;
transform: translate(110%,0);
-webkit-transform: translate(110%,0);
-moz-transform: translate(110%,0);
}
.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset {
padding-top: 0px;
margin-top: 0px;
padding-bottom: 2px;
margin-bottom: 20px;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs{
opacity: 1;
visibility: visible;
display: block;
position: relative;
}
.fieldset-cf7mls.cf7mls_preview_fs {
height: auto;
overflow: visible;
opacity: 1;
visibility: visible;
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
position: relative;
}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
font-size: 13px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
border: none;
display: block !important;
color: #f00;
font-size: 13px;
padding-left: 0px;
margin-left: 0px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
display: block;
float: left;
margin-right: 8px;
margin-top: 2px;
fill: #f00;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls span.ajax-loader {
position: absolute;
right: 39px;
margin-top: 33px;
}
@media only screen and (max-width: 767px) {
.fieldset-cf7mls input[type="radio"],
.fieldset-cf7mls input[type="checkbox"]{
width: auto;
}
.fieldset-cf7mls input, .wpcf7-form .fieldset-cf7mls textarea{
width: 100%;
}
}.cf7mls_progress_bar{
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
display: flex;
width: 100%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
line-height: normal;
font-weight: normal;
}
.cf7mls_progress_bar li .cf7_mls_count_step {
display: block;
color: #8f8f8f;
font-size: 15px;
}
.cf7mls_progress_bar.cf7mls_bar_style_box_vertical_squaren li .cf7_mls_count_step,
.cf7mls_progress_bar.cf7mls_bar_style_box_larerSign_squaren li .cf7_mls_count_step {
font-size: 15px;
display: block;
}
.cf7mls_progress_bar li .cf7_mls_check,
.cf7mls_progress_bar li .cf7_mls_invalid {
display: none;
font-size: 15px;
margin-top: 2px;
padding: 0px;
text-align: center;
}
.cf7mls_progress_bar li .cf7_mls_check {
color: #fff;
}
.cf7mls_progress_bar li .cf7_mls_invalid {
color: #f51010;
}
.cf7mls_progress_bar li.cf7_mls_step_invalid .cf7_mls_steps_item_icon .cf7_mls_count_step,
.cf7mls_progress_bar li.cf7_mls_step_invalid .cf7_mls_steps_item_icon .cf7_mls_check {
display: none !important;
}
.cf7mls_progress_bar li.cf7_mls_step_invalid .cf7_mls_steps_item_icon .cf7_mls_invalid {
display: block;
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
font-size: 13px;
font-weight: normal;
line-height: 1.5;
margin: 1em 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.cf7mls_progress_bar.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li .cf7mls_progress_bar_title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-align: left;
}
.cf7mls_progress_bar.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7mls_progress_bar_title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.cf7mls_progress_bar li.active .cf7_mls_count_step {
color: #fff
}
.cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
font-weight: 600;
}
.cf7mls_progress_bar .cf7_mls_arrow_point_to_righ {
display: none;
}
.cf7mls_progress_bar li:last-child .cf7_mls_arrow_point_to_righ {
display: none;
}
.cf7mls_progress_bar li.cf7_mls_steps_item {
line-height: normal;
font-weight: normal;
padding: 0px;
margin: 0px;
}
.cf7mls_progress_bar[data-allow-choose-step=on] li .cf7_mls_steps_item_icon{
cursor: pointer;
}
.cf7mls_bar_style_box_vertical_squaren[data-allow-choose-step=on] li {
cursor: pointer;
}
.cf7mls_bar_style_box_larerSign_squaren[data-allow-choose-step=on] li {
cursor: pointer;
}
.wpcf7-form span.cf7_mls_check svg,
.wpcf7-form span.cf7_mls_invalid svg {
display: inherit;
}
.cf7mls_reviewing .fieldset-cf7mls-wrapper .cf7mls_progress_bar_percent_wrap {
display: none;
}
.cf7mls_reviewing .fieldset-cf7mls-wrapper .cf7mls_back + .cf7mls_progress_bar_percent_wrap {
display: block;
}
.cf7mls_reviewing .cf7mls_progress_bar li {
pointer-events: none;
}
.cf7mls_reviewing .cf7mls_progress_bar li {
pointer-events: none;
}
.cf7mls_reviewing .cf7mls_progress_bar .cf7_mls_steps_item_icon {
pointer-events: none;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:first-child .cf7_mls_count_step {
display: none;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:first-child .cf7_mls_check {
display: block;
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
font-size: 13px;
font-weight: normal;
line-height: 1.5;
margin: 1em 0;
}
.cf7mls_progress_bar li.active .cf7_mls_count_step {
color: #fff
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(1) .cf7_mls_count_step,
#cf7mls-progress-bar .cf7mls_progress_bar:not(.cf7mls_bar_style_box_larerSign_squaren):not(.cf7mls_bar_style_box_vertical_squaren) li:nth-child(2) .cf7_mls_count_step {
color: #fff;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(3) .cf7_mls_count_step {
color: #8f8f8f;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(3):before {
background-color: #eaedef;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(3) .cf7_mls_count_step {
color: #8f8f8f;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(3) .cf7_mls_steps_item_icon {
background: #eaedef;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon {
background: #fff;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:nth-child(3) {
background: #eaedef !important;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_icon {
background: #fff;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(2) .cf7mls_progress_bar_title,
.cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
font-weight: 600;
}  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal, 
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no {
margin: 0 auto;
width: 90%;
margin-bottom: 42px;
margin-top: 42px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li {
position: relative;
display: inline-block;
flex: 1;
-webkit-flex: 1;
-ms-flex : 1;
-moz-flex: 1;
-webkit-flex: 1;
overflow: hidden;
margin-right: 16px;
white-space: nowrap;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li:last-child,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li:last-child {
flex: none;
-webkit-flex: none;
-ms-flex : none;
-moz-flex: none;
-webkit-flex: none;
margin-right: 0px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content {
flex: none;
-webkit-flex: none;
-ms-flex : none;
-moz-flex: none;
-webkit-flex: none;
margin-right: 0px;
}
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content {
display: inline-block;
vertical-align: top;
line-height: 28px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content {
display: inline-block;
vertical-align: top;
line-height: 28px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon {
width: 30px;
height: 30px;
font-size: 16px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 29px;
border-radius: 3px;
margin-right: 17px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title,
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title {
position: relative;
display: inline-block;
padding-right: 16px;
margin: 0px;
padding: 0px;
color: #23282d;
line-height: 1.5;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after {
position: absolute;
top: 10px;
left: 100%;
display: block;
width: 9999px;
height: 1px;
background: #e8e8e8;
content: "";
margin-left: 17px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li:last-child .cf7mls_progress_bar_title:after {
content: none;
}  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical {
margin-bottom: 27px;
margin-top: 42px;
overflow: hidden;
position: relative;
z-index: 1;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li {
list-style-type: none;
float: left;
position: relative;
margin: 0px;
padding: 0px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before {
content: counter(step);
width: 30px;
line-height: 30px;
display: block;
font-size: 0px;
background: #eaedef;
border-radius: 3px;
margin: 0 auto;
padding: 0;
height: 30px;
}
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li::before {
border-radius: 50%;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
content: '';
width: 60%;
height: 1px;
background: #eee;
position: absolute;
left: -50%;
top: 15px;
z-index: -1; margin-left: 20%;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:first-child:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:first-child:after { content: none; 
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container {
text-align: center;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon {
position: absolute;
left: 50%;
top: 0px;
line-height: 29px;
margin-left: -16px;
height: 29px;
width: 31px;
border-radius: 50%;
}
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
width: 29px;
height: 29px;
font-size: 15px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 29px;
border-radius: 50%;
margin-right: 15px;
}   .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no {
overflow: hidden;
position: relative;
z-index: 1;
margin: 42px auto 42px;
width: 42%;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li {
position: relative;
display: inline-block;
flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-webkit-flex: 1;
overflow: hidden;
margin-right: 4px;
white-space: nowrap;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after {
position: absolute;
top: -4px;
left: 100%;
display: block;
width: 9999px;
height: 1px;
background: #e8e8e8;
content: "";
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content &gt; .cf7mls_progress_bar_title,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content &gt; .cf7mls_progress_bar_title {
font-size: 0px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
width: 29px;
height: 29px;
font-size: 16px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 28px;
border-radius: 3px;
margin-right: 4px;
}
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
border-radius: 50%;
}    .cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no {
margin: 0 auto;
width: 90%;
margin-bottom: 42px;
margin-top: 42px;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal li,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal li {
position: relative;
display: inline-block;
flex: 1;
-webkit-flex: 1;
-ms-flex : 1;
-moz-flex: 1;
-webkit-flex: 1;
overflow: hidden;
margin-right: 16px;
white-space: nowrap;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no li:last-child,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no li:last-child {
flex: none;
-webkit-flex: none;
-ms-flex : none;
-moz-flex: none;
-webkit-flex: none;
margin-right: 0px;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content {
display: inline-block;
line-height: 28px;
width: 100%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_round .cf7_mls_steps_item_icon,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_round .cf7_mls_steps_item_icon {
width: 30px;
height: 30px;
font-size: 16px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 29px;
border-radius: 3px;
margin-right: 17px;
}
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
border-radius: 50%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title {
position: relative;
display: inline-block;
padding-right: 16px;
margin: 0px;
padding: 0px;
color: #23282d;
height: 18px;
line-height: normal;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title {
min-width: 48%;
vertical-align: top;
margin-top: 6px;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li:first-child:after,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no li:last-child .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li:first-child:after {
content: none;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_arrow_point_to_righ,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal .cf7_mls_arrow_point_to_righ {
display: contents;
}
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_horizontal .cf7_mls_arrow_point_to_righ svg,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_arrow_point_to_righ svg {
width: 12px;
fill: #e3e3e3;
display: inline-block;
position: absolute;
top: 8px;
}  .cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical {
margin-bottom: 25px;
margin-top: 42px;
overflow: hidden;
position: relative;
z-index: 1;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li {
list-style-type: none;
float: left;
position: relative;
margin: 0px;
padding: 0px;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li:before {
content: counter(step);
width: 30px;
line-height: 30px;
display: block;
font-size: 0px;
background: #eaedef;
border-radius: 3px;
margin: 0 auto;
padding: 0;
}
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li:before {
border-radius: 50%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li:after,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li:after {
position: absolute;
top: 13%;
display: block;
width: 8px;
height: 8px;
border: 1px solid rgba(0,0,0,.25);
border-bottom: none;
border-left: none;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
margin-left: -3%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container {
text-align: center;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon {
position: absolute;
left: 50%;
top: 0px;
margin-left: -15px;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_check,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li .cf7_mls_check,
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_invalid,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_vertical li .cf7_mls_invalid {
margin-left: -2px;
}  .cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no {
overflow: hidden;
position: relative;
z-index: 1;
margin: 42px auto 42px;
width: 42%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no li,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no li {
position: relative;
display: inline-block;
flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-webkit-flex: 1;
overflow: hidden;
margin-right: 4px;
white-space: nowrap;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content &gt; .cf7mls_progress_bar_title,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content &gt; .cf7mls_progress_bar_title {
font-size: 0px;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
width: 29px;
height: 29px;
font-size: 16px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 30px;
border-radius: 3px;
margin-right: 4px;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after {
display: block;
width: 8px;
height: 8px;
border: 1px solid rgba(0,0,0,.25);
border-bottom: none;
border-left: none;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
margin-left: 46%;
}
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title {
vertical-align: top;
margin-top: 10px;
} 
.cf7mls_bar_style_largerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_largerSign_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_content {
position: absolute;
left: 57%;
}   .cf7mls_bar_style_horizontal_squaren .cf7_mls_steps_item:hover:after{
background: #BDBDBD;
}
.cf7mls_bar_style_horizontal_squaren .cf7_mls_steps_item.active:hover:after{
background: #0073aa;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical {
margin-bottom: 10px;
margin-top: 20px;
overflow: hidden;
position: relative;
z-index: 1;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li {
position: relative;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li {
list-style-type: none;
float: left;
position: relative;
margin: 0px;
padding: 0px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li:before,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li:before {
content: counter(step);
width: 30px;
line-height: 30px;
display: block;
font-size: 0px;
background: #eaedef;
border-radius: 3px;
margin: 0px auto;
padding: 0px;
height: 30px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_container,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li .cf7_mls_steps_item_container {
text-align: center;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon {
position: absolute;
left: 50%;
top: 0px;
margin-left: -15px;
width: 30px;
height: 30px;
line-height: 29px;
border-radius: 50%;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_check,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li .cf7_mls_check,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_check,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li .cf7_mls_check,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_invalid,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li .cf7_mls_invalid,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_invalid,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li .cf7_mls_invalid {
margin-left: -2px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal {
white-space: nowrap;
text-align: center;
height: 56px;
width: 90%;
margin: 42px auto;
} .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li:before,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li:before {
width: 100%;
position: absolute;
display: inline-block;
height: 2px;
background-color: rgb(234, 237, 239);
content: "";
bottom: 0px;
left: 0px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_content,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_content {
display: inline-block;
vertical-align: top;
margin-top: 2px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_container,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_container {
display: inline-block;
height: 100%;
margin-left: -4%;
padding-bottom: 12px;
text-align: left;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
width: 32px;
height: 32px;
margin-right: 14px;
line-height: 31px;
text-align: center;
background: #eaedef;
border-radius: 3px;
display: inline-block;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7mls_progress_bar_title,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7mls_progress_bar_title {
max-width: 100%;
padding-right: 0px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0px;
padding: 0px;
padding-top: 5px;
}
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li:before {
border-radius: 50%;
} .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical  {
width: 90%;
margin: 42px auto 42px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li:after,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_vertical li:after {
content: '';
width: 100%;
height: 2px;
background: #eee;
position: absolute;
z-index: -1; bottom: 0px;
}  .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no {
width: 43%;
margin: 42px auto 57px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li:after,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li:after {
content: '';
width: 100%;
height: 2px;
background: #eee;
position: absolute; bottom: -14px;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_content,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li .cf7_mls_steps_item_content {
display: none;
}
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_no li .cf7_mls_steps_item_icon {
position: absolute;
left: 50%;
top: 0px;
margin-left: -15px;
width: 30px;
line-height: 29px;
height: 30px;
border-radius: 50%;
}    .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal {
margin: 0 auto;
width: 90%;
margin-bottom: 42px;
margin-top: 42px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li {
position: relative;
display: inline-block;
flex: 1;
-webkit-flex: 1;
-ms-flex : 1;
-moz-flex: 1;
-webkit-flex: 1;
overflow: hidden;
margin-right: 16px;
white-space: nowrap;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li {
background: #eaedef;
padding: 15px 0px;
margin: 0px;
text-align: center;
border-right: 2px solid #fff;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:nth-child(3),
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(3),
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li:nth-child(3),
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:nth-child(3),
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:nth-child(3),
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:nth-child(3) {
background: #eaedef;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li {
background: #eaedef;
padding: 15px 0px;
margin: 0px;
text-align: center;
position: relative;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:first-child:after,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:after {
display: none;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:after {
position: absolute;
top: 0%;
display: block;
width: 62px;
height: 49px;
border: 2px solid #fff;
border-bottom: none;
border-left: none;
content: '';
background: #eaedef;
z-index: 1;
border-radius: 0 1px 0px 100%;
left: -31px;
-webkit-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-moz-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-ms-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-o-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:last-child {
flex: none;
-webkit-flex: none;
-ms-flex : none;
-moz-flex: none;
-webkit-flex: none;
margin-right: 0px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_content,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_content {
display: inline-block;
vertical-align: middle;
line-height: 28px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
width: 29px;
height: 29px;
font-size: 15px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 28px;
border-radius: 3px;
margin-right: 17px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_steps_item_icon {
border-radius: 50%;
background: #fff;
margin-right: 13px;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:nth-child(3) .cf7_mls_steps_item_icon,
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:nth-child(3) .cf7_mls_steps_item_icon,
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(3) .cf7_mls_steps_item_icon,
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li:nth-child(3) .cf7_mls_steps_item_icon {
background: #fff;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_check,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical .cf7_mls_check,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no .cf7_mls_check,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal .cf7_mls_check,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical .cf7_mls_check,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_check{
color: #eaedef;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title {
position: relative;
display: inline-block;
padding-right: 16px;
margin: 0px;
padding: 0px;
color: #23282d;
line-height: 1.5;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:nth-child(2) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:nth-child(2) .cf7mls_progress_bar_title  {
color: #fff;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:nth-child(3) .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:nth-child(3) .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:nth-child(3) .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:nth-child(3) .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(3) .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:nth-child(3) .cf7mls_progress_bar_title {
color: #23282d;
}  .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical, 
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no {
margin-bottom: 42px;
margin-top: 42px;
overflow: hidden;
position: relative;
z-index: 1;
width: 90%;
margin: 42px auto;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:after {
position: absolute;
top: 13%;
display: block;
width: 61px;
height: 62px;
border: 2px solid #fff;
border-bottom: none;
border-left: none;
content: '';
background: #eaedef;
z-index: 1;
border-radius: 0 1px 0px 100%;
left: -31px;
-webkit-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-moz-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-ms-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-o-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:first-child:after,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li:first-child:after,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:first-child:after {
content: none; 
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:first-child,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:first-child,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li:first-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:first-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:first-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:first-child  {
border-radius: 5px 0px 0px 5px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:last-child,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li:last-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_horizontal li:last-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:last-child,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:last-child {
border-radius: 0px 5px 5px 0px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_container,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_container,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_container {
text-align: center;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_check,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7_mls_check,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_check,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7_mls_check,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_invalid,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7_mls_invalid,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_invalid,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7_mls_invalid {
left: 46%;
margin-left: -1px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li:before,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:before {
border-radius: 50%;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7_mls_steps_item_icon {
border-radius: 50%;
background: #fff;
margin-right: 0px;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7mls_progress_bar_title  {
line-height: normal;
margin: 0px;
margin-top: 7px;
color: #23282d;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:nth-child(1) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li:nth-child(2) .cf7mls_progress_bar_title {
color: #fff;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(1) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(2) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(1) .cf7mls_progress_bar_title,
#cf7mls-progress-bar .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li:nth-child(2) .cf7mls_progress_bar_title {
color: #fff
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon {
background: #fff;
}  .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no  {
overflow: hidden;
position: relative;
z-index: 1;
margin: 42px auto 42px;
width: 46%;
}
#cf7mls-progress-bar .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:nth-child(3) {
background: #fff;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:first-child:after {
content: none;
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:after {
position: absolute;
top: 0%;
display: block;
width: 62px;
height: 49px;
border: 2px solid #fff;
border-bottom: none;
border-left: none;
content: '';
background: #eaedef;
z-index: 1;
border-radius: 0 1px 0px 100%;
left: -31px;
-webkit-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-moz-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-ms-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
-o-transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
transform: translateX(0) rotate(45deg) scale(0.8) skew(15deg,15deg);
}
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li:nth-child(n + 2) .cf7_mls_steps_item_container {
position: absolute;
left: 50%;
z-index: 20;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
width: 29px;
height: 29px;
font-size: 16px;
text-align: center;
background: #eaedef;
display: inline-block;
line-height: 28px;
border-radius: 3px;
margin-right: 4px;
border-radius: 50%;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no li .cf7mls_progress_bar_title  {
line-height: normal;
margin: 0px;
margin-top: 7px;
display: none;
font-size: 0px;
color: #23282d;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title,
.cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title {
position: relative;
display: inline-block;
padding-right: 16px;
margin: 0px;
padding: 0px;
color: #23282d;
line-height: 1.5;
position: absolute;
z-index: 10;
width: 100%;
}   .cf7mls_number_step_wrap {
display: none;
width: 90%;
margin: 0 auto;
}
.cf7mls_number_step_wrap .cf7mls_number,
.cf7mls_number_step_wrap .cf7mls_step_current  {
font-size: 15px;
color: rgba(0,0,0,.85);
text-align: center;
margin: 0px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.cf7mls_number_step_wrap .cf7mls_progress_bar_percent {
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
height: 100%;
margin: 0 auto;
width: 100%;
}
.cf7mls_number_step_wrap .cf7mls_progress_percent {
height: 8px;
}
.cf7mls_number_step_wrap .cf7mls_progress_barinner {
background: #3CBC3C;
height: 100%;
width: 0%;
}
.cf7mls_number_step_wrap .cf7mls_progress_percent {
height: 8px;
overflow: hidden;
position: relative;
left: 0;
width: 100%;
margin: 16px 0 14px;
background: #EBEBEB;
border-radius: 6px;
} #cf7mls-progress-bar .cf7mls_progress_bar_percent_wrap {
display: none;
}
#cf7mls-progress-bar .cf7mls_progress_bar_per_mobie_wrap {
display: block;
}
.cf7mls-btns {
overflow: hidden;
width: 100%;
display: block !important;
}
.cf7mls_progress_bar_percent_wrap {
float: left;
width: 100%;
margin-right: 8%;
}
.cf7mls-btns .cf7mls_back + .cf7mls_next + .cf7mls_progress_bar_percent_wrap { width: 100%;
}
.cf7mls-btns .cf7mls_back + .cf7mls_progress_bar_percent_wrap,
.cf7mls-btns .cf7mls_next + .cf7mls_progress_bar_percent_wrap { width: 100%;
}
.cf7mls_progress_bar_percent_wrap .cf7mls_progress_bar_percent,
.cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_bar_percent {
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
height: 100%;
margin: 0 auto;
width: 100%;
}
.cf7mls_progress_bar_percent_wrap .cf7mls_progress_percent,
.cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_percent {
height: 8px;
}
.cf7mls_progress_bar_percent_wrap .cf7mls_progress_barinner,
.cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_barinner {
background: #0073aa;
height: 100%;
width: 0%;
}
.cf7mls_progress_bar_percent_wrap .cf7mls_progress_percent {
overflow: hidden;
position: relative;
left: 0;
margin: 22px 0 8px;
background: #EBEBEB;
height: 5px;
border-radius: 5px;
}
.cf7mls_progress_bar_percent_wrap p,
.cf7mls_progress_bar_per_mobie_wrap p {
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
color: #8f8f8f;
margin: 0px;
padding: 0px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.cf7mls_progress_bar_per_mobie_wrap {
width: 100%;
clear: both;
padding-top: 23px;
}
.cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_percent {
overflow: hidden;
position: relative;
left: 0;
background: #EBEBEB;
height: 5px;
border-radius: 5px;
} @media only screen and (max-width: 768px) { .cf7mls_progress_bar {
display: none;
}
.cf7mls_number_step_wrap {
display: block;
margin-top: 20px;
margin-bottom: 20px;
} #cf7mls-progress-bar .cf7mls_progress_bar_per_mobie_wrap {
display: block;
}
#cf7mls-progress-bar .cf7mls_progress_bar_percent_wrap {
display: none;
}
.fieldset-cf7mls .cf7mls_progress_bar_percent_wrap {
width: 100%;
}
.cf7mls-btns .cf7mls_back + .cf7mls_next + .cf7mls_progress_bar_percent_wrap {
width: 100%;
}
.cf7mls-btns .cf7mls_back + .cf7mls_progress_bar_percent_wrap,
.cf7mls-btns .cf7mls_next + .cf7mls_progress_bar_percent_wrap {
width: 100%;
}
.cf7mls-btns {
overflow: hidden;
}
}
.cf7mls_progress_bar .cf7_mls_steps_item .cf7_mls_steps_item_content {
cursor: pointer;
}
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_squaren li.cf7_mls_steps_item:nth-child(2)::after {
transition: width .3s ease-in-out;
-moz-transition: width .3s ease-in-out;
-webkit-transition: width .3s ease-in-out;
}
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren li.cf7_mls_steps_item:nth-child(2)::after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round li.cf7_mls_steps_item:nth-child(2)::after,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_squaren li.cf7_mls_steps_item:nth-child(2)::after,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_round li.cf7_mls_steps_item:nth-child(2)::after,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item:nth-child(2)::before,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item:nth-child(2)::before,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title:after {
transition: width .3s ease-in-out;
-moz-transition: width .3s ease-in-out;
-webkit-transition: width .3s ease-in-out;
}
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li:nth-child(1) .cf7mls_progress_bar_title:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li:nth-child(1) .cf7mls_progress_bar_title:after {
transition: width .8s ease-in-out;
-moz-transition: width .8s ease-in-out;
-webkit-transition: width .8s ease-in-out;
}
#cf7mls_progress_bar li.cf7mls_active_line::after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li:nth-child(1) .cf7mls_progress_bar_title.cf7mls_active_line:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li:nth-child(1) .cf7mls_progress_bar_title.cf7mls_active_line:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title.cf7mls_active_line:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title.cf7mls_active_line:after,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7mls_active_line:before,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7mls_active_line:before {
width: 0 !important;
}
#cf7mls_progress_bar li.cf7_mls_steps_item_none::after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li:nth-child(1) .cf7mls_progress_bar_title.cf7_mls_steps_item_none:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li:nth-child(1) .cf7mls_progress_bar_title.cf7_mls_steps_item_none:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title.cf7_mls_steps_item_none:after,
#cf7mls_progress_bar.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li:nth-child(1) .cf7mls_progress_bar_title.cf7_mls_steps_item_none:after,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item_none:nth-child(2):before,
#cf7mls_progress_bar.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item_none:nth-child(2):before {
display: none;
}
 @-webkit-keyframes bounce{0%,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:translateZ(0);transform:translateZ(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{0%,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:translateZ(0);transform:translateZ(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{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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 headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,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:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,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:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,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:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,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:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,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,-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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,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,-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:translateZ(0);transform:translateZ(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-duration:.75s;animation-duration:.75s;-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}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-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{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{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{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(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:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;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:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{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{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.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.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-Thin.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 100;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-ThinItalic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-Light.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-LightItalic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-Regular.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-Italic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-Bold.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-BoldItalic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-Black.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
font-stretch: normal;
font-display: fallback;
src: url(//gorbo.de/wp-content/themes/spacious/assets/fonts/Lato-BlackItalic.woff) format("woff");
}  html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
}
th,
.wp-block-table th {
font-weight: bold;
border: 1px solid #EAEAEA;
padding: 6px 10px;
}
td,
.wp-block-table td {
border: 1px solid #EAEAEA;
padding: 6px 10px;
}
caption,
th,
td {
text-align: left;
}
blockquote:before, blockquote:after {
content: "";
}
q:before, q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a:focus {
outline: 0;
}
a:hover, a:active { outline: 0;
}
a img {
border: 0;
}
a img:hover {
opacity: 0.8;
filter: alpha(opacity=80); -webkit-box-shadow: #000 0 0 0;
box-shadow: #000 0 0 0;
}
embed,
iframe,
object {
max-width: 100%;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
} body,
button,
input,
select,
textarea {
color: #666666;
font: 16px 'Lato', sans-serif;
line-height: 20px;
word-wrap: break-word;
}
body {
background: #eaeaea;
} h1,
h2,
h3,
h4,
h5,
h6 {
padding-bottom: 18px;
color: #222222;
font-weight: normal;
font-family: 'Lato', sans-serif;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h2 {
font-size: 28px;
line-height: 34px;
}
h3 {
font-size: 26px;
line-height: 32px;
}
h4 {
font-size: 24px;
line-height: 30px;
}
h5 {
font-size: 22px;
line-height: 28px;
}
h6 {
font-size: 19px;
line-height: 25px;
}
hr,
.wp-block-separator {
background-color: #eaeaea;
border: 0;
height: 1px;
margin: 30px 0;
} p {
line-height: 24px;
margin-bottom: 15px;
font-family: 'Lato', sans-serif;
font-size: 16px;
}
strong {
font-weight: bold;
}
cite,
em,
i {
font-style: italic;
}
pre {
background-color: #fff;
margin-bottom: 20px;
overflow: auto;
padding: 20px;
border: 1px solid #EAEAEA;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
code,
kbd,
var,
samp,
tt {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 19px;
white-space: pre-wrap;
}
abbr,
acronym,
dfn {
border-bottom: 1px dotted #666666;
cursor: help;
}
address {
display: block;
font-style: italic;
margin: 0 0 15px;
}
ins {
background: #F8F8F8;
}
table {
margin: 0 0 1.5em;
width: 100%;
} sup,
sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
font-size: 16px;
}
dt {
font-weight: bold;
margin-bottom: 5px;
}
dd {
margin-bottom: 24px;
}
ul {
list-style: none;
}
ol {
list-style: none;
list-style: decimal;
}
li &gt; ul,
li &gt; ol {
margin: 0 0 0 10px;
} blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
font-style: italic;
font-weight: normal;
padding: 20px;
border: 1px solid #EAEAEA;
margin-bottom: 20px;
}
blockquote em,
blockquote i,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i {
font-style: normal;
}
blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
font-style: normal;
color: #666666;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
text-transform: uppercase;
} input,
textarea {
-webkit-border-radius: 0;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
textarea {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"] {
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 98%;
margin: 0 0 30px;
background-color: #F8F8F8;
border-radius: 3px;
}
textarea {
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 98%;
margin: 0 0 30px;
background-color: #F8F8F8;
border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus {
border: 1px solid #EAEAEA;
}
textarea:focus {
border: 1px solid #EAEAEA;
}
input.s {
width: 60%;
padding: 4px 10px;
height: 32px;
color: #666666;
background-color: #FFFFFF;
margin: 0;
vertical-align: top;
border: 1px solid #EAEAEA;
}
input.s:focus {
padding-left: 10px;
border-color: #EAEAEA;
text-indent: 0;
}
.spacious-button {
color: #FFFFFF;
display: inline-block;
margin-bottom: 30px;
padding: 5px 25px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
background-color: #0FBE7C;
border: 0;
border-radius: 3px;
font-size: 16px;
}
input[type="reset"], input[type="button"], input[type="submit"] {
color: #FFFFFF;
display: inline-block;
margin-bottom: 30px;
padding: 5px 25px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
background-color: #0FBE7C;
border: 0;
border-radius: 3px;
font-size: 16px;
}
button {
color: #FFFFFF;
display: inline-block;
margin-bottom: 30px;
padding: 5px 25px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
background-color: #0FBE7C;
border: 0;
border-radius: 3px;
font-size: 16px;
}
.spacious-button:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
button:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.previous a,
.next a {
color: #666666;
padding: 5px 25px;
cursor: pointer;
border: 1px solid #EAEAEA;
font-size: 16px;
}
.previous a:hover,
.next a:hover {
color: #0FBE7C;
}
input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
} a {
color: #0FBE7C;
text-decoration: none;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
a:focus {
outline: thin dotted;
} figure {
margin: 0;
text-align: center;
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
margin-bottom: 18px;
}
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; }
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
img#wpstats {
display: none;
} .clearfix {
display: inline-block;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.tg-after-three-blocks-clearfix {
clear: both;
} .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.no-sidebar-full-width,
.no-sidebar {
overflow: hidden;
}
.no-sidebar-full-width #primary .entry-content &gt; .alignfull,
.no-sidebar #primary .entry-content &gt; .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: unset;
}
.no-sidebar-full-width #primary .entry-content &gt; .alignfull.wp-block-cover, .no-sidebar-full-width #primary .entry-content &gt; .alignfull.wp-block-cover-image,
.no-sidebar #primary .entry-content &gt; .alignfull.wp-block-cover,
.no-sidebar #primary .entry-content &gt; .alignfull.wp-block-cover-image {
width: unset;
}
.no-sidebar-full-width #primary .entry-content &gt; .alignwide,
.no-sidebar #primary .entry-content &gt; .alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: unset;
}
.no-sidebar-full-width.narrow-978 #main, .no-sidebar-full-width.narrow-1218 #main,
.no-sidebar.narrow-978 #main,
.no-sidebar.narrow-1218 #main {
overflow: hidden;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignfull, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignfull,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignfull,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignfull {
margin-left: -25px;
margin-right: -25px;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignfull.wp-block-cover, .no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignfull.wp-block-cover-image, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignfull.wp-block-cover, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignfull.wp-block-cover-image,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignfull.wp-block-cover,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignfull.wp-block-cover-image,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignfull.wp-block-cover,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignfull.wp-block-cover-image {
width: unset;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignwide, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignwide,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignwide,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignwide {
margin-left: -25px;
margin-right: -25px;
max-width: unset;
}   body {
padding-top: 30px;
padding-bottom: 30px;
}
#page {
max-width: 1268px;
margin: 0 auto;
background-color: #FFFFFF;
-webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.wide-978 {
padding-top: 0;
padding-bottom: 0;
}
.wide-1218 {
padding-top: 0;
padding-bottom: 0;
}
.wide-1218 #page {
max-width: 100%;
}
.narrow-978 #page {
max-width: 1038px;
}
.wide-978 #page {
max-width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.inner-wrap {
margin: 0 auto;
max-width: 1218px;
}
.wide-1218 .inner-wrap {
max-width: 1218px;
}
.narrow-978 .inner-wrap,
.wide-978 .inner-wrap {
max-width: 978px;
} #featured-slider {
border-bottom: 1px solid #EAEAEA;
position: relative;
}
#featured-slider .slider-cycle {
position: relative;
}
#featured-slider .slides {
width: 100%;
}
.wide-978 #featured-slider .slider-cycle,
.wide-1218 #featured-slider .slider-cycle {
max-width: 1600px;
margin: 0 auto;
}
#featured-slider .displayblock {
display: block;
}
#featured-slider .displaynone {
display: none;
}
.ie8 #featured-slider .entry-container {
top: 25%;
}
#featured-slider .entry-container {
top: 50%; -webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
left: 5%;
max-width: 40%;
}
.wide-978 #featured-slider .entry-container {
left: 13.8%;
}
.wide-1218 #featured-slider .entry-container {
left: 4.9%;
}
#featured-slider .entry-description-container {
background-color: #555555;
background-color: rgba(0, 0, 0, 0.3);
padding: 1rem 1.5rem;
}
#featured-slider img {
margin-bottom: 0;
}
#featured-slider .slider-title-head {
display: inline-block;
left: 0;
margin-bottom: 0.5rem;
}
#featured-slider .entry-title {
padding: 0;
}
.slider-title-head .entry-title a {
color: #FFFFFF;
text-decoration: none;
}
#featured-slider .entry-title span {
color: #FFFFFF;
display: block;
font-size: 26px;
}
#featured-slider .entry-content {
color: #FFFFFF;
padding-top: 0.5rem;
}
#featured-slider .entry-content p {
margin: 0;
padding: 0;
}
#featured-slider .slider-read-more-button {
background-color: #0FBE7C;
color: #FFFFFF;
text-align: center;
font-family: 'Lato', sans-serif;
padding: 1rem 1.5rem;
float: left;
margin-top: 15px;
font-size: 20px;
}
#featured-slider .slider-read-more-button:hover {
background-color: #666666;
} #controllers {
text-align: center;
line-height: 0;
position: absolute;
width: 100%;
bottom: 15px;
z-index: 999;
}
#controllers a {
width: 18px;
height: 6px;
margin: 0 4px;
overflow: hidden;
display: inline-block;
background-color: #FFFFFF;
color: #FFFFFF;
}
#controllers a:hover, #controllers a.active {
background-color: #0FBE7C;
color: #0FBE7C;
} .header-post-title-container {
border-bottom: 1px solid #EAEAEA;
padding: 20px 0;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
.header-post-title-container .post-title-wrapper {
float: left;
max-width: 100%;
padding-right: 30px;
}
.header-post-title-class {
font-size: 22px;
padding-bottom: 0;
line-height: 36px;
} .breadcrumb {
float: right;
text-align: right;
margin-top: 8px;
margin-bottom: 2px;
font-size: 12px;
color: #666666;
}
.breadcrumb a {
color: #666666;
}
.breadcrumb a:hover {
color: #0FBE7C;
} .sticky {
display: block;
}
.extra-hatom-entry-title {
display: none;
}
#main {
padding: 40px 0 10px 0;
}
.widget_service_block {
margin-bottom: 30px;
padding-top: 30px;
}
.widget_service_block .widget-title {
font-size: 22px;
padding-bottom: 10px;
}
.widget_service_block p {
padding-bottom: 0;
}
.widget_service_block .more-link-wrap {
text-align: center;
}
.widget_service_block a.more-link:hover {
text-decoration: underline;
}
.widget_featured_single_post a.read-more:hover {
text-decoration: underline;
}
.widget-title a {
color: #444444;
}
.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
color: #0FBE7C;
}
.tg-one-half p,
.tg-one-half .service-image,
.tg-one-half .widget-title,
.tg-one-third p,
.tg-one-third .service-image,
.tg-one-third .widget-title,
.tg-one-fourth p,
.tg-one-fourth .service-image,
.tg-one-fourth .widget-title {
text-align: center;
}
.tg-one-third {
float: left;
width: 28.407225%;
margin: 0 2.46305419%;
padding: 0 0 30px;
}
#colophon .tg-one-third {
width: 31.7405583%;
margin-left: 0;
margin-right: 2.38916257%;
}
#colophon .tg-one-third.tg-after-two-blocks-clearfix {
margin-right: 0;
float: right;
}
.tg-one-fourth {
float: left;
width: 23.1527094%;
margin: 0 2.46305419% 0 0;
padding: 0 0 30px;
}
.tg-one-fourth-last {
margin: 0;
}
.tg-one-half {
float: left;
width: 48.7684729%;
margin: 0 2.46305419% 0 0;
padding: 0 0 30px;
}
.tg-one-half-last {
float: right;
margin: 0;
}
.widget_recent_work {
margin-bottom: 20px;
}
.widget_recent_work img {
margin-bottom: 0;
}
.widget_recent_work .tg-one-half .widget-title,
.widget_recent_work .tg-one-third .widget-title,
.widget_recent_work .tg-one-fourth .widget-title {
font-size: 22px;
padding-bottom: 8px;
text-align: left;
}
.widget_recent_work .tg-one-half p,
.widget_recent_work .tg-one-third p,
.widget_recent_work .tg-one-fourth p {
text-align: left;
}
.widget_recent_work .tg-one-half .service-image,
.widget_recent_work .tg-one-third .service-image,
.widget_recent_work .tg-one-fourth .service-image {
text-align: center;
padding-bottom: 0;
}
.widget_featured_single_post {
padding-bottom: 30px;
}
.widget_featured_single_post .widget-title {
font-size: 22px;
text-align: left;
}
.widget_featured_single_post p {
text-align: left;
}
.widget_featured_single_post .service-image {
text-align: left;
padding-bottom: 0;
}
.widget_featured_post {
margin-bottom: 20px;
}
.widget_featured_post .main-title {
font-size: 24px;
padding-bottom: 8px;
}
.container-featured-widget-head {
padding-top: 10px;
padding-bottom: 15px;
}
.widget_featured_post .tg-one-half .widget-title,
.widget_featured_post .tg-one-third .widget-title,
.widget_featured_post .tg-one-fourth .widget-title {
text-align: left;
font-size: 20px;
padding-bottom: 8px;
line-height: 22px;
}
.widget_featured_post .tg-one-half p,
.widget_featured_post .tg-one-third p,
.widget_featured_post .tg-one-fourth p {
text-align: left;
}
.widget_featured_post .meta {
font-size: 12px;
padding: 3px;
font-family: 'Lato', sans-serif;
}
.wide-978 .widget_featured_post .meta,
.narrow-978 .widget_featured_post .meta {
font-size: 11px;
} .meta {
border-bottom: 1px dashed #EAEAEA;
border-top: 1px dashed #EAEAEA;
padding: 5px;
font-size: 15px;
}
.meta li {
border-left: 1px solid #EAEAEA;
float: left;
padding: 0 6px 0 6px !important;
border-bottom: none !important;
}
.meta li:first-child {
border-left: 0 none;
padding-left: 0 !important;
}
.meta li:last-child {
float: right;
border-left: 0 none;
padding-right: 0 !important;
}
.main-title {
text-align: center;
text-transform: uppercase;
}
.main-description {
text-align: center;
} .default-wp-page .previous {
float: left;
margin-bottom: 30px;
}
.default-wp-page .next {
float: right;
margin-bottom: 30px;
}
.wp-pagenavi {
text-align: center;
}
#content .wp-pagenavi .page {
padding-bottom: 3px;
} .pagination {
margin: 15px 0;
}
.pagination span {
padding: 2px 5px;
border: 1px solid #EAEAEA;
background-color: #0FBE7C;
color: #FFFFFF;
}
.pagination a span {
background-color: #FFFFFF;
color: #666666;
}
.pagination a span:hover {
color: #0FBE7C;
border-color: #0FBE7C;
text-decoration: none;
} .widget_testimonial {
margin-bottom: 30px;
}
.widget_testimonial .widget-title {
font-size: 22px;
text-align: left;
}
.widget_testimonial .testimonial-icon:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 22px/1 'Genericons';
vertical-align: top;
content: '\f106';
width: 25px;
height: 19px;
float: left;
margin-right: 3.06%;
color: #0FBE7C;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.widget_testimonial .testimonial-post {
padding: 20px;
border-width: 2px 1px 1px 1px;
border-style: solid dashed dashed dashed;
border-color: #0FBE7C #EAEAEA #EAEAEA #EAEAEA;
font-style: italic;
margin-bottom: 15px;
display: block;
overflow: hidden;
}
.widget_testimonial .testimonial-post p {
margin-bottom: 0;
}
.widget_testimonial .testimonial-author {
text-align: right;
clear: both;
font-size: 12px;
}
.widget_testimonial .testimonial-author span {
font-size: 16px;
color: #666666;
} .widget_call_to_action {
margin-bottom: 60px;
}
.call-to-action-content-wrapper {
border-width: 1px 1px 1px 3px;
border-style: dashed dashed dashed solid;
border-color: #EAEAEA #EAEAEA #EAEAEA #0FBE7C;
padding: 20px 3.85878489% 20px 3.69458128%;
background-color: #F8F8F8;
}
.call-to-action-content {
width: 69.5187166%;
float: left;
}
.call-to-action-content h3 {
padding-bottom: 0;
font-size: 24px;
}
.call-to-action-content p {
padding-bottom: 0;
margin-bottom: 0;
}
.call-to-action-button {
float: right;
background-color: #0FBE7C;
border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
font-size: 22px;
line-height: 40px;
text-align: center;
font-family: 'Lato', sans-serif;
padding: 5px 3.28407225%;
margin-top: 4px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.call-to-action-button:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
} .widget_text {
word-wrap: break-word;
margin-bottom: 30px;
}
.widget_text .textwidget {
padding-bottom: 15px;
}
.tg-one-half .widget_text .widget-title {
text-align: left;
}
.widget_text ul,
.widget_text ol {
margin-top: 5px;
} .wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5rem;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075rem 0;
} .gallery {
margin: 0 auto 15px;
}
.gallery-item {
display: inline-block;
padding: 15px 2%;
text-align: center;
vertical-align: top;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery .gallery-caption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
.footer-widgets-area .gallery-columns-3 .gallery-item {
padding: 5px 5px;
}
.wp-block-gallery ul.blocks-gallery-grid,
ul.wp-block-gallery {
padding: 0;
}
.wp-block-gallery ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
margin-bottom: 0;
} .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} #comments {
background-color: #FFFFFF;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
margin-bottom: 1rem;
}
#comments h2.comments-title,
#comments h3.comments-title {
margin-bottom: 10px;
font-size: 28px;
}
.avatar {
border-radius: 50%;
float: left;
}
.comments-area article header {
margin: 0 0 10px;
overflow: hidden;
position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
display: block;
margin-left: 100px;
color: #999999;
}
#content .comments-area article header cite a:hover {
color: #0FBE7C;
}
#content .comments-area a.comment-edit-link:hover, #content .comments-area a.comment-permalink:hover {
color: #0FBE7C;
}
.comments-area .comment-author-link a {
color: #999999;
}
.comments-area .comment-author-link a:hover {
color: #0FBE7C;
}
.comments-area .comment-author-link span {
margin-left: 10px;
padding: 0 5px;
background-color: #0FBE7C;
color: #FFFFFF;
border-radius: 3px;
}
.comments-area article header .comment-author-link:before,
.comments-area article header .comment-edit-link:before,
.comments-area article header .comment-permalink:before,
.comments-area article header .comment-date-time:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 22px/1 'Genericons';
vertical-align: top;
}
.comments-area article header .comment-author-link:before {
content: '\f304';
}
.comments-area article header .comment-edit-link:before {
content: '\f411';
}
.comments-area article header .comment-permalink:before {
content: '\f107';
}
.comments-area article header .comment-date-time:before {
content: '\f307';
}
.comment-content {
padding: 2rem;
background-color: #F8F8F8;
border: 1px solid #EAEAEA;
}
.comment {
margin-bottom: 20px;
}
.comment ul,
.comment ol {
margin: 0 0 20px 20px;
}
.comment ul {
list-style: square outside none;
}
.comment .comment-reply-link {
float: right;
color: #999999;
}
.comment .comment-reply-link:hover {
color: #0FBE7C;
}
.comment .comment-reply-link:before {
content: '\f412';
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 22px/1 'Genericons';
vertical-align: top;
}
.comment-list {
list-style-type: none;
padding: 0;
margin-bottom: 3.4rem;
}
.comment-list .children {
margin-left: 20px;
list-style-type: none;
padding: 0;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #main[tabindex="-1"]:focus {
outline: 0;
}
.nav-previous,
.nav-next {
margin-bottom: 15px;
}
.nav-previous .nav-next a {
color: #666666;
padding: 5px 25px;
cursor: pointer;
border: 1px solid #EAEAEA;
font-size: 16px;
}
.nav-previous a:hover,
.nav-next a:hover {
color: #0FBE7C;
} #respond h3#reply-title {
line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 1rem;
font-weight: normal;
font-size: 1.6rem;
}
#respond form {
margin: 2.4rem 0;
}
#respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: 5px;
}
#respond form .comment-form-cookies-consent label {
display: inline-block;
}
#respond form p {
margin: 1.1rem 0;
}
#respond form p.logged-in-as {
margin-bottom: 1.6rem;
}
#respond form label {
display: block;
line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 16px;
line-height: 1.5;
padding: 10px;
width: 100%;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 1.5rem;
line-height: 1.5;
color: #5e5e5e;
}
.required {
color: red;
}
.related-posts-main-title {
padding-bottom: 30px;
}
.related-posts {
margin: 0 -2.46305419%;
}
.related-posts .entry-title {
font-size: 18px;
line-height: 1.4;
padding-bottom: 0;
}
.related-posts .entry-title a {
color: #444444;
}
.related-posts .entry-title a:hover {
color: #0FBE7C;
}
.related-posts .entry-meta {
border: none 0;
font-size: 14px;
}
.related-posts .entry-meta .by-author,
.related-posts .entry-meta .date,
.related-posts .entry-meta .category,
.related-posts .entry-meta .comments,
.related-posts .entry-meta .edit-link {
padding: 5px 4px 5px 0;
}
.related-posts .entry-meta .by-author:before,
.related-posts .entry-meta .date:before,
.related-posts .entry-meta .category:before,
.related-posts .entry-meta .comments:before,
.related-posts .entry-meta .edit-link:before {
font: 12px/20px "FontAwesome";
}
.related-posts .entry-meta .by-author a,
.related-posts .entry-meta .date a,
.related-posts .entry-meta .category a,
.related-posts .entry-meta .comments a,
.related-posts .entry-meta .edit-link a {
color: #666666;
}
.related-posts .entry-meta .by-author a:hover,
.related-posts .entry-meta .date a:hover,
.related-posts .entry-meta .category a:hover,
.related-posts .entry-meta .comments a:hover,
.related-posts .entry-meta .edit-link a:hover {
color: #0FBE7C;
} #secondary .widget ul li {
line-height: 1.5;
border-bottom: 1px solid #EAEAEA;
padding: 5px 0;
}
#colophon .widget ul li {
line-height: 1.5;
border-bottom: 1px solid #EAEAEA;
padding: 5px 0;
border-bottom: 1px solid #444444;
}
#secondary .widget ul li li,
#colophon .widget ul li li {
border-bottom: none;
}
#secondary .widget ul ul,
#colophon .widget ul ul {
padding-left: 10px;
}
.widget select {
border: 1px solid #DDDDDD;
color: #666666;
padding: 2px;
width: 60%;
}
#secondary h3.widget-title {
font-size: 22px;
line-height: 32px;
padding-bottom: 15px;
}
#secondary .widget {
margin-bottom: 35px;
font-size: 16px;
}
.error-404 .widget {
margin-bottom: 35px;
font-size: 16px;
}
#secondary a:hover {
text-decoration: underline;
}
.error-404 {
padding-bottom: 20px;
text-align: center;
}
.error-404 .page-title {
font-size: 30px;
line-height: 36px;
}
.error-404 input.s {
width: 50%;
} #wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
text-align: left;
padding-bottom: 10px;
}
#wp-calendar #today {
color: #0FBE7C;
}
#wp-calendar caption {
text-align: center;
}
#wp-calendar #next {
padding-right: 35px;
text-align: right;
}
.widget_calendar #wp-calendar th {
font-weight: 600;
}
.widget-title span {
border-bottom: 2px solid #0FBE7C;
padding-bottom: 5px;
}
.elementor .widget_service_block .widget-title span,
.elementor .widget_testimonial .widget-title span,
.elementor .widget_featured_single_post .widget-title span {
border: none;
}
#colophon #wp-calendar th,
#colophon #wp-calendar td {
border: 1px solid #444444;
padding: 3px 2px 3px 8px;
}
.widget th,
.widget td {
padding: 1px 1px 1px 2px;
} a#scroll-up {
bottom: 20px;
position: fixed;
right: 20px;
display: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 26px/1 'Genericons';
vertical-align: top;
color: #FFFFFF;
background-color: #0FBE7C;
opacity: 0.5;
filter: alpha(opacity=50); border-radius: 3px;
padding: 6px;
}
a#scroll-up:before {
content: '\f432';
}
a#scroll-up:hover {
opacity: 1;
filter: alpha(opacity=100); } .read-more,
.more-link {
font-size: 14px;
color: #0FBE7C;
font-family: 'Lato', sans-serif;
} #primary {
float: left;
width: 61.5763547%;
}
#secondary {
float: right;
width: 34.4827586%;
}
.wide-978 #primary,
.narrow-978 #primary {
width: 65.5763547%;
}
.wide-978 #secondary,
.narrow-978 #secondary {
width: 30.4827586%;
} .left-sidebar #primary {
float: right;
}
.left-sidebar #secondary {
float: left;
} .no-sidebar #primary {
float: none;
margin: 0 auto;
}
.no-sidebar-full-width #primary {
width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
display: none;
} #content .post,
#content .page {
padding-bottom: 45px;
}
.single #content .post {
padding-bottom: 25px;
}
.post .entry-title,
.page .entry-title {
font-size: 26px;
line-height: 32px;
}
.post .entry-title a,
.page .entry-title a {
color: #444444;
}
.post .entry-title a:hover,
.page .entry-title a:hover {
color: #0FBE7C;
}
.post .entry-content {
margin-bottom: 10px;
}
.entry-content ul {
list-style: square;
padding: 0 0 0 35px;
margin-bottom: 30px;
}
.entry-content ul.wp-block-gallery {
padding: 0;
}
.entry-content ol {
padding: 0 0 0 35px;
margin-bottom: 30px;
}
.entry-content li &gt; ul,
.entry-content li &gt; ol {
margin-bottom: 0;
}
.post .entry-content a:hover {
text-decoration: underline;
}
.blog-medium .post .post-featured-image {
float: left;
width: 36%;
text-align: left;
padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(odd) figure {
float: left;
padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(even) figure {
float: right;
padding-left: 4%;
}
.post .entry-meta {
border: 1px solid #EAEAEA;
font-size: 14px;
color: #666666;
font-family: 'Lato', sans-serif;
margin: 0 0 20px;
}
.post .entry-meta .by-author,
.post .entry-meta .date,
.post .entry-meta .category,
.post .entry-meta .comments,
.post .entry-meta .edit-link {
padding: 5px 10px;
}
.post .entry-meta .read-more-link {
padding: 5px 10px;
background-color: #0FBE7C;
float: right;
border-right: none;
}
.post .entry-meta .read-more-link:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.post .entry-meta a {
color: #666666;
}
.type-page .entry-meta a {
color: #666666;
}
.post .entry-meta a.read-more {
color: #FFFFFF;
}
.post .entry-meta a.read-more:hover {
color: #FFFFFF;
}
.post .entry-meta a:hover {
color: #0FBE7C;
}
.type-page .entry-meta a:hover {
color: #0FBE7C;
}
.post .entry-meta span {
float: left;
padding: 0 6px 0 6px;
}
.post .entry-meta span:first-child {
border-left: none;
}
.post .entry-meta .by-author:before,
.post .entry-meta .date:before,
.post .entry-meta .category:before,
.post .entry-meta .comments:before,
.post .entry-meta .edit-link:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 18px/1 'Genericons';
vertical-align: top;
}
.post .entry-meta .by-author:before {
content: '\f304';
}
.post .entry-meta .date:before {
content: '\f307';
}
.post .entry-meta .category:before {
content: '\f301';
}
.post .entry-meta .comments:before {
content: '\f300';
}
.post .entry-meta .edit-link:before {
content: '\f411';
}
.author-box {
padding: 20px;
border: 1px solid #EAEAEA;
}
.author-box .author-img img {
margin-bottom: 0;
}
.author-box .author-description-wrapper {
margin-left: 120px;
}
.single #content .tags {
margin: 30px 0;
}
.single #content .tags a {
border: 1px solid #EAEAEA;
padding: 3px 5px;
border-radius: 3px;
color: #666666;
}
.single #content .tags a:hover {
color: #0FBE7C;
text-decoration: none;
} div.wp-custom-header {
position: relative;
}
iframe#wp-custom-header-video {
width: 100%;
}
.wp-custom-header-video-button {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 62px;
height: 50px;
font: 0/0 a;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
div#wp-custom-header:hover .wp-custom-header-video-button {
visibility: visible;
opacity: 1;
}
.wp-custom-header-video-button:before {
content: "\f452";
display: block;
font-family: "Genericons";
font-size: 20px;
}
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
content: "\f448";
} .date .updated {
display: none;
}
body.page-template-page-builder #primary {
float: none;
width: 100%;
}
body.page-template-page-builder #main {
padding-top: 0;
padding-bottom: 0;
}
body.no-sidebar-content-stretched #main .inner-wrap {
width: 100%;
max-width: 100%;
}
body.no-sidebar-content-stretched #main .inner-wrap #primary {
float: none;
width: 100%;
} #header-meta {
background-color: #F8F8F8;
border-bottom: 1px solid #EAEAEA;
}
#header-text-nav-container {
border-bottom: 1px solid #EAEAEA;
}
#header-text-nav-wrap {
padding-top: 15px;
padding-bottom: 15px;
}
#header-left-section {
float: left;
margin-right: 25px;
}
#header-logo-image {
float: left;
padding: 0 20px 0 0;
max-width: 100%;
}
#header-logo-image img {
margin-bottom: 0px;
}
#header-text {
float: left;
padding: 10px 20px 0 0;
}
#site-title a {
color: #444444;
font-size: 36px;
}
h1#site-title {
padding-bottom: 5px;
}
h3#site-title {
font-size: 30px;
line-height: 36px;
margin-bottom: 0;
padding-bottom: 5px;
}
#site-title a:hover {
color: #0FBE7C;
}
#site-description {
line-height: 24px;
font-size: 16px;
padding-bottom: 0;
color: #666666;
}
#header-right-section {
float: right;
}
#header-right-sidebar {
overflow: hidden;
}
#header-right-section .widget {
text-align: right;
padding-top: 10px;
}
#header-right-section .widget h3 {
padding-bottom: 5px;
}
.header-image {
margin-bottom: 0;
border-bottom: 1px solid #EAEAEA;
width: 100%;
} #masthead .search-wrap input.s {
width: 130px;
}
.search-wrap button {
border-radius: 0;
height: 32px;
margin-bottom: 0;
margin-left: -6px;
padding: 0;
}
.search-icon:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 18px/1 'Genericons';
content: '\f400';
vertical-align: middle;
padding: 3px 7px;
} .small-info-text {
float: left;
max-width: 100%;
padding-right: 15px;
padding-top: 2px;
}
.small-info-text p {
font-size: 12px;
color: #555555;
margin-bottom: 0;
} .social-links {
max-width: 100%;
float: left;
padding-right: 15px;
}
.social-links ul li {
padding: 5px 15px 5px 0px;
float: left;
}
.social-links ul li a {
background-repeat: no-repeat;
}
.social-links i {
font-size: 18px;
vertical-align: top;
}
.social-links ul li.spacious-facebook a:before, .social-links ul li.spacious-instagram a:before, .social-links ul li.spacious-linkedin a:before, .social-links ul li.spacious-twitter a:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 18px/1 'FontAwesome';
vertical-align: top;
}
.social-links ul li.spacious-facebook a:before {
content: '\f082';
color: #3b5998;
}
.social-links ul li.spacious-instagram a:before {
content: '\f16d';
color: #3f729b;
}
.social-links ul li.spacious-linkedin a:before {
content: '\f08c';
color: #0e76a8;
}
.social-links ul li.spacious-twitter a:before {
content: "\e61b";
color: #000000;
}
.social-links ul li.spacious-facebook a:hover,
.social-links ul li.spacious-instagram a:hover,
.social-links ul li.spacious-linkedin a:hover,
.social-links ul li.spacious-twitter a:hover,
.social-links ul li a i:hover {
opacity: 0.8;
filter: alpha(opacity=80); } nav li &gt; ul,
nav li &gt; ol {
margin: 0;
list-style: none;
}
.main-navigation {
float: right;
padding-top: 20px;
}
.main-navigation li {
float: left;
position: relative;
margin: 0 0 0 25px;
font-family: 'Lato', sans-serif;
}
.main-navigation .tg-menu-extras-wrap {
line-height: 1.875;
}
.main-navigation .tg-menu-extras-wrap &gt; .sub-toggle {
display: none;
}
.main-navigation .tg-menu-extras-wrap .sub-menu {
top: 60%;
}
.main-navigation .menu-primary-container &gt; ul::after {
content: '';
display: block;
clear: both;
}
.spacious-menu-header-button-enabled .main-navigation .menu-primary-container &gt; ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-navigation ul li a {
font-size: 16px;
}
.main-navigation li.default-menu {
display: none;
}
li.default-menu {
display: none;
}
.main-navigation a {
color: #444444;
display: block;
float: left;
line-height: 1.875;
}
.main-navigation a:hover {
color: #0FBE7C;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-ancestor &gt; .sub-toggle,
.main-navigation ul li:hover &gt; a,
.main-navigation ul li:hover &gt; .sub-toggle {
color: #0FBE7C;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul {
z-index: 99999;
position: absolute;
left: -999999px;
}
.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
left: auto;
}
.main-navigation ul li .sub-toggle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
margin-left: 5px;
margin-top: 0;
}
.main-navigation ul li ul li .sub-toggle {
-webkit-transform: translateY(-50%) rotate(0deg);
transform: translateY(-50%) rotate(0deg);
}
.main-navigation ul li &gt; ul .sub-toggle {
margin: 0;
right: 10px;
}
.main-navigation ul ul {
position: absolute;
float: left;
left: -99999px;
z-index: 99999;
}
.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
left: 100%;
}
.main-navigation ul ul li:hover ul ul {
display: none;
z-index: 9999;
}
.main-navigation ul ul ul {
left: -99999px;
top: 0;
}
.main-navigation ul ul ul li:hover &gt; ul,
.main-navigation ul ul ul li.focus &gt; ul {
left: 100%;
}
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
display: none;
z-index: 9999;
}
.main-navigation ul ul ul li:hover &gt; ul {
display: block;
}
.main-navigation ul ul ul ul li:hover &gt; ul,
.main-navigation ul ul ul ul ul li:hover &gt; ul {
display: block;
}
.main-navigation ul li ul {
position: absolute;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
border-top: 1px solid #0FBE7C;
top: 30px;
left: -99999px;
width: 150px;
}
.main-navigation ul li ul li {
float: none;
border-bottom: 1px solid #EAEAEA;
padding: 0;
margin-left: 0;
}
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li ul li.current_page_ancestor a,
.main-navigation ul li ul li.current-menu-ancestor a,
.main-navigation ul li ul li.current_page_item a,
.main-navigation ul li ul li:hover &gt; a {
color: #0FBE7C;
}
.main-navigation ul li ul li a {
float: none;
line-height: 21px;
font-size: 13px;
font-weight: normal;
height: 100%;
padding: 6px 10px;
color: #666666;
}
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
float: none;
line-height: 21px;
font-size: 13px;
font-weight: normal;
height: 100%;
padding: 6px 10px;
color: #666666;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover &gt; a {
background: none repeat scroll 0 0 white;
color: #0FBE7C;
}
.main-navigation ul li.current-menu-item ul li a:hover {
background: none repeat scroll 0 0 white;
color: #0FBE7C;
}
.main-navigation ul li ul li ul {
top: -1px;
}
.main-navigation ul li.focus &gt; ul {
display: block;
}
.main-navigation select {
display: none;
}
.main-navigation .tg-header-button-wrap.button-one {
padding: 0;
margin-left: 25px;
}
.main-navigation .tg-header-button-wrap.button-one a {
border: 2px solid #0fbe7c;
border-radius: 5px;
padding: 5px 15px;
background-color: #0fbe7c;
color: #ffffff;
}
.main-navigation .tg-header-button-wrap.button-one a:hover {
color: #ffffff;
background-color: #0fbe7c;
} .cart-wrapper {
float: right;
position: relative;
padding: 0 0 0 25px;
cursor: pointer;
}
.bottom-menu .cart-wrapper {
padding: 0 10px 0 25px;
margin-top: -3px;
}
.cart-wrapper .spacious-woocommerce-cart-views {
padding: 5px 0;
}
.spacious-woocommerce-cart-views .wcmenucart-contents {
display: inline-block;
vertical-align: top;
position: relative;
text-align: center;
color: #666666;
}
.spacious-woocommerce-cart-views .cart-value {
position: absolute;
line-height: 15px;
width: 15px;
height: 15px;
top: -5px;
right: -15px;
color: #fff;
background: #0FBE7C;
border-radius: 100%;
font-size: 12px;
}
.spacious-woocommerce-cart-views .spacious-woocommerce-cart-wrap {
display: none;
}
#header-right-section .cart-wrapper .widget_shopping_cart,
.bottom-menu .cart-wrapper .widget_shopping_cart {
position: absolute;
width: 250px;
z-index: 99999;
background: #fff;
padding: 5px 15px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
top: 100%;
left: 100%;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
#header-right-section .cart-wrapper .widget_shopping_cart .widgettitle,
.bottom-menu .cart-wrapper .widget_shopping_cart .widgettitle {
font-size: 20px;
padding-bottom: 0;
}
#header-right-section .cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message,
.bottom-menu .cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
padding: 15px 0;
}
#header-right-section .cart-wrapper:hover .widget_shopping_cart,
.bottom-menu .cart-wrapper:hover .widget_shopping_cart {
visibility: visible;
opacity: 1;
}
.cart-wrapper .woocommerce ul.cart_list li,
.cart-wrapper .woocommerce ul.product_list_widget li {
padding-top: 10px;
margin: 0;
border-bottom: 1px solid #efefef;
padding-left: 0;
padding-right: 2em;
text-align: left;
}
.cart-wrapper .woocommerce ul.cart_list li:last-child,
.cart-wrapper .woocommerce ul.product_list_widget li:last-child {
border-bottom: none transparent;
}
.cart-wrapper .woocommerce.widget_shopping_cart .cart_list li a.remove {
top: 5px;
font-size: 16px;
left: auto;
right: 0;
text-align: center;
}
.cart-wrapper .woocommerce ul.cart_list li a {
text-align: left;
font-size: 14px;
color: #444444;
}
.woocommerce ul.product_list_widget li a {
text-align: left;
font-size: 14px;
color: #444444;
}
.quantity {
font-size: 14px;
}
.cart-wrapper .woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
float: left;
margin-left: 0;
margin-right: 10px;
}
.cart-wrapper .woocommerce .widget_shopping_cart .buttons a {
display: inline-block;
padding: 15px 25px;
font-weight: 500;
}
.cart-wrapper .woocommerce.widget_shopping_cart .buttons a {
display: inline-block;
padding: 15px 25px;
font-weight: 500;
}
.cart-wrapper .woocommerce.widget_shopping_cart .buttons a:last-child {
margin-right: 0;
}
.cart-wrapper .woocommerce.widget_shopping_cart .buttons a:hover {
color: #ffffff;
}  .menu-toggle {
display: none;
cursor: pointer;
}
.site-header .menu-toggle {
background: #3A3A3A;
color: #fff;
font-size: 20px;
font-weight: 300;
padding: 5px 22px;
margin: 0;
text-align: center;
}
.site-header .menu-toggle:hover {
background: #0FBE7C;
}
.site-header .menu-toggle:before {
content: '\2261';
margin-right: 10px;
}
.main-small-navigation {
float: none;
}
.main-small-navigation ul {
margin: 0;
list-style: none;
}
.main-small-navigation a {
display: block;
color: #FFFFFF;
padding: 10px 40px;
text-decoration: none;
}
.main-small-navigation li {
background: #3A3A3A;
position: relative;
}
.main-small-navigation li:hover {
background: #0FBE7C;
}
.main-small-navigation ul ul a {
padding-left: 60px;
}
.main-small-navigation ul ul ul a {
padding-left: 80px;
}
.main-small-navigation ul &gt; .current_page_item,
.main-small-navigation ul &gt; .current-menu-item {
background: #0FBE7C;
}
.main-small-navigation .menu-primary-container &gt; ul &gt; li .sub-menu li.menu-item-has-children .sub-menu.spacious-menu--left {
left: -100%;
} .small-menu {
float: right;
}
.small-menu li {
float: left;
position: relative;
font-family: 'Lato', sans-serif;
}
.small-menu li.default-menu {
display: none;
}
li.default-menu {
display: none;
}
.small-menu a {
color: #666666;
display: block;
float: left;
height: 21px;
padding: 5px 0 0 16px;
font-size: 12px;
}
.small-menu a:hover {
color: #0FBE7C;
}
.small-menu ul li.current-menu-item a,
.small-menu ul li.current_page_ancestor a,
.small-menu ul li.current-menu-ancestor a,
.small-menu ul li.current_page_item a,
.small-menu ul li:hover &gt; a {
color: #0FBE7C;
} .spacious-header-display-four .bottom-menu .main-navigation {
float: left;
}
.spacious-header-display-four .bottom-menu .main-navigation li:first-child {
padding-left: 0;
}
.spacious-header-display-four .bottom-menu .header-action {
padding-top: 20px;
}
.spacious-header-display-four .bottom-menu.header-menu-button {
padding-bottom: 15px;
}
.header-action {
position: relative;
float: right;
padding-top: 20px;
}
.bottom-menu .header-action {
float: left;
padding-top: 0;
}
.header-action .search-wrapper {
float: right;
padding: 0 0 0 25px;
position: relative;
cursor: pointer;
}
.header-action .search-wrapper .search {
padding: 5px 0;
}
.bottom-menu .header-action .search-wrapper {
padding: 0 0 0 25px;
margin-top: -3px;
}
.header-action .search-wrapper:hover .fa {
color: #0FBE7C;
}
.header-action .search-wrapper .header-search-form {
visibility: hidden;
opacity: 0;
position: absolute;
right: -15px;
width: 180px;
top: 170%;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
background: #ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
z-index: 99999;
}
.header-action .search-wrapper .header-search-form.show {
visibility: visible;
opacity: 1;
top: 100%;
}
.header-action .search-wrapper .header-search-form .search-wrap input.s {
vertical-align: top;
width: 140px;
}
.header-action .search-wrapper .header-search-form .search-wrap input.s:focus {
outline: none;
} .footer-widgets-wrapper {
background-color: #333333;
border-top: 1px solid #EAEAEA;
}
.footer-widgets-area {
padding-top: 30px;
padding-bottom: 10px;
color: #999999;
}
.footer-widgets-area .tg-one-fourth .widget-title {
text-align: left;
}
.footer-widgets-area h3.widget-title {
color: #D5D5D5;
text-align: left;
}
.footer-widgets-area .tg-one-half p,
.footer-widgets-area .tg-one-third p,
.footer-widgets-area .tg-one-fourth p {
text-align: left;
color: #999999;
}
.footer-widgets-area a {
color: #D5D5D5 !important;
}
.footer-widgets-area a:hover {
color: #0FBE7C !important;
}
#colophon {
font-size: 14px;
line-height: 18px;
}
#colophon .widget {
padding-bottom: 25px;
}
#colophon .widget-title {
font-size: 22px;
line-height: 32px;
}
#colophon p {
font-size: 14px;
line-height: 18px;
} .footer-socket-wrapper {
padding: 10px 0;
background-color: #F8F8F8;
border-top: 1px solid #EAEAEA;
}
.footer-socket-area {
width: 100%;
}
.footer-socket-wrapper .copyright {
color: #666666;
max-width: 50%;
float: left;
font-size: 12px;
}
.footer-socket-wrapper .copyright a {
color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
color: #0FBE7C;
}
.footer-socket-wrapper .small-menu {
float: right;
}
.footer-socket-wrapper .small-menu a {
padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
top: 21px;
} @media screen and (min-width: 1500px) {
.wide-978 #featured-slider .entry-container {
left: 17.6%;
}
.wide-1218 #featured-slider .entry-container {
left: 9.6%;
}
}
@media screen and (min-width: 1650px) {
.wide-978 #featured-slider .entry-container {
left: 19.45%;
}
.wide-1218 #featured-slider .entry-container {
left: 11.9%;
}
}
@media screen and (max-width: 1308px) {
#page {
width: 97%;
}
.wide-1218 #page, .wide-978 #page {
width: 100%;
}
.inner-wrap {
width: 94%;
}
}
@media screen and (max-width: 1078px) {
body {
padding: 15px 0;
}
#featured-slider .entry-container {
max-width: 60%;
}
.call-to-action-content {
float: none;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.call-to-action-button {
width: 93%;
}
.footer-socket-wrapper .copyright {
float: none;
max-width: 100%;
text-align: center;
margin-bottom: 5px;
}
.footer-socket-wrapper .small-menu {
float: none;
text-align: center;
}
.footer-socket-wrapper .small-menu li {
float: none;
display: inline;
}
.footer-socket-wrapper .small-menu a {
float: none;
display: inline;
padding: 5px 5px 0;
}
.small-menu li.default-menu, li.default-menu {
display: none;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
float: left;
width: 46.7684729%;
}
#colophon .tg-one-third {
float: left;
margin-right: 2.38916257%;
padding: 0 0 30px;
width: 31.7405583%;
}
#colophon .tg-one-third.tg-after-two-blocks-clearfix {
clear: none;
}
.widget_service_block .tg-one-third {
float: left;
margin: 0 2.46305%;
padding: 0 0 30px;
width: 28.4072%;
}
.tg-one-half-last, .tg-one-fourth-last {
float: right;
}
.tg-service-left {
float: left;
margin: 0;
}
.tg-service-right {
float: right;
margin: 0;
}
.tg-column-1, .tg-column-3 {
float: left;
width: 46.7684729%;
}
.tg-column-2, .tg-column-4 {
float: right;
margin-right: 0;
}
.tg-after-two-blocks-clearfix {
clear: both;
}
.tg-after-three-blocks-clearfix {
clear: none;
}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
.no-sidebar-full-width #primary .entry-content &gt; .alignwide,
.no-sidebar #primary .entry-content &gt; .alignwide {
margin-left: -40px;
margin-right: -40px;
}
}
@media screen and (max-width: 768px) {
.no-sidebar-full-width #primary .entry-content &gt; .alignwide,
.no-sidebar #primary .entry-content &gt; .alignwide {
margin-left: -15px;
margin-right: -15px;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignwide, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignwide,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignwide,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignwide {
margin-left: -15px;
margin-right: -15px;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignfull, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignfull,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignfull,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignfull {
margin-left: -30px;
margin-right: -30px;
}
.no-sidebar #primary .entry-content &gt; .alignfull {
margin-left: -15px;
margin-right: -15px;
}
#primary, #secondary, .wide-978 #primary, .narrow-978 #primary {
float: none;
width: 100%;
margin: 0;
}
#header-left-section {
float: none;
max-width: 100%;
margin-right: 0;
}
#header-logo-image {
float: none;
text-align: center;
margin-bottom: 10px;
padding-right: 0;
}
#header-text {
float: none;
text-align: center;
padding: 0;
margin-bottom: 10px;
}
#site-description {
padding-bottom: 5px;
}
#header-right-section {
float: none;
max-width: 100%;
}
#header-right-section .widget {
padding: 0 0 10px 0;
float: none;
text-align: center;
}
.site-header .menu-toggle {
display: block;
text-align: left;
padding: 10px 20px;
}
.main-small-navigation {
width: 100%;
}
.main-navigation {
float: none;
}
.main-navigation.toggled .nav-menu {
display: block;
}
.spacious-menu-header-button-enabled .main-navigation .menu-primary-container &gt; ul {
display: none;
}
.main-navigation ul {
display: none;
}
#featured-slider .entry-container {
max-width: 70%;
}
#featured-slider .entry-description-container {
padding: 0.5rem 1rem;
}
#featured-slider .slider-title-head {
margin-bottom: 0;
}
#featured-slider .entry-title span {
font-size: 18px;
line-height: 1.4;
}
#featured-slider .entry-content p {
font-size: 14px;
line-height: 1.4;
}
#featured-slider .slider-read-more-button {
font-size: 14px;
padding: 0.5rem 1rem;
}
.woocommerce .related ul.products li.first,
.woocommerce-page .related ul.products li.first {
clear: both;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
width: 48%;
margin: 0 0 1em 0;
}
.woocommerce .related ul.products li.product input.input-text, .woocommerce .related ul.products li.product textarea,
.woocommerce-page .related ul.products input.input-text,
.woocommerce-page .related ul.products textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.5em;
padding: 10px;
}
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
line-height: 1.5em;
padding: 10px;
}  .sub-toggle {
background: #0FBE7C none repeat scroll 0 0;
color: #ffffff;
cursor: pointer;
display: block;
height: 24px;
line-height: 21px;
position: absolute;
right: 15px;
text-align: center;
top: 9px;
width: 24px;
}
.main-small-navigation li.current-menu-item &gt; .sub-toggle {
background: #ffffff none repeat scroll 0 0;
}
.main-small-navigation li.current-menu-item &gt; .sub-toggle i {
color: #d40234;
}
.better-responsive-menu .menu-primary-container .sub-menu {
display: none;
}
.sub-toggle span {
display: inline-block;
font-size: 11px;
line-height: 23px;
margin-left: 0;
}
.main-small-navigation li:hover &gt; .sub-toggle {
background: #ffffff;
color: #0FBE7C;
}
.sub-toggle span.genericon-downarrow {
line-height: 30px;
margin-left: 0;
}
.site-header.spacious-header-display-four .bottom-menu {
position: relative;
}
.site-header.spacious-header-display-four .bottom-menu .menu-toggle {
position: absolute;
z-index: 9999;
right: 20px;
top: -40px;
}
.better-responsive-menu #header-right-section {
float: right;
margin-top: 15px;
max-width: 100%;
}
.better-responsive-menu #site-navigation {
float: right;
margin-top: 10px;
padding: 0;
}
.better-responsive-menu .main-small-navigation {
margin-top: 10px;
}
.better-responsive-menu #header-logo-image {
float: left;
margin-bottom: 0;
margin-right: 10px;
}
.better-responsive-menu #header-left-section {
float: left;
margin-top: 10px;
}
.better-responsive-menu #header-text {
margin: 13px 0 0;
float: left;
text-align: left;
}
.better-responsive-menu #site-description {
font-size: 13px;
margin-bottom: 0;
}
.better-responsive-menu #site-title a {
font-size: 28px;
}
.better-responsive-menu .site-header .menu-toggle {
background: #3a3a3a none repeat scroll 0 0;
color: #fff;
height: 36px;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 40px;
}
.better-responsive-menu #header-text-nav-wrap {
padding: 0;
}
.better-responsive-menu #header-text-nav-wrap #header-right-section .widget {
padding: 0;
}
.better-responsive-menu .site-header .menu-toggle::before {
font-size: 21px;
left: 50%;
line-height: 25px;
margin-right: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.better-responsive-menu #header-text-nav-container {
position: relative;
margin-bottom: 15px;
border: none;
}
.better-responsive-menu #site-navigation .menu-primary-container {
left: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9999;
}
}
@media screen and (max-width: 767px) {
.social-links {
float: none;
padding-right: 0;
padding-top: 10px;
}
.small-info-text {
float: none;
padding-right: 0;
}
.social-links ul {
display: inline-block;
}
#header-meta {
text-align: center;
}
#header-meta .small-menu {
float: none;
}
#header-meta .small-menu ul {
display: inline-block;
}
.tg-one-half, .tg-one-third, .tg-one-fourth, .widget_service_block .tg-one-third {
float: none;
width: 100%;
margin: 0;
}
.tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
float: none;
}
#primary, #secondary {
float: none;
width: 100%;
margin: 0;
}
.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
width: 100%;
}
.related-posts {
margin: 0;
}
#colophon .tg-one-third {
float: none;
width: 100%;
margin: 0;
}
#colophon .tg-one-third.tg-after-two-blocks-clearfix {
clear: both;
}
}
@media screen and (max-width: 600px) {
.no-sidebar-full-width #primary .entry-content &gt; .alignwide,
.no-sidebar #primary .entry-content &gt; .alignwide {
margin-left: 0;
margin-right: 0;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content &gt; .alignwide, .no-sidebar-full-width.narrow-1218 #primary .entry-content &gt; .alignwide,
.no-sidebar.narrow-978 #primary .entry-content &gt; .alignwide,
.no-sidebar.narrow-1218 #primary .entry-content &gt; .alignwide {
margin-left: 0;
margin-right: 0;
}
.site-header.spacious-header-display-four .bottom-menu .menu-toggle {
position: relative;
right: 0;
top: 0;
}
.better-responsive-menu #header-logo-image {
display: block;
float: none;
}
.better-responsive-menu #header-text {
display: block;
float: none;
margin-top: 12px;
text-align: center;
}
.better-responsive-menu #header-left-section {
padding-top: 10px;
text-align: center;
float: none;
}
.better-responsive-menu #header-right-section {
float: none;
}
.better-responsive-menu #header-right-sidebar {
float: right;
padding-left: 20px;
}
.better-responsive-menu #site-navigation {
float: none;
margin-top: 0;
}
.better-responsive-menu .site-header.spacious-header-display-four .bottom-menu .menu-toggle {
position: absolute;
right: auto;
top: -45px;
left: 15px;
}
.better-responsive-menu .site-header.spacious-header-display-four #header-left-section,
.better-responsive-menu .site-header.spacious-header-display-four #header-right-section {
float: none;
}
.main-navigation,
.main-small-navigation {
padding-top: 8px;
}
#featured-slider .entry-description-container {
padding: 0.3rem 0.6rem;
}
#featured-slider .entry-title span {
font-size: 14px;
}
#featured-slider .entry-content p {
font-size: 10px;
}
#featured-slider .slider-read-more-button {
margin-top: 5px;
font-size: 10px;
padding: 0.3rem 0.6rem;
}
#controllers {
bottom: 5px;
}
#controllers a {
height: 4px;
margin: 0 3px;
width: 12px;
}
.woocommerce table {
font-size: 12px;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce table.shop_table th {
padding: 9px 2px;
}
.woocommerce table.shop_table td {
padding: 6px 2px;
}
.woocommerce ul.products li.product h3 {
font-size: 18px;
}
.woocommerce-page ul.products li.product h3 {
font-size: 18px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
font-size: 16px;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button {
font-size: 14px;
margin-bottom: 0;
padding: 8px 10px;
}
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
font-size: 14px;
margin-bottom: 0;
padding: 8px 10px;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty {
height: 24px;
}
.woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
height: 24px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text {
font-size: 14px;
height: 32px;
line-height: 1.5;
padding: 4px 10px;
width: 120px;
}
.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
font-size: 14px;
height: 32px;
line-height: 1.5;
padding: 4px 10px;
width: 120px;
}
.woocommerce .cart_totals h2 {
float: none;
}
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 25%;
}
.author-box .author-img img {
margin-bottom: 20px;
}
.author-box .author-description-wrapper {
margin-left: 0;
}
}
@media only screen and (max-width: 420px) {
#page {
width: 97%;
}
.inner-wrap {
width: 95%;
}
#featured-slider .entry-content,
#featured-slider .slider-read-more-button {
display: none;
}
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 33.33%;
}
.better-responsive-menu #header-text {
text-align: center;
}
}body {
color:#444444;
}
h1 {
color: #444;
}
h2 {
font-size: 28px;
font-weight: normal;
color: #3871c1;
margin-top: 1em;
}
h3 {
font-size: 22px;
font-weight: normal;
color: #3871c1;
margin-top: 1em;
}
h4 {
font-size: 20px;
font-weight: normal;
color: #3871c1;
}
.post .entry-title a, .page .entry-title a {
color: #3871c1;
}
#header-meta {
background-color: #ffffff;
border-bottom: unset;
}
.header-text {
color:#666666;
font-size:12px;
padding-top:5px;
display:inline-block;
}
#header-left-section {
max-width: 30%;
margin-right:unset;
}
#header-right-section .widget_text {
margin-bottom: 0px;
}
#header-right-section .custom-html-widget {
padding-bottom: 0px;
}
@media only screen and (max-width:600px){
#header-left-section {
max-width: 95%;
}
}
.head-telefon-service {
font-size:10px
}
#header-text-nav-container {
border-bottom: none;
}
.header-post-title-container {
border-bottom: none;
}
.better-responsive-menu #header-left-section {
float: left;
}
.better-responsive-menu #header-right-section {
padding-top: 20px;
float:right;
}
@media only screen and (max-width:600px){
#header-left-section {
max-width: 85%;
}
}
.better-responsive-menu .site-header .menu-toggle {
background: #2a323d none repeat scroll 0 0 !important;
}
.main-small-navigation li {
background: #2a323d;
}
#featured-slider {
border-top: 1px solid #eaeaea;
}
#comments {
margin-top: 76px;
}
#comments h3.comments-title {
font-size: 20px;
}
.author-box {
margin-top: 24px;
}
.footer-widgets-wrapper {
background-color: #2a323d;
border-top: unset;
}
.footer-socket-wrapper {
background-color: #2a323d;
border-top: unset;
}
.widget_text ul {
padding: 0 0 0 35px;
margin-bottom: 30px;
list-style: square;
}
input[type="text"].s {
margin: 0 0 10px;
}
input[type="checkbox"] {
transform: scale(1.5);
margin-top: 20px;
}
small {
font-size: 0.7em;
}
.postmeta {
background-color: #f8f8f8;
border-bottom: 1px solid #eaeaea;
margin-bottom: 16px;
padding: 5px;
color: #666666;
font-size:12px;
}
#primary #content ul {
padding: 0 0 0 35px;
margin-bottom: 30px;
list-style: square;
}
#content ul {
padding: 0 0 0 35px;
margin-bottom: 30px;
list-style: square;
}
#content ul li {
line-height: 24px;
padding-bottom: 0.3em;
}
#primary #content ul.comment-list {
list-style: none;
padding:unset;
}
#toc_container ul {
margin-bottom: unset;
}
#toc_container ul li {
padding-bottom: unset;
}
#toc_container ul li ul li {
padding-bottom: unset;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, input[type="url"], input[type="tel"], input[type="date"], select {
padding: 2.5%;
border: 1px solid #EAEAEA ;
line-height: 15px;
width: 100%;
margin: 0 0 20px;
background-color: #F8F8F8 ;
border-radius: 0px;
font-size: 1.1em;
}
.wpcf7-select, .wpcf7-checkbox {
display: block;
margin-bottom: 1em;
}
.page-template-page-fullwidth #primary {
width: 100%;;
}
.inner-wrap {
max-width: 1220px;
}
ul.tick li::before {
color: #9EB465;
content: "✔";
margin-left: -1.75rem;
font-size: 125%;
float: left;
}
ul.tick li {
list-style: outside none none;
margin-left: 2rem;
}
figure ul {
padding: 0px !important;
} .subscribe-field {
margin-bottom: 20px;
margin-top:20px;
position: relative;
}
.subscribe-field input[type="email"] {
width: 100%;
min-height: 44px;
line-height: 24px;
margin: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.newsletter input {
vertical-align: top;
font-family: 'Nunito', sans-serif;
font-weight: normal;
}
.subscribe-field input[type="submit"] {
position: absolute;
top: 4px;
right: 4px;
}
.slider-read-more-button {
border-radius: 0px;
}
input[type="submit"] {
width: auto;
cursor: pointer;
border-radius:0px;
padding: 2,5%;
line-height: 1.875;
font-size: 16px;
}
input[type="submit"].button-doit {
background-color:#18B857;
font-size: 1.1em;
width: 100%;
max-width: 100%;
}
.main-navigation {
padding-top: 0px;
}
.main-navigation .tg-header-button-wrap.button-one a {
border-radius: 0px;
}
.main-navigation ul li a {
font-size: 18px;
}
.main-navigation a {
color: #2a323d;
}
.wp-caption {
border:unset;
}
input.s {
padding: 4px 10px;
}
p.headline {
font-weight: bold;
padding: 0 0 5px 0;
font-size: 110%;
margin: 15px 0px 0px 0px;
line-height: 32px;
font-family: 'Lato', sans-serif;
color: #222222;
}
.previous {
list-style: none;
}
.next {
list-style: none;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav &gt; li {
position: relative;
display: block;
}
.nav &gt; li &gt; a {
position: relative;
display: block;
padding: 10px 15px;
background-color: #eaeaea;
cursor:pointer;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
color:#FFF;
background-color:#6d7f83;
text-decoration: none;
}
.nav &gt; li.disabled &gt; a {
color: #777;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
ul.nav-tabs {
padding: 0px !important;
margin-bottom: 0px !important;
}
.nav-tabs &gt; li {
float: left; }
.nav-tabs &gt; li &gt; a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
}
.nav-tabs &gt; li &gt; a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.tab-content &gt; .tab-pane {
display: none;
padding:10px;
border:1px solid #CCC;
border-width:0 1px 1px;
}
.tab-content &gt; .active {
display: block;
}
.tab-content p {
line-height: 16px;
margin-bottom: 0px;
font-family: 'Lato', sans-serif;
font-size: 14px;
}
.tab-pane .form-control {
display: block;
width: 96%;
height: 34px;
padding: 6px 12px;
margin: 0 0 10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tab-pane .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.tab-pane .form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.tab-pane .form-control:-ms-input-placeholder {
color: #999;
}
.tab-pane .form-control::-webkit-input-placeholder {
color: #999;
}
.tab-pane .form-control[disabled],
.tab-pane .form-control[readonly],
.tab-pane fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.postrating-related {
margin-bottom: 20px;
}
.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
display: unset;
margin-left: 10px;
}
input[type="text"].s {
width:80%;
}
.rating-container {
background: #f8f8f8;
border: 1px solid #eaeaea;
margin: 15px 0 0 0;
padding: 5px;
color: #666666;
font-size: 0.9em;
}
.rating-container p span{ 
font-weight:bold;
}
.post-ratings img {
max-width:12px;
}
span.wpcf7-list-item {
display: block !important;
}
.grecaptcha-badge {
display: none;
}
.form-accept {
display: block;
margin-left: 45px;
margin-bottom: 40px;
}
.gdpr-accept {
background: #f8f8f8;
border-top: 1px solid #eaeaea;
padding: 1.5em 1.0em;	
}
#acceptance-1,#acceptance-2,#acceptance-3,#acceptance-4,#acceptance-5,#acceptance-6,#acceptance-7  {
float:left;
}
#toc_container ul {
margin-bottom:0px;
}
#toc_container ul li {
margin-bottom:10px;
}
ul.toc_list li ul {
margin-top:15px !important;
margin-bottom:0px !important;
margin-left:0px !important;
}
ul.listing li {
list-style:none;
}
.faq-schema-float {
font-style: italic;
font-weight: normal;
padding: 20px;
border: 1px solid #EAEAEA;
border-left-color: rgb(234, 234, 234);
border-left-style: solid;
border-left-width: 1px;
border-left-color: rgb(234, 234, 234);
border-left-style: solid;
border-left-width: 1px;
border-left: 3px solid #6d7f83;
float: right;
margin: 0 0 1rem 1rem;
width: 280px;
position: relative;
}
dl {
line-height: 1.5em;
margin: 0 0 1em 1em;
list-style: disc outside none;
}
dt {
color: #222222;
margin-bottom: 20px;
}
dd {
padding-left: 20px;
}
.better-responsive-menu .site-header .menu-toggle {
background: #6d7f83 none repeat scroll 0 0;
}
.datenschutz-info {
color:#ffffff;
}
.datenschutz-info a {
color:#ffffff;
text-decoration: underline;
}
.anzeige {
color: #222;
display: block;
font-family: Arial,Helvetica,FreeSans,sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 2.4;
text-align: right;
text-transform: uppercase;
margin: 0px;
}
.social-links ul li.spacious-facebook a::before {
font: normal 18px/1 'Genericons';
content: '\f204';
color: #666;
}
.social-links ul li.spacious-twitter a::before {
font: normal 18px/1 'Genericons';
content: '\f202';
color: #666;
}
.social-links ul li.spacious-linkedin a::before {
font: normal 18px/1 'Genericons';
content: '\f207';
color: #666;
}
code, kbd, var, samp, tt {
line-height: unset;
white-space: unset;
}
#google-business-reviews-rating h2.heading {
display:none; 
}
#google-business-reviews-rating p.vicinity {
display:none; 
}
.google-business-reviews-rating.columns .listing {
padding:unset !important;
margin:unset !important;
}@font-face {
font-family: "Genericons";
src: url(https://gorbo.de/wp-content/themes/spacious/genericons/Genericons.eot);
src: url(https://gorbo.de/wp-content/themes/spacious/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://gorbo.de/wp-content/themes/spacious/genericons/Genericons.ttf) format("truetype"),
url(https://gorbo.de/wp-content/themes/spacious/genericons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://gorbo.de/wp-content/themes/spacious/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900)
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
font-family: "Font Awesome 6 Free"
}
.fa-brands,
.fab {
font-family: "Font Awesome 6 Brands"
}
.fa-1x {
font-size: 1em
}
.fa-2x {
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-2xs {
font-size: .625em;
line-height: .1em;
vertical-align: .225em
}
.fa-xs {
font-size: .75em;
line-height: .08333em;
vertical-align: .125em
}
.fa-sm {
font-size: .875em;
line-height: .07143em;
vertical-align: .05357em
}
.fa-lg {
font-size: 1.25em;
line-height: .05em;
vertical-align: -.075em
}
.fa-xl {
font-size: 1.5em;
line-height: .04167em;
vertical-align: -.125em
}
.fa-2xl {
font-size: 2em;
line-height: .03125em;
vertical-align: -.1875em
}
.fa-fw {
text-align: center;
width: 1.25em
}
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0
}
.fa-ul&gt;li {
position: relative
}
.fa-li {
left: calc(var(--fa-li-width, 2em)*-1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit
}
.fa-border {
border-radius: var(--fa-border-radius, .1em);
border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
padding: var(--fa-border-padding, .2em .25em .15em)
}
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, .3em)
}
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, .3em)
}
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out)
}
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}
.fa-beat-fade,
.fa-fade {
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s)
}
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out)
}
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear)
}
.fa-shake,
.fa-spin {
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal)
}
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear)
}
.fa-spin-reverse {
--fa-animation-direction: reverse
}
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8))
}
@media (prefers-reduced-motion:reduce) {
.fa-beat,
.fa-beat-fade,
.fa-bounce,
.fa-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s
}
}
@-webkit-keyframes fa-beat {
0%,
90% {
-webkit-transform: scale(1);
transform: scale(1)
}
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25))
}
}
@keyframes fa-beat {
0%,
90% {
-webkit-transform: scale(1);
transform: scale(1)
}
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25))
}
}
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0)
}
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
}
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
}
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
}
57% {
-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
}
64% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0)
}
to {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0)
}
}
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0)
}
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
}
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
}
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
}
57% {
-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
}
64% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0)
}
to {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0)
}
}
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, .4)
}
}
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, .4)
}
}
@-webkit-keyframes fa-beat-fade {
0%,
to {
opacity: var(--fa-beat-fade-opacity, .4);
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125))
}
}
@keyframes fa-beat-fade {
0%,
to {
opacity: var(--fa-beat-fade-opacity, .4);
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125))
}
}
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
}
}
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
}
}
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg)
}
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
8%,
24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg)
}
12%,
28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg)
}
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg)
}
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg)
}
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg)
}
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg)
}
40%,
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg)
}
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
8%,
24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg)
}
12%,
28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg)
}
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg)
}
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg)
}
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg)
}
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg)
}
40%,
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@-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 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg)
}
.fa-flip-horizontal {
-webkit-transform: scaleX(-1);
transform: scaleX(-1)
}
.fa-flip-vertical {
-webkit-transform: scaleY(-1);
transform: scaleY(-1)
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1);
transform: scale(-1)
}
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none))
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto)
}
.fa-stack-1x {
line-height: inherit
}
.fa-stack-2x {
font-size: 2em
}
.fa-inverse {
color: var(--fa-inverse, #fff)
}
.fa-0:before {
content: "\30"
}
.fa-1:before {
content: "\31"
}
.fa-2:before {
content: "\32"
}
.fa-3:before {
content: "\33"
}
.fa-4:before {
content: "\34"
}
.fa-5:before {
content: "\35"
}
.fa-6:before {
content: "\36"
}
.fa-7:before {
content: "\37"
}
.fa-8:before {
content: "\38"
}
.fa-9:before {
content: "\39"
}
.fa-fill-drip:before {
content: "\f576"
}
.fa-arrows-to-circle:before {
content: "\e4bd"
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
content: "\f138"
}
.fa-at:before {
content: "\40"
}
.fa-trash-alt:before,
.fa-trash-can:before {
content: "\f2ed"
}
.fa-text-height:before {
content: "\f034"
}
.fa-user-times:before,
.fa-user-xmark:before {
content: "\f235"
}
.fa-stethoscope:before {
content: "\f0f1"
}
.fa-comment-alt:before,
.fa-message:before {
content: "\f27a"
}
.fa-info:before {
content: "\f129"
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
content: "\f422"
}
.fa-explosion:before {
content: "\e4e9"
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
content: "\f15c"
}
.fa-wave-square:before {
content: "\f83e"
}
.fa-ring:before {
content: "\f70b"
}
.fa-building-un:before {
content: "\e4d9"
}
.fa-dice-three:before {
content: "\f527"
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
content: "\f073"
}
.fa-anchor-circle-check:before {
content: "\e4aa"
}
.fa-building-circle-arrow-right:before {
content: "\e4d1"
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
content: "\f45f"
}
.fa-arrows-up-to-line:before {
content: "\e4c2"
}
.fa-sort-desc:before,
.fa-sort-down:before {
content: "\f0dd"
}
.fa-circle-minus:before,
.fa-minus-circle:before {
content: "\f056"
}
.fa-door-open:before {
content: "\f52b"
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
content: "\f2f5"
}
.fa-atom:before {
content: "\f5d2"
}
.fa-soap:before {
content: "\e06e"
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
content: "\f86d"
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
content: "\f539"
}
.fa-bridge-circle-check:before {
content: "\e4c9"
}
.fa-pump-medical:before {
content: "\e06a"
}
.fa-fingerprint:before {
content: "\f577"
}
.fa-hand-point-right:before {
content: "\f0a4"
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
content: "\f689"
}
.fa-forward-step:before,
.fa-step-forward:before {
content: "\f051"
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
content: "\f5b8"
}
.fa-flag-checkered:before {
content: "\f11e"
}
.fa-football-ball:before,
.fa-football:before {
content: "\f44e"
}
.fa-school-circle-exclamation:before {
content: "\e56c"
}
.fa-crop:before {
content: "\f125"
}
.fa-angle-double-down:before,
.fa-angles-down:before {
content: "\f103"
}
.fa-users-rectangle:before {
content: "\e594"
}
.fa-people-roof:before {
content: "\e537"
}
.fa-people-line:before {
content: "\e534"
}
.fa-beer-mug-empty:before,
.fa-beer:before {
content: "\f0fc"
}
.fa-diagram-predecessor:before {
content: "\e477"
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
content: "\f176"
}
.fa-burn:before,
.fa-fire-flame-simple:before {
content: "\f46a"
}
.fa-male:before,
.fa-person:before {
content: "\f183"
}
.fa-laptop:before {
content: "\f109"
}
.fa-file-csv:before {
content: "\f6dd"
}
.fa-menorah:before {
content: "\f676"
}
.fa-truck-plane:before {
content: "\e58f"
}
.fa-record-vinyl:before {
content: "\f8d9"
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
content: "\f587"
}
.fa-bong:before {
content: "\f55c"
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
content: "\f67b"
}
.fa-arrow-down-up-across-line:before {
content: "\e4af"
}
.fa-spoon:before,
.fa-utensil-spoon:before {
content: "\f2e5"
}
.fa-jar-wheat:before {
content: "\e517"
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
content: "\f674"
}
.fa-file-circle-exclamation:before {
content: "\e4eb"
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
content: "\f47e"
}
.fa-pager:before {
content: "\f815"
}
.fa-address-book:before,
.fa-contact-book:before {
content: "\f2b9"
}
.fa-strikethrough:before {
content: "\f0cc"
}
.fa-k:before {
content: "\4b"
}
.fa-landmark-flag:before {
content: "\e51c"
}
.fa-pencil-alt:before,
.fa-pencil:before {
content: "\f303"
}
.fa-backward:before {
content: "\f04a"
}
.fa-caret-right:before {
content: "\f0da"
}
.fa-comments:before {
content: "\f086"
}
.fa-file-clipboard:before,
.fa-paste:before {
content: "\f0ea"
}
.fa-code-pull-request:before {
content: "\e13c"
}
.fa-clipboard-list:before {
content: "\f46d"
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
content: "\f4de"
}
.fa-user-check:before {
content: "\f4fc"
}
.fa-vial-virus:before {
content: "\e597"
}
.fa-sheet-plastic:before {
content: "\e571"
}
.fa-blog:before {
content: "\f781"
}
.fa-user-ninja:before {
content: "\f504"
}
.fa-person-arrow-up-from-line:before {
content: "\e539"
}
.fa-scroll-torah:before,
.fa-torah:before {
content: "\f6a0"
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
content: "\f458"
}
.fa-toggle-off:before {
content: "\f204"
}
.fa-archive:before,
.fa-box-archive:before {
content: "\f187"
}
.fa-person-drowning:before {
content: "\e545"
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
content: "\f886"
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
content: "\f58a"
}
.fa-spray-can:before {
content: "\f5bd"
}
.fa-truck-monster:before {
content: "\f63b"
}
.fa-w:before {
content: "\57"
}
.fa-earth-africa:before,
.fa-globe-africa:before {
content: "\f57c"
}
.fa-rainbow:before {
content: "\f75b"
}
.fa-circle-notch:before {
content: "\f1ce"
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
content: "\f3fa"
}
.fa-paw:before {
content: "\f1b0"
}
.fa-cloud:before {
content: "\f0c2"
}
.fa-trowel-bricks:before {
content: "\e58a"
}
.fa-face-flushed:before,
.fa-flushed:before {
content: "\f579"
}
.fa-hospital-user:before {
content: "\f80d"
}
.fa-tent-arrow-left-right:before {
content: "\e57f"
}
.fa-gavel:before,
.fa-legal:before {
content: "\f0e3"
}
.fa-binoculars:before {
content: "\f1e5"
}
.fa-microphone-slash:before {
content: "\f131"
}
.fa-box-tissue:before {
content: "\e05b"
}
.fa-motorcycle:before {
content: "\f21c"
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
content: "\f562"
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
content: "\f5ae"
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
content: "\e068"
}
.fa-mars-and-venus-burst:before {
content: "\e523"
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
content: "\f152"
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4"
}
.fa-sun-plant-wilt:before {
content: "\e57a"
}
.fa-toilets-portable:before {
content: "\e584"
}
.fa-hockey-puck:before {
content: "\f453"
}
.fa-table:before {
content: "\f0ce"
}
.fa-magnifying-glass-arrow-right:before {
content: "\e521"
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
content: "\f566"
}
.fa-users-slash:before {
content: "\e073"
}
.fa-clover:before {
content: "\e139"
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f3e5"
}
.fa-star-and-crescent:before {
content: "\f699"
}
.fa-house-fire:before {
content: "\e50c"
}
.fa-minus-square:before,
.fa-square-minus:before {
content: "\f146"
}
.fa-helicopter:before {
content: "\f533"
}
.fa-compass:before {
content: "\f14e"
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
content: "\f150"
}
.fa-file-circle-question:before {
content: "\e4ef"
}
.fa-laptop-code:before {
content: "\f5fc"
}
.fa-swatchbook:before {
content: "\f5c3"
}
.fa-prescription-bottle:before {
content: "\f485"
}
.fa-bars:before,
.fa-navicon:before {
content: "\f0c9"
}
.fa-people-group:before {
content: "\e533"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253"
}
.fa-heart-broken:before,
.fa-heart-crack:before {
content: "\f7a9"
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
content: "\f360"
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
content: "\f597"
}
.fa-film:before {
content: "\f008"
}
.fa-ruler-horizontal:before {
content: "\f547"
}
.fa-people-robbery:before {
content: "\e536"
}
.fa-lightbulb:before {
content: "\f0eb"
}
.fa-caret-left:before {
content: "\f0d9"
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
content: "\f06a"
}
.fa-school-circle-xmark:before {
content: "\e56d"
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
content: "\f08b"
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
content: "\f13a"
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
content: "\f13e"
}
.fa-cloud-showers-heavy:before {
content: "\f740"
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
content: "\f58f"
}
.fa-sitemap:before {
content: "\f0e8"
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
content: "\f4b9"
}
.fa-memory:before {
content: "\f538"
}
.fa-road-spikes:before {
content: "\e568"
}
.fa-fire-burner:before {
content: "\e4f1"
}
.fa-flag:before {
content: "\f024"
}
.fa-hanukiah:before {
content: "\f6e6"
}
.fa-feather:before {
content: "\f52d"
}
.fa-volume-down:before,
.fa-volume-low:before {
content: "\f027"
}
.fa-comment-slash:before {
content: "\f4b3"
}
.fa-cloud-sun-rain:before {
content: "\f743"
}
.fa-compress:before {
content: "\f066"
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
content: "\e2cd"
}
.fa-ankh:before {
content: "\f644"
}
.fa-hands-holding-child:before {
content: "\e4fa"
}
.fa-asterisk:before {
content: "\2a"
}
.fa-check-square:before,
.fa-square-check:before {
content: "\f14a"
}
.fa-peseta-sign:before {
content: "\e221"
}
.fa-header:before,
.fa-heading:before {
content: "\f1dc"
}
.fa-ghost:before {
content: "\f6e2"
}
.fa-list-squares:before,
.fa-list:before {
content: "\f03a"
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
content: "\f87b"
}
.fa-cart-plus:before {
content: "\f217"
}
.fa-gamepad:before {
content: "\f11b"
}
.fa-circle-dot:before,
.fa-dot-circle:before {
content: "\f192"
}
.fa-dizzy:before,
.fa-face-dizzy:before {
content: "\f567"
}
.fa-egg:before {
content: "\f7fb"
}
.fa-house-medical-circle-xmark:before {
content: "\e513"
}
.fa-campground:before {
content: "\f6bb"
}
.fa-folder-plus:before {
content: "\f65e"
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
content: "\f1e3"
}
.fa-paint-brush:before,
.fa-paintbrush:before {
content: "\f1fc"
}
.fa-lock:before {
content: "\f023"
}
.fa-gas-pump:before {
content: "\f52f"
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
content: "\f593"
}
.fa-map-location:before,
.fa-map-marked:before {
content: "\f59f"
}
.fa-house-flood-water:before {
content: "\e50e"
}
.fa-tree:before {
content: "\f1bb"
}
.fa-bridge-lock:before {
content: "\e4cc"
}
.fa-sack-dollar:before {
content: "\f81d"
}
.fa-edit:before,
.fa-pen-to-square:before {
content: "\f044"
}
.fa-car-side:before {
content: "\f5e4"
}
.fa-share-alt:before,
.fa-share-nodes:before {
content: "\f1e0"
}
.fa-heart-circle-minus:before {
content: "\e4ff"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252"
}
.fa-microscope:before {
content: "\f610"
}
.fa-sink:before {
content: "\e06d"
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
content: "\f290"
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
content: "\f881"
}
.fa-mitten:before {
content: "\f7b5"
}
.fa-person-rays:before {
content: "\e54d"
}
.fa-users:before {
content: "\f0c0"
}
.fa-eye-slash:before {
content: "\f070"
}
.fa-flask-vial:before {
content: "\e4f3"
}
.fa-hand-paper:before,
.fa-hand:before {
content: "\f256"
}
.fa-om:before {
content: "\f679"
}
.fa-worm:before {
content: "\e599"
}
.fa-house-circle-xmark:before {
content: "\e50b"
}
.fa-plug:before {
content: "\f1e6"
}
.fa-chevron-up:before {
content: "\f077"
}
.fa-hand-spock:before {
content: "\f259"
}
.fa-stopwatch:before {
content: "\f2f2"
}
.fa-face-kiss:before,
.fa-kiss:before {
content: "\f596"
}
.fa-bridge-circle-xmark:before {
content: "\e4cb"
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
content: "\f589"
}
.fa-chess-bishop:before {
content: "\f43a"
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
content: "\f58c"
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
content: "\f2a4"
}
.fa-road-circle-check:before {
content: "\e564"
}
.fa-dice-five:before {
content: "\f523"
}
.fa-rss-square:before,
.fa-square-rss:before {
content: "\f143"
}
.fa-land-mine-on:before {
content: "\e51b"
}
.fa-i-cursor:before {
content: "\f246"
}
.fa-stamp:before {
content: "\f5bf"
}
.fa-stairs:before {
content: "\e289"
}
.fa-i:before {
content: "\49"
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
content: "\f6f2"
}
.fa-pills:before {
content: "\f484"
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
content: "\f581"
}
.fa-tooth:before {
content: "\f5c9"
}
.fa-v:before {
content: "\56"
}
.fa-bangladeshi-taka-sign:before {
content: "\e2e6"
}
.fa-bicycle:before {
content: "\f206"
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
content: "\e579"
}
.fa-head-side-cough-slash:before {
content: "\e062"
}
.fa-ambulance:before,
.fa-truck-medical:before {
content: "\f0f9"
}
.fa-wheat-awn-circle-exclamation:before {
content: "\e598"
}
.fa-snowman:before {
content: "\f7d0"
}
.fa-mortar-pestle:before {
content: "\f5a7"
}
.fa-road-barrier:before {
content: "\e562"
}
.fa-school:before {
content: "\f549"
}
.fa-igloo:before {
content: "\f7ae"
}
.fa-joint:before {
content: "\f595"
}
.fa-angle-right:before {
content: "\f105"
}
.fa-horse:before {
content: "\f6f0"
}
.fa-q:before {
content: "\51"
}
.fa-g:before {
content: "\47"
}
.fa-notes-medical:before {
content: "\f481"
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9"
}
.fa-dong-sign:before {
content: "\e169"
}
.fa-capsules:before {
content: "\f46b"
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
content: "\f75a"
}
.fa-face-frown-open:before,
.fa-frown-open:before {
content: "\f57a"
}
.fa-hand-point-up:before {
content: "\f0a6"
}
.fa-money-bill:before {
content: "\f0d6"
}
.fa-bookmark:before {
content: "\f02e"
}
.fa-align-justify:before {
content: "\f039"
}
.fa-umbrella-beach:before {
content: "\f5ca"
}
.fa-helmet-un:before {
content: "\e503"
}
.fa-bullseye:before {
content: "\f140"
}
.fa-bacon:before {
content: "\f7e5"
}
.fa-hand-point-down:before {
content: "\f0a7"
}
.fa-arrow-up-from-bracket:before {
content: "\e09a"
}
.fa-folder-blank:before,
.fa-folder:before {
content: "\f07b"
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
content: "\f478"
}
.fa-radiation:before {
content: "\f7b9"
}
.fa-chart-simple:before {
content: "\e473"
}
.fa-mars-stroke:before {
content: "\f229"
}
.fa-vial:before {
content: "\f492"
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
content: "\f624"
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
content: "\e2ca"
}
.fa-e:before {
content: "\45"
}
.fa-pen-alt:before,
.fa-pen-clip:before {
content: "\f305"
}
.fa-bridge-circle-exclamation:before {
content: "\e4ca"
}
.fa-user:before {
content: "\f007"
}
.fa-school-circle-check:before {
content: "\e56b"
}
.fa-dumpster:before {
content: "\f793"
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
content: "\f5b6"
}
.fa-building-user:before {
content: "\e4da"
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
content: "\f191"
}
.fa-highlighter:before {
content: "\f591"
}
.fa-key:before {
content: "\f084"
}
.fa-bullhorn:before {
content: "\f0a1"
}
.fa-globe:before {
content: "\f0ac"
}
.fa-synagogue:before {
content: "\f69b"
}
.fa-person-half-dress:before {
content: "\e548"
}
.fa-road-bridge:before {
content: "\e563"
}
.fa-location-arrow:before {
content: "\f124"
}
.fa-c:before {
content: "\43"
}
.fa-tablet-button:before {
content: "\f10a"
}
.fa-building-lock:before {
content: "\e4d6"
}
.fa-pizza-slice:before {
content: "\f818"
}
.fa-money-bill-wave:before {
content: "\f53a"
}
.fa-area-chart:before,
.fa-chart-area:before {
content: "\f1fe"
}
.fa-house-flag:before {
content: "\e50d"
}
.fa-person-circle-minus:before {
content: "\e540"
}
.fa-ban:before,
.fa-cancel:before {
content: "\f05e"
}
.fa-camera-rotate:before {
content: "\e0d8"
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
content: "\f5d0"
}
.fa-star:before {
content: "\f005"
}
.fa-repeat:before {
content: "\f363"
}
.fa-cross:before {
content: "\f654"
}
.fa-box:before {
content: "\f466"
}
.fa-venus-mars:before {
content: "\f228"
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
content: "\f245"
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
content: "\f31e"
}
.fa-charging-station:before {
content: "\f5e7"
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
content: "\f61f"
}
.fa-random:before,
.fa-shuffle:before {
content: "\f074"
}
.fa-person-running:before,
.fa-running:before {
content: "\f70c"
}
.fa-mobile-retro:before {
content: "\e527"
}
.fa-grip-lines-vertical:before {
content: "\f7a5"
}
.fa-spider:before {
content: "\f717"
}
.fa-hands-bound:before {
content: "\e4f9"
}
.fa-file-invoice-dollar:before {
content: "\f571"
}
.fa-plane-circle-exclamation:before {
content: "\e556"
}
.fa-x-ray:before {
content: "\f497"
}
.fa-spell-check:before {
content: "\f891"
}
.fa-slash:before {
content: "\f715"
}
.fa-computer-mouse:before,
.fa-mouse:before {
content: "\f8cc"
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
content: "\f090"
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
content: "\e070"
}
.fa-server:before {
content: "\f233"
}
.fa-virus-covid-slash:before {
content: "\e4a9"
}
.fa-shop-lock:before {
content: "\e4a5"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251"
}
.fa-blender-phone:before {
content: "\f6b6"
}
.fa-building-wheat:before {
content: "\e4db"
}
.fa-person-breastfeeding:before {
content: "\e53a"
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
content: "\f2f6"
}
.fa-venus:before {
content: "\f221"
}
.fa-passport:before {
content: "\f5ab"
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
content: "\f21e"
}
.fa-people-carry-box:before,
.fa-people-carry:before {
content: "\f4ce"
}
.fa-temperature-high:before {
content: "\f769"
}
.fa-microchip:before {
content: "\f2db"
}
.fa-crown:before {
content: "\f521"
}
.fa-weight-hanging:before {
content: "\f5cd"
}
.fa-xmarks-lines:before {
content: "\e59a"
}
.fa-file-prescription:before {
content: "\f572"
}
.fa-weight-scale:before,
.fa-weight:before {
content: "\f496"
}
.fa-user-friends:before,
.fa-user-group:before {
content: "\f500"
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
content: "\f15e"
}
.fa-chess-knight:before {
content: "\f441"
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
content: "\f59b"
}
.fa-wheelchair:before {
content: "\f193"
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
content: "\f0aa"
}
.fa-toggle-on:before {
content: "\f205"
}
.fa-person-walking:before,
.fa-walking:before {
content: "\f554"
}
.fa-l:before {
content: "\4c"
}
.fa-fire:before {
content: "\f06d"
}
.fa-bed-pulse:before,
.fa-procedures:before {
content: "\f487"
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
content: "\f197"
}
.fa-face-laugh:before,
.fa-laugh:before {
content: "\f599"
}
.fa-folder-open:before {
content: "\f07c"
}
.fa-heart-circle-plus:before {
content: "\e500"
}
.fa-code-fork:before {
content: "\e13b"
}
.fa-city:before {
content: "\f64f"
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
content: "\f3c9"
}
.fa-pepper-hot:before {
content: "\f816"
}
.fa-unlock:before {
content: "\f09c"
}
.fa-colon-sign:before {
content: "\e140"
}
.fa-headset:before {
content: "\f590"
}
.fa-store-slash:before {
content: "\e071"
}
.fa-road-circle-xmark:before {
content: "\e566"
}
.fa-user-minus:before {
content: "\f503"
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
content: "\f22a"
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
content: "\f79f"
}
.fa-clipboard:before {
content: "\f328"
}
.fa-house-circle-exclamation:before {
content: "\e50a"
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
content: "\f574"
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
content: "\f1eb"
}
.fa-bath:before,
.fa-bathtub:before {
content: "\f2cd"
}
.fa-underline:before {
content: "\f0cd"
}
.fa-user-edit:before,
.fa-user-pen:before {
content: "\f4ff"
}
.fa-signature:before {
content: "\f5b7"
}
.fa-stroopwafel:before {
content: "\f551"
}
.fa-bold:before {
content: "\f032"
}
.fa-anchor-lock:before {
content: "\e4ad"
}
.fa-building-ngo:before {
content: "\e4d7"
}
.fa-manat-sign:before {
content: "\e1d5"
}
.fa-not-equal:before {
content: "\f53e"
}
.fa-border-style:before,
.fa-border-top-left:before {
content: "\f853"
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
content: "\f5a0"
}
.fa-jedi:before {
content: "\f669"
}
.fa-poll:before,
.fa-square-poll-vertical:before {
content: "\f681"
}
.fa-mug-hot:before {
content: "\f7b6"
}
.fa-battery-car:before,
.fa-car-battery:before {
content: "\f5df"
}
.fa-gift:before {
content: "\f06b"
}
.fa-dice-two:before {
content: "\f528"
}
.fa-chess-queen:before {
content: "\f445"
}
.fa-glasses:before {
content: "\f530"
}
.fa-chess-board:before {
content: "\f43c"
}
.fa-building-circle-check:before {
content: "\e4d2"
}
.fa-person-chalkboard:before {
content: "\e53d"
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
content: "\f22b"
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
content: "\f255"
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
content: "\f151"
}
.fa-cloud-showers-water:before {
content: "\e4e4"
}
.fa-bar-chart:before,
.fa-chart-bar:before {
content: "\f080"
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
content: "\e05e"
}
.fa-less-than-equal:before {
content: "\f537"
}
.fa-train:before {
content: "\f238"
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
content: "\f2a8"
}
.fa-crow:before {
content: "\f520"
}
.fa-sailboat:before {
content: "\e445"
}
.fa-window-restore:before {
content: "\f2d2"
}
.fa-plus-square:before,
.fa-square-plus:before {
content: "\f0fe"
}
.fa-torii-gate:before {
content: "\f6a1"
}
.fa-frog:before {
content: "\f52e"
}
.fa-bucket:before {
content: "\e4cf"
}
.fa-image:before {
content: "\f03e"
}
.fa-microphone:before {
content: "\f130"
}
.fa-cow:before {
content: "\f6c8"
}
.fa-caret-up:before {
content: "\f0d8"
}
.fa-screwdriver:before {
content: "\f54a"
}
.fa-folder-closed:before {
content: "\e185"
}
.fa-house-tsunami:before {
content: "\e515"
}
.fa-square-nfi:before {
content: "\e576"
}
.fa-arrow-up-from-ground-water:before {
content: "\e4b5"
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
content: "\f57b"
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
content: "\f2ea"
}
.fa-columns:before,
.fa-table-columns:before {
content: "\f0db"
}
.fa-lemon:before {
content: "\f094"
}
.fa-head-side-mask:before {
content: "\e063"
}
.fa-handshake:before {
content: "\f2b5"
}
.fa-gem:before {
content: "\f3a5"
}
.fa-dolly-box:before,
.fa-dolly:before {
content: "\f472"
}
.fa-smoking:before {
content: "\f48d"
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
content: "\f78c"
}
.fa-monument:before {
content: "\f5a6"
}
.fa-snowplow:before {
content: "\f7d2"
}
.fa-angle-double-right:before,
.fa-angles-right:before {
content: "\f101"
}
.fa-cannabis:before {
content: "\f55f"
}
.fa-circle-play:before,
.fa-play-circle:before {
content: "\f144"
}
.fa-tablets:before {
content: "\f490"
}
.fa-ethernet:before {
content: "\f796"
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
content: "\f153"
}
.fa-chair:before {
content: "\f6c0"
}
.fa-check-circle:before,
.fa-circle-check:before {
content: "\f058"
}
.fa-circle-stop:before,
.fa-stop-circle:before {
content: "\f28d"
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
content: "\f568"
}
.fa-plate-wheat:before {
content: "\e55a"
}
.fa-icicles:before {
content: "\f7ad"
}
.fa-person-shelter:before {
content: "\e54f"
}
.fa-neuter:before {
content: "\f22c"
}
.fa-id-badge:before {
content: "\f2c1"
}
.fa-marker:before {
content: "\f5a1"
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
content: "\f59a"
}
.fa-helicopter-symbol:before {
content: "\e502"
}
.fa-universal-access:before {
content: "\f29a"
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
content: "\f139"
}
.fa-lari-sign:before {
content: "\e1c8"
}
.fa-volcano:before {
content: "\f770"
}
.fa-person-walking-dashed-line-arrow-right:before {
content: "\e553"
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
content: "\f154"
}
.fa-viruses:before {
content: "\e076"
}
.fa-square-person-confined:before {
content: "\e577"
}
.fa-user-tie:before {
content: "\f508"
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
content: "\f175"
}
.fa-tent-arrow-down-to-line:before {
content: "\e57e"
}
.fa-certificate:before {
content: "\f0a3"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122"
}
.fa-suitcase:before {
content: "\f0f2"
}
.fa-person-skating:before,
.fa-skating:before {
content: "\f7c5"
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
content: "\f662"
}
.fa-camera-retro:before {
content: "\f083"
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
content: "\f0ab"
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
content: "\f56f"
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
content: "\f14c"
}
.fa-box-open:before {
content: "\f49e"
}
.fa-scroll:before {
content: "\f70e"
}
.fa-spa:before {
content: "\f5bb"
}
.fa-location-pin-lock:before {
content: "\e51f"
}
.fa-pause:before {
content: "\f04c"
}
.fa-hill-avalanche:before {
content: "\e507"
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb"
}
.fa-bomb:before {
content: "\f1e2"
}
.fa-registered:before {
content: "\f25d"
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
content: "\f2bb"
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
content: "\f516"
}
.fa-subscript:before {
content: "\f12c"
}
.fa-diamond-turn-right:before,
.fa-directions:before {
content: "\f5eb"
}
.fa-burst:before {
content: "\e4dc"
}
.fa-house-laptop:before,
.fa-laptop-house:before {
content: "\e066"
}
.fa-face-tired:before,
.fa-tired:before {
content: "\f5c8"
}
.fa-money-bills:before {
content: "\e1f3"
}
.fa-smog:before {
content: "\f75f"
}
.fa-crutch:before {
content: "\f7f7"
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
content: "\f0ee"
}
.fa-palette:before {
content: "\f53f"
}
.fa-arrows-turn-right:before {
content: "\e4c0"
}
.fa-vest:before {
content: "\e085"
}
.fa-ferry:before {
content: "\e4ea"
}
.fa-arrows-down-to-people:before {
content: "\e4b9"
}
.fa-seedling:before,
.fa-sprout:before {
content: "\f4d8"
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
content: "\f337"
}
.fa-boxes-packing:before {
content: "\e4c7"
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
content: "\f0a8"
}
.fa-group-arrows-rotate:before {
content: "\e4f6"
}
.fa-bowl-food:before {
content: "\e4c6"
}
.fa-candy-cane:before {
content: "\f786"
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
content: "\f160"
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
content: "\f76c"
}
.fa-remove-format:before,
.fa-text-slash:before {
content: "\f87d"
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
content: "\f4da"
}
.fa-file-word:before {
content: "\f1c2"
}
.fa-file-powerpoint:before {
content: "\f1c4"
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
content: "\f07e"
}
.fa-house-lock:before {
content: "\e510"
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
content: "\f0ed"
}
.fa-children:before {
content: "\e4e1"
}
.fa-blackboard:before,
.fa-chalkboard:before {
content: "\f51b"
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
content: "\f4fa"
}
.fa-envelope-open:before {
content: "\f2b6"
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
content: "\e05f"
}
.fa-mattress-pillow:before {
content: "\e525"
}
.fa-guarani-sign:before {
content: "\e19a"
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
content: "\f021"
}
.fa-fire-extinguisher:before {
content: "\f134"
}
.fa-cruzeiro-sign:before {
content: "\e152"
}
.fa-greater-than-equal:before {
content: "\f532"
}
.fa-shield-alt:before,
.fa-shield-halved:before {
content: "\f3ed"
}
.fa-atlas:before,
.fa-book-atlas:before {
content: "\f558"
}
.fa-virus:before {
content: "\e074"
}
.fa-envelope-circle-check:before {
content: "\e4e8"
}
.fa-layer-group:before {
content: "\f5fd"
}
.fa-arrows-to-dot:before {
content: "\e4be"
}
.fa-archway:before {
content: "\f557"
}
.fa-heart-circle-check:before {
content: "\e4fd"
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
content: "\f6f1"
}
.fa-file-archive:before,
.fa-file-zipper:before {
content: "\f1c6"
}
.fa-square:before {
content: "\f0c8"
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
content: "\f000"
}
.fa-couch:before {
content: "\f4b8"
}
.fa-cedi-sign:before {
content: "\e0df"
}
.fa-italic:before {
content: "\f033"
}
.fa-church:before {
content: "\f51d"
}
.fa-comments-dollar:before {
content: "\f653"
}
.fa-democrat:before {
content: "\f747"
}
.fa-z:before {
content: "\5a"
}
.fa-person-skiing:before,
.fa-skiing:before {
content: "\f7c9"
}
.fa-road-lock:before {
content: "\e567"
}
.fa-a:before {
content: "\41"
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
content: "\e03f"
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
content: "\f56b"
}
.fa-p:before {
content: "\50"
}
.fa-snowflake:before {
content: "\f2dc"
}
.fa-newspaper:before {
content: "\f1ea"
}
.fa-ad:before,
.fa-rectangle-ad:before {
content: "\f641"
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
content: "\f0a9"
}
.fa-filter-circle-xmark:before {
content: "\e17b"
}
.fa-locust:before {
content: "\e520"
}
.fa-sort:before,
.fa-unsorted:before {
content: "\f0dc"
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
content: "\f0cb"
}
.fa-person-dress-burst:before {
content: "\e544"
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
content: "\f53d"
}
.fa-vector-square:before {
content: "\f5cb"
}
.fa-bread-slice:before {
content: "\f7ec"
}
.fa-language:before {
content: "\f1ab"
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
content: "\f598"
}
.fa-filter:before {
content: "\f0b0"
}
.fa-question:before {
content: "\3f"
}
.fa-file-signature:before {
content: "\f573"
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
content: "\f0b2"
}
.fa-house-chimney-user:before {
content: "\e065"
}
.fa-hand-holding-heart:before {
content: "\f4be"
}
.fa-puzzle-piece:before {
content: "\f12e"
}
.fa-money-check:before {
content: "\f53c"
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
content: "\f5c0"
}
.fa-code:before {
content: "\f121"
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
content: "\f7a0"
}
.fa-building-circle-exclamation:before {
content: "\e4d3"
}
.fa-magnifying-glass-chart:before {
content: "\e522"
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
content: "\f08e"
}
.fa-cubes-stacked:before {
content: "\e4e6"
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
content: "\f159"
}
.fa-virus-covid:before {
content: "\e4a8"
}
.fa-austral-sign:before {
content: "\e0a9"
}
.fa-f:before {
content: "\46"
}
.fa-leaf:before {
content: "\f06c"
}
.fa-road:before {
content: "\f018"
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba"
}
.fa-person-circle-plus:before {
content: "\e541"
}
.fa-chart-pie:before,
.fa-pie-chart:before {
content: "\f200"
}
.fa-bolt-lightning:before {
content: "\e0b7"
}
.fa-sack-xmark:before {
content: "\e56a"
}
.fa-file-excel:before {
content: "\f1c3"
}
.fa-file-contract:before {
content: "\f56c"
}
.fa-fish-fins:before {
content: "\e4f2"
}
.fa-building-flag:before {
content: "\e4d5"
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
content: "\f582"
}
.fa-object-ungroup:before {
content: "\f248"
}
.fa-poop:before {
content: "\f619"
}
.fa-location-pin:before,
.fa-map-marker:before {
content: "\f041"
}
.fa-kaaba:before {
content: "\f66b"
}
.fa-toilet-paper:before {
content: "\f71e"
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
content: "\f807"
}
.fa-eject:before {
content: "\f052"
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
content: "\f35a"
}
.fa-plane-circle-check:before {
content: "\e555"
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
content: "\f5a5"
}
.fa-object-group:before {
content: "\f247"
}
.fa-chart-line:before,
.fa-line-chart:before {
content: "\f201"
}
.fa-mask-ventilator:before {
content: "\e524"
}
.fa-arrow-right:before {
content: "\f061"
}
.fa-map-signs:before,
.fa-signs-post:before {
content: "\f277"
}
.fa-cash-register:before {
content: "\f788"
}
.fa-person-circle-question:before {
content: "\e542"
}
.fa-h:before {
content: "\48"
}
.fa-tarp:before {
content: "\e57b"
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
content: "\f7d9"
}
.fa-arrows-to-eye:before {
content: "\e4bf"
}
.fa-plug-circle-bolt:before {
content: "\e55b"
}
.fa-heart:before {
content: "\f004"
}
.fa-mars-and-venus:before {
content: "\f224"
}
.fa-home-user:before,
.fa-house-user:before {
content: "\e1b0"
}
.fa-dumpster-fire:before {
content: "\f794"
}
.fa-house-crack:before {
content: "\e3b1"
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
content: "\f561"
}
.fa-face-surprise:before,
.fa-surprise:before {
content: "\f5c2"
}
.fa-bottle-water:before {
content: "\e4c5"
}
.fa-circle-pause:before,
.fa-pause-circle:before {
content: "\f28b"
}
.fa-toilet-paper-slash:before {
content: "\e072"
}
.fa-apple-alt:before,
.fa-apple-whole:before {
content: "\f5d1"
}
.fa-kitchen-set:before {
content: "\e51a"
}
.fa-r:before {
content: "\52"
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca"
}
.fa-cube:before {
content: "\f1b2"
}
.fa-bitcoin-sign:before {
content: "\e0b4"
}
.fa-shield-dog:before {
content: "\e573"
}
.fa-solar-panel:before {
content: "\f5ba"
}
.fa-lock-open:before {
content: "\f3c1"
}
.fa-elevator:before {
content: "\e16d"
}
.fa-money-bill-transfer:before {
content: "\e528"
}
.fa-money-bill-trend-up:before {
content: "\e529"
}
.fa-house-flood-water-circle-arrow-right:before {
content: "\e50f"
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
content: "\f682"
}
.fa-circle:before {
content: "\f111"
}
.fa-backward-fast:before,
.fa-fast-backward:before {
content: "\f049"
}
.fa-recycle:before {
content: "\f1b8"
}
.fa-user-astronaut:before {
content: "\f4fb"
}
.fa-plane-slash:before {
content: "\e069"
}
.fa-trademark:before {
content: "\f25c"
}
.fa-basketball-ball:before,
.fa-basketball:before {
content: "\f434"
}
.fa-satellite-dish:before {
content: "\f7c0"
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
content: "\f35b"
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
content: "\f3cd"
}
.fa-volume-high:before,
.fa-volume-up:before {
content: "\f028"
}
.fa-users-rays:before {
content: "\e593"
}
.fa-wallet:before {
content: "\f555"
}
.fa-clipboard-check:before {
content: "\f46c"
}
.fa-file-audio:before {
content: "\f1c7"
}
.fa-burger:before,
.fa-hamburger:before {
content: "\f805"
}
.fa-wrench:before {
content: "\f0ad"
}
.fa-bugs:before {
content: "\e4d0"
}
.fa-rupee-sign:before,
.fa-rupee:before {
content: "\f156"
}
.fa-file-image:before {
content: "\f1c5"
}
.fa-circle-question:before,
.fa-question-circle:before {
content: "\f059"
}
.fa-plane-departure:before {
content: "\f5b0"
}
.fa-handshake-slash:before {
content: "\e060"
}
.fa-book-bookmark:before {
content: "\e0bb"
}
.fa-code-branch:before {
content: "\f126"
}
.fa-hat-cowboy:before {
content: "\f8c0"
}
.fa-bridge:before {
content: "\e4c8"
}
.fa-phone-alt:before,
.fa-phone-flip:before {
content: "\f879"
}
.fa-truck-front:before {
content: "\e2b7"
}
.fa-cat:before {
content: "\f6be"
}
.fa-anchor-circle-exclamation:before {
content: "\e4ab"
}
.fa-truck-field:before {
content: "\e58d"
}
.fa-route:before {
content: "\f4d7"
}
.fa-clipboard-question:before {
content: "\e4e3"
}
.fa-panorama:before {
content: "\e209"
}
.fa-comment-medical:before {
content: "\f7f5"
}
.fa-teeth-open:before {
content: "\f62f"
}
.fa-file-circle-minus:before {
content: "\e4ed"
}
.fa-tags:before {
content: "\f02c"
}
.fa-wine-glass:before {
content: "\f4e3"
}
.fa-fast-forward:before,
.fa-forward-fast:before {
content: "\f050"
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
content: "\f5a4"
}
.fa-parking:before,
.fa-square-parking:before {
content: "\f540"
}
.fa-house-signal:before {
content: "\e012"
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
content: "\f828"
}
.fa-faucet-drip:before {
content: "\e006"
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
content: "\f474"
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
content: "\f54d"
}
.fa-terminal:before {
content: "\f120"
}
.fa-mobile-button:before {
content: "\f10b"
}
.fa-house-medical-flag:before {
content: "\e514"
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
content: "\f291"
}
.fa-tape:before {
content: "\f4db"
}
.fa-bus-alt:before,
.fa-bus-simple:before {
content: "\f55e"
}
.fa-eye:before {
content: "\f06e"
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
content: "\f5b3"
}
.fa-audio-description:before {
content: "\f29e"
}
.fa-person-military-to-person:before {
content: "\e54c"
}
.fa-file-shield:before {
content: "\e4f0"
}
.fa-user-slash:before {
content: "\f506"
}
.fa-pen:before {
content: "\f304"
}
.fa-tower-observation:before {
content: "\e586"
}
.fa-file-code:before {
content: "\f1c9"
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
content: "\f012"
}
.fa-bus:before {
content: "\f207"
}
.fa-heart-circle-xmark:before {
content: "\e501"
}
.fa-home-lg:before,
.fa-house-chimney:before {
content: "\e3af"
}
.fa-window-maximize:before {
content: "\f2d0"
}
.fa-face-frown:before,
.fa-frown:before {
content: "\f119"
}
.fa-prescription:before {
content: "\f5b1"
}
.fa-shop:before,
.fa-store-alt:before {
content: "\f54f"
}
.fa-floppy-disk:before,
.fa-save:before {
content: "\f0c7"
}
.fa-vihara:before {
content: "\f6a7"
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
content: "\f515"
}
.fa-sort-asc:before,
.fa-sort-up:before {
content: "\f0de"
}
.fa-comment-dots:before,
.fa-commenting:before {
content: "\f4ad"
}
.fa-plant-wilt:before {
content: "\e5aa"
}
.fa-diamond:before {
content: "\f219"
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
content: "\f585"
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
content: "\f4c0"
}
.fa-bacterium:before {
content: "\e05a"
}
.fa-hand-pointer:before {
content: "\f25a"
}
.fa-drum-steelpan:before {
content: "\f56a"
}
.fa-hand-scissors:before {
content: "\f257"
}
.fa-hands-praying:before,
.fa-praying-hands:before {
content: "\f684"
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
content: "\f01e"
}
.fa-biohazard:before {
content: "\f780"
}
.fa-location-crosshairs:before,
.fa-location:before {
content: "\f601"
}
.fa-mars-double:before {
content: "\f227"
}
.fa-child-dress:before {
content: "\e59c"
}
.fa-users-between-lines:before {
content: "\e591"
}
.fa-lungs-virus:before {
content: "\e067"
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
content: "\f588"
}
.fa-phone:before {
content: "\f095"
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
content: "\f273"
}
.fa-child-reaching:before {
content: "\e59d"
}
.fa-head-side-virus:before {
content: "\e064"
}
.fa-user-cog:before,
.fa-user-gear:before {
content: "\f4fe"
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
content: "\f163"
}
.fa-door-closed:before {
content: "\f52a"
}
.fa-shield-virus:before {
content: "\e06c"
}
.fa-dice-six:before {
content: "\f526"
}
.fa-mosquito-net:before {
content: "\e52c"
}
.fa-bridge-water:before {
content: "\e4ce"
}
.fa-person-booth:before {
content: "\f756"
}
.fa-text-width:before {
content: "\f035"
}
.fa-hat-wizard:before {
content: "\f6e8"
}
.fa-pen-fancy:before {
content: "\f5ac"
}
.fa-digging:before,
.fa-person-digging:before {
content: "\f85e"
}
.fa-trash:before {
content: "\f1f8"
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
content: "\f629"
}
.fa-book-medical:before {
content: "\f7e6"
}
.fa-poo:before {
content: "\f2fe"
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
content: "\f10e"
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
content: "\f553"
}
.fa-cubes:before {
content: "\f1b3"
}
.fa-divide:before {
content: "\f529"
}
.fa-tenge-sign:before,
.fa-tenge:before {
content: "\f7d7"
}
.fa-headphones:before {
content: "\f025"
}
.fa-hands-holding:before {
content: "\f4c2"
}
.fa-hands-clapping:before {
content: "\e1a8"
}
.fa-republican:before {
content: "\f75e"
}
.fa-arrow-left:before {
content: "\f060"
}
.fa-person-circle-xmark:before {
content: "\e543"
}
.fa-ruler:before {
content: "\f545"
}
.fa-align-left:before {
content: "\f036"
}
.fa-dice-d6:before {
content: "\f6d1"
}
.fa-restroom:before {
content: "\f7bd"
}
.fa-j:before {
content: "\4a"
}
.fa-users-viewfinder:before {
content: "\e595"
}
.fa-file-video:before {
content: "\f1c8"
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
content: "\f35d"
}
.fa-table-cells:before,
.fa-th:before {
content: "\f00a"
}
.fa-file-pdf:before {
content: "\f1c1"
}
.fa-bible:before,
.fa-book-bible:before {
content: "\f647"
}
.fa-o:before {
content: "\4f"
}
.fa-medkit:before,
.fa-suitcase-medical:before {
content: "\f0fa"
}
.fa-user-secret:before {
content: "\f21b"
}
.fa-otter:before {
content: "\f700"
}
.fa-female:before,
.fa-person-dress:before {
content: "\f182"
}
.fa-comment-dollar:before {
content: "\f651"
}
.fa-briefcase-clock:before,
.fa-business-time:before {
content: "\f64a"
}
.fa-table-cells-large:before,
.fa-th-large:before {
content: "\f009"
}
.fa-book-tanakh:before,
.fa-tanakh:before {
content: "\f827"
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
content: "\f2a0"
}
.fa-hat-cowboy-side:before {
content: "\f8c1"
}
.fa-clipboard-user:before {
content: "\f7f3"
}
.fa-child:before {
content: "\f1ae"
}
.fa-lira-sign:before {
content: "\f195"
}
.fa-satellite:before {
content: "\f7bf"
}
.fa-plane-lock:before {
content: "\e558"
}
.fa-tag:before {
content: "\f02b"
}
.fa-comment:before {
content: "\f075"
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
content: "\f1fd"
}
.fa-envelope:before {
content: "\f0e0"
}
.fa-angle-double-up:before,
.fa-angles-up:before {
content: "\f102"
}
.fa-paperclip:before {
content: "\f0c6"
}
.fa-arrow-right-to-city:before {
content: "\e4b3"
}
.fa-ribbon:before {
content: "\f4d6"
}
.fa-lungs:before {
content: "\f604"
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
content: "\f887"
}
.fa-litecoin-sign:before {
content: "\e1d3"
}
.fa-border-none:before {
content: "\f850"
}
.fa-circle-nodes:before {
content: "\e4e2"
}
.fa-parachute-box:before {
content: "\f4cd"
}
.fa-indent:before {
content: "\f03c"
}
.fa-truck-field-un:before {
content: "\e58e"
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
content: "\f254"
}
.fa-mountain:before {
content: "\f6fc"
}
.fa-user-doctor:before,
.fa-user-md:before {
content: "\f0f0"
}
.fa-circle-info:before,
.fa-info-circle:before {
content: "\f05a"
}
.fa-cloud-meatball:before {
content: "\f73b"
}
.fa-camera-alt:before,
.fa-camera:before {
content: "\f030"
}
.fa-square-virus:before {
content: "\e578"
}
.fa-meteor:before {
content: "\f753"
}
.fa-car-on:before {
content: "\e4dd"
}
.fa-sleigh:before {
content: "\f7cc"
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
content: "\f162"
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
content: "\f4c1"
}
.fa-water:before {
content: "\f773"
}
.fa-calendar-check:before {
content: "\f274"
}
.fa-braille:before {
content: "\f2a1"
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
content: "\f486"
}
.fa-landmark:before {
content: "\f66f"
}
.fa-truck:before {
content: "\f0d1"
}
.fa-crosshairs:before {
content: "\f05b"
}
.fa-person-cane:before {
content: "\e53c"
}
.fa-tent:before {
content: "\e57d"
}
.fa-vest-patches:before {
content: "\e086"
}
.fa-check-double:before {
content: "\f560"
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
content: "\f15d"
}
.fa-money-bill-wheat:before {
content: "\e52a"
}
.fa-cookie:before {
content: "\f563"
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
content: "\f0e2"
}
.fa-hard-drive:before,
.fa-hdd:before {
content: "\f0a0"
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
content: "\f586"
}
.fa-dumbbell:before {
content: "\f44b"
}
.fa-list-alt:before,
.fa-rectangle-list:before {
content: "\f022"
}
.fa-tarp-droplet:before {
content: "\e57c"
}
.fa-house-medical-circle-check:before {
content: "\e511"
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
content: "\f7ca"
}
.fa-calendar-plus:before {
content: "\f271"
}
.fa-plane-arrival:before {
content: "\f5af"
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
content: "\f359"
}
.fa-subway:before,
.fa-train-subway:before {
content: "\f239"
}
.fa-chart-gantt:before {
content: "\e0e4"
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
content: "\e1bc"
}
.fa-crop-alt:before,
.fa-crop-simple:before {
content: "\f565"
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
content: "\f3d1"
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
content: "\f30a"
}
.fa-dna:before {
content: "\f471"
}
.fa-virus-slash:before {
content: "\e075"
}
.fa-minus:before,
.fa-subtract:before {
content: "\f068"
}
.fa-chess:before {
content: "\f439"
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
content: "\f177"
}
.fa-plug-circle-check:before {
content: "\e55c"
}
.fa-street-view:before {
content: "\f21d"
}
.fa-franc-sign:before {
content: "\e18f"
}
.fa-volume-off:before {
content: "\f026"
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
content: "\f2a3"
}
.fa-cog:before,
.fa-gear:before {
content: "\f013"
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
content: "\f5c7"
}
.fa-mosque:before {
content: "\f678"
}
.fa-mosquito:before {
content: "\e52b"
}
.fa-star-of-david:before {
content: "\f69a"
}
.fa-person-military-rifle:before {
content: "\e54b"
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
content: "\f07a"
}
.fa-vials:before {
content: "\f493"
}
.fa-plug-circle-plus:before {
content: "\e55f"
}
.fa-place-of-worship:before {
content: "\f67f"
}
.fa-grip-vertical:before {
content: "\f58e"
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
content: "\f148"
}
.fa-u:before {
content: "\55"
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
content: "\f698"
}
.fa-clock-four:before,
.fa-clock:before {
content: "\f017"
}
.fa-backward-step:before,
.fa-step-backward:before {
content: "\f048"
}
.fa-pallet:before {
content: "\f482"
}
.fa-faucet:before {
content: "\e005"
}
.fa-baseball-bat-ball:before {
content: "\f432"
}
.fa-s:before {
content: "\53"
}
.fa-timeline:before {
content: "\e29c"
}
.fa-keyboard:before {
content: "\f11c"
}
.fa-caret-down:before {
content: "\f0d7"
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
content: "\f7f2"
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8"
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
content: "\f3cf"
}
.fa-plane-up:before {
content: "\e22d"
}
.fa-piggy-bank:before {
content: "\f4d3"
}
.fa-battery-3:before,
.fa-battery-half:before {
content: "\f242"
}
.fa-mountain-city:before {
content: "\e52e"
}
.fa-coins:before {
content: "\f51e"
}
.fa-khanda:before {
content: "\f66d"
}
.fa-sliders-h:before,
.fa-sliders:before {
content: "\f1de"
}
.fa-folder-tree:before {
content: "\f802"
}
.fa-network-wired:before {
content: "\f6ff"
}
.fa-map-pin:before {
content: "\f276"
}
.fa-hamsa:before {
content: "\f665"
}
.fa-cent-sign:before {
content: "\e3f5"
}
.fa-flask:before {
content: "\f0c3"
}
.fa-person-pregnant:before {
content: "\e31e"
}
.fa-wand-sparkles:before {
content: "\f72b"
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
content: "\f142"
}
.fa-ticket:before {
content: "\f145"
}
.fa-power-off:before {
content: "\f011"
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
content: "\f30b"
}
.fa-flag-usa:before {
content: "\f74d"
}
.fa-laptop-file:before {
content: "\e51d"
}
.fa-teletype:before,
.fa-tty:before {
content: "\f1e4"
}
.fa-diagram-next:before {
content: "\e476"
}
.fa-person-rifle:before {
content: "\e54e"
}
.fa-house-medical-circle-exclamation:before {
content: "\e512"
}
.fa-closed-captioning:before {
content: "\f20a"
}
.fa-hiking:before,
.fa-person-hiking:before {
content: "\f6ec"
}
.fa-venus-double:before {
content: "\f226"
}
.fa-images:before {
content: "\f302"
}
.fa-calculator:before {
content: "\f1ec"
}
.fa-people-pulling:before {
content: "\e535"
}
.fa-n:before {
content: "\4e"
}
.fa-cable-car:before,
.fa-tram:before {
content: "\f7da"
}
.fa-cloud-rain:before {
content: "\f73d"
}
.fa-building-circle-xmark:before {
content: "\e4d4"
}
.fa-ship:before {
content: "\f21a"
}
.fa-arrows-down-to-line:before {
content: "\e4b8"
}
.fa-download:before {
content: "\f019"
}
.fa-face-grin:before,
.fa-grin:before {
content: "\f580"
}
.fa-backspace:before,
.fa-delete-left:before {
content: "\f55a"
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
content: "\f1fb"
}
.fa-file-circle-check:before {
content: "\e5a0"
}
.fa-forward:before {
content: "\f04e"
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f3ce"
}
.fa-face-meh:before,
.fa-meh:before {
content: "\f11a"
}
.fa-align-center:before {
content: "\f037"
}
.fa-book-dead:before,
.fa-book-skull:before {
content: "\f6b7"
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2"
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b"
}
.fa-heart-circle-exclamation:before {
content: "\e4fe"
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
content: "\f015"
}
.fa-calendar-week:before {
content: "\f784"
}
.fa-laptop-medical:before {
content: "\f812"
}
.fa-b:before {
content: "\42"
}
.fa-file-medical:before {
content: "\f477"
}
.fa-dice-one:before {
content: "\f525"
}
.fa-kiwi-bird:before {
content: "\f535"
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
content: "\f0ec"
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
content: "\f2f9"
}
.fa-cutlery:before,
.fa-utensils:before {
content: "\f2e7"
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
content: "\f161"
}
.fa-mill-sign:before {
content: "\e1ed"
}
.fa-bowl-rice:before {
content: "\e2eb"
}
.fa-skull:before {
content: "\f54c"
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
content: "\f519"
}
.fa-truck-pickup:before {
content: "\f63c"
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
content: "\f30c"
}
.fa-stop:before {
content: "\f04d"
}
.fa-code-merge:before {
content: "\f387"
}
.fa-upload:before {
content: "\f093"
}
.fa-hurricane:before {
content: "\f751"
}
.fa-mound:before {
content: "\e52d"
}
.fa-toilet-portable:before {
content: "\e583"
}
.fa-compact-disc:before {
content: "\f51f"
}
.fa-file-arrow-down:before,
.fa-file-download:before {
content: "\f56d"
}
.fa-caravan:before {
content: "\f8ff"
}
.fa-shield-cat:before {
content: "\e572"
}
.fa-bolt:before,
.fa-zap:before {
content: "\f0e7"
}
.fa-glass-water:before {
content: "\e4f4"
}
.fa-oil-well:before {
content: "\e532"
}
.fa-vault:before {
content: "\e2c5"
}
.fa-mars:before {
content: "\f222"
}
.fa-toilet:before {
content: "\f7d8"
}
.fa-plane-circle-xmark:before {
content: "\e557"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
content: "\f158"
}
.fa-sun:before {
content: "\f185"
}
.fa-guitar:before {
content: "\f7a6"
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
content: "\f59c"
}
.fa-horse-head:before {
content: "\f7ab"
}
.fa-bore-hole:before {
content: "\e4c3"
}
.fa-industry:before {
content: "\f275"
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
content: "\f358"
}
.fa-arrows-turn-to-dots:before {
content: "\e4c1"
}
.fa-florin-sign:before {
content: "\e184"
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
content: "\f884"
}
.fa-less-than:before {
content: "\3c"
}
.fa-angle-down:before {
content: "\f107"
}
.fa-car-tunnel:before {
content: "\e4de"
}
.fa-head-side-cough:before {
content: "\e061"
}
.fa-grip-lines:before {
content: "\f7a4"
}
.fa-thumbs-down:before {
content: "\f165"
}
.fa-user-lock:before {
content: "\f502"
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
content: "\f178"
}
.fa-anchor-circle-xmark:before {
content: "\e4ac"
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
content: "\f141"
}
.fa-chess-pawn:before {
content: "\f443"
}
.fa-first-aid:before,
.fa-kit-medical:before {
content: "\f479"
}
.fa-person-through-window:before {
content: "\e5a9"
}
.fa-toolbox:before {
content: "\f552"
}
.fa-hands-holding-circle:before {
content: "\e4fb"
}
.fa-bug:before {
content: "\f188"
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
content: "\f09d"
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9"
}
.fa-hand-holding-hand:before {
content: "\e4f7"
}
.fa-book-open-reader:before,
.fa-book-reader:before {
content: "\f5da"
}
.fa-mountain-sun:before {
content: "\e52f"
}
.fa-arrows-left-right-to-line:before {
content: "\e4ba"
}
.fa-dice-d20:before {
content: "\f6cf"
}
.fa-truck-droplet:before {
content: "\e58c"
}
.fa-file-circle-xmark:before {
content: "\e5a1"
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
content: "\e040"
}
.fa-medal:before {
content: "\f5a2"
}
.fa-bed:before {
content: "\f236"
}
.fa-h-square:before,
.fa-square-h:before {
content: "\f0fd"
}
.fa-podcast:before {
content: "\f2ce"
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
content: "\f2c7"
}
.fa-bell:before {
content: "\f0f3"
}
.fa-superscript:before {
content: "\f12b"
}
.fa-plug-circle-xmark:before {
content: "\e560"
}
.fa-star-of-life:before {
content: "\f621"
}
.fa-phone-slash:before {
content: "\f3dd"
}
.fa-paint-roller:before {
content: "\f5aa"
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
content: "\f4c4"
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
content: "\f3c5"
}
.fa-file:before {
content: "\f15b"
}
.fa-greater-than:before {
content: "\3e"
}
.fa-person-swimming:before,
.fa-swimmer:before {
content: "\f5c4"
}
.fa-arrow-down:before {
content: "\f063"
}
.fa-droplet:before,
.fa-tint:before {
content: "\f043"
}
.fa-eraser:before {
content: "\f12d"
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
content: "\f57d"
}
.fa-person-burst:before {
content: "\e53b"
}
.fa-dove:before {
content: "\f4ba"
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244"
}
.fa-socks:before {
content: "\f696"
}
.fa-inbox:before {
content: "\f01c"
}
.fa-section:before {
content: "\e447"
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
content: "\f625"
}
.fa-envelope-open-text:before {
content: "\f658"
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
content: "\f0f8"
}
.fa-wine-bottle:before {
content: "\f72f"
}
.fa-chess-rook:before {
content: "\f447"
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
content: "\f550"
}
.fa-dharmachakra:before {
content: "\f655"
}
.fa-hotdog:before {
content: "\f80f"
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
content: "\f29d"
}
.fa-drum:before {
content: "\f569"
}
.fa-ice-cream:before {
content: "\f810"
}
.fa-heart-circle-bolt:before {
content: "\e4fc"
}
.fa-fax:before {
content: "\f1ac"
}
.fa-paragraph:before {
content: "\f1dd"
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
content: "\f772"
}
.fa-star-half:before {
content: "\f089"
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
content: "\f468"
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1"
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
content: "\f2a2"
}
.fa-tree-city:before {
content: "\e587"
}
.fa-play:before {
content: "\f04b"
}
.fa-font:before {
content: "\f031"
}
.fa-rupiah-sign:before {
content: "\e23d"
}
.fa-magnifying-glass:before,
.fa-search:before {
content: "\f002"
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
content: "\f45d"
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
content: "\f470"
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
content: "\f82a"
}
.fa-naira-sign:before {
content: "\e1f6"
}
.fa-cart-arrow-down:before {
content: "\f218"
}
.fa-walkie-talkie:before {
content: "\f8ef"
}
.fa-file-edit:before,
.fa-file-pen:before {
content: "\f31c"
}
.fa-receipt:before {
content: "\f543"
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
content: "\f14b"
}
.fa-suitcase-rolling:before {
content: "\f5c1"
}
.fa-person-circle-exclamation:before {
content: "\e53f"
}
.fa-chevron-down:before {
content: "\f078"
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
content: "\f240"
}
.fa-skull-crossbones:before {
content: "\f714"
}
.fa-code-compare:before {
content: "\e13a"
}
.fa-list-dots:before,
.fa-list-ul:before {
content: "\f0ca"
}
.fa-school-lock:before {
content: "\e56f"
}
.fa-tower-cell:before {
content: "\e585"
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
content: "\f309"
}
.fa-ranking-star:before {
content: "\e561"
}
.fa-chess-king:before {
content: "\f43f"
}
.fa-person-harassing:before {
content: "\e549"
}
.fa-brazilian-real-sign:before {
content: "\e46c"
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
content: "\f752"
}
.fa-arrow-up:before {
content: "\f062"
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
content: "\f26c"
}
.fa-shrimp:before {
content: "\e448"
}
.fa-list-check:before,
.fa-tasks:before {
content: "\f0ae"
}
.fa-jug-detergent:before {
content: "\e519"
}
.fa-circle-user:before,
.fa-user-circle:before {
content: "\f2bd"
}
.fa-user-shield:before {
content: "\f505"
}
.fa-wind:before {
content: "\f72e"
}
.fa-car-burst:before,
.fa-car-crash:before {
content: "\f5e1"
}
.fa-y:before {
content: "\59"
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
content: "\f7ce"
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
content: "\f48b"
}
.fa-fish:before {
content: "\f578"
}
.fa-user-graduate:before {
content: "\f501"
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
content: "\f042"
}
.fa-clapperboard:before {
content: "\e131"
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
content: "\f7ba"
}
.fa-baseball-ball:before,
.fa-baseball:before {
content: "\f433"
}
.fa-jet-fighter-up:before {
content: "\e518"
}
.fa-diagram-project:before,
.fa-project-diagram:before {
content: "\f542"
}
.fa-copy:before {
content: "\f0c5"
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
content: "\f6a9"
}
.fa-hand-sparkles:before {
content: "\e05d"
}
.fa-grip-horizontal:before,
.fa-grip:before {
content: "\f58d"
}
.fa-share-from-square:before,
.fa-share-square:before {
content: "\f14d"
}
.fa-child-combatant:before,
.fa-child-rifle:before {
content: "\e4e0"
}
.fa-gun:before {
content: "\e19b"
}
.fa-phone-square:before,
.fa-square-phone:before {
content: "\f098"
}
.fa-add:before,
.fa-plus:before {
content: "\2b"
}
.fa-expand:before {
content: "\f065"
}
.fa-computer:before {
content: "\e4e5"
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
content: "\f00d"
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
content: "\f047"
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
content: "\f51c"
}
.fa-peso-sign:before {
content: "\e222"
}
.fa-building-shield:before {
content: "\e4d8"
}
.fa-baby:before {
content: "\f77c"
}
.fa-users-line:before {
content: "\e592"
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
content: "\f10d"
}
.fa-tractor:before {
content: "\f722"
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
content: "\f829"
}
.fa-arrow-down-up-lock:before {
content: "\e4b0"
}
.fa-lines-leaning:before {
content: "\e51e"
}
.fa-ruler-combined:before {
content: "\f546"
}
.fa-copyright:before {
content: "\f1f9"
}
.fa-equals:before {
content: "\3d"
}
.fa-blender:before {
content: "\f517"
}
.fa-teeth:before {
content: "\f62e"
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
content: "\f20b"
}
.fa-map:before {
content: "\f279"
}
.fa-rocket:before {
content: "\f135"
}
.fa-photo-film:before,
.fa-photo-video:before {
content: "\f87c"
}
.fa-folder-minus:before {
content: "\f65d"
}
.fa-store:before {
content: "\f54e"
}
.fa-arrow-trend-up:before {
content: "\e098"
}
.fa-plug-circle-minus:before {
content: "\e55e"
}
.fa-sign-hanging:before,
.fa-sign:before {
content: "\f4d9"
}
.fa-bezier-curve:before {
content: "\f55b"
}
.fa-bell-slash:before {
content: "\f1f6"
}
.fa-tablet-android:before,
.fa-tablet:before {
content: "\f3fb"
}
.fa-school-flag:before {
content: "\e56e"
}
.fa-fill:before {
content: "\f575"
}
.fa-angle-up:before {
content: "\f106"
}
.fa-drumstick-bite:before {
content: "\f6d7"
}
.fa-holly-berry:before {
content: "\f7aa"
}
.fa-chevron-left:before {
content: "\f053"
}
.fa-bacteria:before {
content: "\e059"
}
.fa-hand-lizard:before {
content: "\f258"
}
.fa-notdef:before {
content: "\e1fe"
}
.fa-disease:before {
content: "\f7fa"
}
.fa-briefcase-medical:before {
content: "\f469"
}
.fa-genderless:before {
content: "\f22d"
}
.fa-chevron-right:before {
content: "\f054"
}
.fa-retweet:before {
content: "\f079"
}
.fa-car-alt:before,
.fa-car-rear:before {
content: "\f5de"
}
.fa-pump-soap:before {
content: "\e06b"
}
.fa-video-slash:before {
content: "\f4e2"
}
.fa-battery-2:before,
.fa-battery-quarter:before {
content: "\f243"
}
.fa-radio:before {
content: "\f8d7"
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
content: "\f77d"
}
.fa-traffic-light:before {
content: "\f637"
}
.fa-thermometer:before {
content: "\f491"
}
.fa-vr-cardboard:before {
content: "\f729"
}
.fa-hand-middle-finger:before {
content: "\f806"
}
.fa-percent:before,
.fa-percentage:before {
content: "\25"
}
.fa-truck-moving:before {
content: "\f4df"
}
.fa-glass-water-droplet:before {
content: "\e4f5"
}
.fa-display:before {
content: "\e163"
}
.fa-face-smile:before,
.fa-smile:before {
content: "\f118"
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
content: "\f08d"
}
.fa-trophy:before {
content: "\f091"
}
.fa-person-praying:before,
.fa-pray:before {
content: "\f683"
}
.fa-hammer:before {
content: "\f6e3"
}
.fa-hand-peace:before {
content: "\f25b"
}
.fa-rotate:before,
.fa-sync-alt:before {
content: "\f2f1"
}
.fa-spinner:before {
content: "\f110"
}
.fa-robot:before {
content: "\f544"
}
.fa-peace:before {
content: "\f67c"
}
.fa-cogs:before,
.fa-gears:before {
content: "\f085"
}
.fa-warehouse:before {
content: "\f494"
}
.fa-arrow-up-right-dots:before {
content: "\e4b7"
}
.fa-splotch:before {
content: "\f5bc"
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
content: "\f584"
}
.fa-dice-four:before {
content: "\f524"
}
.fa-sim-card:before {
content: "\f7c4"
}
.fa-transgender-alt:before,
.fa-transgender:before {
content: "\f225"
}
.fa-mercury:before {
content: "\f223"
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
content: "\f149"
}
.fa-person-falling-burst:before {
content: "\e547"
}
.fa-award:before {
content: "\f559"
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
content: "\f3ff"
}
.fa-building:before {
content: "\f1ad"
}
.fa-angle-double-left:before,
.fa-angles-left:before {
content: "\f100"
}
.fa-qrcode:before {
content: "\f029"
}
.fa-clock-rotate-left:before,
.fa-history:before {
content: "\f1da"
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
content: "\f583"
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
content: "\f56e"
}
.fa-shield-blank:before,
.fa-shield:before {
content: "\f132"
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
content: "\f885"
}
.fa-house-medical:before {
content: "\e3b2"
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
content: "\f450"
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
content: "\f137"
}
.fa-house-chimney-window:before {
content: "\e00d"
}
.fa-pen-nib:before {
content: "\f5ad"
}
.fa-tent-arrow-turn-left:before {
content: "\e580"
}
.fa-tents:before {
content: "\e582"
}
.fa-magic:before,
.fa-wand-magic:before {
content: "\f0d0"
}
.fa-dog:before {
content: "\f6d3"
}
.fa-carrot:before {
content: "\f787"
}
.fa-moon:before {
content: "\f186"
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
content: "\f5ce"
}
.fa-cheese:before {
content: "\f7ef"
}
.fa-yin-yang:before {
content: "\f6ad"
}
.fa-music:before {
content: "\f001"
}
.fa-code-commit:before {
content: "\f386"
}
.fa-temperature-low:before {
content: "\f76b"
}
.fa-biking:before,
.fa-person-biking:before {
content: "\f84a"
}
.fa-broom:before {
content: "\f51a"
}
.fa-shield-heart:before {
content: "\e574"
}
.fa-gopuram:before {
content: "\f664"
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
content: "\e47b"
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
content: "\f2d3"
}
.fa-hashtag:before {
content: "\23"
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
content: "\f424"
}
.fa-oil-can:before {
content: "\f613"
}
.fa-t:before {
content: "\54"
}
.fa-hippo:before {
content: "\f6ed"
}
.fa-chart-column:before {
content: "\e0e3"
}
.fa-infinity:before {
content: "\f534"
}
.fa-vial-circle-check:before {
content: "\e596"
}
.fa-person-arrow-down-to-line:before {
content: "\e538"
}
.fa-voicemail:before {
content: "\f897"
}
.fa-fan:before {
content: "\f863"
}
.fa-person-walking-luggage:before {
content: "\e554"
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
content: "\f338"
}
.fa-cloud-moon-rain:before {
content: "\f73c"
}
.fa-calendar:before {
content: "\f133"
}
.fa-trailer:before {
content: "\e041"
}
.fa-bahai:before,
.fa-haykal:before {
content: "\f666"
}
.fa-sd-card:before {
content: "\f7c2"
}
.fa-dragon:before {
content: "\f6d5"
}
.fa-shoe-prints:before {
content: "\f54b"
}
.fa-circle-plus:before,
.fa-plus-circle:before {
content: "\f055"
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
content: "\f58b"
}
.fa-hand-holding:before {
content: "\f4bd"
}
.fa-plug-circle-exclamation:before {
content: "\e55d"
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
content: "\f127"
}
.fa-clone:before {
content: "\f24d"
}
.fa-person-walking-arrow-loop-left:before {
content: "\e551"
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
content: "\f882"
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
content: "\f7e4"
}
.fa-tornado:before {
content: "\f76f"
}
.fa-file-circle-plus:before {
content: "\e494"
}
.fa-book-quran:before,
.fa-quran:before {
content: "\f687"
}
.fa-anchor:before {
content: "\f13d"
}
.fa-border-all:before {
content: "\f84c"
}
.fa-angry:before,
.fa-face-angry:before {
content: "\f556"
}
.fa-cookie-bite:before {
content: "\f564"
}
.fa-arrow-trend-down:before {
content: "\e097"
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e"
}
.fa-draw-polygon:before {
content: "\f5ee"
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
content: "\f24e"
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
content: "\f62a"
}
.fa-shower:before {
content: "\f2cc"
}
.fa-desktop-alt:before,
.fa-desktop:before {
content: "\f390"
}
.fa-m:before {
content: "\4d"
}
.fa-table-list:before,
.fa-th-list:before {
content: "\f00b"
}
.fa-comment-sms:before,
.fa-sms:before {
content: "\f7cd"
}
.fa-book:before {
content: "\f02d"
}
.fa-user-plus:before {
content: "\f234"
}
.fa-check:before {
content: "\f00c"
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
content: "\f241"
}
.fa-house-circle-check:before {
content: "\e509"
}
.fa-angle-left:before {
content: "\f104"
}
.fa-diagram-successor:before {
content: "\e47a"
}
.fa-truck-arrow-right:before {
content: "\e58b"
}
.fa-arrows-split-up-and-left:before {
content: "\e4bc"
}
.fa-fist-raised:before,
.fa-hand-fist:before {
content: "\f6de"
}
.fa-cloud-moon:before {
content: "\f6c3"
}
.fa-briefcase:before {
content: "\f0b1"
}
.fa-person-falling:before {
content: "\e546"
}
.fa-image-portrait:before,
.fa-portrait:before {
content: "\f3e0"
}
.fa-user-tag:before {
content: "\f507"
}
.fa-rug:before {
content: "\e569"
}
.fa-earth-europe:before,
.fa-globe-europe:before {
content: "\f7a2"
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
content: "\f59d"
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f410"
}
.fa-baht-sign:before {
content: "\e0ac"
}
.fa-book-open:before {
content: "\f518"
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
content: "\f66a"
}
.fa-handcuffs:before {
content: "\e4f8"
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
content: "\f071"
}
.fa-database:before {
content: "\f1c0"
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064"
}
.fa-bottle-droplet:before {
content: "\e4c4"
}
.fa-mask-face:before {
content: "\e1d7"
}
.fa-hill-rockslide:before {
content: "\e508"
}
.fa-exchange-alt:before,
.fa-right-left:before {
content: "\f362"
}
.fa-paper-plane:before {
content: "\f1d8"
}
.fa-road-circle-exclamation:before {
content: "\e565"
}
.fa-dungeon:before {
content: "\f6d9"
}
.fa-align-right:before {
content: "\f038"
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
content: "\f53b"
}
.fa-life-ring:before {
content: "\f1cd"
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
content: "\f2a7"
}
.fa-calendar-day:before {
content: "\f783"
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
content: "\f5c5"
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
content: "\f07d"
}
.fa-face-grimace:before,
.fa-grimace:before {
content: "\f57f"
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
content: "\e2ce"
}
.fa-level-down-alt:before,
.fa-turn-down:before {
content: "\f3be"
}
.fa-person-walking-arrow-right:before {
content: "\e552"
}
.fa-envelope-square:before,
.fa-square-envelope:before {
content: "\f199"
}
.fa-dice:before {
content: "\f522"
}
.fa-bowling-ball:before {
content: "\f436"
}
.fa-brain:before {
content: "\f5dc"
}
.fa-band-aid:before,
.fa-bandage:before {
content: "\f462"
}
.fa-calendar-minus:before {
content: "\f272"
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
content: "\f057"
}
.fa-gifts:before {
content: "\f79c"
}
.fa-hotel:before {
content: "\f594"
}
.fa-earth-asia:before,
.fa-globe-asia:before {
content: "\f57e"
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
content: "\f47f"
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
content: "\f00e"
}
.fa-thumbs-up:before {
content: "\f164"
}
.fa-user-clock:before {
content: "\f4fd"
}
.fa-allergies:before,
.fa-hand-dots:before {
content: "\f461"
}
.fa-file-invoice:before {
content: "\f570"
}
.fa-window-minimize:before {
content: "\f2d1"
}
.fa-coffee:before,
.fa-mug-saucer:before {
content: "\f0f4"
}
.fa-brush:before {
content: "\f55d"
}
.fa-mask:before {
content: "\f6fa"
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
content: "\f010"
}
.fa-ruler-vertical:before {
content: "\f548"
}
.fa-user-alt:before,
.fa-user-large:before {
content: "\f406"
}
.fa-train-tram:before {
content: "\e5b4"
}
.fa-user-nurse:before {
content: "\f82f"
}
.fa-syringe:before {
content: "\f48e"
}
.fa-cloud-sun:before {
content: "\f6c4"
}
.fa-stopwatch-20:before {
content: "\e06f"
}
.fa-square-full:before {
content: "\f45c"
}
.fa-magnet:before {
content: "\f076"
}
.fa-jar:before {
content: "\e516"
}
.fa-note-sticky:before,
.fa-sticky-note:before {
content: "\f249"
}
.fa-bug-slash:before {
content: "\e490"
}
.fa-arrow-up-from-water-pump:before {
content: "\e4b6"
}
.fa-bone:before {
content: "\f5d7"
}
.fa-user-injured:before {
content: "\f728"
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
content: "\f5b4"
}
.fa-plane:before {
content: "\f072"
}
.fa-tent-arrows-down:before {
content: "\e581"
}
.fa-exclamation:before {
content: "\21"
}
.fa-arrows-spin:before {
content: "\e4bb"
}
.fa-print:before {
content: "\f02f"
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
content: "\e2bb"
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
content: "\24"
}
.fa-x:before {
content: "\58"
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
content: "\f688"
}
.fa-users-cog:before,
.fa-users-gear:before {
content: "\f509"
}
.fa-person-military-pointing:before {
content: "\e54a"
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
content: "\f19c"
}
.fa-umbrella:before {
content: "\f0e9"
}
.fa-trowel:before {
content: "\e589"
}
.fa-d:before {
content: "\44"
}
.fa-stapler:before {
content: "\e5af"
}
.fa-masks-theater:before,
.fa-theater-masks:before {
content: "\f630"
}
.fa-kip-sign:before {
content: "\e1c4"
}
.fa-hand-point-left:before {
content: "\f0a5"
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
content: "\f4c6"
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
content: "\f0fb"
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
content: "\f1e1"
}
.fa-barcode:before {
content: "\f02a"
}
.fa-plus-minus:before {
content: "\e43c"
}
.fa-video-camera:before,
.fa-video:before {
content: "\f03d"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
content: "\f19d"
}
.fa-hand-holding-medical:before {
content: "\e05c"
}
.fa-person-circle-check:before {
content: "\e53e"
}
.fa-level-up-alt:before,
.fa-turn-up:before {
content: "\f3bf"
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0
}
:host,
:root {
--fa-style-family-brands: "Font Awesome 6 Brands";
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}
@font-face {
font-family: "Font Awesome 6 Brands";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")
}
.fa-brands,
.fab {
font-weight: 400
}
.fa-monero:before {
content: "\f3d0"
}
.fa-hooli:before {
content: "\f427"
}
.fa-yelp:before {
content: "\f1e9"
}
.fa-cc-visa:before {
content: "\f1f0"
}
.fa-lastfm:before {
content: "\f202"
}
.fa-shopware:before {
content: "\f5b5"
}
.fa-creative-commons-nc:before {
content: "\f4e8"
}
.fa-aws:before {
content: "\f375"
}
.fa-redhat:before {
content: "\f7bc"
}
.fa-yoast:before {
content: "\f2b1"
}
.fa-cloudflare:before {
content: "\e07d"
}
.fa-ups:before {
content: "\f7e0"
}
.fa-pixiv:before {
content: "\e640"
}
.fa-wpexplorer:before {
content: "\f2de"
}
.fa-dyalog:before {
content: "\f399"
}
.fa-bity:before {
content: "\f37a"
}
.fa-stackpath:before {
content: "\f842"
}
.fa-buysellads:before {
content: "\f20d"
}
.fa-first-order:before {
content: "\f2b0"
}
.fa-modx:before {
content: "\f285"
}
.fa-guilded:before {
content: "\e07e"
}
.fa-vnv:before {
content: "\f40b"
}
.fa-js-square:before,
.fa-square-js:before {
content: "\f3b9"
}
.fa-microsoft:before {
content: "\f3ca"
}
.fa-qq:before {
content: "\f1d6"
}
.fa-orcid:before {
content: "\f8d2"
}
.fa-java:before {
content: "\f4e4"
}
.fa-invision:before {
content: "\f7b0"
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed"
}
.fa-centercode:before {
content: "\f380"
}
.fa-glide-g:before {
content: "\f2a6"
}
.fa-drupal:before {
content: "\f1a9"
}
.fa-hire-a-helper:before {
content: "\f3b0"
}
.fa-creative-commons-by:before {
content: "\f4e7"
}
.fa-unity:before {
content: "\e049"
}
.fa-whmcs:before {
content: "\f40d"
}
.fa-rocketchat:before {
content: "\f3e8"
}
.fa-vk:before {
content: "\f189"
}
.fa-untappd:before {
content: "\f405"
}
.fa-mailchimp:before {
content: "\f59e"
}
.fa-css3-alt:before {
content: "\f38b"
}
.fa-reddit-square:before,
.fa-square-reddit:before {
content: "\f1a2"
}
.fa-vimeo-v:before {
content: "\f27d"
}
.fa-contao:before {
content: "\f26d"
}
.fa-square-font-awesome:before {
content: "\e5ad"
}
.fa-deskpro:before {
content: "\f38f"
}
.fa-brave:before {
content: "\e63c"
}
.fa-sistrix:before {
content: "\f3ee"
}
.fa-instagram-square:before,
.fa-square-instagram:before {
content: "\e055"
}
.fa-battle-net:before {
content: "\f835"
}
.fa-the-red-yeti:before {
content: "\f69d"
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
content: "\f3af"
}
.fa-edge:before {
content: "\f282"
}
.fa-threads:before {
content: "\e618"
}
.fa-napster:before {
content: "\f3d2"
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
content: "\f2ad"
}
.fa-google-plus-g:before {
content: "\f0d5"
}
.fa-artstation:before {
content: "\f77a"
}
.fa-markdown:before {
content: "\f60f"
}
.fa-sourcetree:before {
content: "\f7d3"
}
.fa-google-plus:before {
content: "\f2b3"
}
.fa-diaspora:before {
content: "\f791"
}
.fa-foursquare:before {
content: "\f180"
}
.fa-stack-overflow:before {
content: "\f16c"
}
.fa-github-alt:before {
content: "\f113"
}
.fa-phoenix-squadron:before {
content: "\f511"
}
.fa-pagelines:before {
content: "\f18c"
}
.fa-algolia:before {
content: "\f36c"
}
.fa-red-river:before {
content: "\f3e3"
}
.fa-creative-commons-sa:before {
content: "\f4ef"
}
.fa-safari:before {
content: "\f267"
}
.fa-google:before {
content: "\f1a0"
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
content: "\f35c"
}
.fa-atlassian:before {
content: "\f77b"
}
.fa-linkedin-in:before {
content: "\f0e1"
}
.fa-digital-ocean:before {
content: "\f391"
}
.fa-nimblr:before {
content: "\f5a8"
}
.fa-chromecast:before {
content: "\f838"
}
.fa-evernote:before {
content: "\f839"
}
.fa-hacker-news:before {
content: "\f1d4"
}
.fa-creative-commons-sampling:before {
content: "\f4f0"
}
.fa-adversal:before {
content: "\f36a"
}
.fa-creative-commons:before {
content: "\f25e"
}
.fa-watchman-monitoring:before {
content: "\e087"
}
.fa-fonticons:before {
content: "\f280"
}
.fa-weixin:before {
content: "\f1d7"
}
.fa-shirtsinbulk:before {
content: "\f214"
}
.fa-codepen:before {
content: "\f1cb"
}
.fa-git-alt:before {
content: "\f841"
}
.fa-lyft:before {
content: "\f3c3"
}
.fa-rev:before {
content: "\f5b2"
}
.fa-windows:before {
content: "\f17a"
}
.fa-wizards-of-the-coast:before {
content: "\f730"
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
content: "\f2aa"
}
.fa-meetup:before {
content: "\f2e0"
}
.fa-centos:before {
content: "\f789"
}
.fa-adn:before {
content: "\f170"
}
.fa-cloudsmith:before {
content: "\f384"
}
.fa-opensuse:before {
content: "\e62b"
}
.fa-pied-piper-alt:before {
content: "\f1a8"
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
content: "\f397"
}
.fa-codiepie:before {
content: "\f284"
}
.fa-node:before {
content: "\f419"
}
.fa-mix:before {
content: "\f3cb"
}
.fa-steam:before {
content: "\f1b6"
}
.fa-cc-apple-pay:before {
content: "\f416"
}
.fa-scribd:before {
content: "\f28a"
}
.fa-debian:before {
content: "\e60b"
}
.fa-openid:before {
content: "\f19b"
}
.fa-instalod:before {
content: "\e081"
}
.fa-expeditedssl:before {
content: "\f23e"
}
.fa-sellcast:before {
content: "\f2da"
}
.fa-square-twitter:before,
.fa-twitter-square:before {
content: "\f081"
}
.fa-r-project:before {
content: "\f4f7"
}
.fa-delicious:before {
content: "\f1a5"
}
.fa-freebsd:before {
content: "\f3a4"
}
.fa-vuejs:before {
content: "\f41f"
}
.fa-accusoft:before {
content: "\f369"
}
.fa-ioxhost:before {
content: "\f208"
}
.fa-fonticons-fi:before {
content: "\f3a2"
}
.fa-app-store:before {
content: "\f36f"
}
.fa-cc-mastercard:before {
content: "\f1f1"
}
.fa-itunes-note:before {
content: "\f3b5"
}
.fa-golang:before {
content: "\e40f"
}
.fa-kickstarter:before {
content: "\f3bb"
}
.fa-grav:before {
content: "\f2d6"
}
.fa-weibo:before {
content: "\f18a"
}
.fa-uncharted:before {
content: "\e084"
}
.fa-firstdraft:before {
content: "\f3a1"
}
.fa-square-youtube:before,
.fa-youtube-square:before {
content: "\f431"
}
.fa-wikipedia-w:before {
content: "\f266"
}
.fa-rendact:before,
.fa-wpressr:before {
content: "\f3e4"
}
.fa-angellist:before {
content: "\f209"
}
.fa-galactic-republic:before {
content: "\f50c"
}
.fa-nfc-directional:before {
content: "\e530"
}
.fa-skype:before {
content: "\f17e"
}
.fa-joget:before {
content: "\f3b7"
}
.fa-fedora:before {
content: "\f798"
}
.fa-stripe-s:before {
content: "\f42a"
}
.fa-meta:before {
content: "\e49b"
}
.fa-laravel:before {
content: "\f3bd"
}
.fa-hotjar:before {
content: "\f3b1"
}
.fa-bluetooth-b:before {
content: "\f294"
}
.fa-square-letterboxd:before {
content: "\e62e"
}
.fa-sticker-mule:before {
content: "\f3f7"
}
.fa-creative-commons-zero:before {
content: "\f4f3"
}
.fa-hips:before {
content: "\f452"
}
.fa-behance:before {
content: "\f1b4"
}
.fa-reddit:before {
content: "\f1a1"
}
.fa-discord:before {
content: "\f392"
}
.fa-chrome:before {
content: "\f268"
}
.fa-app-store-ios:before {
content: "\f370"
}
.fa-cc-discover:before {
content: "\f1f2"
}
.fa-wpbeginner:before {
content: "\f297"
}
.fa-confluence:before {
content: "\f78d"
}
.fa-shoelace:before {
content: "\e60c"
}
.fa-mdb:before {
content: "\f8ca"
}
.fa-dochub:before {
content: "\f394"
}
.fa-accessible-icon:before {
content: "\f368"
}
.fa-ebay:before {
content: "\f4f4"
}
.fa-amazon:before {
content: "\f270"
}
.fa-unsplash:before {
content: "\e07c"
}
.fa-yarn:before {
content: "\f7e3"
}
.fa-square-steam:before,
.fa-steam-square:before {
content: "\f1b7"
}
.fa-500px:before {
content: "\f26e"
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
content: "\f194"
}
.fa-asymmetrik:before {
content: "\f372"
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
content: "\f2b4"
}
.fa-gratipay:before {
content: "\f184"
}
.fa-apple:before {
content: "\f179"
}
.fa-hive:before {
content: "\e07f"
}
.fa-gitkraken:before {
content: "\f3a6"
}
.fa-keybase:before {
content: "\f4f5"
}
.fa-apple-pay:before {
content: "\f415"
}
.fa-padlet:before {
content: "\e4a0"
}
.fa-amazon-pay:before {
content: "\f42c"
}
.fa-github-square:before,
.fa-square-github:before {
content: "\f092"
}
.fa-stumbleupon:before {
content: "\f1a4"
}
.fa-fedex:before {
content: "\f797"
}
.fa-phoenix-framework:before {
content: "\f3dc"
}
.fa-shopify:before {
content: "\e057"
}
.fa-neos:before {
content: "\f612"
}
.fa-square-threads:before {
content: "\e619"
}
.fa-hackerrank:before {
content: "\f5f7"
}
.fa-researchgate:before {
content: "\f4f8"
}
.fa-swift:before {
content: "\f8e1"
}
.fa-angular:before {
content: "\f420"
}
.fa-speakap:before {
content: "\f3f3"
}
.fa-angrycreative:before {
content: "\f36e"
}
.fa-y-combinator:before {
content: "\f23b"
}
.fa-empire:before {
content: "\f1d1"
}
.fa-envira:before {
content: "\f299"
}
.fa-google-scholar:before {
content: "\e63b"
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
content: "\e5ae"
}
.fa-studiovinari:before {
content: "\f3f8"
}
.fa-pied-piper:before {
content: "\f2ae"
}
.fa-wordpress:before {
content: "\f19a"
}
.fa-product-hunt:before {
content: "\f288"
}
.fa-firefox:before {
content: "\f269"
}
.fa-linode:before {
content: "\f2b8"
}
.fa-goodreads:before {
content: "\f3a8"
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
content: "\f264"
}
.fa-jsfiddle:before {
content: "\f1cc"
}
.fa-sith:before {
content: "\f512"
}
.fa-themeisle:before {
content: "\f2b2"
}
.fa-page4:before {
content: "\f3d7"
}
.fa-hashnode:before {
content: "\e499"
}
.fa-react:before {
content: "\f41b"
}
.fa-cc-paypal:before {
content: "\f1f4"
}
.fa-squarespace:before {
content: "\f5be"
}
.fa-cc-stripe:before {
content: "\f1f5"
}
.fa-creative-commons-share:before {
content: "\f4f2"
}
.fa-bitcoin:before {
content: "\f379"
}
.fa-keycdn:before {
content: "\f3ba"
}
.fa-opera:before {
content: "\f26a"
}
.fa-itch-io:before {
content: "\f83a"
}
.fa-umbraco:before {
content: "\f8e8"
}
.fa-galactic-senate:before {
content: "\f50d"
}
.fa-ubuntu:before {
content: "\f7df"
}
.fa-draft2digital:before {
content: "\f396"
}
.fa-stripe:before {
content: "\f429"
}
.fa-houzz:before {
content: "\f27c"
}
.fa-gg:before {
content: "\f260"
}
.fa-dhl:before {
content: "\f790"
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
content: "\f0d3"
}
.fa-xing:before {
content: "\f168"
}
.fa-blackberry:before {
content: "\f37b"
}
.fa-creative-commons-pd:before {
content: "\f4ec"
}
.fa-playstation:before {
content: "\f3df"
}
.fa-quinscape:before {
content: "\f459"
}
.fa-less:before {
content: "\f41d"
}
.fa-blogger-b:before {
content: "\f37d"
}
.fa-opencart:before {
content: "\f23d"
}
.fa-vine:before {
content: "\f1ca"
}
.fa-signal-messenger:before {
content: "\e663"
}
.fa-paypal:before {
content: "\f1ed"
}
.fa-gitlab:before {
content: "\f296"
}
.fa-typo3:before {
content: "\f42b"
}
.fa-reddit-alien:before {
content: "\f281"
}
.fa-yahoo:before {
content: "\f19e"
}
.fa-dailymotion:before {
content: "\e052"
}
.fa-affiliatetheme:before {
content: "\f36b"
}
.fa-pied-piper-pp:before {
content: "\f1a7"
}
.fa-bootstrap:before {
content: "\f836"
}
.fa-odnoklassniki:before {
content: "\f263"
}
.fa-nfc-symbol:before {
content: "\e531"
}
.fa-mintbit:before {
content: "\e62f"
}
.fa-ethereum:before {
content: "\f42e"
}
.fa-speaker-deck:before {
content: "\f83c"
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9"
}
.fa-patreon:before {
content: "\f3d9"
}
.fa-avianex:before {
content: "\f374"
}
.fa-ello:before {
content: "\f5f1"
}
.fa-gofore:before {
content: "\f3a7"
}
.fa-bimobject:before {
content: "\f378"
}
.fa-brave-reverse:before {
content: "\e63d"
}
.fa-facebook-f:before {
content: "\f39e"
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
content: "\f0d4"
}
.fa-mandalorian:before {
content: "\f50f"
}
.fa-first-order-alt:before {
content: "\f50a"
}
.fa-osi:before {
content: "\f41a"
}
.fa-google-wallet:before {
content: "\f1ee"
}
.fa-d-and-d-beyond:before {
content: "\f6ca"
}
.fa-periscope:before {
content: "\f3da"
}
.fa-fulcrum:before {
content: "\f50b"
}
.fa-cloudscale:before {
content: "\f383"
}
.fa-forumbee:before {
content: "\f211"
}
.fa-mizuni:before {
content: "\f3cc"
}
.fa-schlix:before {
content: "\f3ea"
}
.fa-square-xing:before,
.fa-xing-square:before {
content: "\f169"
}
.fa-bandcamp:before {
content: "\f2d5"
}
.fa-wpforms:before {
content: "\f298"
}
.fa-cloudversify:before {
content: "\f385"
}
.fa-usps:before {
content: "\f7e1"
}
.fa-megaport:before {
content: "\f5a3"
}
.fa-magento:before {
content: "\f3c4"
}
.fa-spotify:before {
content: "\f1bc"
}
.fa-optin-monster:before {
content: "\f23c"
}
.fa-fly:before {
content: "\f417"
}
.fa-aviato:before {
content: "\f421"
}
.fa-itunes:before {
content: "\f3b4"
}
.fa-cuttlefish:before {
content: "\f38c"
}
.fa-blogger:before {
content: "\f37c"
}
.fa-flickr:before {
content: "\f16e"
}
.fa-viber:before {
content: "\f409"
}
.fa-soundcloud:before {
content: "\f1be"
}
.fa-digg:before {
content: "\f1a6"
}
.fa-tencent-weibo:before {
content: "\f1d5"
}
.fa-letterboxd:before {
content: "\e62d"
}
.fa-symfony:before {
content: "\f83d"
}
.fa-maxcdn:before {
content: "\f136"
}
.fa-etsy:before {
content: "\f2d7"
}
.fa-facebook-messenger:before {
content: "\f39f"
}
.fa-audible:before {
content: "\f373"
}
.fa-think-peaks:before {
content: "\f731"
}
.fa-bilibili:before {
content: "\e3d9"
}
.fa-erlang:before {
content: "\f39d"
}
.fa-x-twitter:before {
content: "\e61b"
}
.fa-cotton-bureau:before {
content: "\f89e"
}
.fa-dashcube:before {
content: "\f210"
}
.fa-42-group:before,
.fa-innosoft:before {
content: "\e080"
}
.fa-stack-exchange:before {
content: "\f18d"
}
.fa-elementor:before {
content: "\f430"
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
content: "\e01e"
}
.fa-creative-commons-nd:before {
content: "\f4eb"
}
.fa-palfed:before {
content: "\f3d8"
}
.fa-superpowers:before {
content: "\f2dd"
}
.fa-resolving:before {
content: "\f3e7"
}
.fa-xbox:before {
content: "\f412"
}
.fa-searchengin:before {
content: "\f3eb"
}
.fa-tiktok:before {
content: "\e07b"
}
.fa-facebook-square:before,
.fa-square-facebook:before {
content: "\f082"
}
.fa-renren:before {
content: "\f18b"
}
.fa-linux:before {
content: "\f17c"
}
.fa-glide:before {
content: "\f2a5"
}
.fa-linkedin:before {
content: "\f08c"
}
.fa-hubspot:before {
content: "\f3b2"
}
.fa-deploydog:before {
content: "\f38e"
}
.fa-twitch:before {
content: "\f1e8"
}
.fa-ravelry:before {
content: "\f2d9"
}
.fa-mixer:before {
content: "\e056"
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
content: "\f203"
}
.fa-vimeo:before {
content: "\f40a"
}
.fa-mendeley:before {
content: "\f7b3"
}
.fa-uniregistry:before {
content: "\f404"
}
.fa-figma:before {
content: "\f799"
}
.fa-creative-commons-remix:before {
content: "\f4ee"
}
.fa-cc-amazon-pay:before {
content: "\f42d"
}
.fa-dropbox:before {
content: "\f16b"
}
.fa-instagram:before {
content: "\f16d"
}
.fa-cmplid:before {
content: "\e360"
}
.fa-upwork:before {
content: "\e641"
}
.fa-facebook:before {
content: "\f09a"
}
.fa-gripfire:before {
content: "\f3ac"
}
.fa-jedi-order:before {
content: "\f50e"
}
.fa-uikit:before {
content: "\f403"
}
.fa-fort-awesome-alt:before {
content: "\f3a3"
}
.fa-phabricator:before {
content: "\f3db"
}
.fa-ussunnah:before {
content: "\f407"
}
.fa-earlybirds:before {
content: "\f39a"
}
.fa-trade-federation:before {
content: "\f513"
}
.fa-autoprefixer:before {
content: "\f41c"
}
.fa-whatsapp:before {
content: "\f232"
}
.fa-slideshare:before {
content: "\f1e7"
}
.fa-google-play:before {
content: "\f3ab"
}
.fa-viadeo:before {
content: "\f2a9"
}
.fa-line:before {
content: "\f3c0"
}
.fa-google-drive:before {
content: "\f3aa"
}
.fa-servicestack:before {
content: "\f3ec"
}
.fa-simplybuilt:before {
content: "\f215"
}
.fa-bitbucket:before {
content: "\f171"
}
.fa-imdb:before {
content: "\f2d8"
}
.fa-deezer:before {
content: "\e077"
}
.fa-raspberry-pi:before {
content: "\f7bb"
}
.fa-jira:before {
content: "\f7b1"
}
.fa-docker:before {
content: "\f395"
}
.fa-screenpal:before {
content: "\e570"
}
.fa-bluetooth:before {
content: "\f293"
}
.fa-gitter:before {
content: "\f426"
}
.fa-d-and-d:before {
content: "\f38d"
}
.fa-microblog:before {
content: "\e01a"
}
.fa-cc-diners-club:before {
content: "\f24c"
}
.fa-gg-circle:before {
content: "\f261"
}
.fa-pied-piper-hat:before {
content: "\f4e5"
}
.fa-kickstarter-k:before {
content: "\f3bc"
}
.fa-yandex:before {
content: "\f413"
}
.fa-readme:before {
content: "\f4d5"
}
.fa-html5:before {
content: "\f13b"
}
.fa-sellsy:before {
content: "\f213"
}
.fa-sass:before {
content: "\f41e"
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
content: "\e2d0"
}
.fa-buromobelexperte:before {
content: "\f37f"
}
.fa-salesforce:before {
content: "\f83b"
}
.fa-octopus-deploy:before {
content: "\e082"
}
.fa-medapps:before {
content: "\f3c6"
}
.fa-ns8:before {
content: "\f3d5"
}
.fa-pinterest-p:before {
content: "\f231"
}
.fa-apper:before {
content: "\f371"
}
.fa-fort-awesome:before {
content: "\f286"
}
.fa-waze:before {
content: "\f83f"
}
.fa-cc-jcb:before {
content: "\f24b"
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
content: "\f2ab"
}
.fa-fantasy-flight-games:before {
content: "\f6dc"
}
.fa-rust:before {
content: "\e07a"
}
.fa-wix:before {
content: "\f5cf"
}
.fa-behance-square:before,
.fa-square-behance:before {
content: "\f1b5"
}
.fa-supple:before {
content: "\f3f9"
}
.fa-webflow:before {
content: "\e65c"
}
.fa-rebel:before {
content: "\f1d0"
}
.fa-css3:before {
content: "\f13c"
}
.fa-staylinked:before {
content: "\f3f5"
}
.fa-kaggle:before {
content: "\f5fa"
}
.fa-space-awesome:before {
content: "\e5ac"
}
.fa-deviantart:before {
content: "\f1bd"
}
.fa-cpanel:before {
content: "\f388"
}
.fa-goodreads-g:before {
content: "\f3a9"
}
.fa-git-square:before,
.fa-square-git:before {
content: "\f1d2"
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
content: "\f174"
}
.fa-trello:before {
content: "\f181"
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea"
}
.fa-get-pocket:before {
content: "\f265"
}
.fa-perbyte:before {
content: "\e083"
}
.fa-grunt:before {
content: "\f3ad"
}
.fa-weebly:before {
content: "\f5cc"
}
.fa-connectdevelop:before {
content: "\f20e"
}
.fa-leanpub:before {
content: "\f212"
}
.fa-black-tie:before {
content: "\f27e"
}
.fa-themeco:before {
content: "\f5c6"
}
.fa-python:before {
content: "\f3e2"
}
.fa-android:before {
content: "\f17b"
}
.fa-bots:before {
content: "\e340"
}
.fa-free-code-camp:before {
content: "\f2c5"
}
.fa-hornbill:before {
content: "\f592"
}
.fa-js:before {
content: "\f3b8"
}
.fa-ideal:before {
content: "\e013"
}
.fa-git:before {
content: "\f1d3"
}
.fa-dev:before {
content: "\f6cc"
}
.fa-sketch:before {
content: "\f7c6"
}
.fa-yandex-international:before {
content: "\f414"
}
.fa-cc-amex:before {
content: "\f1f3"
}
.fa-uber:before {
content: "\f402"
}
.fa-github:before {
content: "\f09b"
}
.fa-php:before {
content: "\f457"
}
.fa-alipay:before {
content: "\f642"
}
.fa-youtube:before {
content: "\f167"
}
.fa-skyatlas:before {
content: "\f216"
}
.fa-firefox-browser:before {
content: "\e007"
}
.fa-replyd:before {
content: "\f3e6"
}
.fa-suse:before {
content: "\f7d6"
}
.fa-jenkins:before {
content: "\f3b6"
}
.fa-twitter:before {
content: "\f099"
}
.fa-rockrms:before {
content: "\f3e9"
}
.fa-pinterest:before {
content: "\f0d2"
}
.fa-buffer:before {
content: "\f837"
}
.fa-npm:before {
content: "\f3d4"
}
.fa-yammer:before {
content: "\f840"
}
.fa-btc:before {
content: "\f15a"
}
.fa-dribbble:before {
content: "\f17d"
}
.fa-stumbleupon-circle:before {
content: "\f1a3"
}
.fa-internet-explorer:before {
content: "\f26b"
}
.fa-stubber:before {
content: "\e5c7"
}
.fa-telegram-plane:before,
.fa-telegram:before {
content: "\f2c6"
}
.fa-old-republic:before {
content: "\f510"
}
.fa-odysee:before {
content: "\e5c6"
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
content: "\f40c"
}
.fa-node-js:before {
content: "\f3d3"
}
.fa-edge-legacy:before {
content: "\e078"
}
.fa-slack-hash:before,
.fa-slack:before {
content: "\f198"
}
.fa-medrt:before {
content: "\f3c8"
}
.fa-usb:before {
content: "\f287"
}
.fa-tumblr:before {
content: "\f173"
}
.fa-vaadin:before {
content: "\f408"
}
.fa-quora:before {
content: "\f2c4"
}
.fa-square-x-twitter:before {
content: "\e61a"
}
.fa-reacteurope:before {
content: "\f75d"
}
.fa-medium-m:before,
.fa-medium:before {
content: "\f23a"
}
.fa-amilia:before {
content: "\f36d"
}
.fa-mixcloud:before {
content: "\f289"
}
.fa-flipboard:before {
content: "\f44d"
}
.fa-viacoin:before {
content: "\f237"
}
.fa-critical-role:before {
content: "\f6c9"
}
.fa-sitrox:before {
content: "\e44a"
}
.fa-discourse:before {
content: "\f393"
}
.fa-joomla:before {
content: "\f1aa"
}
.fa-mastodon:before {
content: "\f4f6"
}
.fa-airbnb:before {
content: "\f834"
}
.fa-wolf-pack-battalion:before {
content: "\f514"
}
.fa-buy-n-large:before {
content: "\f8a6"
}
.fa-gulp:before {
content: "\f3ae"
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"
}
.fa-strava:before {
content: "\f428"
}
.fa-ember:before {
content: "\f423"
}
.fa-canadian-maple-leaf:before {
content: "\f785"
}
.fa-teamspeak:before {
content: "\f4f9"
}
.fa-pushed:before {
content: "\f3e1"
}
.fa-wordpress-simple:before {
content: "\f411"
}
.fa-nutritionix:before {
content: "\f3d6"
}
.fa-wodu:before {
content: "\e088"
}
.fa-google-pay:before {
content: "\e079"
}
.fa-intercom:before {
content: "\f7af"
}
.fa-zhihu:before {
content: "\f63f"
}
.fa-korvue:before {
content: "\f42f"
}
.fa-pix:before {
content: "\e43a"
}
.fa-steam-symbol:before {
content: "\f3f6"
}
:host,
:root {
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}
@font-face {
font-family: "Font Awesome 6 Free";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")
}
.fa-regular,
.far {
font-weight: 400
}
:host,
:root {
--fa-style-family-classic: "Font Awesome 6 Free";
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}
@font-face {
font-family: "Font Awesome 6 Free";
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")
}
.fa-solid,
.fas {
font-weight: 900
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-display: block;
font-weight: 400;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")
}
@font-face {
font-family: "Font Awesome 5 Free";
font-display: block;
font-weight: 900;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")
}
@font-face {
font-family: "Font Awesome 5 Free";
font-display: block;
font-weight: 400;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");
unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-v4compatibility.woff2) format("woff2"), url(//gorbo.de/wp-content/themes/spacious/font-awesome/webfonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}</pre></body></html>