@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%);
}
}
:root {
--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.badge,
.gmbrr.center {
text-align: center;
}
.gmbrr.badge,
.gmbrr.padding {
padding: 1.4rem 1rem;
}
.gmbrr.badge,
.gmbrr.outline {
box-shadow: 0 14px 3px -8px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(0, 0, 0, 0.6) inset;
}
.gmbrr.badge {
border-radius: 4px;
max-width: 480px;
}
.gmbrr.badge.dark,
.gmbrr.outline.dark {
box-shadow: 0 14px 3px -8px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.55) 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 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.gmbrr.badge.tiny.dark {
box-shadow: 0 10px 2px -4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) 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 > :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.1);
}
.gmbrr.stripe.dark > :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.15);
}
.gmbrr.stripe.contrast > :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.stripe.dark.contrast > :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.stripe.badge > * {
padding: 1.4rem 0.5rem;
margin-block: 0;
margin-inline: 0;
}
.gmbrr.stripe.badge > :first-child {
padding-block-start: 1rem;
border-radius: 4px 4px 0 0;
}
.rtl .gmbrr.stripe.badge > :first-child {
border-radius: 4px 0 0 4px;
}
.gmbrr.stripe.badge > :last-child {
padding-block-end: 1rem;
border-radius: 0 0 4px 4px;
}
.rtl .gmbrr.stripe.badge > :last-child {
border-radius: 0 4px 4px 0;
}
.gmbrr.stripe.badge.tiny > * {
padding: 0.5rem;
}
.gmbrr.stripe.badge.tiny > :first-child {
padding-block-start: 1rem;
border-radius: 3px 3px 0 0;
}
.rtl .gmbrr.stripe.badge.tiny > :first-child {
border-radius: 3px 0 0 3px;
}
.gmbrr.stripe.badge.tiny > :last-child {
padding-block-end: 1rem;
border-radius: 0 0 3px 3px;
}
.rtl .gmbrr.stripe.badge.tiny > :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 > :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: rgba(190, 190, 190, 0.9);
}
.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.dark .listing .rating .not,
.gmbrr.dark .rating .all-stars {
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: rgba(245, 245, 245, 0.9);
background-color: rgba(40, 40, 40, 0.9);
text-decoration: none;
font-size: 15px;
padding: 0.76em 1em;
}
.gmbrr .button:hover {
color: rgba(255, 255, 255, 0.95);
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;
bottom: 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 > .rating {
font-size: 32px;
line-height: 1.2em;
margin-block-end: 0.4em;
}
.gmbrr.fonts > .rating {
margin-block-end: 0.2em;
}
.gmbrr.tiny .rating {
font-size: 1.8em;
line-height: 1.1em;
}
.gmbrr.badge > :last-child,
.gmbrr.badge > :last-child,
.gmbrr > .rating:last-child,
.gmbrr > .listing:last-child,
.gmbrr > .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;
top: 0.2em;
z-index: 11;
}
.gmbrr.tiny .rating .all-stars,
.gmbrr.tiny .rating .rating-stars {
top: 0.15em;
}
.gmbrr .rating .all-stars + .backdrop {
overflow: hidden;
position: absolute;
width: 135px;
margin: 0.1em 0 0 -134px;
top: 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;
top: 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;
top: -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 > li,
.gmbrr.carousel.stacked-z .author-avatar,
.gmbrr.carousel.stacked-z .text {
transition: 0.5s opacity linear;
}
.gmbrr.carousel .listing > li {
position: relative;
}
.gmbrr.carousel .listing > .hidden {
display: none;
opacity: 0.05;
pointer-events: none;
}
.gmbrr.carousel.stacked-z .listing > .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 > .visible,
.gmbrr.carousel.stacked-z .visible .author-avatar,
.gmbrr.carousel.stacked-z .visible .text {
opacity: 1;
}
.gmbrr.carousel .listing > .visible,
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
display: flex;
}
.gmbrr.carousel.stacked-z .listing > .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: rgba(110, 110, 110, 0);
border: 1px solid rgba(110, 110, 110, 0.99);
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 rgba(190, 190, 190, 0.4) inset;
}
.gmbrr.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(110, 110, 110, 0.7) inset;
}
.gmbrr.dark.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(190, 190, 190, 0.7) inset;
}
.gmbrr.carousel .navigation .current.bullet a,
.gmbrr.carousel .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(110, 110, 110, 0.4) inset;
background-color: rgba(110, 110, 110, 0.99);
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 rgba(190, 190, 190, 0.4) inset;
background-color: rgba(190, 190, 190, 0.99);
}
.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: rgba(110, 110, 110, 0.6);
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;
left: calc(var(--avatar-width) + 0.7rem);
top: calc(-1em + 2px);
width: 0;
height: 0;
border-top: 0.5em solid transparent;
border-right: 0.5em solid transparent;
border-bottom: 0.5em solid rgba(70, 70, 70, 0.85);
border-left: 0.5em solid transparent;
clear: both;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down {
position: relative;
flex: 0 0 1em;
left: calc(-100% + var(--avatar-width) + 1.8em);
font-size: 0.9em;
}
.gmbrr.bubble .listing .arrow.arrow-down {
left: calc(var(--avatar-width) + 2.3em);
}
.gmbrr.bubble .listing .arrow.arrow-up {
margin-block-start: 0.8em;
top: 0.5em;
align-self: end;
}
.gmbrr.bubble .listing .arrow.arrow-down {
margin-block-end: 0.8em;
top: auto;
bottom: 0.9em;
align-self: start;
}
.gmbrr.center.bubble .listing .arrow.arrow-up {
margin-block-start: -0.6rem;
top: 0.3rem;
}
.gmbrr.center.bubble .listing .arrow.arrow-down {
margin-block-end: -1.05rem;
bottom: 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 {
left: calc(var(--avatar-width) + 0.7rem);
}
.gmbrr.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.narrow.bubble .listing .text::before {
left: calc(var(--avatar-width) + 0.5rem);
}
.gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.narrow.bubble .listing .text::before {
left: 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 {
left: 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 {
left: auto;
right: calc(var(--avatar-width) + 0.9rem);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-down {
left: auto;
right: calc(var(--avatar-width) + 2.3em);
}
.rtl .gmbrr.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.narrow.bubble .listing .text::before {
left: auto;
right: calc(var(--avatar-width) + 0.5rem);
}
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.bubble .listing .text::before {
left: auto;
right: 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 {
left: auto;
right: 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 {
left: auto;
right: 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;
bottom: 0.8rem;
}
.gmbrr.bubble .listing .text-first .text::after {
top: 100%;
border-top: 0.5em solid rgba(70, 70, 70, 0.85);
border-bottom: 0.5em solid transparent;
clear: both;
}
.gmbrr.dark.bubble .listing .arrow.arrow-up,
.gmbrr.dark.bubble .listing .text::before {
border-bottom: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-up,
.gmbrr.bubble.fill .listing .text::before {
border-bottom: 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-bottom: 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-top: 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-top: 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-top: 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 > 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 > 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 {
top: 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;
top: 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 > .rating,
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
top: 0;
}
.gmbrr .listing .inline .review-meta > 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 > :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-top-color: transparent;
border-bottom-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-top-color: #9f000f;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #e77471;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #f87217;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #e5c347;
border-bottom-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-top-color: #ffdb58;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #347235;
border-bottom-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-top-color: #68a863;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #14b1cb;
border-bottom-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-top-color: #43c6db;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #2b65ec;
border-bottom-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-top-color: #507ee7;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #6c2dc7;
border-bottom-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-top-color: #8a49e8;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #d5008b;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #657383;
border-bottom-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-top-color: #8290a0;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #625d5d;
border-bottom-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-top-color: #838282;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #b87333;
border-bottom-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-top-color: #c58447;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: transparent;
border-bottom-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-top-color: #6f4e37;
border-bottom-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-top-color: #9f7f69;
border-bottom-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 .star + .star {
margin-inline-start: 0.05em;
}
.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;
transform-origin: 33% 50%;
}
.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 .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 .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48Y2xpcFBhdGggaWQ9InN0YXItbWFzay05Ij48cmVjdCB3aWR0aD0iOTAlIiBoZWlnaHQ9IjEwMCUiLz48L2NsaXBQYXRoPjxwYXRoIGZpbGw9IiNCN0JGQzQiIGZpbGwtb3BhY2l0eT0iLjYiIGQ9Im01MCAyLjQ0NyAxMS43NDMgMzYuNDExTDEwMCAzOC43NzRsLTMxIDIyLjQyIDExLjkwMiAzNi4zNTlMNTAgNzQuOTk4IDE5LjA5OCA5Ny41NTMgMzEgNjEuMTk0IDAgMzguNzc0bDM4LjI1Ny4wODR6Ii8+PHBhdGggY2xpcC1wYXRoPSJ1cmwoI3N0YXItbWFzay05IiBmaWxsPSIjRjdCNzA0IiBkPSJtNTAgMi40NDcgMTEuNzQzIDM2LjQxMUwxMDAgMzguNzc0bC0zMSAyMi40MiAxMS45MDIgMzYuMzU5TDUwIDc0Ljk5OCAxOS4wOTggOTcuNTUzIDMxIDYxLjE5NCAwIDM4Ljc3NGwzOC4yNTcuMDg0eiIvPjwvc3ZnPg==");
}
.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 {
top: 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);
}
}
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
} button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}  html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; } *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #d2d6dc; } hr {
border-top-width: 1px;
} img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::placeholder,
textarea::placeholder {
color: #a0aec0;
}
button,
[role="button"] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
} pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
} img,
video {
max-width: 100%;
height: auto;
}     img.aligncenter, figure.aligncenter {
margin-left: auto;
margin-right: auto;
}
img.alignright, figure.alignright {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 0.25rem;
}
@media (min-width: 640px) {
img.alignright, figure.alignright {
float: right;
margin: 0 0 1em 1em
}
}
img.alignleft, figure.alignleft {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 0.25rem;
}
@media (min-width: 640px) {
img.alignleft, figure.alignleft {
float: left;
margin: 0 1em 1em 0
}
}
input::placeholder, textarea::placeholder {
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
}
.page-id-11761 #field_2_7{
width:100%;
padding-right:0 !important;
}
.page-id-12063 #input_4_7{
width:100% !important;
padding:20px !important;
color: #bebebe !important;
height:72px;
}
.page-id-12063 #input_4_7 option{
color: rgb(64,64,64) !important;
}
.option-selector-button .gform_footer {
margin-top: 50px !important;
}
@media only screen and (max-width: 1279px) {
.option-selector-button .gform_footer {
margin-top: 35px !important;
}
}
.left-side-header {
margin-top: -32px;
margin-bottom: 31px;
}
.page-id-24505 .info-block .container div a {
margin-right: 40px;
}
.page-id-12237 .contact-form-block .container .gform_wrapper #field_5_8 input[type="radio"], .page-id-22698 .contact-form-block .container .gform_wrapper #field_5_8 input[type="radio"] {
top: -3px !important;
} .page-id-12237 #gform_fields_5 #field_5_7, .page-id-22698 #gform_fields_5 #field_5_7 {
padding-right: 0 !important;
width: 100%;
}
.page-id-22599 .contact-form-block .gform_wrapper .gform_footer #gform_submit_button_62,
.page-id-22683 .contact-form-block .gform_wrapper .gform_footer #gform_submit_button_26,
.page-id-22698 .contact-form-block .gform_wrapper .gform_footer #gform_submit_button_5 {
border-radius:9999px !important;
}
.page-id-22599 .contact-form-block .gform_wrapper .gform_footer #gform_submit_button_62:hover,
.page-id-22683 .contact-form-block .gform_wrapper .gform_footer #gform_submit_button_26:hover,
.page-id-22698 .contact-form-block .gform_wrapper .gform_footer #gform_submit_button_5:hover {
background-color: transparent !important;
color: #233d4e !important;
border: 2px solid #233d4e !important;
}
.page-id-11858 #main .container a p.px-1.tracking-wide.font-display.transition-none {
font-weight: 700;
font-size: 1.125rem;
} .wysiwyg .gform_wrapper.gravity-theme .ginput_counter {
color: black;
}
.slider-block .container .bullets li::before {
content: "\2022";
position: relative;
left: 0;
opacity: 1;
color: rgba(13,78,136,var(--text-opacity));
font-size: 2.5rem;
top: 4px;
line-height: 0.2;
padding-right: 4px;
}
.wysiwyg ol li:not(.gfield):before,
.wysiwyg ul li:not(.gfield):before {
top: 14px !important;
}
.info-modal{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
padding: 1rem;
background-color:rgba(0, 0, 0, 0.5);
z-index:9999;
}
.info-modal .modal-wrapper{
max-height: 100vh;
overflow-y: auto;
padding: 1rem;
}
@media (min-width: 768px){
.info-modal .modal-wrapper{
padding: 3rem
}
}
@media (min-width: 1024px){
.info-modal .modal-wrapper{
padding: 3rem
}
}
.info-modal .modal-close{
position: absolute;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
border-radius: 9999px;
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
cursor: pointer;
top:-10px;
right:-10px;
}
.info-modal .modal-close svg{
transform:scale(.75);
}
.info-modal.has-video .video-embed{
width:100% !important;
}
@media (min-width: 768px){
.info-modal.has-video .video-embed{
width:90% !important
}
} .white-filter {
filter: brightness(0) invert(1);
} .gform_required_legend { display:none;
}
.cards-block .slider {
margin-bottom: 5rem;
}
.cards-block .slider .slick-next, .cards-block .slider .slick-prev {
width:35px;
height:35px;
}
.cards-block .slider .slick-prev {
left:30%;
top:101%;
}
@media (min-width: 640px) {
.cards-block .slider .slick-prev {
left:-40px;
top:50%
}
}
.cards-block .slider .slick-next {
right:30%;
top:101%;
}
@media (min-width: 640px) {
.cards-block .slider .slick-next {
right:-40px;
top:50%
}
}
.cards-block .slider .slick-next:before, .cards-block .slider .slick-prev:before {
font-size:40px;
color:#333;
}
.cards-block .slider .card-portfolio {
margin-bottom:1rem;
}
.cards-block .slider .card-portfolio > div.shadow-2xl {
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 640px) {
.cards-block .slider .card-portfolio > div.shadow-2xl {
-webkit-box-shadow: 0px 5px 7px 3px rgb(0 0 0 / 25%);
box-shadow: 0px 5px 7px 3px rgb(0 0 0 / 25%)
}
}
.cards-block .slider .card-portfolio .card-portfolio-content p {
font-size:1rem;
}
@media (min-width: 640px) {
.cards-block .slider .card-portfolio .card-portfolio-content p {
font-size:1.25rem
}
}
@media (min-width: 620px) {
.info-block .button-hover:not(:last-child) {
margin-right: 35px;
}
}
.text-and-media-button-container > div {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
@media (min-width: 640px) {
.text-and-media-button-container > div:not(:last-child) {
padding-left: 0;
padding-right: 2.5rem
}
} .from-pumpkin-wine-left {
--gradient-from-color: #bb731b;
--gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(187,115,27,0));
}
.to-pumpkin-wine-right {
--gradient-to-color: #923349;
}
.from-magenta-wine-left {
--gradient-from-color: #a72044;
--gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(167,32,68,0));
}
@media only screen and (max-width: 767px) {
section.mobile-hidden { display:none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
section.tablet-hidden { display:none;
}
}
@media only screen and (min-width: 1440px) {
section.desktop-hidden { display:none;
}
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-regular.eot); src: local('Open Sans Regular'), local('OpenSans-Regular'),
url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-regular.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-regular.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-regular.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-regular.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-regular.svg) format('svg'); } @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-600.eot); src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-600.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-600.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-600.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-600.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-600.svg) format('svg'); } @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-700.eot); src: local('Open Sans Bold'), local('OpenSans-Bold'),
url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-700.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-700.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-700.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-700.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Open-Sans/open-sans-v17-latin-700.svg) format('svg'); } @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-regular.eot); src: local('Montserrat Regular'), local('Montserrat-Regular'),
url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-regular.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-regular.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-regular.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-regular.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-regular.svg) format('svg'); } @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-500.eot); src: local('Montserrat Medium'), local('Montserrat-Medium'),
url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-500.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-500.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-500.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-500.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-500.svg) format('svg'); } @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-600.eot); src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-600.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-600.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-600.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-600.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-600.svg) format('svg'); } @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-700.eot); src: local('Montserrat Bold'), local('Montserrat-Bold'),
url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-700.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-700.woff) format('woff2'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-700.woff) format('woff'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-700.ttf) format('truetype'), url(../../../themes/Striven 2020/css/fonts/Montserrat/montserrat-v14-latin-700.svg) format('svg'); }
body {
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
}
section, div {
font-family: Montserrat, sans-serif;
font-size: 1.125rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
font-family: Open Sans, sans-serif;
line-height: 1.25;
}
.button {
font-family: Open Sans, sans-serif;
}
h1 {
font-size: 2.8125rem;
line-height: 1.375;
}
h2 {
font-size: 2.1875rem;
font-weight: 700;
}
h3 {
font-size: 1.5625rem;
font-weight: 700;
}
h4 {
font-size: 1.5625rem;
}
.hero .eyebrow {
font-size: 1rem;
text-transform: uppercase;
}
@media (min-width: 1280px) {
.hero .eyebrow {
font-size: 1.25rem
}
}
.eyebrow {
font-size: 1.125rem;
font-weight: 700;
text-transform: uppercase;
}
p a span{
text-decoration: underline;
}
.wysiwyg ul li:not(.gfield), .cards-block ul li:not(.gfield) {
position: relative;
padding-left: 2rem;
font-size: 1rem;
}
.wysiwyg ul li:not(.gfield)::before, .cards-block ul li:not(.gfield)::before {
content: '\2022';
position: absolute;
left: 0;
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
--transform-translate-y: -1px;
font-size: 2.5rem;
top: 10px;
line-height: 0;
}
.wysiwyg > ol > li,
.wysiwyg > ul > li{
margin-top: 0.75rem;
}
.wysiwyg ol,
.cards-block ol {
margin-left: 0.75rem;
counter-reset: item;
}
.wysiwyg ol > li:not(.gfield), .cards-block ol > li:not(.gfield) {
position: relative;
padding-left: 2rem;
font-size: 1rem;
}
.wysiwyg ol > li:not(.gfield)::before, .cards-block ol > li:not(.gfield)::before {
content: counter(item) ". ";
counter-increment: item;
position: absolute;
left: 0;
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
font-weight: 700;
line-height: 0;
margin-top:1px;
font-size:1.25rem;
}
.wysiwyg p {
margin-top: 0.75rem;
}
.wysiwyg a {
text-decoration: underline;
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
ul, ol, .wysiwyg li, .wysiwyg ul div, .wysiwyg ol div {
font-size: 1rem;
}
ol ul {
margin-left: 0.75rem;
}
.wysiwyg-mt-lg p {
margin-top: 1.5rem
}
.parent-pageid-1078 ol {
font-size: 1.125rem;
}
.parent-pageid-1078 h2 {
font-size: 2.5rem;
}
.parent-pageid-1078 main h3 {
font-size: 1.5625rem;
}
.info-block .wysiwyg p:not(:first-child), .info-block .wysiwyg hr:not(:first-child), .info-block .wysiwyg h4:not(:first-child), .info-block .wysiwyg h3:not(:first-child) {
margin-top: 2rem;
}
.info-block .wysiwyg h4 + p {
margin-top: 0.5rem !important;
}
.blog h2, .single-post h2, .category h2 {
font-size: 2.1875rem;
}
.blog h3, .single-post h3, .category h3 {
font-size: 1.875rem;
}
.blog h4, .single-post h4, .category h4 {
font-size: 1.5625rem;
}
.feature-update-block .wysiwyg p {
margin-top: 1.5rem;
} main h1 {
font-size: 3.125rem;
font-weight: 700;
}
main h2 {
font-size: 2.5rem;
font-weight: 700;
}
main h3 {
font-size: 1.875rem;
font-weight: 700;
}
main h4 {
font-size: 1.875rem;
font-weight: 500;
color: #356B8D;
}
main h5 {
font-size: 1.4375rem;
font-weight: 500;
}
main h6 {
font-size: 1.125rem;
font-weight: 700;
}
main .eyebrow {
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
color: #356B8D;
}
.parent-pageid-11757 main .hero-text-image-cta .eyebrow, .parent-pageid-11757 main .hero-image-block .eyebrow, .parent-pageid-11759 main .hero-text-image-cta .eyebrow, .parent-pageid-11759 main .hero-image-block .eyebrow {
color: white;
}
main p, 
main p span, 
main .wysiwyg ul li:not(.gfield), 
main .wysiwyg ul li, 
main ul li,
main .wysiwyg ol li:not(.gfield), 
main .wysiwyg ol li, 
main ol li {
font-size: 1.25rem;
font-weight: 500;
}
main div, main section {
font-size: 1.25rem;
}
.blog main .card-blog p {
font-size: 1rem;
font-weight: normal;
}
.blog main div {
font-size: 1.125rem;
}
.blog main .card-blog div a {
font-size: .875rem;
}
.blog main .card-blog .meta-sm {
font-size: .75rem;
}
.blog main .card-blog div h3 a {
font-size: 1.875rem;
font-weight: 700;
}
.testimonials-block p {
font-size: 1rem;
}
.testimonials-block h2 {
font-size: 2.1875rem;
}
.testimonials-block .suc-story-description p {
font-size: 1.5625rem;
font-weight: normal;
}
.blog .pagination .nav-links, .blog .feature-update-pagination .nav-links, .search .pagination .nav-links, .search .feature-update-pagination .nav-links, .category .pagination .nav-links, .category .feature-update-pagination .nav-links, .post-type-archive-feature_update .pagination .nav-links, .post-type-archive-feature_update .feature-update-pagination .nav-links, .single-feature_update .pagination .nav-links, .single-feature_update .feature-update-pagination .nav-links {
display: flex;
}
.blog .pagination .page-numbers, .blog .pagination a, .blog .feature-update-pagination .page-numbers, .blog .feature-update-pagination a, .search .pagination .page-numbers, .search .pagination a, .search .feature-update-pagination .page-numbers, .search .feature-update-pagination a, .category .pagination .page-numbers, .category .pagination a, .category .feature-update-pagination .page-numbers, .category .feature-update-pagination a, .post-type-archive-feature_update .pagination .page-numbers, .post-type-archive-feature_update .pagination a, .post-type-archive-feature_update .feature-update-pagination .page-numbers, .post-type-archive-feature_update .feature-update-pagination a, .single-feature_update .pagination .page-numbers, .single-feature_update .pagination a, .single-feature_update .feature-update-pagination .page-numbers, .single-feature_update .feature-update-pagination a {
border-radius: 0.25rem;
margin-left: 1px;
margin-right: 1px;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-width: 1px;
--border-opacity: 1;
border-color: #707070;
border-color: rgba(112, 112, 112, var(--border-opacity));
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
font-size: 1.125rem;
font-weight: 700;
--text-opacity: 1;
color: #707070;
color: rgba(112, 112, 112, var(--text-opacity));
line-height: 1.5;
}
.blog .pagination .page-numbers.current, .blog .pagination a.current, .blog .feature-update-pagination .page-numbers.current, .blog .feature-update-pagination a.current, .search .pagination .page-numbers.current, .search .pagination a.current, .search .feature-update-pagination .page-numbers.current, .search .feature-update-pagination a.current, .category .pagination .page-numbers.current, .category .pagination a.current, .category .feature-update-pagination .page-numbers.current, .category .feature-update-pagination a.current, .post-type-archive-feature_update .pagination .page-numbers.current, .post-type-archive-feature_update .pagination a.current, .post-type-archive-feature_update .feature-update-pagination .page-numbers.current, .post-type-archive-feature_update .feature-update-pagination a.current, .single-feature_update .pagination .page-numbers.current, .single-feature_update .pagination a.current, .single-feature_update .feature-update-pagination .page-numbers.current, .single-feature_update .feature-update-pagination a.current {
--bg-opacity: 1;
background-color: #707070;
background-color: rgba(112, 112, 112, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.blog .pagination a.page-numbers:hover, .blog .pagination a:hover, .blog .feature-update-pagination a.page-numbers:hover, .blog .feature-update-pagination a:hover, .search .pagination a.page-numbers:hover, .search .pagination a:hover, .search .feature-update-pagination a.page-numbers:hover, .search .feature-update-pagination a:hover, .category .pagination a.page-numbers:hover, .category .pagination a:hover, .category .feature-update-pagination a.page-numbers:hover, .category .feature-update-pagination a:hover, .post-type-archive-feature_update .pagination a.page-numbers:hover, .post-type-archive-feature_update .pagination a:hover, .post-type-archive-feature_update .feature-update-pagination a.page-numbers:hover, .post-type-archive-feature_update .feature-update-pagination a:hover, .single-feature_update .pagination a.page-numbers:hover, .single-feature_update .pagination a:hover, .single-feature_update .feature-update-pagination a.page-numbers:hover, .single-feature_update .feature-update-pagination a:hover {
--bg-opacity: 1;
background-color: #707070;
background-color: rgba(112, 112, 112, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.blog .screen-reader-text, .search .screen-reader-text, .category .screen-reader-text, .post-type-archive-feature_update .screen-reader-text, .single-feature_update .screen-reader-text {
display: none;
}
.post-type-archive-feature_update .feature-update-pagination a, .single-feature_update .feature-update-pagination a {
text-align: center;
width: 14rem;
margin-left: 1.5rem;
margin-right: 1.5rem;
margin-top: 1rem;
}
.search .pagination .page-numbers.current {
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.search .pagination a.page-numbers:hover {
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
{
} .nav-wrapper {
position: relative;
z-index: 50;
cursor: pointer;
max-height:85vh; display:none;
}
.nav-wrapper.active {
overflow: auto; display:block;
}
@media (min-width: 1024px) {
.nav-wrapper { display:block
}
}
@media (min-width: 1024px) {
.nav-wrapper li, .nav-wrapper .sub-menu, .nav-wrapper .sub-menu li {
background-color: transparent;
cursor: auto
}
}
@media (min-width: 1024px) {
.nav-wrapper .sub-menu, .nav-wrapper .sub-menu * {
background-color: transparent
}
}
.nav-wrapper, .nav-wrapper .nav-wrapper-inner  {
transition: all .3s linear;
}
@media (min-width: 1024px) {
.nav-wrapper, .nav-wrapper .nav-wrapper-inner  {
transition: none
}
}
@media (min-width: 1024px) {
.nav-wrapper {
display: flex;
flex-direction: row;
align-items: stretch;
width: 100%;
position: static;
box-shadow: none;
background-color: transparent;
cursor: default;
justify-content: space-between;
transform: translate(0)
}
.nav-wrapper #close {
display: none;
}
}
.primary-nav-menu {
font-family: Open Sans, sans-serif;
white-space: nowrap;
height: 100%;
align-items: center;
font-size: 1.25rem;
}
@media (min-width: 1024px) {
.primary-nav-menu {
overflow-y:unset;
font-size: 1rem
}
}
.primary-nav-menu > li {
position: relative;
margin-left: 1.5rem;
margin-right: 1.5rem;
border-bottom:1px #ccc solid;
}
.primary-nav-menu > li > .sub-menu > li > a {
font-size: 1rem;
padding-left: 2rem;
}
.primary-nav-menu > li.menu-item-has-children > a {
display: flex;
width: 100%;
justify-content:space-between;
align-items:center;
}
.primary-nav-menu > li.menu-item-has-children > a::after {
content: "";
background:url(../../../themes/Striven 2020/css/img/chevron-double-right-solid.svg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 1.5rem;
width: 1.5rem; cursor: pointer;
filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(98%) contrast(88%); margin-left:0.25rem;
}
.primary-nav-menu > li.menu-item-has-children.active > a::after {
transform:  rotate(90deg);
}
.primary-nav-menu > li.menu-item-has-children.active ul.sub-menu {
max-height: unset;
}
.primary-nav-menu > li a {
display: block;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
z-index: 10;
position: relative;
}
.primary-nav-menu > li.mega-menu { }
.primary-nav-menu > li.mega-menu > .sub-menu > li > a {
padding-left: 1rem;
padding-right: 1rem;
padding-left: 1rem;
font-weight: 700;
color:#356B8D;
}
.primary-nav-menu > li.menu-item-has-children:not(.mega-menu) .sub-menu a:hover {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu {
display: block;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > a { border-bottom:#ccc solid 1px; background-color:#f8f8f8;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > .sub-menu { background-color:#fff;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > .sub-menu.active { padding:10px 20px;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > .sub-menu > li > .sub-menu { padding-left:1.5rem;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > .sub-menu > li > .sub-menu { padding-left:0
}
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > a { border-bottom:0; background-color:unset;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > .sub-menu { background-color:unset;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li > .sub-menu.active { padding:0;
}
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:first-child {
max-width:300px;
min-width:300px;
display:inline-block
}
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) { display:inline-block
}
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2):after {
display:none;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu {
width:100%;
justify-content:space-between;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu {
width:55vw;
max-width:900px
}
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li {
width:100%;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li { width:unset; min-width:25%
}
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li > a {
font-weight: 700;
padding-bottom: 0.75rem;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children:first-child > .sub-menu {
padding-left:0;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children:first-child > .sub-menu > li {
width:unset;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children:first-child > .sub-menu > li > a {
font-weight:700;
border-bottom:1px solid #ccc;
padding:0.25rem 0.75rem 0.75rem;
margin-bottom:0.75rem;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children:first-child > .sub-menu > li.menu-item-has-children > a {
display: flex;
align-items: center;
justify-content: space-between;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children:first-child > .sub-menu > li.menu-item-has-children > a::after {
content: "";
background:url(../../../themes/Striven 2020/css/img/chevron-right.svg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 1.5rem;
width: 1.5rem; cursor: pointer;
filter: invert(98%) sepia(98%) saturate(0%) hue-rotate(164deg) brightness(102%) contrast(60%); margin-left:0.25rem;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children:first-child > a {
display:none; }
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li > a {
cursor: pointer;
border-bottom: 1px solid #cccccc;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children > a {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.75rem;
font-size: 1rem;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li.menu-item-has-children > a::after {
content: "";
background:url(../../../themes/Striven 2020/css/img/chevron-right.svg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 1.5rem;
width: 1.5rem; cursor: pointer;
filter: invert(98%) sepia(98%) saturate(0%) hue-rotate(164deg) brightness(102%) contrast(60%); margin-left:0.25rem;
}
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:nth-child(2) > .sub-menu > li > .sub-menu li a {
font-weight: 500;
font-size: 1rem;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:last-child {
display: block;
text-align: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:last-child {
display: inline-block;
float: left;
padding-bottom: 1rem;
padding-right: 1rem;
margin-top: 0;
margin-bottom: 0;
margin-top:-4rem
}
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:last-child > a {
display: inline-block;
padding-left: 3rem;
padding-right: 3rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
border-radius: 9999px;
font-size: 1rem;
cursor: pointer;
background-color:#923349;
color:white;
}
.primary-nav-menu > li.menu-item-has-children.solutions > .sub-menu > li:last-child > a:hover {
text-decoration: none;
opacity: 0.8;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu {
overflow: hidden;
width: 100%;
transition-property: all;
transition-duration: 150ms;
font-size: 1rem;
max-height: 0px;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > a { border-bottom:#ccc solid 1px; background-color:#f8f8f8;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu { background-color:#fff;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu.active { padding:10px 20px;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li > .sub-menu { padding-left:1.5rem;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li > .sub-menu { padding-left:0
}
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > a { border-bottom:0; background-color:unset;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu { background-color:unset;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu.active { padding:0;
}
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
overflow: hidden;
width: 100%;
transition-property: all;
transition-duration: 150ms;
max-height: 0px;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
margin-top: 1.5rem;
padding-bottom: 0.75rem
}
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li {
width: 100%;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li.menu-item-has-children {
display: inline-block;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li.menu-item-has-children:not(:first-child) {
margin-top: 1.5rem;
}
@media (min-width: 1024px) {
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li.menu-item-has-children:not(:first-child) {
margin-top: 0
}
}
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu a {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
font-size:1.1rem;
}
.primary-nav-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu a:hover {
text-decoration: underline;
}
.primary-nav-menu > li.menu-item-has-children.menu-item-has-children > .sub-menu.active, .primary-nav-menu > li.menu-item-has-children.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu.active {
max-height: 2000px;
}
@media (min-width: 1024px) {
.primary-nav-menu {
display: flex;
align-items: center;
padding-left: 0;
padding-right: 0
}
.primary-nav-menu > li {
position: relative;
margin: 0;
border-bottom:0;
}
.primary-nav-menu > li > a {
position: relative;
display: block;
overflow: hidden;
font-weight: 600;
}
.primary-nav-menu > li:hover > a, .primary-nav-menu > li.current-menu-ancestor > a, .primary-nav-menu > li.current-menu-item > a, .primary-nav-menu > li.current-page-ancestor > a  {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.primary-nav-menu > li:hover > a.menu-item-has-children::after, .primary-nav-menu > li.current-menu-ancestor > a.menu-item-has-children::after, .primary-nav-menu > li.current-menu-item > a.menu-item-has-children::after, .primary-nav-menu > li.current-page-ancestor > a.menu-item-has-children::after {
transform:  rotate(180deg);
}
.primary-nav-menu > li > a {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.primary-nav-menu > li.navigation-button  {
align-self: center;
}
.primary-nav-menu > li.navigation-button > a {
position: relative;
bottom: 0.25rem;
border-width: 2px;
border-style: solid;
--border-opacity: 1;
border-color: #549EA0;
border-color: rgba(84, 158, 160, var(--border-opacity));
box-sizing: border-box;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.primary-nav-menu > li.navigation-button > a:hover {
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.primary-nav-menu > li > .sub-menu {
opacity: 0;
visibility: hidden;
position: absolute;
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
top: 100%;
}
.primary-nav-menu > li.menu-item-has-children > a {
display: flex;
align-items: center;
cursor: pointer;
}
.primary-nav-menu > li.menu-item-has-children > a::after {
content: "";
background:url(../../../themes/Striven 2020/css/img/chevron-down.svg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 1.5rem;
width: 1.5rem; cursor: pointer;
filter: invert(98%) sepia(98%) saturate(0%) hue-rotate(164deg) brightness(102%) contrast(60%); margin-left:0.25rem;
}
.primary-nav-menu > li.menu-item-has-children:hover > a::after{
transform:  rotate(180deg);
filter: invert(13%) sepia(55%) saturate(5328%) hue-rotate(196deg) brightness(96%) contrast(90%); }
.primary-nav-menu > li.menu-item-has-children > .sub-menu, .primary-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
width: auto;
overflow: visible;
max-height: none;
}
.primary-nav-menu > li.mega-menu > .sub-menu {
display: flex;
left: -175px;
}
.primary-nav-menu > li.mega-menu > .sub-menu > li {
padding-left: 1.25rem;
padding-right: 1.25rem;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
font-weight: 700;
position: relative;
}
.primary-nav-menu > li.mega-menu > .sub-menu > li:not(:last-child)::after {
content: "";
position: absolute;
border-right-width: 1px;
right: 0;
border-style: solid;
--border-opacity: 1;
border-color: #d2d6dc;
border-color: rgba(210, 214, 220, var(--border-opacity));
top:50%;
transform: translateY(-50%);
height: 90%;
}
.primary-nav-menu > li.mega-menu > .sub-menu > li > a {
padding-left: 0.75rem;
padding-right: 0.75rem;
cursor: default;
color:#0D4E88;
font-size:1.2rem;
}
.primary-nav-menu > li.mega-menu > .sub-menu > li li {
text-transform: none;
font-weight: 400;
text-decoration: none;
font-size: 1rem;
letter-spacing: 0;
}
.primary-nav-menu > li.mega-menu > .sub-menu > li li > a {
display: block;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.primary-nav-menu > li.mega-menu > .sub-menu > li li a:hover {
text-decoration: underline;
}
.primary-nav-menu li.mega-menu:nth-child(4) > .sub-menu {
left: 0;
}
.primary-nav-menu li.mega-menu:nth-child(4) > .sub-menu > li a:hover {
--text-opacity: 1;
color: #161e2e;
color: rgba(22, 30, 46, var(--text-opacity));
text-shadow: none;
}
.primary-nav-menu > li:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
.primary-nav-menu li > .sub-menu > li > a {
display: block;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
font-weight: 600;
}
}
@media (min-width: 1280px) {
.primary-nav-menu {
letter-spacing: 0.025em
}
.primary-nav-menu > li:not(:last-child) {
}
.primary-nav-menu > li > a {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
font-size: 1.125rem;
}
.primary-nav-menu li > .sub-menu > li > a {
}
}
@media (min-width: 1450px) {
.primary-nav-menu > li > a {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
font-size: 1.25rem;
}
.primary-nav-menu > li:not(:last-child) {
}
}
@media (min-width: 1850px) {
.primary-nav-menu > li > a {
padding-left: 2rem;
padding-right: 2rem;
font-size: 1.25rem;
}
.primary-nav-menu > li:not(:last-child) {
}
}
.utility-nav {
color:#575757;
}
.utility-nav > a > img {
filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(98%) contrast(88%); }
#mobile-util-menu .utility-nav {
font-size: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.logo-container{
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 1024px) {
.logo-container{
padding-left: 0;
padding-right: 0;
margin-right:1rem;
margin-bottom:0.75rem
}
}
@media (min-width: 1450px) {
.logo-container{
margin-right:2rem
}
}
@media (min-width: 1850px) {
.logo-container{
margin-right:3rem
}
}
.search-toggle-container {
padding-left:0.75rem;
}
@media (min-width: 1024px) {
.search-toggle-container {
padding-left:1rem
}
}
.search-toggle-container img { filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(98%) contrast(88%); }
@media (min-width: 1450px) {
.search-toggle-container {
border-left:2px #ccc solid;
margin-left:1rem
}
}
.search-toggle-container button {
height:100%;
width:2rem;
outline:none;
}
#close, #mobile-nav-toggle {
display: none;
visibility: hidden;
filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(98%) contrast(88%);
} #close.active, #mobile-nav-toggle.active {
display: block;
visibility: visible;
}
#mobile-search-toggle img { filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(98%) contrast(88%); }
#mobile-search-content {
position: relative;
z-index: 50;
overflow: hidden; display:none;
}
#mobile-search-content.active {
overflow: visible; display:block;
}
@media (min-width: 1024px) {
#mobile-search-content {
display: none
}
}
#mobile-search-content form {
display: flex;
flex-direction: column;
}
#mobile-search-content form :first-child {
background-color:#ccc;
padding:1rem 0.25rem;
}
#mobile-search-content form :first-child input {
position: relative;
border-radius: 9999px;
border-width: 1px;
--border-opacity: 1;
border-color: #9fa6b2;
border-color: rgba(159, 166, 178, var(--border-opacity));
border-style: solid;
width: 100%;
--text-opacity: 1;
color: #161e2e;
color: rgba(22, 30, 46, var(--text-opacity));
padding: 0.25rem;
box-sizing: border-box;
cursor: pointer;
background-repeat: no-repeat;
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
background-position: 96%;
background-image:url(../../../themes/Striven 2020/css/img/icon-search.svg);
background-size:1.25em;
color:#575757;
font-size:1rem;
padding:0.5rem 2.25rem 0.5rem 0.5rem;
}
#mobile-search-content form :first-child input::placeholder {
color:#666;
}
#mobile-search-content form :first-child input:focus {
cursor: text;
outline: 2px solid transparent;
outline-offset: 2px;
border-color:#233D4E;
}
#mobile-search-content form :last-child {
background-color:white;
padding:1em;
}
#mobile-search-content form :last-child input {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
cursor: pointer;
background-color:#233D4E;
color:white;
}
#mobile-search-content form :last-child input:hover {
background-color:#375B72;
}
#desktop-search-content {
display: none;
}
@media (min-width: 1024px) {
#desktop-search-content.active {
position: absolute;
margin-left: auto;
margin-right: auto;
text-align: center;
left: 0;
right: 0;
display: block;
background-color: transparent;
width: 100%;
display: flex;
justify-content: flex-end;
}
#desktop-search-content.active form {
display: flex;
width: 33.333333%;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
#desktop-search-content.active form :first-child {
width: 75%;
height: 100%;
}
#desktop-search-content.active form :first-child input {
position: relative;
width: 100%;
height: 100%;
--text-opacity: 1;
color: #161e2e;
color: rgba(22, 30, 46, var(--text-opacity));
padding: 0.25rem;
box-sizing: border-box;
cursor: pointer;
background-repeat: no-repeat;
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
color:#444;
font-size:1rem;
padding:0.5rem 0.5rem 0.5rem 2.5rem;
}
#desktop-search-content.active form :first-child input::placeholder {
color:#666;
}
#desktop-search-content.active form :first-child input:focus {
cursor: text;
outline: 2px solid transparent;
outline-offset: 2px;
border-color:#233D4E;
}
#desktop-search-content.active form :last-child {
width: 25%;
}
#desktop-search-content.active form :last-child input {
width: 100%;
padding: 1rem;
cursor: pointer;
background-color:#233D4E;
color:white;
}
#desktop-search-content.active form :last-child input:hover {
background-color:#375B72;
}
} .hamburger-icon {
cursor: pointer;
}
 .slick-loading .slick-list
{
background: #fff url(../../../themes/Striven%202020/css/vendor/slick-slider/images/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(../../../themes/Striven 2020/css/vendor/slick-slider/fonts/slick.eot);
src: url(../../../themes/Striven 2020/css/vendor/slick-slider/fonts/slick.eot#iefix) format('embedded-opentype'), url(../../../themes/Striven 2020/css/vendor/slick-slider/fonts/slick.woff) format('woff'), url(../../../themes/Striven 2020/css/vendor/slick-slider/fonts/slick.ttf) format('truetype'), url(../../../themes/Striven 2020/css/vendor/slick-slider/fonts/slick.svg) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
} .slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} @font-face {
font-family: 'lg';
src: url(../../../themes/Striven 2020/css/vendor/light-gallery/fonts/lg_n1z373.eot);
src: url(../../../themes/Striven 2020/css/vendor/light-gallery/fonts/lg.eot) format("embedded-opentype"), url(../../../themes/Striven 2020/css/vendor/light-gallery/fonts/lg_n1z373.woff) format("woff"), url(../../../themes/Striven 2020/css/vendor/light-gallery/fonts/lg_n1z373.ttf) format("truetype"), url(../../../themes/Striven 2020/css/vendor/light-gallery/fonts/lg_n1z373-lg.svg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
border: none;
outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
-o-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
-o-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
-webkit-overflow-scrolling: touch;
overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(../../../themes/Striven%202020/css/vendor/light-gallery/img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(../../../themes/Striven%202020/css/vendor/light-gallery/img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
background: transparent url(../../../themes/Striven%202020/css/vendor/light-gallery/img/video-play.png) no-repeat scroll 0 0;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(../../../themes/Striven%202020/css/vendor/light-gallery/img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(../../../themes/Striven%202020/css/vendor/light-gallery/img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
-moz-transition: opacity 0.08s ease 0s;
-o-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
-o-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-moz-transform: translate3d(0, 0px, 0);
-o-transform: translate3d(0, 0px, 0);
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-moz-transform: translate3d(0, 5px, 0);
-o-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.lg-group:after {
content: "";
display: table;
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
text-align: left;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(../../../themes/Striven%202020/css/vendor/light-gallery/img/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}   .lSSlideOuter {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.lightSlider:before, .lightSlider:after {
content: " ";
display: table;
}
.lightSlider {
overflow: hidden;
margin: 0;
}
.lSSlideWrapper {
max-width: 100%;
overflow: hidden;
position: relative;
}
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform,height;
-moz-transition-property: -moz-transform,height;
transition-property: transform,height;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: #222222;
border-radius: 30px;
display: inline-block;
height: 8px;
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #428bca;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSGallery {
list-style: none outside none;
padding-left: 0;
margin: 0;
overflow: hidden;
transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
overflow: hidden;
-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
content: " ";
display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
clear: both;
}  .lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
background-image: url(../../../themes/Striven%202020/css/vendor/light-slider/img/controls.png);
cursor: pointer;
position: absolute;
z-index: 99;
margin-top: -16px;
opacity: 0.5;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
} .lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
} .lSSlideOuter.vertical .lSAction > a {
left: 50%;
margin-left: -14px;
margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
background-position: 31px -31px;
bottom: 10px;
top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
background-position: 0 -31px;
bottom: auto;
top: 10px;
}  .lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
float: right !important;
} @-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
@keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}/*/*/.lightSlider.lsGrab > * {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lightSlider.lsGrabbing > * {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
@media (min-width: 1024px) {
.icon-steps-wrapper, .icon-steps-wrapper * {
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
transition-property: all;
transition-duration: 200ms;
}
.icon-steps-wrapper .step.active {
--transform-scale-x: 1.05;
--transform-scale-y: 1.05;
}
.icon-steps-wrapper .step.active .step-inner {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.icon-steps-wrapper .step.active .background-overlay {
opacity: 0;
}
.icon-steps-wrapper .side-text, .icon-steps-wrapper .side-text * {
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
transition-property: opacity;
transition-duration: 500ms;
}
.icon-steps-wrapper .side-text.active {
width: 100%;
opacity: 1;
visibility: visible;
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
height: auto;
}
.icon-steps-wrapper .side-text.active .side-text-inner {
opacity: 1;
visibility: visible;
}
}
.brown-orange-gradient {
background: hsla(358, 27%, 46%, 1);
background: linear-gradient(0deg, hsla(358, 27%, 46%, 1) 34%, hsla(32, 73%, 42%, 1) 87%);
background: -moz-linear-gradient(0deg, hsla(358, 27%, 46%, 1) 34%, hsla(32, 73%, 42%, 1) 87%);
background: -webkit-linear-gradient(0deg, hsla(358, 27%, 46%, 1) 34%, hsla(32, 73%, 42%, 1) 87%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#965759", endColorstr="#BA721D", GradientType=1 );
}
.brown-orange-gradient-reverse {
background: hsla(358, 27%, 46%, 1);
background: linear-gradient(180deg, hsla(358, 27%, 46%, 1) 34%, hsla(32, 73%, 42%, 1) 87%);
background: -moz-linear-gradient(180deg, hsla(358, 27%, 46%, 1) 34%, hsla(32, 73%, 42%, 1) 87%);
background: -webkit-linear-gradient(180deg, hsla(358, 27%, 46%, 1) 34%, hsla(32, 73%, 42%, 1) 87%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#BA721D", endColorstr="#965759", GradientType=1 );
}
.brown-orange-gradient-reverse:hover, .brown-orange-gradient:hover, .button-hover:hover {
opacity: 0.8;
}
.button-primary {
display: inline-block;
text-align: center;
background-image: linear-gradient(to right, var(--gradient-color-stops));
--gradient-from-color: #bb731b;
--gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(187,115,27,0));
--gradient-to-color: #923349;
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1.125rem;
font-weight: 700;
padding-left: 5rem;
padding-right: 5rem;
padding-top: 1rem;
padding-bottom: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-family: Open Sans, sans-serif;
}
.button-primary:hover { opacity:0.8;
}
.button-primary img { display: inline-block;
}
.button-secondary {
display: inline-block;
text-align: center;
background-image: linear-gradient(to right, var(--gradient-color-stops));
--gradient-from-color: #a72044;
--gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(167,32,68,0));
--gradient-to-color: #923349;
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1.125rem;
font-weight: 700;
padding-left: 5rem;
padding-right: 5rem;
padding-top: 1rem;
padding-bottom: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-family: Open Sans, sans-serif;
}
.button-secondary:hover { opacity:0.8;
}
.button-secondary img { display: inline-block;
}
.button-tertiary {
display: inline-block;
text-align: center;
background-color: transparent;
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1.125rem;
font-weight: 700;
padding-left: 5rem;
padding-right: 5rem;
padding-top: 1rem;
padding-bottom: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-family: Open Sans, sans-serif;
border-width: 2px;
--border-opacity: 1;
border-color: #ffffff;
border-color: rgba(255, 255, 255, var(--border-opacity));
border-style: solid;
}
.button-tertiary:hover {  --bg-opacity: 1;  background-color: #ffffff;  background-color: rgba(255, 255, 255, var(--bg-opacity));  --text-opacity: 1;  color: #000000;  color: rgba(0, 0, 0, var(--text-opacity));
}
.button-tertiary img { display: inline-block;
}
.card {
padding: 1rem;
margin-top: 0.75rem;
}
.card-square:hover > div {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.card-basic:hover > div {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.card-basic, .card-square {
transition: all .15s;
}
.card-basic:hover, .card-square:hover {
transform: scale(1.05);
}
.card-review> div, .card-cta> div {
background-image: linear-gradient(to right, #0D4E88, #549EA0);
}
.card-review:nth-child(1) > div {
background-image: linear-gradient(to right, #0D4E88, #549EA0);
}
.card-review:nth-child(2) > div {
background-image: linear-gradient(to right, #0D4E88, #549EA0);
}
.card-review:nth-child(3) > div {
background-image: linear-gradient(to right, #0D4E88, #549EA0);
}
.card-review .top-1 {
position: absolute;
bottom: 100%;
height: 30px;
width: 100px;
left: 8%;
background: inherit;
}
.card-review .top-2 {
position: absolute;
bottom: 100%;
height: 30px;
width: 100px;
right: 8%;
background: inherit;
}
.card-list.bulleted-list ul {
list-style-type: disc;
text-align: left;
padding-left: 1.5rem;
}
@media (min-width: 640px) {
.card-list.bulleted-list {
padding-left: 0
}
}
.card-blog .meta-sm, .card-blog-related .meta-sm {
position: relative;
}
.card-blog .meta-sm:not(:last-child)::after, .card-blog-related .meta-sm:not(:last-child)::after {
content: '';
position: absolute;
right: 0;
border-radius: 9999px;
width: 1px;
--bg-opacity: 1;
background-color: #707070;
background-color: rgba(112, 112, 112, var(--bg-opacity));
top: 50%;
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
--transform-translate-y: -50%;
height: 13px;
}
.card-blog .meta-sm path, .card-blog-related .meta-sm path {
fill: currentColor;
}
.card-location:nth-of-type(4n + 1) h4 {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.card-location:nth-of-type(4n + 2) h4{
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity))
}
.card-location:nth-of-type(4n + 3) h4{
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.card-location:nth-of-type(4n + 4) h4{
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.card-location a {
text-decoration: underline;
}
.card-success-story a:hover .background-overlay {
opacity: .05;
}/**/@media (min-width: 768px) {
.card-belief:nth-child(3) h3, .card-belief:nth-child(4) h3 {
height: 6rem;
}
.card-belief:nth-child(5) h3, .card-belief:nth-child(6) h3 {
height: 10rem;
}
}
@media (min-width: 1024px) {
.card-belief:nth-child(1) h3, .card-belief:nth-child(2) h3, .card-belief:nth-child(3) h3 {
height: 6rem;
}
.card-belief:nth-child(4) h3, .card-belief:nth-child(5) h3, .card-belief:nth-child(6) h3 {
height: 10rem;
}
}
@media (min-width: 1280px) {
.card-belief:nth-child(4) h3, .card-belief:nth-child(5) h3, .card-belief:nth-child(6) h3 {
height: 8rem;
}
}
.card-belief p, .card-belief ul {
color: rgba(0,0,0,.681);
}
.card-belief .card-footer {
background-color: #dadada;
}
.card-belief .before-logo {
position: relative;
}
.card-belief .before-logo::before {
content:''; position: absolute;
width: 6rem;
overflow: visible;
height: 4rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
bottom: 100%;
right: 20px;
}  .card-page-navigation:hover img {
filter: brightness(110%);
}
.card-page-navigation:hover h5 {
color: #4e7d9b;
}
.card-page-navigation:hover h5 img {
filter: invert(46%) sepia(34%) saturate(568%) hue-rotate(160deg) brightness(92%) contrast(85%);
} .price-container .sm\:pr-10, .price-container .px-2 {
padding-right: 0;
}
.price-container .price {
font-size: 6rem;
}
.price-container p {
line-height: 1.25;
}
@media screen and (min-width: 1024px) {
.price-container p {
line-height: 1;
}
} .sitemap > li {
font-family: Open Sans, sans-serif;
font-weight: 700;
font-size: 1.5625rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
.sitemap > li:not(:last-child) {
--border-opacity: 1;
border-color: #F0F0F0;
border-color: rgba(240, 240, 240, var(--border-opacity));
border-bottom-width: 1px;
border-style: solid;
}
.sitemap > li li {
padding-left: 1rem;
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 1.125rem;
}
@media (min-width: 768px) {
.sitemap > li {
width: 75%
}
}
.sitemap > li > a {
display: inline-block;
margin-bottom: 0.5rem;
} .sitemap a:hover {
text-decoration: underline;
} .sitemap a[href^="#"] {
cursor: default;
}
.sitemap a[href^="#"]:hover {
text-decoration: none;
}
.slider.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slider .slick-dots {
bottom: 5px;
}
.slider .slick-dots li button::before {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
opacity: 0.75;
}
.slider .slick-dots li button:hover::before {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
opacity: 1;
}
.slider .slick-dots li.slick-active button::before {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
opacity: 1;
}
.slider-text-and-images .slick-prev {
z-index: 10;
left: auto;
right: auto;
top: auto;
right: calc(100% - 65px);
top: calc(100% - 75px);
}
@media (min-width: 1024px) {
.slider-text-and-images .slick-prev {
bottom: auto;
right: calc(100%);
top: 50%;
transform: translateY(-50%)
}
}
.slider-text-and-images .slick-prev::before {
content: "";
display: block;
position: absolute;
width: 4rem;
height: 4rem;
top: 10px;
right: 100%; background-size: 4rem 4rem;
}
@media (min-width: 1024px) {
.slider-text-and-images .slick-prev::before {
top: auto;
bottom: 100%
}
}
.slider-text-and-images .slick-next {
z-index: 10;
left: auto;
right: auto;
top: auto;
left: calc(100% - 65px);
top: calc(100% - 75px);
}
@media (min-width: 1024px) {
.slider-text-and-images .slick-next {
bottom: auto;
left: 100%;
top: 50%;
transform: translateY(-50%)
}
}
.slider-text-and-images .slick-next::before {
content: "";
display: block;
position: absolute;
width: 4rem;
height: 4rem;
top: 10px;
left: 100%;
background-size: 4rem 4rem; transform: rotate(180deg);
}
@media (min-width: 1024px) {
.slider-text-and-images .slick-next::before {
top: auto;
bottom: 100%
}
}
.slider-quotes .slick-prev {
z-index: 10;
left: auto;
right: auto;
top: auto;
right: calc(100% - 75px);
top: calc(100% - 100px);
}
@media (min-width: 1024px) {
.slider-quotes .slick-prev {
bottom: auto;
right: calc(100%);
top: 50%;
transform: translateY(-50%)
}
}
.slider-quotes .slick-prev::before {
content: "";
display: block;
position: absolute;
width: 4rem;
height: 4rem;
top: 10px;
right: 100%; background-size: 4rem 4rem;
}
@media (min-width: 1024px) {
.slider-quotes .slick-prev::before {
top: -40px;
bottom: 100%
}
}
.slider-quotes .slick-next {
z-index: 10;
left: auto;
right: auto;
top: auto;
left: calc(100% - 75px);
top: calc(100% - 100px);
}
@media (min-width: 1024px) {
.slider-quotes .slick-next {
bottom: auto;
left: 100%;
top: 50%;
transform: translateY(-50%)
}
}
.slider-quotes .slick-next::before {
content: "";
display: block;
position: absolute;
width: 4rem;
height: 4rem;
top: 10px;
left: 100%;
background-size: 4rem 4rem; transform: rotate(180deg);
}
@media (min-width: 1024px) {
.slider-quotes .slick-next::before {
top: -40px;
bottom: 100%
}
}
.slider-thumbnails .slick-current .active-border {
box-shadow: inset 0 0 0 4px #549EA0;
}
.slider-thumbnails-main .slick-prev {
z-index: 10;
top: 50%;
transform: translateY(-50%);
left: 0;
margin-left: 0.5rem;
}
.slider-thumbnails-main .slick-prev::before {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
width: 2.5rem;
height: 4rem;
background-color: rgba(0,0,0,.5);
background-position: center;
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
opacity: 1; background-size: 17px 45px;
}
.slider-thumbnails-main .slick-next {
z-index: 10;
top: 50%;
transform: translateY(-50%);
right: 0;
margin-right: 0.5rem;
}
.slider-thumbnails-main .slick-next::before {
content: "";
display: block;
right: 0;
position: absolute;
width: 2.5rem;
height: 4rem;
background-color: rgba(0,0,0,.5);
background-position: center;
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
opacity: 1; background-size: 17px 45px;
} .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
}
.google-reviews-card-slider  .lslide, .google-reviews-card-slider  .clone {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.google-reviews-card-slider + .lSAction > a {
background-image: url(../../../themes/Striven%202020/css/img/controls-black.png);
}
.google-reviews-wrapper .google-business-reviews-rating p.rating {
margin-bottom: 0px;
}
.google-reviews-wrapper .gmbrr .listing .rating, 
.google-reviews-wrapper .gmbrr .star, 
.google-reviews-wrapper .gmbrr .rating, 
.google-reviews-wrapper .gmbrr.dark .listing .rating, 
.google-reviews-wrapper .gmbrr.dark .star, 
.google-reviews-wrapper .gmbrr.dark.stars-yellow .star, 
.google-reviews-wrapper .gmbrr.stars-yellow .star, 
.google-reviews-wrapper .gmbrr.contrast .listing .rating, 
.google-reviews-wrapper .gmbrr.dark.contrast .listing .rating, 
.google-reviews-wrapper .gmbrr.stars-html .rating-stars {
color: #F4A533;
}
.google-reviews-wrapper .google-business-reviews-rating p.rating {
text-align: center;
}
@media (min-width: 640px) {
.google-reviews-wrapper .google-business-reviews-rating p.rating {
text-align: left
}
}
.google-reviews-wrapper .google-business-reviews-rating p.rating a {
display: block;
margin-left: 0;
margin: 0;
font-weight: 700;
color: #5B5B5B;
}
@media (min-width: 640px) {
.google-reviews-wrapper .google-business-reviews-rating p.rating a {
text-align: left
}
}
.google-business-reviews-rating {
margin-left: auto;
margin-right: auto;
width: 91.666667%;
}
@media (min-width: 640px) {
.google-business-reviews-rating {
width: 75%
}
}
.google-reviews-wrapper .google-business-reviews-rating .rating .number + .all-stars {
margin-left: 0;
}
.google-reviews-wrapper .google-business-reviews-rating .listing li {
margin-left: 0;
margin-right: 0;
}
.google-reviews-wrapper .attribution {
text-align: center;
}
.image-slider{
padding:2em 0;
}
.image-slider .slick-dots li, .image-slider .slick-dots li button{
width:auto !important;
}
@media (min-width: 1024px){
.image-slider .slick-dots li, .image-slider .slick-dots li button{
width:20px !important;
}
}
.image-slider .slick-dots li button:before{
font-size:8px !important;
color:black !important;
}
.image-slider .slick-dots li.slick-active button:before, .image-slider .slider .slick-dots li button:hover:before{
color:#55B5A0 !important;
}
.slider-table .slick-dots{
transform:scale(1.8);
filter:brightness(.6);
bottom:-30px;
}
.slider-table .slick-dots .slick-active{
filter:brightness(1.5);
}
.slider-table .slick-dots .slick-active button:before{
color:#56797e !important;
}
.header-col > div{
border-radius:50px;
}
.header-col.light > div{
background-color: #56797e;
color:white;
}
.header-col.dark > div{
background-color: #233d4e;
color:white;
}
@media only screen and (max-width: 768px) {
.sticky-col{
border-right:2px solid #c8d9e1;
}
.header-col.light{
background-color: #56797e;
}
.header-col.dark{
background-color: #233d4e;
}
.header-col.light > div{
background-color: white;
color:#56797e;
}
.header-col.dark > div{
background-color: white;
color:#233d4e;
}
}
.slider-horizontal .slider-button{
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
border-radius: 0.375rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
cursor: pointer;
font-size: 1.25rem;
font-weight: 700;
color:#56797e;
transform:scale(1);
transition:all 200ms;
}
.slider-horizontal .slider-button:hover{
transform:scale(1.05)
}
.slider-horizontal .slider-button.active{
--bg-opacity: 1;
background-color: #233d4e;
background-color: rgba(35, 61, 78, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
div.highlight {
background-color:rgba(66, 131, 131, 0.1) !important;
} .case-study-card > div.shadow-hover{
border-radius:1rem;
-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.4);
box-shadow: 2px 3px 5px rgba(0,0,0,.4);
}
.case-study-card > div.shadow-hover:hover{
-webkit-box-shadow: 2px 3px 12px rgba(0,0,0,.8);
box-shadow: 2px 3px 12px rgba(0,0,0,.8);
}
.case-study-card .case-study-card-p p{
font-size: 0.875rem;
}
.case-study-card .case-study-image img{
width:6rem;
height:6rem;
margin:0 auto;
}
@media (min-width: 1280px){
.case-study-card .case-study-image img{
width:8rem;
height:8rem;
}
}
.case-study-card-wrapper{
padding-top: 1rem;
padding-bottom: 1rem;
}
.case-study-card-wrapper > a:not(:last-child){
margin-bottom: 1.5rem
}
.case-study-card-testimonials > h2{
padding-bottom: 1rem;
}
@media (min-width: 768px){
.case-study-card-testimonials > h2{
padding-bottom: 0;
}
}
.case-study-card-testimonials > div{
position: relative;
padding-top: 2rem;
}
.case-study-card-testimonials > div:before{
content: "";
position: absolute;
top: -20px;
left: 35%;
bottom: 0;
height: 1px;
width: 30%;
border-bottom: 4px solid #7b7b7b;
}
@media (min-width: 768px){
.case-study-card-testimonials > div{
padding-top: 0;
border-left:4px solid #7B7B7B
}
.case-study-card-testimonials > div:before{
display:none;
}
.case-study-card-testimonials > div > h2{
padding-bottom:0;
}
.case-study-card-testimonials > div > div{
padding-top:0;
}
}
.gradient-blue-to-green {
background-image: linear-gradient(to right, #0D4E88, #549EA0);
}
.gradient-blue-to-green-75 {
background-image: linear-gradient(to right, rgba(13,78,136,.75), rgba(84,158,160,.75));
}
.gradient-blue-to-green-50 {
background-image: linear-gradient(to right, rgba(13,78,136,.50), rgba(84,158,160,.50));
}
.gradient-blue-to-green-25 {
background-image: linear-gradient(to right, rgba(13,78,136,.25), rgba(84,158,160,.25));
}
.gradient-green-to-blue {
background-image: linear-gradient(to right, #549EA0, #0D4E88);
}
.gradient-green-to-blue-75 {
background-image: linear-gradient(to right, rgba(84,158,160,.75), rgba(13,78,136,.75));
}
.gradient-green-to-blue-50 {
background-image: linear-gradient(to right, rgba(84,158,160,.50), rgba(13,78,136,.50));
}
.gradient-green-to-blue-25 {
background-image: linear-gradient(to right, rgba(84,158,160,.25), rgba(13,78,136,.25));
}
.gradient-navy {
background-image: linear-gradient(to bottom right, rgba(55, 91, 114, 1), rgba(28, 46, 57, 1));
}
.gradient-navy-75 {
background-image: linear-gradient(to bottom right, rgba(55, 91, 114, .75), rgba(28, 46, 57, .75));
}
.gradient-navy-50 {
background-image: linear-gradient(to bottom right, rgba(55, 91, 114, .5), rgba(28, 46, 57, .5));
}
.gradient-navy-25 {
background-image: linear-gradient(to bottom right, rgba(55, 91, 114, .25), rgba(28, 46, 57, .25));
}
.gradient-pale-blue {
background-image: linear-gradient(to bottom right, rgba(184, 209, 203, 1), rgba(0, 75, 137, 1));
}
.gradient-pale-blue-75 {
background-image: linear-gradient(to bottom right, rgba(184, 209, 203, .75), rgba(0, 75, 137, .75));
}
.gradient-pale-blue-50 {
background-image: linear-gradient(to bottom right, rgba(184, 209, 203, .5), rgba(0, 75, 137, .5));
}
.gradient-pale-blue-25 {
background-image: linear-gradient(to bottom right, rgba(184, 209, 203, .25), rgba(0, 75, 137, .25));
}
.gradient-blue-to-transparent {
background-image: linear-gradient(to right, rgba(13,78,136, .75), rgba(13,78,136, .75));
}
@media (min-width: 1024px) {
.gradient-blue-to-transparent {
background-image: linear-gradient(to right, rgba(13,78,136, 1), rgba(255,255,255,.25))
}
}        .iframe-container {
overflow: visible;
padding-top: 56.25%;
position: relative;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.iframe-container iframe {
transition-property: opacity;
transition-duration: 700ms;
transition-delay: 100ms;
transition-timing-function: linear;
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
}  #gform_1, #gform_3, #gform_9, .white-button-form {
margin-top: 2rem;
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
} #gform_2, 
#gform_4, 
#gform_5, 
.gform_wrapper .primary-button-class[id^=gform],
.gform_wrapper .blue-button-form-two-columns[id^=gform],
.gform_wrapper .primary-button-class[id^=gform] {
margin-top: 4rem;
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
}
#gform_2 ul.gform_fields, #gform_4 ul.gform_fields, #gform_5 ul.gform_fields, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#gform_2 ul.gform_fields > li[id^=field]:first-child, #gform_4 ul.gform_fields > li[id^=field]:first-child, #gform_5 ul.gform_fields > li[id^=field]:first-child, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:first-child, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child {
width: 100%;
}
#gform_2 ul.gform_fields > li[id^=field]:first-child *, #gform_4 ul.gform_fields > li[id^=field]:first-child *, #gform_5 ul.gform_fields > li[id^=field]:first-child *, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child *, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:first-child *, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child * {
margin-top: 0;
margin-bottom: 0;
}
#gform_2 ul.gform_fields > li[id^=field]:first-child input, #gform_4 ul.gform_fields > li[id^=field]:first-child input, #gform_5 ul.gform_fields > li[id^=field]:first-child input, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child input, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:first-child input, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child input {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
#gform_2 ul.gform_fields > li[id^=field]:first-child span:nth-child(2), #gform_4 ul.gform_fields > li[id^=field]:first-child span:nth-child(2), #gform_5 ul.gform_fields > li[id^=field]:first-child span:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child span:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:first-child span:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:first-child span:nth-child(2) {
padding-right: 0;
}
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_2 ul.gform_fields li[id^=field]:nth-child(3), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields li[id^=field]:nth-child(3), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) {
width: 100%;
}
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_2 ul.gform_fields > li[id^=field]:nth-child(2) *, #gform_2 ul.gform_fields li[id^=field]:nth-child(3), #gform_2 ul.gform_fields li[id^=field]:nth-child(3) *, #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2) *, #gform_4 ul.gform_fields li[id^=field]:nth-child(3), #gform_4 ul.gform_fields li[id^=field]:nth-child(3) *, #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2) *, #gform_5 ul.gform_fields li[id^=field]:nth-child(3), #gform_5 ul.gform_fields li[id^=field]:nth-child(3) *, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) *, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) *, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) *, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) *, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) *, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) * {
margin-top: 0;
}
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2) input, #gform_2 ul.gform_fields li[id^=field]:nth-child(3) input, #gform_4 ul.gform_fields > li[id^=field]:nth-child(2) input, #gform_4 ul.gform_fields li[id^=field]:nth-child(3) input, #gform_5 ul.gform_fields > li[id^=field]:nth-child(2) input, #gform_5 ul.gform_fields li[id^=field]:nth-child(3) input, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) input, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) input, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) input, .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) input, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) input, .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) input {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_2 ul.gform_fields li[id^=field]:nth-child(3), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields li[id^=field]:nth-child(3), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) {
width: 50%
}
}
@media (min-width: 1024px) {
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_2 ul.gform_fields li[id^=field]:nth-child(3), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields li[id^=field]:nth-child(3), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) {
width: 100%
}
}
@media (min-width: 1280px) {
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_2 ul.gform_fields li[id^=field]:nth-child(3), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields li[id^=field]:nth-child(3), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields li[id^=field]:nth-child(3) {
width: 50%
}
}
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) {
padding-right: 0;
}
@media (min-width: 768px) {
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) {
padding-right: 1rem
}
}
@media (min-width: 1024px) {
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) {
padding-right: 0
}
}
@media (min-width: 1280px) {
#gform_2 ul.gform_fields > li[id^=field]:nth-child(2), #gform_4 ul.gform_fields > li[id^=field]:nth-child(2), #gform_5 ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(2) {
padding-right: 1rem
}
}
#gform_2 ul.gform_fields > li[id^=field]:nth-child(3), #gform_4 ul.gform_fields > li[id^=field]:nth-child(3), #gform_5 ul.gform_fields > li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(3), .gform_wrapper .blue-button-form-two-columns[id^=gform] ul.gform_fields > li[id^=field]:nth-child(3), .gform_wrapper .primary-button-class[id^=gform] ul.gform_fields > li[id^=field]:nth-child(3) {
padding-right: 0;
} .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form[id^=gform] input:not([type=submit]), 
.gform_wrapper form[id^=gform] select {
width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
--bg-opacity: 1 !important;
background-color: #ffffff !important;
background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
--border-opacity: 1 !important;
border-color: #707070 !important;
border-color: rgba(112, 112, 112, var(--border-opacity)) !important;
border-style: solid !important;
border-width: 1px !important;
padding-left: 2.5rem !important;
padding-right: 1.25rem !important;
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
border-radius: 0.25rem !important;
--text-opacity: 1 !important;
color: #404040 !important;
color: rgba(64, 64, 64, var(--text-opacity)) !important;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper form[id^=gform] input:not([type=submit]):focus, .gform_wrapper form[id^=gform] select:focus {
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}
@media (min-width: 768px) {
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form[id^=gform] input:not([type=submit]), 
.gform_wrapper form[id^=gform] select {
display: block
}
}
@media (min-width: 1024px) {
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form[id^=gform] input:not([type=submit]), 
.gform_wrapper form[id^=gform] select {
margin-left: 0;
margin-right: 0
}
}
.gform_legacy_markup_wrapper input:not():not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
padding: 1.25rem !important;
} .gform_wrapper form[id^=gform] textarea, .gform_wrapper form[id^=gform] select {
--border-opacity: 1;
border-color: #707070;
border-color: rgba(112, 112, 112, var(--border-opacity));
border-style: solid;
border-width: 1px;
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
padding: 1rem;
}
.gform_wrapper form[id^=gform] textarea:focus, .gform_wrapper form[id^=gform] select:focus {
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}
.gform_wrapper form[id^=gform] textarea {
border-radius: 0.25rem;
} #gform_1 input[type="text"], #gform_3 input[type="text"], #gform_9 input[type="text"], .gform_wrapper .white-button-form[id^=gform] input {
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
#gform_1 input[type="text"], #gform_3 input[type="text"], #gform_9 input[type="text"], .gform_wrapper .white-button-form[id^=gform] input {
padding-top: 1.25rem;
padding-bottom: 1.25rem
}
}
@media (min-width: 1024px) {
#gform_1 input[type="text"], #gform_3 input[type="text"], #gform_9 input[type="text"], .gform_wrapper .white-button-form[id^=gform] input {
font-size: 1.25rem
}
} #gform_2 input[type="text"], 
#gform_4 input[type="text"], 
#gform_5 input[type="text"], 
.gform_wrapper .primary-button-class[id^=gform] input[type="text"]:not():not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .blue-button-form-two-columns[id^=gform] input[type="text"]:not():not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
font-size: 1.25rem;
}
@media (min-width: 768px) {
#gform_2 input[type="text"], 
#gform_4 input[type="text"], 
#gform_5 input[type="text"], 
.gform_wrapper .primary-button-class[id^=gform] input[type="text"]:not():not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .blue-button-form-two-columns[id^=gform] input[type="text"]:not():not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
width: 100%
}
} #gform_1 input[type="submit"], #gform_3 input[type="submit"], #gform_6 input[type="submit"], #gform_8 input[type="submit"], #gform_9 input[type="submit"], .gform_wrapper .green-button-form .gform_footer input[type="submit"], .gform_wrapper .white-button-form .gform_footer input[type="submit"] {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1.125rem;
font-weight: 700;
padding-left: 2rem;
padding-right: 2rem;
padding-top: 1rem;
padding-bottom: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-family: Open Sans, sans-serif;
border-width: 2px;
border-color: transparent;
border-style: solid;
cursor: pointer;
}
#gform_1 input[type="submit"]:hover, #gform_3 input[type="submit"]:hover, #gform_6 input[type="submit"]:hover, #gform_8 input[type="submit"]:hover, #gform_9 input[type="submit"]:hover, .gform_wrapper .green-button-form .gform_footer input[type="submit"]:hover, .gform_wrapper .white-button-form .gform_footer input[type="submit"]:hover {
--border-opacity: 1;
border-color: #549EA0;
border-color: rgba(84, 158, 160, var(--border-opacity));
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
@media (min-width: 1024px) {
#gform_1 input[type="submit"], #gform_3 input[type="submit"], #gform_6 input[type="submit"], #gform_8 input[type="submit"], #gform_9 input[type="submit"], .gform_wrapper .green-button-form .gform_footer input[type="submit"], .gform_wrapper .white-button-form .gform_footer input[type="submit"] {
margin-left: 0;
margin-right: 0
}
} #gform_2 input[type="submit"], 
#gform_4 input[type="submit"], 
#gform_5 input[type="submit"], 
.gform_wrapper .blue-button-form-two-columns .gform_footer input[type="submit"], 
.gform_wrapper .blue-button-form .gform_footer input[type="submit"],
.gform_wrapper .primary-button-class .gform_footer input[type="submit"],
.gform_wrapper .blue-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .blue-button-form .gform_page_footer input[type="button"],
.gform_wrapper .primary-button-class .gform_page_footer input[type="submit"],
.gform_wrapper .primary-button-class .gform_page_footer input[type="button"] {
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
text-align: center !important;
background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
--gradient-from-color: #bb731b !important;
--gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(187,115,27,0)) !important;
--gradient-to-color: #923349 !important;
--text-opacity: 1 !important;
color: #ffffff !important;
color: rgba(255, 255, 255, var(--text-opacity)) !important;
font-size: 1.125rem !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
cursor: pointer !important;
}
@media (min-width: 640px) {
#gform_2 input[type="submit"], 
#gform_4 input[type="submit"], 
#gform_5 input[type="submit"], 
.gform_wrapper .blue-button-form-two-columns .gform_footer input[type="submit"], 
.gform_wrapper .blue-button-form .gform_footer input[type="submit"],
.gform_wrapper .primary-button-class .gform_footer input[type="submit"],
.gform_wrapper .blue-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .blue-button-form .gform_page_footer input[type="button"],
.gform_wrapper .primary-button-class .gform_page_footer input[type="submit"],
.gform_wrapper .primary-button-class .gform_page_footer input[type="button"] {
width: auto
}
}
#gform_2 input[type="submit"]:hover, #gform_4 input[type="submit"]:hover, #gform_5 input[type="submit"]:hover, .gform_wrapper .blue-button-form-two-columns .gform_footer input[type="submit"]:hover, .gform_wrapper .blue-button-form .gform_footer input[type="submit"]:hover, .gform_wrapper .primary-button-class .gform_footer input[type="submit"]:hover, .gform_wrapper .blue-button-form .gform_page_footer input[type="submit"]:hover, .gform_wrapper .blue-button-form .gform_page_footer input[type="button"]:hover, .gform_wrapper .primary-button-class .gform_page_footer input[type="submit"]:hover, .gform_wrapper .primary-button-class .gform_page_footer input[type="button"]:hover {
opacity: 0.75 !important;
} .gform_wrapper .secondary-button-class .gform_footer input[type="submit"] {
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
text-align: center !important;
background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
--gradient-from-color: #a72044 !important;
--gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(167,32,68,0)) !important;
--gradient-to-color: #923349 !important;
--text-opacity: 1 !important;
color: #ffffff !important;
color: rgba(255, 255, 255, var(--text-opacity)) !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
cursor: pointer !important;
}
@media (min-width: 640px) {
.gform_wrapper .secondary-button-class .gform_footer input[type="submit"] {
width: auto
}
}
.gform_wrapper .secondary-button-class .gform_footer input[type="submit"]:hover {
opacity: 0.75 !important;
} .gform_wrapper .tertiary-button-class .gform_footer input[type="submit"] {
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
text-align: center !important;
background-color: transparent !important;
--text-opacity: 1 !important;
color: #ffffff !important;
color: rgba(255, 255, 255, var(--text-opacity)) !important;
font-size: 1.125rem !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
cursor: pointer !important;
border-width: 2px !important;
--border-opacity: 1 !important;
border-color: #ffffff !important;
border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
border-style: solid !important;
}
@media (min-width: 640px) {
.gform_wrapper .tertiary-button-class .gform_footer input[type="submit"] {
width: auto
}
}
.gform_wrapper .tertiary-button-class .gform_footer input[type="submit"]:hover {
--bg-opacity: 1 !important;
background-color: #ffffff !important;
background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
--text-opacity: 1 !important;
color: #000000 !important;
color: rgba(0, 0, 0, var(--text-opacity)) !important;
} .gform_wrapper .quaternary-button-class .gform_footer input[type="submit"] {
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
text-align: center !important;
--bg-opacity: 1 !important;
background-color: #77293B !important;
background-color: rgba(119, 41, 59, var(--bg-opacity)) !important;
--text-opacity: 1 !important;
color: #ffffff !important;
color: rgba(255, 255, 255, var(--text-opacity)) !important;
font-size: 1.125rem !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
cursor: pointer !important;
}
@media (min-width: 640px) {
.gform_wrapper .quaternary-button-class .gform_footer input[type="submit"] {
width: auto
}
}
.gform_wrapper .quaternary-button-class .gform_footer input[type="submit"]:hover {
opacity: 0.75 !important;
} .gform_wrapper .quinary-button-class .gform_footer input[type="submit"] {
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
text-align: center !important;
background-color: transparent !important;
--text-opacity: 1 !important;
color: #77293B !important;
color: rgba(119, 41, 59, var(--text-opacity)) !important;
font-size: 1.125rem !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
cursor: pointer !important;
border-width: 2px !important;
--border-opacity: 1 !important;
border-color: #77293B !important;
border-color: rgba(119, 41, 59, var(--border-opacity)) !important;
border-style: solid !important;
}
@media (min-width: 640px) {
.gform_wrapper .quinary-button-class .gform_footer input[type="submit"] {
width: auto
}
}
.gform_wrapper .quinary-button-class .gform_footer input[type="submit"]:hover {
--bg-opacity: 1 !important;
background-color: #ffffff !important;
background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
} #gform_6 input[type="submit"], #gform_8 input[type="submit"], .gform_wrapper .green-button-form .gform_footer input[type="submit"]  {
min-width: 12rem;
}
@media (min-width: 1280px) {
#gform_6 input[type="submit"], #gform_8 input[type="submit"], .gform_wrapper .green-button-form .gform_footer input[type="submit"]  {
min-width: 16rem;
}
} .gform_wrapper .white-button-form .gform_footer input[type="submit"],
.gform_wrapper .white-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .white-button-form .gform_page_footer input[type="button"] {
margin-left: auto !important;
margin-right: auto !important;
min-width: 12rem !important;
text-transform: uppercase !important;
display: block !important;
text-align: center !important;
--bg-opacity: 1 !important;
background-color: #ffffff !important;
background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
--text-opacity: 1 !important;
color: #404040 !important;
color: rgba(64, 64, 64, var(--text-opacity)) !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
border-width: 2px !important;
--border-opacity: 1 !important;
border-color: #ffffff !important;
border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
border-style: solid !important;
}
@media (min-width: 1280px) {
.gform_wrapper .white-button-form .gform_footer input[type="submit"],
.gform_wrapper .white-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .white-button-form .gform_page_footer input[type="button"] {
min-width: 16rem
}
}
.gform_wrapper .white-button-form .gform_footer input[type="submit"]:hover, .gform_wrapper .white-button-form .gform_page_footer input[type="submit"]:hover, .gform_wrapper .white-button-form .gform_page_footer input[type="button"]:hover {
background-color: transparent !important;
text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08) !important;
--text-opacity: 1 !important;
color: #ffffff !important;
color: rgba(255, 255, 255, var(--text-opacity)) !important;
--border-opacity: 1 !important;
border-color: #ffffff !important;
border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}
@media (min-width: 1024px) {
.gform_wrapper .white-button-form .gform_footer input[type="submit"],
.gform_wrapper .white-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .white-button-form .gform_page_footer input[type="button"] {
margin-left: 0;
margin-right: 0
}
} .hero-image-block #gform_1 input[type="submit"], .hero-image-block #gform_3 input[type="submit"], .hero-image-block #gform_9 input[type="submit"] {
margin-left: auto;
margin-right: auto;
min-width: 12rem;
text-transform: uppercase;
display: block;
text-align: center;
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
font-weight: 700;
padding-left: 3rem;
padding-right: 3rem;
padding-top: 1rem;
padding-bottom: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-family: Open Sans, sans-serif;
border-width: 2px;
--border-opacity: 1;
border-color: #ffffff;
border-color: rgba(255, 255, 255, var(--border-opacity));
border-style: solid;
}
@media (min-width: 1280px) {
.hero-image-block #gform_1 input[type="submit"], .hero-image-block #gform_3 input[type="submit"], .hero-image-block #gform_9 input[type="submit"] {
min-width: 16rem
}
}
.hero-image-block #gform_1 input[type="submit"]:hover, .hero-image-block #gform_3 input[type="submit"]:hover, .hero-image-block #gform_9 input[type="submit"]:hover {
background-color: transparent;
text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
@media (min-width: 1024px) {
.hero-image-block #gform_1 input[type="submit"], .hero-image-block #gform_3 input[type="submit"], .hero-image-block #gform_9 input[type="submit"] {
margin-left: 0;
margin-right: 0
}
} .gform_wrapper .orange-button-form .gform_footer input[type="submit"], .gform_wrapper .orange-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .orange-button-form .gform_page_footer input[type="button"] {
margin-left: auto !important;
margin-right: auto !important;
min-width: 12rem !important;
display: block !important;
text-align: center !important;
--bg-opacity: 1 !important;
background-color: #bb731b !important;
background-color: rgba(187, 115, 27, var(--bg-opacity)) !important;
--text-opacity: 1 !important;
color: #ffffff !important;
color: rgba(255, 255, 255, var(--text-opacity)) !important;
font-weight: 700 !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
font-family: Open Sans, sans-serif !important;
border-width: 2px !important;
border-color: transparent !important;
border-style: solid !important;
cursor: pointer !important; }
@media (min-width: 1280px) {
.gform_wrapper .orange-button-form .gform_footer input[type="submit"], .gform_wrapper .orange-button-form .gform_page_footer input[type="submit"],
.gform_wrapper .orange-button-form .gform_page_footer input[type="button"] {
min-width: 16rem
}
}
.gform_wrapper .orange-button-form .gform_footer input[type="submit"]:hover, .gform_wrapper .orange-button-form .gform_page_footer input[type="submit"]:hover, .gform_wrapper .orange-button-form .gform_page_footer input[type="button"]:hover {
--bg-opacity: 1 !important;
background-color: #ffffff !important;
background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
--text-opacity: 1 !important;
color: #bb731b !important;
color: rgba(187, 115, 27, var(--text-opacity)) !important;
text-shadow: none !important;
} @media only screen and (min-width: 641px) {
#main .hero-form-wrapper .gform_wrapper ul.gform_fields li.gfield {
padding-right: 0;
}
}
@media (min-width: 1024px) {
#main .hero-form-wrapper .gform_wrapper input[type="submit"] {
margin-left: auto;
margin-right: auto
}
} .grecaptcha-badge {
visibility: hidden;
bottom: 75px !important;
}
#gform_fields_5 #field_5_8 {
width: 100%;
}    .gform_wrapper .button-left-align .gform_footer input[type="submit"], .gform_wrapper .button-left-align .gform_page_footer input[type="submit"],
.gform_wrapper .button-left-align .gform_page_footer input[type="button"]{
margin-left: 0 !important;
margin-right: 0 !important;
text-transform: none !important;
}
.contact-form-block .container .g-form-wrapper,
.info-block .container .wysiwyg .gform_wrapper {
border-radius: 10px !important;
padding: 40px 40px 30px 40px !important;
background: #F0F0F0 !important;
border: solid 25px #E8E8E8 !important;
} .contact-form-block .container .g-form-wrapper.form-theme-red-border_wrapper, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-border_wrapper {
border: solid 25px #9f7273 !important;
}
.contact-form-block .container .g-form-wrapper.form-theme-red-border_wrapper h3, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-border_wrapper h3 {
text-align:center;
margin-bottom:1rem;
} .contact-form-block .container .g-form-wrapper.form-theme-red-header_wrapper, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-header_wrapper {
border: none !important;
padding:0 0 30px 0 !important;
overflow:hidden;
}
.contact-form-block .container .g-form-wrapper.form-theme-red-header_wrapper h3, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-header_wrapper h3 {
background: rgb(163,97,100);
background: -moz-linear-gradient(90deg, rgba(163,97,100,1) 0%, rgba(132,70,72,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(163,97,100,1) 0%, rgba(132,70,72,1) 100%);
background: linear-gradient(90deg, rgba(163,97,100,1) 0%, rgba(132,70,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a36164",endColorstr="#844648",GradientType=1);
color:white;
text-align:center;
padding-top:2rem;
padding-bottom:2rem;
margin-bottom:1rem;
margin-left:-40px;
margin-right:-40px;
}
.contact-form-block .container .g-form-wrapper.form-theme-red-header_wrapper div.gfield, .contact-form-block .container .g-form-wrapper.form-theme-red-header_wrapper li.gfield, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-header_wrapper div.gfield, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-header_wrapper li.gfield {
margin-left:40px !important;
margin-right:40px;
}
.contact-form-block .container .g-form-wrapper.form-theme-red-header_wrapper div.gfield:first-child, .contact-form-block .container .g-form-wrapper.form-theme-red-header_wrapper li.gfield:first-child, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-header_wrapper div.gfield:first-child, .info-block .container .wysiwyg .gform_wrapper.form-theme-red-header_wrapper li.gfield:first-child {
margin-top:0 !important;
}
.gform_wrapper form .gform_body .gform_fields .field_sublabel_below .gfield_description,
.gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_hour input,
.gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_minute input,
.gform_wrapper form .gform_body .gfield .gfield_description,
.gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_hour input,
.gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_minute input
{
color: #707070 !important;
}
.contact-form-block .container .gform_wrapper .gform_body .gform_fields .ginput_container input[type="radio"],
.contact-form-block .container .gform_wrapper .gform_body .gform_fields .ginput_container input[type="checkbox"],
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container input[type="radio"],
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container input[type="checkbox"]{
width: auto !important;
position: relative !important;
display: initial !important;
}
.contact-form-block .container .gform_wrapper .gform_body .gform_fields .ginput_container_radio label,
.contact-form-block .container .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox label,
.info-block .container .wysiwyg .gform_wrapper .gform_body .gform_fields .ginput_container_radio label,
.info-block .container .wysiwyg .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox label,
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container_radio ul li label,
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container_checkbox ul li label {
margin: 2px 0 0 15px !important;
}
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container_radio ul,
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container_checkbox ul {
margin-left: 0 !important;
margin-right: 0 !important;
}
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container_radio ul li,
.info-block .container .wysiwyg .gform_wrapper .gform_body .gfield .ginput_container_checkbox ul li {
padding-left: 0 !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .field_sublabel_below .ginput_container input:not([type="submit"]), 
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .field_sublabel_hidden_label .ginput_container input:not([type="submit"]),
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .field_sublabel_below .ginput_container textarea,
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .field_sublabel_below .ginput_container select,
.contact-form-block .container .gform_wrapper form .gform_body .ginput_container .gfield_checkbox .gchoice input {
border: 1px solid #9A9A9A !important;
color: #707070 !important;
}
.info-block .container .wysiwyg .gform_wrapper form .gform_body .field_sublabel_below .ginput_container input:not([type="submit"]), 
.info-block .container .wysiwyg .gform_wrapper form .gform_body .field_sublabel_hidden_label .ginput_container input:not([type="submit"]),
.info-block .container .wysiwyg .gform_wrapper form .gform_body .field_sublabel_below .ginput_container textarea,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .field_sublabel_below .ginput_container select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .ginput_container .gfield_checkbox .gchoice input{
border: 1px solid #9A9A9A !important;
border-color: #9A9A9A !important;
color: #707070 !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .hour_minute_colon,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_hour i,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .hour_minute_colon {
font-size: 2.125rem !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_hour,
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_minute,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_hour,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_minute {
max-width: 100px !important;
min-width: 100px !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_ampm,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_ampm {
max-width: 110px !important;
min-width: 110px !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .ginput_container_select select,
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .ginput_complex .gfield_time_ampm select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_ampm select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_container_select select { margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .ginput_container_select .gfield_select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_container_select select {
background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%);
background-position: calc(93% - 20px) calc(1em + 17px), calc(93% - 15px) calc(1em + 17px), 100% 0;
background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
background-repeat: no-repeat;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields .ginput_complex .gfield_time_ampm select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_ampm select {
background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 15px), calc(100% - 15px) calc(1em + 15px), 100% 0;
background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
background-repeat: no-repeat;
}
@media only screen and (min-width: 641px)  {
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_ampm select {
padding: 20px 20px 20px 40px !important;
}
}
@media only screen and (max-width: 640px)  {
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_ampm select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_ampm select {
padding: 24px 20px 23px 40px !important;
}
.contact-form-block .container .g-form-wrapper,
.info-block .container .wysiwyg .gform_wrapper {
padding: 40px 15px 10px 15px !important;
}
}
@media only screen and (max-width: 480px)  {
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_hour,
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_minute,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_hour,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_minute {
max-width: 60px !important;
min-width: 60px !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_ampm,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_ampm {
max-width: 70px !important;
min-width: 70px !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex .gfield_time_ampm select,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex .gfield_time_ampm select {
padding: 24px 5px 23px 13px !important;
}
.contact-form-block .container .gform_wrapper form .gform_body .gform_fields fieldset .ginput_complex input,
.info-block .container .wysiwyg .gform_wrapper form .gform_body .gfield .ginput_complex input  {
padding: 20px 2px 20px 20px !important;
}
}
.container .gform_wrapper form .gform_body .gform_page_footer input[type="button"] {
border-radius: 0 !important;
width: auto !important;
min-width: 180px !important;
}
#sgpb-popup-dialog-main-div-wrapper #sgpb-popup-dialog-main-div .sgpb-main-html-content-wrapper .info-block .container .wysiwyg .gform_wrapper {
padding: 20px 10px !important;
}
.gform_wrapper form .gform_body .gform_page_footer {
display: flex;
}
.container .wysiwyg .gform_wrapper .primary-button-class[id^=gform], .contact-form-block .container .gform_wrapper .primary-button-class[id^=gform] {
margin-top: 0 !important;
} #gform_120 input[type="submit"], #gform_62 input[type="submit"] {
opacity: 0.6 !important;
}
body.page-id-16520 {
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.covid-list a:hover {
text-decoration: underline;
}
#covid-block::after {
content: '';
position: absolute;
bottom: 0;
width: 80%;
--border-opacity: 1;
border-color: #9fa6b2;
border-color: rgba(159, 166, 178, var(--border-opacity));
border-bottom-width: 1px;
border-style: solid;
left: 50%;
transform: translateX(-50%);
}
@media (min-width: 1024px) {
#covid-block::after {
width: 66.666667%
}
}
.home .svg-link-icon-1, .page-id-4883 .svg-link-icon-1 {
fill: #549EA0;
}
.home .svg-link-icon-2, .page-id-4883 .svg-link-icon-2 {
fill: #549EA0;
}
.home .svg-link-icon-3, .page-id-4883 .svg-link-icon-3 {
fill: #549EA0;
}
.home .svg-link-icon-4, .page-id-4883 .svg-link-icon-4 {
fill: #549EA0;
}
.home .card-list:nth-child(1) h3 {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.home .card-list:nth-child(2) h3 {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.home .card-list:nth-child(3) h3 {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.home .card-list:nth-child(4) h3 {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.home .card-list:nth-child(5) h3 {
--text-opacity: 1;
color: #F0F0F0;
color: rgba(240, 240, 240, var(--text-opacity));
} .home .hero,.page-template-template-front-page .hero{
min-height:850px;
-webkit-filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.5));
filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.5));
}
.home .hero .hero-wave-1,
.home .hero .hero-wave-1-shadow,
.home .hero .hero-wave-2,
.page-template-template-front-page .hero .hero-wave-1,
.page-template-template-front-page .hero .hero-wave-1-shadow,
.page-template-template-front-page .hero .hero-wave-2{
-webkit-mask-image: url(../../../uploads/bottom-wave-bg_full-height.svg);
mask-image: url(../../../uploads/bottom-wave-bg_full-height.svg);
mask-position: 100% 100%;
-webkit-mask-position: 100% 100%;
mask-size: cover;
-webkit-mask-size: cover;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
}
.home .hero .hero-wave-1,.page-template-template-front-page .hero .hero-wave-1{
background: rgb(100,123,137);
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.25)), color-stop(40%, rgba(255,255,255,.7)), color-stop(90%, rgba(100,123,137,1))), url(../../../uploads/mid-image.webp);
background-image:-o-linear-gradient(top, rgba(255,255,255,.25) 0%, rgba(255,255,255,.7) 40%, rgba(100,123,137,1) 90%), url(../../../uploads/mid-image.webp);
background-image:linear-gradient(180deg, rgba(255,255,255,.25) 0%, rgba(255,255,255,.7) 40%, rgba(100,123,137,1) 90%), url(../../../uploads/mid-image.webp);
bottom:50px;
z-index:4;
}
.home .hero .hero-wave-1-shadow,.page-template-template-front-page .hero .hero-wave-1-shadow{
-webkit-filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.5));
filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.5));
z-index:4;
}
.home .hero .hero-wave-2,.page-template-template-front-page .hero .hero-wave-2{
background-color:#ccd6db;
z-index:2;
}
.home .hero .hero-cta-wrapper > .hero-cta,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding-left: 2rem;
padding-right: 3rem;
font-size: 0.875rem;
border-radius: 9999px;
position: relative;
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
cursor: pointer;
opacity: 1;
font-weight: 600;
box-shadow:2px 3px 5px rgba(0,0,0,.5);
transition:all 200ms;
}
.home .hero .hero-cta-wrapper > .hero-cta:after,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta:after{
height:20px;
width:20px;
}
@media (min-width: 768px){
.home .hero .hero-cta-wrapper > .hero-cta,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta{
margin-left: 1.5rem;
margin-right: 1.5rem;
padding-left: 3rem;
padding-right: 4rem;
font-size: 1rem
}
}
@media (min-width: 1024px){
.home .hero .hero-cta-wrapper > .hero-cta,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta{
margin-left: 3rem;
margin-right: 3rem;
font-size: 1.125rem
}
.home .hero .hero-cta-wrapper > .hero-cta:after,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta:after{
height:25px;
width:25px;
}
}
.home .hero .hero-cta-wrapper > .hero-cta:after,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta:after{
content:'';
background-image:url(../../../uploads/check-circle-fa.svg);
background-size:contain;
position:absolute;
margin-left:10px;
right:10px;
border-radius:999px;
background-color:rgba(255,255,255,1);
transition:all 200ms;
}
.home .hero .hero-cta-wrapper > .hero-cta:hover,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta:hover{
box-shadow:2px 3px 8px rgba(0,0,0,.8);
}
.home .hero .hero-cta-wrapper > .hero-cta:hover:after,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta:hover:after{
background-color:rgba(255,255,255,.6);
}
.home .hero .hero-cta-wrapper > .hero-cta.active:after,.page-template-template-front-page .hero .hero-cta-wrapper > .hero-cta.active:after{
background-image:url(../../../uploads/check-circle-fa.svg);
-webkit-filter: drop-shadow( 4px 4px 4px rgba(0, 0, 0, .5));
filter: drop-shadow( 4px 4px 4px rgba(0, 0, 0, .5));
background-color:transparent;
}
.home .hero .button, .page-template-template-front-page .hero .button {
transition:all 200ms;
}
.home .hero .button:hover,.page-template-template-front-page .hero .button:hover{
background-color:#3d5362;
}
.home .second-section-wrapper,.page-template-template-front-page .second-section-wrapper{
background-image:url(../../../uploads/homepage-background.svg); background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%), url(../../../uploads/homepage-background.svg);
background-size:cover;
margin-top:-150px;
padding-top:150px;
}
@media (min-width: 768px){
.home .stats-wrapper:not(:last-child),.page-template-template-front-page .stats-wrapper:not(:last-child){
border-right:2px solid #ccc;
}
}
.home .stats-wrapper .stats,.page-template-template-front-page .stats-wrapper .stats{
color:#9d5f11;
}
.home .slider-block .container,.page-template-template-front-page .slider-block .container{
margin-left: auto;
margin-right: auto;
width: 100%;
}
@media (min-width: 768px){
.home .slider-block .container,.page-template-template-front-page .slider-block .container{
width: 75%
}
}
@media (min-width: 1024px){
.home .slider-block .container,.page-template-template-front-page .slider-block .container{
width: 50%
}
}
.home .slick-list,.page-template-template-front-page .slick-list{
overflow:visible
}
.home .slider-thumbnails,.page-template-template-front-page .slider-thumbnails{
overflow:hidden;
}
.home .slick-slide,.page-template-template-front-page .slick-slide{
opacity:1;
transition:all 200ms;
}
.home .slider .slick-slide:not(.slick-current),.page-template-template-front-page .slider .slick-slide:not(.slick-current){
opacity:.6;
transform:scale(.85);
} .home .slick-prev:before,
.home .slick-next:before,
.page-template-template-front-page .slick-prev:before,
.page-template-template-front-page .slick-next:before{
content:'';
width:30px !important;
height:30px !important;
background-color:transparent !important;
background-image:url(../../../uploads/blue-arrow.svg);
background-size:contain !important;
}
.home .slick-prev,.page-template-template-front-page .slick-prev{
transform:translateX(0) !important;
}
@media (min-width: 1024px){
.home .slick-prev,.page-template-template-front-page .slick-prev{
transform:translateX(-75px) !important
}
}
.home .slick-prev:before,.page-template-template-front-page .slick-prev:before{
transform:rotate(180deg) !important;
-webkit-filter: drop-shadow( -2px -2px 2px rgba(0, 0, 0, .5));
filter: drop-shadow( -2px -2px 2px rgba(0, 0, 0, .5));
}
.home .slick-next,.page-template-template-front-page .slick-next{
transform:translateX(0) !important;
}
@media (min-width: 1024px){
.home .slick-next,.page-template-template-front-page .slick-next{
transform:translateX(75px) !important
}
}
.home .slick-next:before,.page-template-template-front-page .slick-next:before{
-webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));
filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));
}
.home #slider-main .slick-track .slick-current,.page-template-template-front-page #slider-main .slick-track .slick-current{
-webkit-box-shadow:3px 6px 12px #3A3A3A;
box-shadow:3px 6px 12px #3A3A3A;
}
.home #slider-thumbnails,.page-template-template-front-page #slider-thumbnails{
padding-top: 1rem;
}
@media (min-width: 1024px){
.home #main .container,.page-template-template-front-page #main .container{
max-width:1350px
}
}
.home .slider-block,.page-template-template-front-page .slider-block{
overflow:hidden;
padding:4rem 0;
}
@media (min-width: 1024px){
.home .slider-block,.page-template-template-front-page .slider-block{
padding:10rem 0
}
}
.home .success-stories-block,.page-template-template-front-page .success-stories-block{
padding:8rem 0;
background-size:cover;
}
.home .top-gradient,.page-template-template-front-page .top-gradient{
background: rgb(255,0,0);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
margin-top:-200px;
height:100px;
position:relative;
z-index:10;
}
.home .last-section,.page-template-template-front-page .last-section{
background-image:url(../../../uploads/integrations-bg.svg);
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}
.home .honeycomb-wrapper,.page-template-template-front-page .honeycomb-wrapper{
overflow:hidden;
padding-bottom:10rem;
}
@media (min-width: 640px){
.home .honeycomb,.page-template-template-front-page .honeycomb{
width:104%;
margin-left:-2%;
margin-right:-2%;
}
}
.home .honeycomb .row,.page-template-template-front-page .honeycomb .row{
display: flex;
}
.home .honeycomb .row > div,.page-template-template-front-page .honeycomb .row > div{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
transition:all 200ms;
}
.home .honeycomb .row > div:not(.hex-27), .page-template-template-front-page .honeycomb .row > div:not(.hex-27) {
background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 196.48 170.15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F4F6F6;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='147.36 0 49.12 0 0 85.08 49.12 170.15 147.36 170.15 196.48 85.08 147.36 0'/%3E%3C/svg%3E");
background-size:contain;
background-position:center;
background-repeat:no-repeat;
}
.home .honeycomb .row .hex-27,.page-template-template-front-page .honeycomb .row .hex-27{
content:'';
background-image:url(../../../uploads/striven-modified-logo.png);
background-size:75%;
background-position:center;
background-repeat:no-repeat;
opacity:1 !important;
}
.home .honeycomb .row > div:nth-child(odd),.page-template-template-front-page .honeycomb .row > div:nth-child(odd){
transform:translateY(50%);
}
.home .honeycomb .row > div:first-child,
.home .honeycomb .row > div:last-child,
.page-template-template-front-page .honeycomb .row > div:first-child,
.page-template-template-front-page .honeycomb .row > div:last-child{ display:none;
}
.home .honeycomb .row > div.no-logo,.page-template-template-front-page .honeycomb .row > div.no-logo{
opacity:.6;
}
.home .honeycomb .row > div:nth-child(2),
.home .honeycomb .row > div:nth-child(2),
.page-template-template-front-page .honeycomb .row > div:nth-child(2),
.page-template-template-front-page .honeycomb .row > div:nth-child(2){
opacity:.3
}
@media (max-width:576px){
.home .honeycomb .row > div:nth-child(-n+4),
.home .honeycomb .row > div:nth-last-child(-n+4),
.page-template-template-front-page .honeycomb .row > div:nth-child(-n+4),
.page-template-template-front-page .honeycomb .row > div:nth-last-child(-n+4){
display:none;
}
}
@media (min-width:577px) and (max-width:1023px){
.home .honeycomb .row > div:nth-child(-n+2),
.home .honeycomb .row > div:nth-last-child(-n+2),
.page-template-template-front-page .honeycomb .row > div:nth-child(-n+2),
.page-template-template-front-page .honeycomb .row > div:nth-last-child(-n+2){
display:none;
}
}
@media (min-width: 768px){
.home .hide, .page-template-template-front-page .hide {
visibility:hidden
}
}
@media (min-width: 768px){
.home .honeycomb-wrapper h2,.page-template-template-front-page .honeycomb-wrapper h2{
margin-bottom:-75px
}
}
@media (min-width: 1024px){
.home .honeycomb-wrapper h2,.page-template-template-front-page .honeycomb-wrapper h2{
margin-bottom:-125px
}
}
body.blog #blog-subscribe-form, body.category #blog-subscribe-form, body.single #blog-subscribe-form, body.search #blog-subscribe-form {
--bg-opacity: 1;
background-color: #404040;
background-color: rgba(64, 64, 64, var(--bg-opacity));
}
body.blog label, body.category label, body.single label, body.search label {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1.25rem;
}
body.blog input.es_txt_email, body.category input.es_txt_email, body.single input.es_txt_email, body.search input.es_txt_email {
padding: 0.5rem;
background-color: transparent;
border-width: 1px;
border-style: solid;
--border-opacity: 1;
border-color: #ffffff;
border-color: rgba(255, 255, 255, var(--border-opacity));
font-size: 1.25rem;
}
body.blog input.es_txt_email::placeholder, body.category input.es_txt_email::placeholder, body.single input.es_txt_email::placeholder, body.search input.es_txt_email::placeholder {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
body.blog input.es_txt_email:focus, body.category input.es_txt_email:focus, body.single input.es_txt_email:focus, body.search input.es_txt_email:focus {
outline: none;
}
body.blog input.es_subscription_form_submit, body.category input.es_subscription_form_submit, body.single input.es_subscription_form_submit, body.search input.es_subscription_form_submit {
padding: 0.5rem;
border-width: 1px;
border-style: solid;
--border-opacity: 1;
border-color: #bb731b;
border-color: rgba(187, 115, 27, var(--border-opacity));
cursor: pointer;
--bg-opacity: 1;
background-color: #bb731b;
background-color: rgba(187, 115, 27, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1.25rem;
width: 100%;
}
body.blog input.es_subscription_form_submit:hover, body.category input.es_subscription_form_submit:hover, body.single input.es_subscription_form_submit:hover, body.search input.es_subscription_form_submit:hover {
--text-opacity: 1;
color: #bb731b;
color: rgba(187, 115, 27, var(--text-opacity));
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
body.blog .es_spinner_image, body.category .es_spinner_image, body.single .es_spinner_image, body.search .es_spinner_image {
position: absolute !important;
margin-left: 0.25rem !important;
float: none !important;
bottom: 3px;
}
body.blog .es_subscription_form, body.category .es_subscription_form, body.single .es_subscription_form, body.search .es_subscription_form {
position: relative;
}
body.blog .success, body.category .success, body.single .success, body.search .success {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.single .meta-sm-white {
position: relative;
}
.single .meta-sm-white:not(:last-child)::after {
content: '';
position: absolute;
right: 0;
border-radius: 9999px;
width: 1px;
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
top: 50%;
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
--transform-translate-y: -50%;
height: 0.75rem;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.single .meta-sm-white path {
fill: currentColor;
}
.single .max-w-blog {
max-width: 73.25rem;
}
.footer-blog a:hover {
text-decoration: underline;
}
.blog-content a {
text-decoration: underline;
}
.search article .entry-meta .updated, .search .screen-reader-text {
display: none;
}
.category-select-options {
top: 78%;
z-index: 1;
}
#results-per-page {
cursor: pointer;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: white url(../../../uploads/arrow_drop_down_black_24dp.svg) no-repeat;
background-position: 75% 50%;
}
#search-submit:hover {
background: #375b72;
}
#results-per-page, .category-select-button, .search-input-container {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
span.current.page-numbers {
font-weight: bold;
}
.page-numbers {
padding: 1rem;
}
.next.page-numbers, .prev.page-numbers, a.cursor-pointer {
color: #356b8d;
fill: #356b8d;
}
.page-numbers.disabled, a.disabled {
color: #aaa;
fill: #aaa;
}
.highlights {
background: #fff875;
}
.search-results-container header > * {
padding-top: 0.75rem;
}
@media (min-width: 640px) {
.info-block-text * {
text-align: left !important
}
} .spacer {
height: 59.3594px;
}
@media (min-width: 1280px){
.spacer {
height: 113px
}
}
.blog .spacer, .category .spacer, .single .spacer {
height: 75px;
}
@media (min-width: 768px) {
.blog .spacer, .category .spacer, .single .spacer {
height: 84px
}
}
.header-wrapper {
transition: all .3s linear;
}
.header-wrapper.nav-up {
transform: translateY(-100%); }
.header, .header .logo {
transition: all .3s linear;
}
@media (min-width: 1024px) {
.header.small {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}
}
.header .search:focus { }
.header .search-submit{
background-size: 28px; }
.header input:-webkit-autofill,
.header input:-webkit-autofill:hover,
.header input:-webkit-autofill:focus,
.header input:-webkit-autofill:active  {
-webkit-box-shadow: 0 0 0 30px #404040 inset !important;
-webkit-text-fill-color: white !important;
}
.blog .search-submit{
background-size: 28px;
} input[type=text]::-ms-clear {  display: none; width : 0; height: 0;
}
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none !important; -webkit-appearance:none !important;
}
.single-post article img {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.single-post article img,.single-post article figure {
max-width: 100%;
}
.single-post article p,.single-post article ul,.single-post article li,.single-post article figure{
font-size: 1rem;
padding-top: 0.75rem;
line-height: 1.625;
}
.single-post article p {
font-size: 1.125rem;
padding-top: 1.5rem;
}
.single-post article h1,.single-post article h2,.single-post article h3,.single-post article h4,.single-post article h5,.single-post article h6 {
padding-top: 1.5rem;
text-transform: none;
}
.single-post article h2 b {
font-weight: 400;
}
.single-post article h2, .single-post article h3 {
font-weight: 400;
}
.single-post article ul {
list-style-type: disc;
padding-left: 2.5rem;
}
@media (min-width: 1024px) {
.single-post article ul {
padding-left: 4rem
}
}
.single-post article figure.is-resized {
display: block;
}
.single-post article iframe {
margin-left: auto;
margin-right: auto;
}
.single-post article img.alignright, .single-post article .alignright {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 0.25rem;
}
@media (min-width: 640px) {
.single-post article img.alignright, .single-post article .alignright {
float: right;
margin: 0 0 1em 1em
}
}
.single-post article img.alignleft, .single-post article .alignleft {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 0.25rem;
}
@media (min-width: 640px) {
.single-post article img.alignleft, .single-post article .alignleft {
float: left;
margin: 0 1em 1em 0
}
}
#header-only {
padding-bottom: 0;
}
@media (min-width: 768px) {
#header-only {
margin-bottom: -2rem
}
}
.choices-or-container {
bottom: -3.25rem;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: #f1f2f2;
box-shadow:  0 0 1em rgb(0 0 0 / 20%);
width: 50px;
height: 50px;
line-height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
@media (min-width: 1024px) {
.choices-or-container {
right: -1.75rem;
bottom: 10rem;
left: auto;
transform: none
}
}
.choices-section .background-overlay {
z-index: -2;
}
#video, #modal, #video-2, #form.modal {
transition: all .3s;
}
#video:target, #modal:target, #video-2:target, #form.modal:target {
visibility: visible;
opacity: 1;
}
#modal img{
margin-left: auto;
margin-right: auto;
}
a[href="#video-2"]:hover img {
animation-name: pulse;
animation-duration: 1.4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
} .embed-video-new-modal {
z-index: 999999;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.embed-video-class-wrapper .active {
display: block;
}
.overlay-block {
display: block !important;
background-color:#000;
transition: opacity 2s;
opacity: 0.9;
z-index: 99999;
}
.left-choice {
z-index: 1;
}
.left-choice > .absolute {
background-color: #DEE3E5;
opacity: 0.95;
}
.right-choice > .absolute {
background-color: #EAEAEA;
opacity: 0.96;
}
.bg-image-container {
z-index: -3;
}
.text-image-block .image-container {
z-index: 1;
}
@media (min-width: 1024px) {
.text-image-block .image-container {
left: 4.5rem;
position: absolute;
}
}
.text-image-block .description-container {
background-color: #6C828E;
}
.text-image-block .heading-container {
background-color: #8299A5;
z-index: -1;
}
.text-image-block .heading-container h1 {
}
.drop-shadow-lg {
filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}
.text-image-block .flex.flex-wrap img { }
.text-image-block .flex.flex-wrap:hover .image-container img {
filter: brightness(110%);
}
.secondary-button {
border-color: #923349;
}
#layered-image-text-hero {
position: relative;
}
#layered-image-text-hero h2 {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
background-color: #6C828E;
}
@media (min-width: 1024px) {
#layered-image-text-hero h2 {
background-color: transparent
}
}
@media (min-width: 1024px) {
#layered-image-text-hero img {
padding-top: 1.5rem
}
}
#layered-image-text-hero .mx-auto.w-full.text-center {
display: flex;
flex-direction: column;
justify-content: center;
}
@media (min-width: 768px) {
#layered-image-text-hero .mx-auto.w-full.text-center {
width: 100%
}
}
@media (min-width: 1024px) {
#layered-image-text-hero .mx-auto.w-full.text-center {
width: 50%
}
}
#layered-image-text-hero .mx-auto.w-full.text-center .wysiwyg {
background: #D1D8DB;
opacity: 0.8;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 5rem;
padding-right: 5rem;
}
#layered-image-text-hero .mx-auto.w-full.text-center .wysiwyg p {
margin-top: 0;
}
#layered-image-text-hero .container::before {
content:"";
width: 100%;
height: 8rem;
position: absolute;
top: 0;
left: 0;
background-color: #6C828E;
z-index: -1;
}
@media (min-width: 1280px) {
#layered-image-text-hero .container {
max-width: 1300px
}
}
@media (min-width: 768px) {
#layered-image-text-hero .container .image-container {
width: 100%
}
}
@media (min-width: 1024px) {
#layered-image-text-hero .container .image-container {
width: 33.333333%
}
}
@media only screen and (min-width: 1024px) {
#layered-image-text-hero .container  > .flex.flex-wrap {
width: 92%;
}
}
.py-80 {
padding-top: 20rem;
padding-bottom: 20rem;
}
.px-3px {
padding-left: 3px;
padding-right: 3px;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
animation: fade-in 2.5s ease-out .5s 1 normal forwards;
}
#cookie-banner {
z-index: 9999;
transform: translateY(200%);
transition: all .6s linear;
}
#cookie-banner.open {
transform: none;
}
iframe#launcher {
z-index: 40 !important;
}
.lSGallery.lSPager {
overflow: visible !important;
padding-bottom: 0.25rem !important;
}
.lSGallery.lSPager > li {
border-radius: 5px;
}
.option-selector-block select {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
background-image: url(../../../themes/Striven 2020/css/img/chevron-down.svg);
background-size: 25px 25px;
background-repeat: no-repeat;
background-position-x: 98%;
background-position-y: 50%;
transition:all 200ms;
}
.option-selector-block select:hover {
background-color:#e0e2e3;
}
.dropdown{
background-color:#55797e;
height:3.5rem;
margin-top:-1.75rem;
cursor:pointer;
}
.dropdown .arrow{
position:absolute;
right:5%;
transform:rotate(180deg);
transition:all 200ms;
pointer-events:none;
}
.dropdown span{
pointer-events:none;
}
.dropdown.active .arrow,
.dropdown.clicked .arrow{
transform:rotate(0);
}
.menu{
z-index:-1;
margin-top:1.75em;
color:#404040;
display:flex;
flex-direction:column;
max-height:.25vh;
overflow:hidden;
transition:all 300ms;
}
.dropdown.active .menu,
.dropdown.clicked .menu{
padding:3rem 0 1rem 0;
max-height:100vh;
}
.menu a{
text-align:left;
padding:.25rem 1rem;
width:100%;
}
.menu a:hover{
background-color:#f1f2f2;
font-weight:bold;
}
.page-id-31471,
.page-id-35806,
.page-id-35828{
background-image:url(../../../uploads/bg_price-calc.svg);
background-size: cover;
}
.page-id-31471 #part2,.page-id-35806 #part2,.page-id-35828 #part2{
background: rgb(52,86,108);
background: linear-gradient(180deg, rgba(52,86,108,1) 0%, rgba(28,46,57,1) 100%);
}
.page-id-31471 .green-bg,.page-id-35806 .green-bg,.page-id-35828 .green-bg{
background-color:#56797e;
}
.page-id-31471 .blue-bg,.page-id-35806 .blue-bg,.page-id-35828 .blue-bg{
background-color:#486e7d;
}
.page-id-31471 .expense-input,.page-id-35806 .expense-input,.page-id-35828 .expense-input{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
margin-bottom: 0.5rem;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media (min-width: 768px){
.page-id-31471 .expense-input,.page-id-35806 .expense-input,.page-id-35828 .expense-input{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1rem;
padding-left: 2rem;
width: 91.666667%;
border-radius:0 50px 50px 0
}
}
.page-id-31471 .expense-input label,.page-id-35806 .expense-input label,.page-id-35828 .expense-input label{
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-size: 1rem;
font-weight: 700;
}
.page-id-31471 .expense-input input,.page-id-35806 .expense-input input,.page-id-35828 .expense-input input{
font-weight: 700;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
border-radius:50px;
}
.page-id-31471 .cta:hover img,.page-id-35806 .cta:hover img,.page-id-35828 .cta:hover img{
filter: invert(46%) sepia(53%) saturate(746%) hue-rotate(353deg) brightness(94%) contrast(85%);
}
.page-id-31471 #gform_submit_button_81,.page-id-35806 #gform_submit_button_81,.page-id-35828 #gform_submit_button_81{
--bg-opacity: 1;
background-color: #0D4E88;
background-color: rgba(13, 78, 136, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.cost-of-software-breakdown .price{
--bg-opacity: 1;
background-color: #233d4e;
background-color: rgba(35, 61, 78, var(--bg-opacity));
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
font-weight: 700;
text-align: center;
padding: 1rem;
border-radius:100px;
}
.cost-of-software-breakdown .price:nth-child(3){
background-color:#1c5280;
}
.cost-of-software-breakdown .price:nth-child(5){
background-color:#356b8d;
}
.cost-of-software-breakdown .price:nth-child(7){
background-color:#46a38e;
}
.cost-of-software-breakdown .price:nth-child(9){
background-color:#428383;
}
.cost-of-software-breakdown .price:nth-child(11){
background-color:#609da0;
}
.cost-of-software-breakdown .text{
text-align: center;
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
font-weight: 700;
margin-top: 1rem;
margin-bottom: 1rem;
}
.user-calc{
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
text-align: center;
width: 100%;
font-weight: 700;
font-size: 1.5rem;
margin-bottom: 2rem;
color:#56797E;
border-radius:100px 0;
}
@media (min-width: 768px){
.user-calc{
margin-bottom: 1rem
}
}
.software-chart{
background-color: #9ab8a2;
}
.striven-chart{
background: rgb(57,102,71);
background: linear-gradient(0deg, rgba(57,102,71,1) 0%, rgba(73,136,90,1) 100%);
}
.container {
width: 100%
}
@media (min-width: 375px) {
.container {
width: 100%;
max-width: 100%;
}
}
@media (min-width: 640px) {
.container {
max-width: 640px
}
}
@media (min-width: 768px) {
.container {
max-width: 768px
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px
}
}
@media (min-width: 1280px) {
.container {
max-width: 1500px;
}
.container-hero {
max-width: 1600px;
}
}
.accordion li {
transition: all .1s;
}
.accordion li.border-sep:not(:last-child)::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom-width: 1px;
--border-opacity: 1;
border-color: #9fa6b2;
border-color: rgba(159, 166, 178, var(--border-opacity));
}
.accordion li.margin-sep:not(:first-child) {
margin-top: 0.75rem;
}
.accordion li > .description, .accordion li .plus {
transition: all .2s;
}
.accordion li .plus {
transform-origin: center;
}
.accordion li.active > .description {
max-height: 500px;
margin-top: 1.5rem;
opacity: 1;
}
.accordion li.active .plus {
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
--transform-rotate: -45deg;
}
.accordion li.active::after {
display: none;
}
.accordion li.always-active, .accordion li.active {
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.accordion-link a {
display: block;
padding: 0.75rem;
}
.accordion-two-column li > .description, .accordion-two-column li .plus {
transition: all .2s;
}
.accordion-two-column li .plus {
transform-origin: center;
}
.accordion-two-column li.active > .description {
max-height: 1000px;
margin-top: 1.5rem;
opacity: 1;
}
.accordion-two-column li.active .plus {
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
--transform-rotate: -45deg;
}
.background-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
footer a {
color:#aaaaaa;
}
footer .footer-cta-shadow{
height:20px;
top:-20px;
background-color:#375b72;
}
.footer-heading{
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
cursor: pointer;
background-color:#56797e;
}
.footer-heading h3{
font-size:1rem !important;
}
@media (min-width: 1024px){
.footer-heading{
cursor: auto
}
}
.footer-heading svg{
transform:rotate(0) scale(1.5);
transition:all 300ms;
}
.footer-heading svg.active{
transform:rotate(-180deg) scale(1.5);
}
.footer-links{
max-height:1px;
height:100%;
overflow:hidden;
transition:all 300ms;
}
@media (min-width: 1024px){
.footer-links{
max-height:500px
}
}
.footer-links.show{
max-height:500px;
}
.footer-signoff{
color:#aaa;
}
@media (min-width: 1024px){
.footer-signoff{
border-top:1px solid #bebebe
}
}
.footer-signoff .footer-copyright{
border-bottom:1px solid #bebebe;
}
@media (min-width: 1024px){
.footer-signoff .footer-copyright{
border-bottom:0 solid #bebebe
}
}
.banner {
max-height: 150px;
transition: max-height .3s linear;
}
.banner.up {
max-height: 0px;
}
.utility-nav {
transition: all .3s linear;
max-height: 50px; }  .bg-fixed {
background-attachment: fixed;
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-black {
--bg-opacity: 1;
background-color: #000000;
background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bg-gray-100 {
--bg-opacity: 1;
background-color: #f4f5f7;
background-color: rgba(244, 245, 247, var(--bg-opacity));
}
.bg-gray-200 {
--bg-opacity: 1;
background-color: #e5e7eb;
background-color: rgba(229, 231, 235, var(--bg-opacity));
}
.bg-gray-300 {
--bg-opacity: 1;
background-color: #d2d6dc;
background-color: rgba(210, 214, 220, var(--bg-opacity));
}
.bg-gray-400 {
--bg-opacity: 1;
background-color: #9fa6b2;
background-color: rgba(159, 166, 178, var(--bg-opacity));
}
.bg-blue-100 {
--bg-opacity: 1;
background-color: #e1effe;
background-color: rgba(225, 239, 254, var(--bg-opacity));
}
.bg-striven-mid-blue {
--bg-opacity: 1;
background-color: #8CD1CF;
background-color: rgba(140, 209, 207, var(--bg-opacity));
}
.bg-striven-mid-blue-dark {
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
}
.bg-striven-green {
--bg-opacity: 1;
background-color: #6EBF69;
background-color: rgba(110, 191, 105, var(--bg-opacity));
}
.bg-striven-dark-blue {
--bg-opacity: 1;
background-color: #0D4E88;
background-color: rgba(13, 78, 136, var(--bg-opacity));
}
.bg-bg-gray {
--bg-opacity: 1;
background-color: #F0F0F0;
background-color: rgba(240, 240, 240, var(--bg-opacity));
}
.bg-gradient-blue {
--bg-opacity: 1;
background-color: #8ED2D1;
background-color: rgba(142, 210, 209, var(--bg-opacity));
}
.bg-text-gray {
--bg-opacity: 1;
background-color: #404040;
background-color: rgba(64, 64, 64, var(--bg-opacity));
}
.bg-text-mid-gray {
--bg-opacity: 1;
background-color: #707070;
background-color: rgba(112, 112, 112, var(--bg-opacity));
}
.bg-striven-red {
--bg-opacity: 1;
background-color: #ef6469;
background-color: rgba(239, 100, 105, var(--bg-opacity));
}
.bg-cta-one-regular {
--bg-opacity: 1;
background-color: #233d4e;
background-color: rgba(35, 61, 78, var(--bg-opacity));
}
.bg-cta-four-regular {
--bg-opacity: 1;
background-color: #bb731b;
background-color: rgba(187, 115, 27, var(--bg-opacity));
}
.bg-gray-alert {
--bg-opacity: 1;
background-color: #6C828E;
background-color: rgba(108, 130, 142, var(--bg-opacity));
}
.bg-dark-wine {
--bg-opacity: 1;
background-color: #77293B;
background-color: rgba(119, 41, 59, var(--bg-opacity));
}
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:bg-white:hover {
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.hover\:bg-striven-mid-blue-dark:hover {
--bg-opacity: 1;
background-color: #549EA0;
background-color: rgba(84, 158, 160, var(--bg-opacity));
}
.hover\:bg-text-mid-gray:hover {
--bg-opacity: 1;
background-color: #707070;
background-color: rgba(112, 112, 112, var(--bg-opacity));
}
.hover\:bg-cta-one-regular:hover {
--bg-opacity: 1;
background-color: #233d4e;
background-color: rgba(35, 61, 78, var(--bg-opacity));
}
.hover\:bg-cta-four-hover:hover {
--bg-opacity: 1;
background-color: #9d5f11;
background-color: rgba(157, 95, 17, var(--bg-opacity));
}
.group:hover .group-hover\:bg-white {
--bg-opacity: 1;
background-color: #ffffff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--gradient-color-stops));
}
.bg-bottom {
background-position: bottom;
}
.bg-center {
background-position: center;
}
.bg-left {
background-position: left;
}
.bg-left-bottom {
background-position: left bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-right {
background-position: right;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-right-top {
background-position: right top;
}
.bg-top {
background-position: top;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.border-collapse {
border-collapse: collapse;
}
.border-transparent {
border-color: transparent;
}
.border-white {
--border-opacity: 1;
border-color: #ffffff;
border-color: rgba(255, 255, 255, var(--border-opacity));
}
.border-black {
--border-opacity: 1;
border-color: #000000;
border-color: rgba(0, 0, 0, var(--border-opacity));
}
.border-gray-200 {
--border-opacity: 1;
border-color: #e5e7eb;
border-color: rgba(229, 231, 235, var(--border-opacity));
}
.border-gray-400 {
--border-opacity: 1;
border-color: #9fa6b2;
border-color: rgba(159, 166, 178, var(--border-opacity));
}
.border-gray-800 {
--border-opacity: 1;
border-color: #252f3f;
border-color: rgba(37, 47, 63, var(--border-opacity));
}
.border-striven-mid-blue-dark {
--border-opacity: 1;
border-color: #549EA0;
border-color: rgba(84, 158, 160, var(--border-opacity));
}
.border-bg-gray {
--border-opacity: 1;
border-color: #F0F0F0;
border-color: rgba(240, 240, 240, var(--border-opacity));
}
.border-text-gray {
--border-opacity: 1;
border-color: #404040;
border-color: rgba(64, 64, 64, var(--border-opacity));
}
.border-text-mid-gray {
--border-opacity: 1;
border-color: #707070;
border-color: rgba(112, 112, 112, var(--border-opacity));
}
.border-cta-one-regular {
--border-opacity: 1;
border-color: #233d4e;
border-color: rgba(35, 61, 78, var(--border-opacity));
}
.border-cta-four-regular {
--border-opacity: 1;
border-color: #bb731b;
border-color: rgba(187, 115, 27, var(--border-opacity));
}
.border-dark-wine {
--border-opacity: 1;
border-color: #77293B;
border-color: rgba(119, 41, 59, var(--border-opacity));
}
.hover\:border-white:hover {
--border-opacity: 1;
border-color: #ffffff;
border-color: rgba(255, 255, 255, var(--border-opacity));
}
.hover\:border-striven-mid-blue-dark:hover {
--border-opacity: 1;
border-color: #549EA0;
border-color: rgba(84, 158, 160, var(--border-opacity));
}
.hover\:border-cta-one-regular:hover {
--border-opacity: 1;
border-color: #233d4e;
border-color: rgba(35, 61, 78, var(--border-opacity));
}
.hover\:border-cta-four-hover:hover {
--border-opacity: 1;
border-color: #9d5f11;
border-color: rgba(157, 95, 17, var(--border-opacity));
}
.group:hover .group-hover\:border-striven-mid-blue-dark {
--border-opacity: 1;
border-color: #549EA0;
border-color: rgba(84, 158, 160, var(--border-opacity));
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-t-md {
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.border-solid {
border-style: solid;
}
.border-0 {
border-width: 0;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border {
border-width: 1px;
}
.border-t-2 {
border-top-width: 2px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-t {
border-top-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.box-border {
box-sizing: border-box;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.content-between {
align-content: space-between;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.flex-grow {
flex-grow: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.order-first {
order: -9999;
}
.order-last {
order: 9999;
}
.font-display {
font-family: Open Sans, sans-serif;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.h-0 {
height: 0;
}
.h-1 {
height: 0.25rem;
}
.h-2 {
height: 0.5rem;
}
.h-3 {
height: 0.75rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
.h-14 {
height: 3.5rem;
}
.h-16 {
height: 4rem;
}
.h-20 {
height: 5rem;
}
.h-24 {
height: 6rem;
}
.h-32 {
height: 8rem;
}
.h-36 {
height: 9rem;
}
.h-40 {
height: 10rem;
}
.h-56 {
height: 14rem;
}
.h-64 {
height: 16rem;
}
.h-80 {
height: 20rem;
}
.h-auto {
height: auto;
}
.h-px {
height: 1px;
}
.h-1\/2 {
height: 50%;
}
.h-1\/3 {
height: 33.333333%;
}
.h-2\/3 {
height: 66.666667%;
}
.h-1\/4 {
height: 25%;
}
.h-2\/4 {
height: 50%;
}
.h-3\/4 {
height: 75%;
}
.h-1\/5 {
height: 20%;
}
.h-2\/5 {
height: 40%;
}
.h-3\/5 {
height: 60%;
}
.h-4\/5 {
height: 80%;
}
.h-1\/6 {
height: 16.666667%;
}
.h-2\/6 {
height: 33.333333%;
}
.h-3\/6 {
height: 50%;
}
.h-4\/6 {
height: 66.666667%;
}
.h-5\/6 {
height: 83.333333%;
}
.h-1\/12 {
height: 8.333333%;
}
.h-2\/12 {
height: 16.666667%;
}
.h-3\/12 {
height: 25%;
}
.h-4\/12 {
height: 33.333333%;
}
.h-5\/12 {
height: 41.666667%;
}
.h-6\/12 {
height: 50%;
}
.h-7\/12 {
height: 58.333333%;
}
.h-8\/12 {
height: 66.666667%;
}
.h-9\/12 {
height: 75%;
}
.h-10\/12 {
height: 83.333333%;
}
.h-11\/12 {
height: 91.666667%;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-base {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.text-h2 {
font-size: 2.1875rem;
}
.text-h3 {
font-size: 1.5625rem;
}
.text-subtext {
font-size: 1.125rem;
}
.text-case-study-heading {
font-size: 1.375rem;
}
.text-bulleted-list {
font-size: 1rem;
}
.text-search-placeholder {
font-size: 1.25rem;
}
.text-cta {
font-size: 1.125rem;
}
.text-droplink-cta {
font-size: 1.5625rem;
}
.text-table-h3 {
font-size: 2.5rem;
}
.text-cta-small {
font-size: 0.9375rem;
}
.text-hero-subtext {
font-size: 1.3rem;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-7 {
line-height: 1.75rem;
}
.leading-9 {
line-height: 2.25rem;
}
.leading-none {
line-height: 1;
}
.leading-tight {
line-height: 1.25;
}
.leading-snug {
line-height: 1.375;
}
.leading-normal {
line-height: 1.5;
}
.list-disc {
list-style-type: disc;
}
.m-4 {
margin: 1rem;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mt-0 {
margin-top: 0;
}
.ml-0 {
margin-left: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.mt-7 {
margin-top: 1.75rem;
}
.mt-8 {
margin-top: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.mt-14 {
margin-top: 3.5rem;
}
.mt-16 {
margin-top: 4rem;
}
.mt-20 {
margin-top: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.mt-32 {
margin-top: 8rem;
}
.mt-40 {
margin-top: 10rem;
}
.mt-auto {
margin-top: auto;
}
.mr-auto {
margin-right: auto;
}
.ml-auto {
margin-left: auto;
}
.mt-px {
margin-top: 1px;
}
.-mt-8 {
margin-top: -2rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.-ml-10 {
margin-left: -2.5rem;
}
.-ml-16 {
margin-left: -4rem;
}
.first\:mt-0:first-child {
margin-top: 0;
}
.max-h-0 {
max-height: 0;
}
.max-w-md {
max-width: 28rem;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-full {
max-width: 100%;
}
.max-w-screen-xsm {
max-width: 375px;
}
.max-w-screen-lg {
max-width: 1024px;
}
.max-w-screen-xl {
max-width: 1280px;
}
.min-w-full {
min-width: 100%;
}
.object-contain {
object-fit: contain;
}
.object-cover {
object-fit: cover;
}
.object-center {
object-position: center;
}
.object-top {
object-position: top;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
opacity: 0;
}
.group:hover .group-hover\:opacity-50 {
opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
opacity: 1;
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.p-12 {
padding: 3rem;
}
.p-16 {
padding: 4rem;
}
.p-20 {
padding: 5rem;
}
.p-24 {
padding: 6rem;
}
.p-32 {
padding: 8rem;
}
.p-40 {
padding: 10rem;
}
.p-48 {
padding: 12rem;
}
.p-56 {
padding: 14rem;
}
.p-64 {
padding: 16rem;
}
.p-px {
padding: 1px;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.px-0 {
padding-left: 0;
padding-right: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.px-15 {
padding-left: 3.75rem;
padding-right: 3.75rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.pt-0 {
padding-top: 0;
}
.pr-0 {
padding-right: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pl-0 {
padding-left: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.pt-16 {
padding-top: 4rem;
}
.pr-16 {
padding-right: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}
.pl-16 {
padding-left: 4rem;
}
.pt-20 {
padding-top: 5rem;
}
.pr-20 {
padding-right: 5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pl-20 {
padding-left: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pr-24 {
padding-right: 6rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pl-24 {
padding-left: 6rem;
}
.pt-32 {
padding-top: 8rem;
}
.pr-32 {
padding-right: 8rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.pl-32 {
padding-left: 8rem;
}
.pt-40 {
padding-top: 10rem;
}
.pr-40 {
padding-right: 10rem;
}
.pb-40 {
padding-bottom: 10rem;
}
.pl-40 {
padding-left: 10rem;
}
.pt-48 {
padding-top: 12rem;
}
.pr-48 {
padding-right: 12rem;
}
.pb-48 {
padding-bottom: 12rem;
}
.pl-48 {
padding-left: 12rem;
}
.pt-56 {
padding-top: 14rem;
}
.pr-56 {
padding-right: 14rem;
}
.pb-56 {
padding-bottom: 14rem;
}
.pl-56 {
padding-left: 14rem;
}
.pt-64 {
padding-top: 16rem;
}
.pr-64 {
padding-right: 16rem;
}
.pb-64 {
padding-bottom: 16rem;
}
.pl-64 {
padding-left: 16rem;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.inset-x-0 {
right: 0;
left: 0;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.top-1 {
top: 0.25rem;
}
.top-2 {
top: 0.5rem;
}
.top-4 {
top: 1rem;
}
.right-4 {
right: 1rem;
}
.bottom-10 {
bottom: 2.5rem;
}
.left-12 {
left: 3rem;
}
.bottom-16 {
bottom: 4rem;
}
.top-1\/2 {
top: 50%;
}
.top-full {
top: 100%;
}
.right-full {
right: 100%;
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.fill-current {
fill: currentColor;
}
.table-fixed {
table-layout: fixed;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.first\:text-left:first-child {
text-align: left;
}
.text-white {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.text-black {
--text-opacity: 1;
color: #000000;
color: rgba(0, 0, 0, var(--text-opacity));
}
.text-gray-200 {
--text-opacity: 1;
color: #e5e7eb;
color: rgba(229, 231, 235, var(--text-opacity));
}
.text-gray-400 {
--text-opacity: 1;
color: #9fa6b2;
color: rgba(159, 166, 178, var(--text-opacity));
}
.text-gray-500 {
--text-opacity: 1;
color: #6b7280;
color: rgba(107, 114, 128, var(--text-opacity));
}
.text-gray-600 {
--text-opacity: 1;
color: #4b5563;
color: rgba(75, 85, 99, var(--text-opacity));
}
.text-gray-900 {
--text-opacity: 1;
color: #161e2e;
color: rgba(22, 30, 46, var(--text-opacity));
}
.text-striven-mid-blue {
--text-opacity: 1;
color: #8CD1CF;
color: rgba(140, 209, 207, var(--text-opacity));
}
.text-striven-mid-blue-dark {
--text-opacity: 1;
color: #549EA0;
color: rgba(84, 158, 160, var(--text-opacity));
}
.text-striven-green {
--text-opacity: 1;
color: #6EBF69;
color: rgba(110, 191, 105, var(--text-opacity));
}
.text-striven-dark-blue {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.text-bg-gray {
--text-opacity: 1;
color: #F0F0F0;
color: rgba(240, 240, 240, var(--text-opacity));
}
.text-text-gray {
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
}
.text-text-mid-gray {
--text-opacity: 1;
color: #707070;
color: rgba(112, 112, 112, var(--text-opacity));
}
.text-striven-red {
--text-opacity: 1;
color: #ef6469;
color: rgba(239, 100, 105, var(--text-opacity));
}
.text-cta-one-regular {
--text-opacity: 1;
color: #233d4e;
color: rgba(35, 61, 78, var(--text-opacity));
}
.text-cta-four-regular {
--text-opacity: 1;
color: #bb731b;
color: rgba(187, 115, 27, var(--text-opacity));
}
.text-dark-wine {
--text-opacity: 1;
color: #77293B;
color: rgba(119, 41, 59, var(--text-opacity));
}
.hover\:text-white:hover {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.hover\:text-black:hover {
--text-opacity: 1;
color: #000000;
color: rgba(0, 0, 0, var(--text-opacity));
}
.hover\:text-striven-dark-blue:hover {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.hover\:text-text-gray:hover {
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
}
.hover\:text-text-mid-gray:hover {
--text-opacity: 1;
color: #707070;
color: rgba(112, 112, 112, var(--text-opacity));
}
.hover\:text-cta-one-regular:hover {
--text-opacity: 1;
color: #233d4e;
color: rgba(35, 61, 78, var(--text-opacity));
}
.hover\:text-cta-four-regular:hover {
--text-opacity: 1;
color: #bb731b;
color: rgba(187, 115, 27, var(--text-opacity));
}
.hover\:text-cta-four-hover:hover {
--text-opacity: 1;
color: #9d5f11;
color: rgba(157, 95, 17, var(--text-opacity));
}
.group:hover .group-hover\:text-white {
--text-opacity: 1;
color: #ffffff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.group:hover .group-hover\:text-striven-dark-blue {
--text-opacity: 1;
color: #0D4E88;
color: rgba(13, 78, 136, var(--text-opacity));
}
.italic {
font-style: italic;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
.normal-case {
text-transform: none;
}
.underline {
text-decoration: underline;
}
.no-underline {
text-decoration: none;
}
.hover\:underline:hover {
text-decoration: underline;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tracking-wide {
letter-spacing: 0.025em;
}
.tracking-wider {
letter-spacing: 0.05em;
}
.align-text-bottom {
vertical-align: text-bottom;
}
.invisible {
visibility: hidden;
}
.whitespace-no-wrap {
white-space: nowrap;
}
.w-0 {
width: 0;
}
.w-1 {
width: 0.25rem;
}
.w-2 {
width: 0.5rem;
}
.w-3 {
width: 0.75rem;
}
.w-4 {
width: 1rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-7 {
width: 1.75rem;
}
.w-8 {
width: 2rem;
}
.w-10 {
width: 2.5rem;
}
.w-11 {
width: 2.75rem;
}
.w-12 {
width: 3rem;
}
.w-16 {
width: 4rem;
}
.w-20 {
width: 5rem;
}
.w-24 {
width: 6rem;
}
.w-32 {
width: 8rem;
}
.w-36 {
width: 9rem;
}
.w-40 {
width: 10rem;
}
.w-48 {
width: 12rem;
}
.w-56 {
width: 14rem;
}
.w-64 {
width: 16rem;
}
.w-80 {
width: 20rem;
}
.w-auto {
width: auto;
}
.w-px {
width: 1px;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.333333%;
}
.w-2\/3 {
width: 66.666667%;
}
.w-1\/4 {
width: 25%;
}
.w-2\/4 {
width: 50%;
}
.w-3\/4 {
width: 75%;
}
.w-1\/5 {
width: 20%;
}
.w-2\/5 {
width: 40%;
}
.w-3\/5 {
width: 60%;
}
.w-4\/5 {
width: 80%;
}
.w-1\/6 {
width: 16.666667%;
}
.w-2\/6 {
width: 33.333333%;
}
.w-3\/6 {
width: 50%;
}
.w-4\/6 {
width: 66.666667%;
}
.w-5\/6 {
width: 83.333333%;
}
.w-1\/12 {
width: 8.333333%;
}
.w-2\/12 {
width: 16.666667%;
}
.w-3\/12 {
width: 25%;
}
.w-4\/12 {
width: 33.333333%;
}
.w-5\/12 {
width: 41.666667%;
}
.w-6\/12 {
width: 50%;
}
.w-7\/12 {
width: 58.333333%;
}
.w-8\/12 {
width: 66.666667%;
}
.w-9\/12 {
width: 75%;
}
.w-10\/12 {
width: 83.333333%;
}
.w-11\/12 {
width: 91.666667%;
}
.w-full {
width: 100%;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.gap-6 {
grid-gap: 1.5rem;
gap: 1.5rem;
}
.gap-8 {
grid-gap: 2rem;
gap: 2rem;
}
.gap-12 {
grid-gap: 3rem;
gap: 3rem;
}
.col-gap-6 {
grid-column-gap: 1.5rem;
column-gap: 1.5rem;
}
.col-gap-12 {
grid-column-gap: 3rem;
column-gap: 3rem;
}
.row-gap-4 {
grid-row-gap: 1rem;
row-gap: 1rem;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.col-span-1 {
grid-column: span 1 / span 1;
}
.col-span-12 {
grid-column: span 12 / span 12;
}
.col-start-2 {
grid-column-start: 2;
}
.row-start-1 {
grid-row-start: 1;
}
.transform {
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.hover\:scale-105:hover {
--transform-scale-x: 1.05;
--transform-scale-y: 1.05;
}
.hover\:scale-110:hover {
--transform-scale-x: 1.1;
--transform-scale-y: 1.1;
}
.hover\:scale-125:hover {
--transform-scale-x: 1.25;
--transform-scale-y: 1.25;
}
.group:hover .group-hover\:scale-105 {
--transform-scale-x: 1.05;
--transform-scale-y: 1.05;
}
.translate-x-80 {
--transform-translate-x: 20rem;
}
.translate-x-1\/2 {
--transform-translate-x: 50%;
}
.translate-x-1\/3 {
--transform-translate-x: 33.333333%;
}
.-translate-x-3 {
--transform-translate-x: -0.75rem;
}
.-translate-x-8 {
--transform-translate-x: -2rem;
}
.-translate-y-2 {
--transform-translate-y: -0.5rem;
}
.-translate-y-24 {
--transform-translate-y: -6rem;
}
.-translate-y-1\/2 {
--transform-translate-y: -50%;
}
.-translate-y-1\/4 {
--transform-translate-y: -25%;
}
.transition-none {
transition-property: none;
}
.transition-all {
transition-property: all;
}
.transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}
.transition-opacity {
transition-property: opacity;
}
.transition-transform {
transition-property: transform;
}
.duration-75 {
transition-duration: 75ms;
}
.duration-100 {
transition-duration: 100ms;
}
.duration-150 {
transition-duration: 150ms;
}
.duration-200 {
transition-duration: 200ms;
}
.duration-300 {
transition-duration: 300ms;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
.ratio-4-3 {
padding-bottom: 75%;
}
.ratio-16-9 {
padding-bottom: 56.25%;
}
.ratio-3-2 {
padding-bottom: 66.666667%;
}
.ratio-1-1 {
padding-bottom: 100%;
}
.ratio-none {
padding-bottom: 0%;
}
.bg-black-50 {
background-color: rgba(0,0,0,.5)
}
.bg-right {
background-position: 95%;
}
@media (min-width: 1024px) {
.border-before {
position: relative
}
.border-before::before {
content: "";
height: 60%;
position: absolute;
left: 0;
width: 1px;
--bg-opacity: 1;
background-color: #9fa6b2;
background-color: rgba(159, 166, 178, var(--bg-opacity));
top: 50%;
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
--transform-translate-y: -50%;
}
}
.rounded-xl {
border-radius: 1.5rem;
}
.shadow-extreme {
box-shadow: 20px 20px 0px rgba(0,0,0,.2);
}
@media (min-width: 640px) {
.shadow-extreme {
box-shadow: 5px 5px 0px rgba(0,0,0,.2)
}
}
@media (min-width: 768px) {
.shadow-extreme {
box-shadow: 35px 35px 0px rgba(0,0,0,.2)
}
}
.shadow-heavy {
box-shadow: 2px 2px 5px 0px #242424;
}
.h-1\/5-screen {
height: 20vh;
}
.h-1\/4-screen {
height: 25vh;
}
.h-1\/3-screen {
height: 33.3333333333vh;
}
.h-2\/5-screen {
height: 40vh;
}
.h-1\/2-screen {
height: 50vh;
}
.h-3\/5-screen {
height: 60vh;
}
.h-2\/3-screen {
height: 66.666666667vh;
}
.h-3\/4-screen {
height: 75vh;
}
.h-4\/5-screen {
height: 80vh;
}
.h-17\/20-screen {
height: 85vh;
}
.h-9\/10-screen {
height: 90vh;
}
.h-19\/20-screen {
height: 95vh;
}
.h-1-1\/5-screen {
height: 120vh;
}
.h-1-1\/4-screen {
height: 125vh;
}
.h-1-1\/3-screen {
height: 133.333333333vh;
}
.h-1-2\/5-screen {
height: 140vh;
}
.h-1-1\/2-screen {
height: 150vh;
}
.h-1-3\/5-screen {
height: 160vh;
}
.h-1-2\/3-screen {
height: 166.6666666667vh;
}
.h-1-3\/4-screen {
height: 175vh;
}
.h-1-4\/5-screen {
height: 180vh;
}
.h-2-screen {
height: 200vh;
}
.h-1\/3 {
height: 33.33333333%
}
.h-1\/2 {
height: 50%;
}
.max-h-0 {
max-height: 0;
}
.h-80 {
height: 20rem;
}
.max-h-9\/10-screen {
max-height: 90vh;
}
.min-h-1\/2-screen {
min-height: 50vh;
}
.h-0 {
height: 0;
}
.opacity-40 {
opacity: .4;
}
.opacity-85 {
opacity: .85;
}
.centered {
top: 50%;
left: 50%;
transform: translate(-50%, -53%);
}
.top-left, .top-right, .bottom-left, .bottom-right {
transform: none;
}
.top-left {
top: 0;
left: 0;
bottom: auto;
right: auto;
}
.top-right {
top: 0;
right: 0;
bottom: auto;
left: auto;
}
.top-middle {
top: 0;
bottom: auto;
right: auto;
left: 50%;
transform: translate(-50%, 0%);
}
.center-left {
left: 0;
bottom: auto;
right: auto;
}
.center-right {
right: 0;
bottom: auto;
left: auto;
top: 50%;
transform: translateY(-50%);
}
.center-left, .center-right {
top: 50%;
transform: translateY(-65%);
}
.bottom-left {
bottom: 0;
left: 0;
right: auto;
top: auto;
}
.bottom-middle {
bottom: 0;
top: auto;
right: auto;
}
.bottom-middle {
left: 50%;
transform: translateX(-50%);
}
.bottom-right {
bottom: 0;
right: 0;
left: auto;
top: auto;
}
.top-full {
top: 100%;
}
.above {
bottom: calc(100%);
}
@media (min-width: 1280px) {
.above {
bottom: calc(100% + 120px)
}
}
.centered-y {
top: 50%;
transform: translateY(-50%);
}
.\-top-px {
top: -1px;
}
.\-bottom-px {
bottom: -1px;
}
.text-shadow-md {
text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
}
.text-shadow-lg {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
.text-shadow-none {
text-shadow: none;
}
.text-shadow-letters {
text-shadow: 2px 2px 6px rgba(0,0,0,1);
}
.text-shadow-highlight-black {
text-shadow: 3px 3px 6px rgba(0,0,0,.7),
-3px -3px 6px rgba(0,0,0,.7),
3px 3px 10px rgba(0,0,0,.7),
3px 3px 10px rgba(0,0,0,.7),
0px 0px 20px rgba(0,0,0,.7),
1px 1px 4px rgba(0,0,0,.7),
-1px -1px 4px rgba(0,0,0,.7),
2px 2px 4px rgba(0,0,0,.7),
-2px -2px 4px rgba(0,0,0,.7);
}
.hover\:text-shadow-letters:hover {
text-shadow: 2px 2px 6px rgba(0,0,0,1);
}
.hover\:text-shadow-none:hover {
text-shadow: none;
}
.hover\:text-shadow-md:hover {
text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
}
.group:hover .group-hover\:text-shadow-md {
text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.55);
}
.w-80 {
width: 20rem;
}
.w-1\/7 {
width: 14.28%
}
.w-2\/7 {
width: 28.56%;
}
.w-3\/7 {
width: 42.84%;
}
.w-3\/10 {
width: 30%;
}
.w-1\/8 {
width: 12.5%;
}
.min-w-button {
min-width: 12rem;
}
@media (min-width: 1280px) {
.min-w-button {
min-width: 16rem
}
}
.max-w-screen-xsm {
max-width: 375px;
}
.w-7\/10 {
width: 70%;
}
.w-44 {
width: 11rem;
}
.point-down {
clip-path: polygon(0% 0%, 100% 0, 100% 81%, 50% 100%, 0 81%);
}
.rotate-30 {
--transform-rotate: 30deg;
}
.\-z-1 {
z-index: -1;
}
.z-100 {
z-index: 100;
}
.leading-tighter {
line-height: 1.15;
}
.overflow-y-visible-important {
overflow-y: visible !important;
}
@media (min-width: 375px) {
.xsm\:justify-start {
justify-content: flex-start;
}
.xsm\:-mt-16 {
margin-top: -4rem;
}
.xsm\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xsm\:pl-2 {
padding-left: 0.5rem;
}
.xsm\:bottom-12 {
bottom: 3rem;
}
.xsm\:bottom-24 {
bottom: 6rem;
}
.xsm\:text-left {
text-align: left;
}
.xsm\:w-1\/2 {
width: 50%;
}
.xsm\:w-3\/4 {
width: 75%;
}
.xsm\:gap-12 {
grid-gap: 3rem;
gap: 3rem;
}
.xsm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 640px) {
.sm\:bg-bottom {
background-position: bottom;
}
.sm\:bg-center {
background-position: center;
}
.sm\:bg-left {
background-position: left;
}
.sm\:bg-left-bottom {
background-position: left bottom;
}
.sm\:bg-left-top {
background-position: left top;
}
.sm\:bg-right {
background-position: right;
}
.sm\:bg-right-bottom {
background-position: right bottom;
}
.sm\:bg-right-top {
background-position: right top;
}
.sm\:bg-top {
background-position: top;
}
.sm\:bg-auto {
background-size: auto;
}
.sm\:bg-cover {
background-size: cover;
}
.sm\:bg-contain {
background-size: contain;
}
.sm\:border-bg-gray {
--border-opacity: 1;
border-color: #F0F0F0;
border-color: rgba(240, 240, 240, var(--border-opacity));
}
.sm\:border-solid {
border-style: solid;
}
.sm\:border-l {
border-left-width: 1px;
}
.sm\:block {
display: block;
}
.sm\:flex {
display: flex;
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:flex-wrap {
flex-wrap: wrap;
}
.sm\:flex-no-wrap {
flex-wrap: nowrap;
}
.sm\:items-center {
align-items: center;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:justify-center {
justify-content: center;
}
.sm\:order-none {
order: 0;
}
.sm\:h-1 {
height: 0.25rem;
}
.sm\:h-2 {
height: 0.5rem;
}
.sm\:h-3 {
height: 0.75rem;
}
.sm\:h-4 {
height: 1rem;
}
.sm\:h-20 {
height: 5rem;
}
.sm\:h-40 {
height: 10rem;
}
.sm\:h-auto {
height: auto;
}
.sm\:h-1\/2 {
height: 50%;
}
.sm\:h-1\/3 {
height: 33.333333%;
}
.sm\:h-2\/3 {
height: 66.666667%;
}
.sm\:h-1\/4 {
height: 25%;
}
.sm\:h-2\/4 {
height: 50%;
}
.sm\:h-3\/4 {
height: 75%;
}
.sm\:h-1\/5 {
height: 20%;
}
.sm\:h-2\/5 {
height: 40%;
}
.sm\:h-3\/5 {
height: 60%;
}
.sm\:h-4\/5 {
height: 80%;
}
.sm\:h-1\/6 {
height: 16.666667%;
}
.sm\:h-2\/6 {
height: 33.333333%;
}
.sm\:h-3\/6 {
height: 50%;
}
.sm\:h-4\/6 {
height: 66.666667%;
}
.sm\:h-5\/6 {
height: 83.333333%;
}
.sm\:h-1\/12 {
height: 8.333333%;
}
.sm\:h-2\/12 {
height: 16.666667%;
}
.sm\:h-3\/12 {
height: 25%;
}
.sm\:h-4\/12 {
height: 33.333333%;
}
.sm\:h-5\/12 {
height: 41.666667%;
}
.sm\:h-6\/12 {
height: 50%;
}
.sm\:h-7\/12 {
height: 58.333333%;
}
.sm\:h-8\/12 {
height: 66.666667%;
}
.sm\:h-9\/12 {
height: 75%;
}
.sm\:h-10\/12 {
height: 83.333333%;
}
.sm\:h-11\/12 {
height: 91.666667%;
}
.sm\:h-screen {
height: 100vh;
}
.sm\:text-2xl {
font-size: 1.5rem;
}
.sm\:m-0 {
margin: 0;
}
.sm\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.sm\:mt-0 {
margin-top: 0;
}
.sm\:mb-0 {
margin-bottom: 0;
}
.sm\:mt-8 {
margin-top: 2rem;
}
.sm\:mt-10 {
margin-top: 2.5rem;
}
.sm\:mr-auto {
margin-right: auto;
}
.sm\:ml-auto {
margin-left: auto;
}
.sm\:-mt-6 {
margin-top: -1.5rem;
}
.sm\:max-w-screen-md {
max-width: 768px;
}
.sm\:p-0 {
padding: 0;
}
.sm\:p-1 {
padding: 0.25rem;
}
.sm\:p-2 {
padding: 0.5rem;
}
.sm\:p-3 {
padding: 0.75rem;
}
.sm\:p-4 {
padding: 1rem;
}
.sm\:p-5 {
padding: 1.25rem;
}
.sm\:p-6 {
padding: 1.5rem;
}
.sm\:p-8 {
padding: 2rem;
}
.sm\:p-10 {
padding: 2.5rem;
}
.sm\:p-12 {
padding: 3rem;
}
.sm\:p-16 {
padding: 4rem;
}
.sm\:p-20 {
padding: 5rem;
}
.sm\:p-24 {
padding: 6rem;
}
.sm\:p-32 {
padding: 8rem;
}
.sm\:p-40 {
padding: 10rem;
}
.sm\:p-48 {
padding: 12rem;
}
.sm\:p-56 {
padding: 14rem;
}
.sm\:p-64 {
padding: 16rem;
}
.sm\:p-px {
padding: 1px;
}
.sm\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.sm\:px-0 {
padding-left: 0;
padding-right: 0;
}
.sm\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.sm\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.sm\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.sm\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.sm\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.sm\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.sm\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.sm\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.sm\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.sm\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sm\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.sm\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.sm\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.sm\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.sm\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.sm\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.sm\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.sm\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.sm\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.sm\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.sm\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.sm\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.sm\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.sm\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.sm\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.sm\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.sm\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.sm\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.sm\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.sm\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.sm\:pt-0 {
padding-top: 0;
}
.sm\:pr-0 {
padding-right: 0;
}
.sm\:pb-0 {
padding-bottom: 0;
}
.sm\:pl-0 {
padding-left: 0;
}
.sm\:pt-1 {
padding-top: 0.25rem;
}
.sm\:pr-1 {
padding-right: 0.25rem;
}
.sm\:pb-1 {
padding-bottom: 0.25rem;
}
.sm\:pl-1 {
padding-left: 0.25rem;
}
.sm\:pt-2 {
padding-top: 0.5rem;
}
.sm\:pr-2 {
padding-right: 0.5rem;
}
.sm\:pb-2 {
padding-bottom: 0.5rem;
}
.sm\:pl-2 {
padding-left: 0.5rem;
}
.sm\:pt-3 {
padding-top: 0.75rem;
}
.sm\:pr-3 {
padding-right: 0.75rem;
}
.sm\:pb-3 {
padding-bottom: 0.75rem;
}
.sm\:pl-3 {
padding-left: 0.75rem;
}
.sm\:pt-4 {
padding-top: 1rem;
}
.sm\:pr-4 {
padding-right: 1rem;
}
.sm\:pb-4 {
padding-bottom: 1rem;
}
.sm\:pl-4 {
padding-left: 1rem;
}
.sm\:pt-5 {
padding-top: 1.25rem;
}
.sm\:pr-5 {
padding-right: 1.25rem;
}
.sm\:pb-5 {
padding-bottom: 1.25rem;
}
.sm\:pl-5 {
padding-left: 1.25rem;
}
.sm\:pt-6 {
padding-top: 1.5rem;
}
.sm\:pr-6 {
padding-right: 1.5rem;
}
.sm\:pb-6 {
padding-bottom: 1.5rem;
}
.sm\:pl-6 {
padding-left: 1.5rem;
}
.sm\:pt-8 {
padding-top: 2rem;
}
.sm\:pr-8 {
padding-right: 2rem;
}
.sm\:pb-8 {
padding-bottom: 2rem;
}
.sm\:pl-8 {
padding-left: 2rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}
.sm\:pr-10 {
padding-right: 2.5rem;
}
.sm\:pb-10 {
padding-bottom: 2.5rem;
}
.sm\:pl-10 {
padding-left: 2.5rem;
}
.sm\:pt-12 {
padding-top: 3rem;
}
.sm\:pr-12 {
padding-right: 3rem;
}
.sm\:pb-12 {
padding-bottom: 3rem;
}
.sm\:pl-12 {
padding-left: 3rem;
}
.sm\:pt-16 {
padding-top: 4rem;
}
.sm\:pr-16 {
padding-right: 4rem;
}
.sm\:pb-16 {
padding-bottom: 4rem;
}
.sm\:pl-16 {
padding-left: 4rem;
}
.sm\:pt-20 {
padding-top: 5rem;
}
.sm\:pr-20 {
padding-right: 5rem;
}
.sm\:pb-20 {
padding-bottom: 5rem;
}
.sm\:pl-20 {
padding-left: 5rem;
}
.sm\:pt-24 {
padding-top: 6rem;
}
.sm\:pr-24 {
padding-right: 6rem;
}
.sm\:pb-24 {
padding-bottom: 6rem;
}
.sm\:pl-24 {
padding-left: 6rem;
}
.sm\:pt-32 {
padding-top: 8rem;
}
.sm\:pr-32 {
padding-right: 8rem;
}
.sm\:pb-32 {
padding-bottom: 8rem;
}
.sm\:pl-32 {
padding-left: 8rem;
}
.sm\:pt-40 {
padding-top: 10rem;
}
.sm\:pr-40 {
padding-right: 10rem;
}
.sm\:pb-40 {
padding-bottom: 10rem;
}
.sm\:pl-40 {
padding-left: 10rem;
}
.sm\:pt-48 {
padding-top: 12rem;
}
.sm\:pr-48 {
padding-right: 12rem;
}
.sm\:pb-48 {
padding-bottom: 12rem;
}
.sm\:pl-48 {
padding-left: 12rem;
}
.sm\:pt-56 {
padding-top: 14rem;
}
.sm\:pr-56 {
padding-right: 14rem;
}
.sm\:pb-56 {
padding-bottom: 14rem;
}
.sm\:pl-56 {
padding-left: 14rem;
}
.sm\:pt-64 {
padding-top: 16rem;
}
.sm\:pr-64 {
padding-right: 16rem;
}
.sm\:pb-64 {
padding-bottom: 16rem;
}
.sm\:pl-64 {
padding-left: 16rem;
}
.sm\:last\:pr-0:last-child {
padding-right: 0;
}
.sm\:bottom-6 {
bottom: 1.5rem;
}
.sm\:bottom-16 {
bottom: 4rem;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-center {
text-align: center;
}
.sm\:text-right {
text-align: right;
}
.sm\:w-1 {
width: 0.25rem;
}
.sm\:w-2 {
width: 0.5rem;
}
.sm\:w-3 {
width: 0.75rem;
}
.sm\:w-4 {
width: 1rem;
}
.sm\:w-5 {
width: 1.25rem;
}
.sm\:w-6 {
width: 1.5rem;
}
.sm\:w-7 {
width: 1.75rem;
}
.sm\:w-8 {
width: 2rem;
}
.sm\:w-10 {
width: 2.5rem;
}
.sm\:w-11 {
width: 2.75rem;
}
.sm\:w-12 {
width: 3rem;
}
.sm\:w-16 {
width: 4rem;
}
.sm\:w-20 {
width: 5rem;
}
.sm\:w-24 {
width: 6rem;
}
.sm\:w-32 {
width: 8rem;
}
.sm\:w-40 {
width: 10rem;
}
.sm\:w-48 {
width: 12rem;
}
.sm\:w-56 {
width: 14rem;
}
.sm\:w-auto {
width: auto;
}
.sm\:w-1\/2 {
width: 50%;
}
.sm\:w-1\/3 {
width: 33.333333%;
}
.sm\:w-2\/3 {
width: 66.666667%;
}
.sm\:w-1\/4 {
width: 25%;
}
.sm\:w-2\/4 {
width: 50%;
}
.sm\:w-3\/4 {
width: 75%;
}
.sm\:w-1\/5 {
width: 20%;
}
.sm\:w-2\/5 {
width: 40%;
}
.sm\:w-3\/5 {
width: 60%;
}
.sm\:w-4\/5 {
width: 80%;
}
.sm\:w-1\/6 {
width: 16.666667%;
}
.sm\:w-2\/6 {
width: 33.333333%;
}
.sm\:w-3\/6 {
width: 50%;
}
.sm\:w-4\/6 {
width: 66.666667%;
}
.sm\:w-5\/6 {
width: 83.333333%;
}
.sm\:w-1\/12 {
width: 8.333333%;
}
.sm\:w-2\/12 {
width: 16.666667%;
}
.sm\:w-3\/12 {
width: 25%;
}
.sm\:w-4\/12 {
width: 33.333333%;
}
.sm\:w-5\/12 {
width: 41.666667%;
}
.sm\:w-6\/12 {
width: 50%;
}
.sm\:w-7\/12 {
width: 58.333333%;
}
.sm\:w-8\/12 {
width: 66.666667%;
}
.sm\:w-9\/12 {
width: 75%;
}
.sm\:w-11\/12 {
width: 91.666667%;
}
.sm\:w-full {
width: 100%;
}
.sm\:gap-12 {
grid-gap: 3rem;
gap: 3rem;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:col-span-6 {
grid-column: span 6 / span 6;
}
.sm\:col-start-4 {
grid-column-start: 4;
}
.sm\:ratio-4-3 {
padding-bottom: 75%;
}
.sm\:ratio-16-9 {
padding-bottom: 56.25%;
}
.sm\:ratio-3-2 {
padding-bottom: 66.666667%;
}
.sm\:ratio-1-1 {
padding-bottom: 100%;
}
.sm\:bg-right {
background-position: 95%;
}
.sm\:h-1\/5-screen {
height: 20vh;
}
.sm\:h-1\/4-screen {
height: 25vh;
}
.sm\:h-1\/3-screen {
height: 33.3333333333vh;
}
.sm\:h-2\/5-screen {
height: 40vh;
}
.sm\:h-1\/2-screen {
height: 50vh;
}
.sm\:h-3\/5-screen {
height: 60vh;
}
.sm\:h-2\/3-screen {
height: 66.666666667vh;
}
.sm\:h-3\/4-screen {
height: 75vh;
}
.sm\:h-4\/5-screen {
height: 80vh;
}
.sm\:h-17\/20-screen {
height: 85vh;
}
.sm\:h-9\/10-screen {
height: 90vh;
}
.sm\:h-19\/20-screen {
height: 95vh;
}
.sm\:h-1-1\/5-screen {
height: 120vh;
}
.sm\:h-1-1\/4-screen {
height: 125vh;
}
.sm\:h-1-1\/3-screen {
height: 133.333333333vh;
}
.sm\:h-1-2\/5-screen {
height: 140vh;
}
.sm\:h-1-1\/2-screen {
height: 150vh;
}
.sm\:h-1-3\/5-screen {
height: 160vh;
}
.sm\:h-1-2\/3-screen {
height: 166.6666666667vh;
}
.sm\:h-1-3\/4-screen {
height: 175vh;
}
.sm\:h-1-4\/5-screen {
height: 180vh;
}
.sm\:h-2-screen {
height: 200vh;
}
.sm\:h-1\/3 {
height: 33.33333333%
}
.sm\:h-1\/2 {
height: 50%;
}
.sm\:centered {
top: 50%;
left: 50%;
transform: translate(-50%, -53%);
}
.sm\:top-left, .sm\:top-right, .sm\:bottom-left, .sm\:bottom-right {
transform: none;
}
.sm\:top-left {
top: 0;
left: 0;
bottom: auto;
right: auto;
}
.sm\:top-right {
top: 0;
right: 0;
bottom: auto;
left: auto;
}
.sm\:top-middle {
top: 0;
bottom: auto;
right: auto;
left: 50%;
transform: translate(-50%, 0%);
}
.sm\:center-left {
left: 0;
bottom: auto;
right: auto;
}
.sm\:center-right {
right: 0;
bottom: auto;
left: auto;
top: 50%;
transform: translateY(-50%);
}
.sm\:center-left, .sm\:center-right {
top: 50%;
transform: translateY(-65%);
}
.sm\:bottom-left {
bottom: 0;
left: 0;
right: auto;
top: auto;
}
.sm\:bottom-middle {
bottom: 0;
top: auto;
right: auto;
}
.sm\:bottom-middle {
left: 50%;
transform: translateX(-50%);
}
.sm\:bottom-right {
bottom: 0;
right: 0;
left: auto;
top: auto;
}
.sm\:w-1\/7 {
width: 14.28%
}
.sm\:w-2\/7 {
width: 28.56%;
}
.sm\:w-3\/7 {
width: 42.84%;
}
.sm\:w-3\/10 {
width: 30%;
}
.sm\:w-1\/8 {
width: 12.5%;
}
.sm\:w-7\/10 {
width: 70%;
}
}
@media (min-width: 768px) {
.md\:bg-bottom {
background-position: bottom;
}
.md\:bg-center {
background-position: center;
}
.md\:bg-left {
background-position: left;
}
.md\:bg-left-bottom {
background-position: left bottom;
}
.md\:bg-left-top {
background-position: left top;
}
.md\:bg-right {
background-position: right;
}
.md\:bg-right-bottom {
background-position: right bottom;
}
.md\:bg-right-top {
background-position: right top;
}
.md\:bg-top {
background-position: top;
}
.md\:bg-auto {
background-size: auto;
}
.md\:bg-cover {
background-size: cover;
}
.md\:bg-contain {
background-size: contain;
}
.md\:border-none {
border-style: none;
}
.md\:border-t-0 {
border-top-width: 0;
}
.md\:border-t-2 {
border-top-width: 2px;
}
.md\:border-r {
border-right-width: 1px;
}
.md\:border-l {
border-left-width: 1px;
}
.md\:block {
display: block;
}
.md\:flex {
display: flex;
}
.md\:grid {
display: grid;
}
.md\:hidden {
display: none;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-col {
flex-direction: column;
}
.md\:flex-no-wrap {
flex-wrap: nowrap;
}
.md\:items-center {
align-items: center;
}
.md\:items-stretch {
align-items: stretch;
}
.md\:justify-start {
justify-content: flex-start;
}
.md\:justify-center {
justify-content: center;
}
.md\:flex-grow {
flex-grow: 1;
}
.md\:flex-shrink-0 {
flex-shrink: 0;
}
.md\:order-last {
order: 9999;
}
.md\:h-1 {
height: 0.25rem;
}
.md\:h-2 {
height: 0.5rem;
}
.md\:h-3 {
height: 0.75rem;
}
.md\:h-4 {
height: 1rem;
}
.md\:h-24 {
height: 6rem;
}
.md\:h-auto {
height: auto;
}
.md\:h-1\/2 {
height: 50%;
}
.md\:h-1\/3 {
height: 33.333333%;
}
.md\:h-2\/3 {
height: 66.666667%;
}
.md\:h-1\/4 {
height: 25%;
}
.md\:h-2\/4 {
height: 50%;
}
.md\:h-3\/4 {
height: 75%;
}
.md\:h-1\/5 {
height: 20%;
}
.md\:h-2\/5 {
height: 40%;
}
.md\:h-3\/5 {
height: 60%;
}
.md\:h-4\/5 {
height: 80%;
}
.md\:h-1\/6 {
height: 16.666667%;
}
.md\:h-2\/6 {
height: 33.333333%;
}
.md\:h-3\/6 {
height: 50%;
}
.md\:h-4\/6 {
height: 66.666667%;
}
.md\:h-5\/6 {
height: 83.333333%;
}
.md\:h-1\/12 {
height: 8.333333%;
}
.md\:h-2\/12 {
height: 16.666667%;
}
.md\:h-3\/12 {
height: 25%;
}
.md\:h-4\/12 {
height: 33.333333%;
}
.md\:h-5\/12 {
height: 41.666667%;
}
.md\:h-6\/12 {
height: 50%;
}
.md\:h-7\/12 {
height: 58.333333%;
}
.md\:h-8\/12 {
height: 66.666667%;
}
.md\:h-9\/12 {
height: 75%;
}
.md\:h-10\/12 {
height: 83.333333%;
}
.md\:h-11\/12 {
height: 91.666667%;
}
.md\:h-screen {
height: 100vh;
}
.md\:text-base {
font-size: 1rem;
}
.md\:text-lg {
font-size: 1.125rem;
}
.md\:text-xl {
font-size: 1.25rem;
}
.md\:text-2xl {
font-size: 1.5rem;
}
.md\:text-5xl {
font-size: 3rem;
}
.md\:text-search-placeholder {
font-size: 1.25rem;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:mt-0 {
margin-top: 0;
}
.md\:mb-0 {
margin-bottom: 0;
}
.md\:ml-0 {
margin-left: 0;
}
.md\:mt-2 {
margin-top: 0.5rem;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:ml-2 {
margin-left: 0.5rem;
}
.md\:mt-4 {
margin-top: 1rem;
}
.md\:ml-4 {
margin-left: 1rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mr-auto {
margin-right: auto;
}
.md\:ml-auto {
margin-left: auto;
}
.md\:-mt-10 {
margin-top: -2.5rem;
}
.md\:max-w-none {
max-width: none;
}
.md\:opacity-25 {
opacity: 0.25;
}
.md\:p-0 {
padding: 0;
}
.md\:p-1 {
padding: 0.25rem;
}
.md\:p-2 {
padding: 0.5rem;
}
.md\:p-3 {
padding: 0.75rem;
}
.md\:p-4 {
padding: 1rem;
}
.md\:p-5 {
padding: 1.25rem;
}
.md\:p-6 {
padding: 1.5rem;
}
.md\:p-8 {
padding: 2rem;
}
.md\:p-10 {
padding: 2.5rem;
}
.md\:p-12 {
padding: 3rem;
}
.md\:p-16 {
padding: 4rem;
}
.md\:p-20 {
padding: 5rem;
}
.md\:p-24 {
padding: 6rem;
}
.md\:p-32 {
padding: 8rem;
}
.md\:p-40 {
padding: 10rem;
}
.md\:p-48 {
padding: 12rem;
}
.md\:p-56 {
padding: 14rem;
}
.md\:p-64 {
padding: 16rem;
}
.md\:p-px {
padding: 1px;
}
.md\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.md\:px-0 {
padding-left: 0;
padding-right: 0;
}
.md\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.md\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.md\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.md\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.md\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.md\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.md\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.md\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.md\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.md\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.md\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.md\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.md\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.md\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.md\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.md\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.md\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.md\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.md\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.md\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.md\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.md\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.md\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.md\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.md\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.md\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.md\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.md\:pt-0 {
padding-top: 0;
}
.md\:pr-0 {
padding-right: 0;
}
.md\:pb-0 {
padding-bottom: 0;
}
.md\:pl-0 {
padding-left: 0;
}
.md\:pt-1 {
padding-top: 0.25rem;
}
.md\:pr-1 {
padding-right: 0.25rem;
}
.md\:pb-1 {
padding-bottom: 0.25rem;
}
.md\:pl-1 {
padding-left: 0.25rem;
}
.md\:pt-2 {
padding-top: 0.5rem;
}
.md\:pr-2 {
padding-right: 0.5rem;
}
.md\:pb-2 {
padding-bottom: 0.5rem;
}
.md\:pl-2 {
padding-left: 0.5rem;
}
.md\:pt-3 {
padding-top: 0.75rem;
}
.md\:pr-3 {
padding-right: 0.75rem;
}
.md\:pb-3 {
padding-bottom: 0.75rem;
}
.md\:pl-3 {
padding-left: 0.75rem;
}
.md\:pt-4 {
padding-top: 1rem;
}
.md\:pr-4 {
padding-right: 1rem;
}
.md\:pb-4 {
padding-bottom: 1rem;
}
.md\:pl-4 {
padding-left: 1rem;
}
.md\:pt-5 {
padding-top: 1.25rem;
}
.md\:pr-5 {
padding-right: 1.25rem;
}
.md\:pb-5 {
padding-bottom: 1.25rem;
}
.md\:pl-5 {
padding-left: 1.25rem;
}
.md\:pt-6 {
padding-top: 1.5rem;
}
.md\:pr-6 {
padding-right: 1.5rem;
}
.md\:pb-6 {
padding-bottom: 1.5rem;
}
.md\:pl-6 {
padding-left: 1.5rem;
}
.md\:pt-8 {
padding-top: 2rem;
}
.md\:pr-8 {
padding-right: 2rem;
}
.md\:pb-8 {
padding-bottom: 2rem;
}
.md\:pl-8 {
padding-left: 2rem;
}
.md\:pt-10 {
padding-top: 2.5rem;
}
.md\:pr-10 {
padding-right: 2.5rem;
}
.md\:pb-10 {
padding-bottom: 2.5rem;
}
.md\:pl-10 {
padding-left: 2.5rem;
}
.md\:pt-12 {
padding-top: 3rem;
}
.md\:pr-12 {
padding-right: 3rem;
}
.md\:pb-12 {
padding-bottom: 3rem;
}
.md\:pl-12 {
padding-left: 3rem;
}
.md\:pt-16 {
padding-top: 4rem;
}
.md\:pr-16 {
padding-right: 4rem;
}
.md\:pb-16 {
padding-bottom: 4rem;
}
.md\:pl-16 {
padding-left: 4rem;
}
.md\:pt-20 {
padding-top: 5rem;
}
.md\:pr-20 {
padding-right: 5rem;
}
.md\:pb-20 {
padding-bottom: 5rem;
}
.md\:pl-20 {
padding-left: 5rem;
}
.md\:pt-24 {
padding-top: 6rem;
}
.md\:pr-24 {
padding-right: 6rem;
}
.md\:pb-24 {
padding-bottom: 6rem;
}
.md\:pl-24 {
padding-left: 6rem;
}
.md\:pt-32 {
padding-top: 8rem;
}
.md\:pr-32 {
padding-right: 8rem;
}
.md\:pb-32 {
padding-bottom: 8rem;
}
.md\:pl-32 {
padding-left: 8rem;
}
.md\:pt-40 {
padding-top: 10rem;
}
.md\:pr-40 {
padding-right: 10rem;
}
.md\:pb-40 {
padding-bottom: 10rem;
}
.md\:pl-40 {
padding-left: 10rem;
}
.md\:pt-48 {
padding-top: 12rem;
}
.md\:pr-48 {
padding-right: 12rem;
}
.md\:pb-48 {
padding-bottom: 12rem;
}
.md\:pl-48 {
padding-left: 12rem;
}
.md\:pt-56 {
padding-top: 14rem;
}
.md\:pr-56 {
padding-right: 14rem;
}
.md\:pb-56 {
padding-bottom: 14rem;
}
.md\:pl-56 {
padding-left: 14rem;
}
.md\:pt-64 {
padding-top: 16rem;
}
.md\:pr-64 {
padding-right: 16rem;
}
.md\:pb-64 {
padding-bottom: 16rem;
}
.md\:pl-64 {
padding-left: 16rem;
}
.md\:absolute {
position: absolute;
}
.md\:right-4 {
right: 1rem;
}
.md\:bottom-10 {
bottom: 2.5rem;
}
.md\:text-left {
text-align: left;
}
.md\:text-center {
text-align: center;
}
.md\:text-right {
text-align: right;
}
.md\:w-1 {
width: 0.25rem;
}
.md\:w-2 {
width: 0.5rem;
}
.md\:w-3 {
width: 0.75rem;
}
.md\:w-4 {
width: 1rem;
}
.md\:w-5 {
width: 1.25rem;
}
.md\:w-6 {
width: 1.5rem;
}
.md\:w-7 {
width: 1.75rem;
}
.md\:w-8 {
width: 2rem;
}
.md\:w-10 {
width: 2.5rem;
}
.md\:w-11 {
width: 2.75rem;
}
.md\:w-12 {
width: 3rem;
}
.md\:w-16 {
width: 4rem;
}
.md\:w-20 {
width: 5rem;
}
.md\:w-24 {
width: 6rem;
}
.md\:w-32 {
width: 8rem;
}
.md\:w-40 {
width: 10rem;
}
.md\:w-48 {
width: 12rem;
}
.md\:w-56 {
width: 14rem;
}
.md\:w-auto {
width: auto;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-2\/3 {
width: 66.666667%;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-2\/4 {
width: 50%;
}
.md\:w-3\/4 {
width: 75%;
}
.md\:w-1\/5 {
width: 20%;
}
.md\:w-2\/5 {
width: 40%;
}
.md\:w-3\/5 {
width: 60%;
}
.md\:w-4\/5 {
width: 80%;
}
.md\:w-1\/6 {
width: 16.666667%;
}
.md\:w-2\/6 {
width: 33.333333%;
}
.md\:w-3\/6 {
width: 50%;
}
.md\:w-4\/6 {
width: 66.666667%;
}
.md\:w-5\/6 {
width: 83.333333%;
}
.md\:w-1\/12 {
width: 8.333333%;
}
.md\:w-2\/12 {
width: 16.666667%;
}
.md\:w-3\/12 {
width: 25%;
}
.md\:w-4\/12 {
width: 33.333333%;
}
.md\:w-5\/12 {
width: 41.666667%;
}
.md\:w-6\/12 {
width: 50%;
}
.md\:w-7\/12 {
width: 58.333333%;
}
.md\:w-8\/12 {
width: 66.666667%;
}
.md\:w-9\/12 {
width: 75%;
}
.md\:w-11\/12 {
width: 91.666667%;
}
.md\:w-full {
width: 100%;
}
.md\:gap-10 {
grid-gap: 2.5rem;
gap: 2.5rem;
}
.md\:gap-12 {
grid-gap: 3rem;
gap: 3rem;
}
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:col-start-auto {
grid-column-start: auto;
}
.md\:ratio-4-3 {
padding-bottom: 75%;
}
.md\:ratio-16-9 {
padding-bottom: 56.25%;
}
.md\:ratio-3-2 {
padding-bottom: 66.666667%;
}
.md\:ratio-1-1 {
padding-bottom: 100%;
}
.md\:bg-right {
background-position: 95%;
}
.md\:h-1\/5-screen {
height: 20vh;
}
.md\:h-1\/4-screen {
height: 25vh;
}
.md\:h-1\/3-screen {
height: 33.3333333333vh;
}
.md\:h-2\/5-screen {
height: 40vh;
}
.md\:h-1\/2-screen {
height: 50vh;
}
.md\:h-3\/5-screen {
height: 60vh;
}
.md\:h-2\/3-screen {
height: 66.666666667vh;
}
.md\:h-3\/4-screen {
height: 75vh;
}
.md\:h-4\/5-screen {
height: 80vh;
}
.md\:h-17\/20-screen {
height: 85vh;
}
.md\:h-9\/10-screen {
height: 90vh;
}
.md\:h-19\/20-screen {
height: 95vh;
}
.md\:h-1-1\/5-screen {
height: 120vh;
}
.md\:h-1-1\/4-screen {
height: 125vh;
}
.md\:h-1-1\/3-screen {
height: 133.333333333vh;
}
.md\:h-1-2\/5-screen {
height: 140vh;
}
.md\:h-1-1\/2-screen {
height: 150vh;
}
.md\:h-1-3\/5-screen {
height: 160vh;
}
.md\:h-1-2\/3-screen {
height: 166.6666666667vh;
}
.md\:h-1-3\/4-screen {
height: 175vh;
}
.md\:h-1-4\/5-screen {
height: 180vh;
}
.md\:h-2-screen {
height: 200vh;
}
.md\:h-1\/3 {
height: 33.33333333%
}
.md\:h-1\/2 {
height: 50%;
}
.md\:centered {
top: 50%;
left: 50%;
transform: translate(-50%, -53%);
}
.md\:top-left, .md\:top-right, .md\:bottom-left, .md\:bottom-right {
transform: none;
}
.md\:top-left {
top: 0;
left: 0;
bottom: auto;
right: auto;
}
.md\:top-right {
top: 0;
right: 0;
bottom: auto;
left: auto;
}
.md\:top-middle {
top: 0;
bottom: auto;
right: auto;
left: 50%;
transform: translate(-50%, 0%);
}
.md\:center-left {
left: 0;
bottom: auto;
right: auto;
}
.md\:center-right {
right: 0;
bottom: auto;
left: auto;
top: 50%;
transform: translateY(-50%);
}
.md\:center-left, .md\:center-right {
top: 50%;
transform: translateY(-65%);
}
.md\:bottom-left {
bottom: 0;
left: 0;
right: auto;
top: auto;
}
.md\:bottom-middle {
bottom: 0;
top: auto;
right: auto;
}
.md\:bottom-middle {
left: 50%;
transform: translateX(-50%);
}
.md\:bottom-right {
bottom: 0;
right: 0;
left: auto;
top: auto;
}
.md\:centered-y {
top: 50%;
transform: translateY(-50%);
}
.md\:w-88 {
width: 22rem;
}
.md\:w-1\/7 {
width: 14.28%
}
.md\:w-2\/7 {
width: 28.56%;
}
.md\:w-3\/7 {
width: 42.84%;
}
.md\:w-3\/10 {
width: 30%;
}
.md\:w-1\/8 {
width: 12.5%;
}
.md\:w-7\/10 {
width: 70%;
}
}
@media (min-width: 1024px) {
.lg\:bg-transparent {
background-color: transparent;
}
.lg\:bg-bottom {
background-position: bottom;
}
.lg\:bg-center {
background-position: center;
}
.lg\:bg-left {
background-position: left;
}
.lg\:bg-left-bottom {
background-position: left bottom;
}
.lg\:bg-left-top {
background-position: left top;
}
.lg\:bg-right {
background-position: right;
}
.lg\:bg-right-bottom {
background-position: right bottom;
}
.lg\:bg-right-top {
background-position: right top;
}
.lg\:bg-top {
background-position: top;
}
.lg\:bg-auto {
background-size: auto;
}
.lg\:bg-cover {
background-size: cover;
}
.lg\:bg-contain {
background-size: contain;
}
.lg\:border-b-0 {
border-bottom-width: 0;
}
.lg\:border-r {
border-right-width: 1px;
}
.lg\:block {
display: block;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:inline {
display: inline;
}
.lg\:flex {
display: flex;
}
.lg\:grid {
display: grid;
}
.lg\:hidden {
display: none;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:flex-col {
flex-direction: column;
}
.lg\:flex-no-wrap {
flex-wrap: nowrap;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:items-end {
align-items: flex-end;
}
.lg\:items-center {
align-items: center;
}
.lg\:self-end {
align-self: flex-end;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:flex-grow {
flex-grow: 1;
}
.lg\:flex-shrink-0 {
flex-shrink: 0;
}
.lg\:order-last {
order: 9999;
}
.lg\:order-none {
order: 0;
}
.lg\:h-0 {
height: 0;
}
.lg\:h-1 {
height: 0.25rem;
}
.lg\:h-2 {
height: 0.5rem;
}
.lg\:h-3 {
height: 0.75rem;
}
.lg\:h-4 {
height: 1rem;
}
.lg\:h-24 {
height: 6rem;
}
.lg\:h-auto {
height: auto;
}
.lg\:h-1\/2 {
height: 50%;
}
.lg\:h-1\/3 {
height: 33.333333%;
}
.lg\:h-2\/3 {
height: 66.666667%;
}
.lg\:h-1\/4 {
height: 25%;
}
.lg\:h-2\/4 {
height: 50%;
}
.lg\:h-3\/4 {
height: 75%;
}
.lg\:h-1\/5 {
height: 20%;
}
.lg\:h-2\/5 {
height: 40%;
}
.lg\:h-3\/5 {
height: 60%;
}
.lg\:h-4\/5 {
height: 80%;
}
.lg\:h-1\/6 {
height: 16.666667%;
}
.lg\:h-2\/6 {
height: 33.333333%;
}
.lg\:h-3\/6 {
height: 50%;
}
.lg\:h-4\/6 {
height: 66.666667%;
}
.lg\:h-5\/6 {
height: 83.333333%;
}
.lg\:h-1\/12 {
height: 8.333333%;
}
.lg\:h-2\/12 {
height: 16.666667%;
}
.lg\:h-3\/12 {
height: 25%;
}
.lg\:h-4\/12 {
height: 33.333333%;
}
.lg\:h-5\/12 {
height: 41.666667%;
}
.lg\:h-6\/12 {
height: 50%;
}
.lg\:h-7\/12 {
height: 58.333333%;
}
.lg\:h-8\/12 {
height: 66.666667%;
}
.lg\:h-9\/12 {
height: 75%;
}
.lg\:h-10\/12 {
height: 83.333333%;
}
.lg\:h-11\/12 {
height: 91.666667%;
}
.lg\:h-screen {
height: 100vh;
}
.lg\:text-2xl {
font-size: 1.5rem;
}
.lg\:text-3xl {
font-size: 1.875rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
}
.lg\:text-h1 {
font-size: 2.8125rem;
}
.lg\:text-h3 {
font-size: 1.5625rem;
}
.lg\:text-paragraph {
font-size: 1.125rem;
}
.lg\:text-cta {
font-size: 1.125rem;
}
.lg\:text-blog-h3 {
font-size: 1.875rem;
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.lg\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.lg\:mt-0 {
margin-top: 0;
}
.lg\:mr-0 {
margin-right: 0;
}
.lg\:mb-0 {
margin-bottom: 0;
}
.lg\:ml-0 {
margin-left: 0;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:mt-8 {
margin-top: 2rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:ml-10 {
margin-left: 2.5rem;
}
.lg\:mt-16 {
margin-top: 4rem;
}
.lg\:mb-16 {
margin-bottom: 4rem;
}
.lg\:mt-24 {
margin-top: 6rem;
}
.lg\:mr-auto {
margin-right: auto;
}
.lg\:ml-auto {
margin-left: auto;
}
.lg\:-mt-10 {
margin-top: -2.5rem;
}
.lg\:-mt-16 {
margin-top: -4rem;
}
.lg\:opacity-0 {
opacity: 0;
}
.lg\:opacity-100 {
opacity: 1;
}
.lg\:p-0 {
padding: 0;
}
.lg\:p-1 {
padding: 0.25rem;
}
.lg\:p-2 {
padding: 0.5rem;
}
.lg\:p-3 {
padding: 0.75rem;
}
.lg\:p-4 {
padding: 1rem;
}
.lg\:p-5 {
padding: 1.25rem;
}
.lg\:p-6 {
padding: 1.5rem;
}
.lg\:p-8 {
padding: 2rem;
}
.lg\:p-10 {
padding: 2.5rem;
}
.lg\:p-12 {
padding: 3rem;
}
.lg\:p-16 {
padding: 4rem;
}
.lg\:p-20 {
padding: 5rem;
}
.lg\:p-24 {
padding: 6rem;
}
.lg\:p-32 {
padding: 8rem;
}
.lg\:p-40 {
padding: 10rem;
}
.lg\:p-48 {
padding: 12rem;
}
.lg\:p-56 {
padding: 14rem;
}
.lg\:p-64 {
padding: 16rem;
}
.lg\:p-px {
padding: 1px;
}
.lg\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.lg\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.lg\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.lg\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.lg\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.lg\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.lg\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.lg\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lg\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.lg\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.lg\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.lg\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.lg\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.lg\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.lg\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.lg\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.lg\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.lg\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.lg\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.lg\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.lg\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.lg\:pt-0 {
padding-top: 0;
}
.lg\:pr-0 {
padding-right: 0;
}
.lg\:pb-0 {
padding-bottom: 0;
}
.lg\:pl-0 {
padding-left: 0;
}
.lg\:pt-1 {
padding-top: 0.25rem;
}
.lg\:pr-1 {
padding-right: 0.25rem;
}
.lg\:pb-1 {
padding-bottom: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:pt-2 {
padding-top: 0.5rem;
}
.lg\:pr-2 {
padding-right: 0.5rem;
}
.lg\:pb-2 {
padding-bottom: 0.5rem;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
.lg\:pt-3 {
padding-top: 0.75rem;
}
.lg\:pr-3 {
padding-right: 0.75rem;
}
.lg\:pb-3 {
padding-bottom: 0.75rem;
}
.lg\:pl-3 {
padding-left: 0.75rem;
}
.lg\:pt-4 {
padding-top: 1rem;
}
.lg\:pr-4 {
padding-right: 1rem;
}
.lg\:pb-4 {
padding-bottom: 1rem;
}
.lg\:pl-4 {
padding-left: 1rem;
}
.lg\:pt-5 {
padding-top: 1.25rem;
}
.lg\:pr-5 {
padding-right: 1.25rem;
}
.lg\:pb-5 {
padding-bottom: 1.25rem;
}
.lg\:pl-5 {
padding-left: 1.25rem;
}
.lg\:pt-6 {
padding-top: 1.5rem;
}
.lg\:pr-6 {
padding-right: 1.5rem;
}
.lg\:pb-6 {
padding-bottom: 1.5rem;
}
.lg\:pl-6 {
padding-left: 1.5rem;
}
.lg\:pl-7 {
padding-left: 1.75rem;
}
.lg\:pt-8 {
padding-top: 2rem;
}
.lg\:pr-8 {
padding-right: 2rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pr-10 {
padding-right: 2.5rem;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pl-10 {
padding-left: 2.5rem;
}
.lg\:pt-12 {
padding-top: 3rem;
}
.lg\:pr-12 {
padding-right: 3rem;
}
.lg\:pb-12 {
padding-bottom: 3rem;
}
.lg\:pl-12 {
padding-left: 3rem;
}
.lg\:pt-16 {
padding-top: 4rem;
}
.lg\:pr-16 {
padding-right: 4rem;
}
.lg\:pb-16 {
padding-bottom: 4rem;
}
.lg\:pl-16 {
padding-left: 4rem;
}
.lg\:pt-20 {
padding-top: 5rem;
}
.lg\:pr-20 {
padding-right: 5rem;
}
.lg\:pb-20 {
padding-bottom: 5rem;
}
.lg\:pl-20 {
padding-left: 5rem;
}
.lg\:pt-24 {
padding-top: 6rem;
}
.lg\:pr-24 {
padding-right: 6rem;
}
.lg\:pb-24 {
padding-bottom: 6rem;
}
.lg\:pl-24 {
padding-left: 6rem;
}
.lg\:pt-32 {
padding-top: 8rem;
}
.lg\:pr-32 {
padding-right: 8rem;
}
.lg\:pb-32 {
padding-bottom: 8rem;
}
.lg\:pl-32 {
padding-left: 8rem;
}
.lg\:pt-40 {
padding-top: 10rem;
}
.lg\:pr-40 {
padding-right: 10rem;
}
.lg\:pb-40 {
padding-bottom: 10rem;
}
.lg\:pl-40 {
padding-left: 10rem;
}
.lg\:pt-48 {
padding-top: 12rem;
}
.lg\:pr-48 {
padding-right: 12rem;
}
.lg\:pb-48 {
padding-bottom: 12rem;
}
.lg\:pl-48 {
padding-left: 12rem;
}
.lg\:pt-56 {
padding-top: 14rem;
}
.lg\:pr-56 {
padding-right: 14rem;
}
.lg\:pb-56 {
padding-bottom: 14rem;
}
.lg\:pl-56 {
padding-left: 14rem;
}
.lg\:pt-64 {
padding-top: 16rem;
}
.lg\:pr-64 {
padding-right: 16rem;
}
.lg\:pb-64 {
padding-bottom: 16rem;
}
.lg\:pl-64 {
padding-left: 16rem;
}
.lg\:last\:pr-5:last-child {
padding-right: 1.25rem;
}
.lg\:first\:pl-7:first-child {
padding-left: 1.75rem;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-center {
text-align: center;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-text-gray {
--text-opacity: 1;
color: #404040;
color: rgba(64, 64, 64, var(--text-opacity));
}
.lg\:invisible {
visibility: hidden;
}
.lg\:w-0 {
width: 0;
}
.lg\:w-1 {
width: 0.25rem;
}
.lg\:w-2 {
width: 0.5rem;
}
.lg\:w-3 {
width: 0.75rem;
}
.lg\:w-4 {
width: 1rem;
}
.lg\:w-5 {
width: 1.25rem;
}
.lg\:w-6 {
width: 1.5rem;
}
.lg\:w-7 {
width: 1.75rem;
}
.lg\:w-8 {
width: 2rem;
}
.lg\:w-10 {
width: 2.5rem;
}
.lg\:w-11 {
width: 2.75rem;
}
.lg\:w-12 {
width: 3rem;
}
.lg\:w-16 {
width: 4rem;
}
.lg\:w-20 {
width: 5rem;
}
.lg\:w-24 {
width: 6rem;
}
.lg\:w-28 {
width: 7rem;
}
.lg\:w-32 {
width: 8rem;
}
.lg\:w-40 {
width: 10rem;
}
.lg\:w-48 {
width: 12rem;
}
.lg\:w-56 {
width: 14rem;
}
.lg\:w-auto {
width: auto;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-2\/3 {
width: 66.666667%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-2\/4 {
width: 50%;
}
.lg\:w-3\/4 {
width: 75%;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-1\/6 {
width: 16.666667%;
}
.lg\:w-2\/6 {
width: 33.333333%;
}
.lg\:w-3\/6 {
width: 50%;
}
.lg\:w-4\/6 {
width: 66.666667%;
}
.lg\:w-5\/6 {
width: 83.333333%;
}
.lg\:w-1\/12 {
width: 8.333333%;
}
.lg\:w-2\/12 {
width: 16.666667%;
}
.lg\:w-3\/12 {
width: 25%;
}
.lg\:w-4\/12 {
width: 33.333333%;
}
.lg\:w-5\/12 {
width: 41.666667%;
}
.lg\:w-6\/12 {
width: 50%;
}
.lg\:w-7\/12 {
width: 58.333333%;
}
.lg\:w-8\/12 {
width: 66.666667%;
}
.lg\:w-9\/12 {
width: 75%;
}
.lg\:w-11\/12 {
width: 91.666667%;
}
.lg\:w-full {
width: 100%;
}
.lg\:gap-0 {
grid-gap: 0;
gap: 0;
}
.lg\:gap-8 {
grid-gap: 2rem;
gap: 2rem;
}
.lg\:gap-10 {
grid-gap: 2.5rem;
gap: 2.5rem;
}
.lg\:gap-12 {
grid-gap: 3rem;
gap: 3rem;
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lg\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.lg\:col-span-1 {
grid-column: span 1 / span 1;
}
.lg\:col-span-2 {
grid-column: span 2 / span 2;
}
.lg\:col-span-3 {
grid-column: span 3 / span 3;
}
.lg\:col-span-4 {
grid-column: span 4 / span 4;
}
.lg\:col-start-1 {
grid-column-start: 1;
}
.lg\:col-start-2 {
grid-column-start: 2;
}
.lg\:col-start-3 {
grid-column-start: 3;
}
.lg\:col-start-5 {
grid-column-start: 5;
}
.lg\:col-start-7 {
grid-column-start: 7;
}
.lg\:row-span-1 {
grid-row: span 1 / span 1;
}
.lg\:row-start-2 {
grid-row-start: 2;
}
.lg\:row-start-3 {
grid-row-start: 3;
}
.lg\:row-start-auto {
grid-row-start: auto;
}
.lg\:translate-x-1\/2 {
--transform-translate-x: 50%;
}
.lg\:ratio-4-3 {
padding-bottom: 75%;
}
.lg\:ratio-16-9 {
padding-bottom: 56.25%;
}
.lg\:ratio-3-2 {
padding-bottom: 66.666667%;
}
.lg\:ratio-1-1 {
padding-bottom: 100%;
}
.lg\:bg-right {
background-position: 95%;
}
.lg\:grid-cols-3-middle-widest {
grid-template-columns: 1fr 1.5fr 1fr;
}
.lg\:h-1\/5-screen {
height: 20vh;
}
.lg\:h-1\/4-screen {
height: 25vh;
}
.lg\:h-1\/3-screen {
height: 33.3333333333vh;
}
.lg\:h-2\/5-screen {
height: 40vh;
}
.lg\:h-1\/2-screen {
height: 50vh;
}
.lg\:h-3\/5-screen {
height: 60vh;
}
.lg\:h-2\/3-screen {
height: 66.666666667vh;
}
.lg\:h-3\/4-screen {
height: 75vh;
}
.lg\:h-4\/5-screen {
height: 80vh;
}
.lg\:h-17\/20-screen {
height: 85vh;
}
.lg\:h-9\/10-screen {
height: 90vh;
}
.lg\:h-19\/20-screen {
height: 95vh;
}
.lg\:h-1-1\/5-screen {
height: 120vh;
}
.lg\:h-1-1\/4-screen {
height: 125vh;
}
.lg\:h-1-1\/3-screen {
height: 133.333333333vh;
}
.lg\:h-1-2\/5-screen {
height: 140vh;
}
.lg\:h-1-1\/2-screen {
height: 150vh;
}
.lg\:h-1-3\/5-screen {
height: 160vh;
}
.lg\:h-1-2\/3-screen {
height: 166.6666666667vh;
}
.lg\:h-1-3\/4-screen {
height: 175vh;
}
.lg\:h-1-4\/5-screen {
height: 180vh;
}
.lg\:h-2-screen {
height: 200vh;
}
.lg\:h-1\/3 {
height: 33.33333333%
}
.lg\:h-1\/2 {
height: 50%;
}
.lg\:min-h-8\/10-screen {
min-height: 85vh;
}
.lg\:h-0 {
height: 0;
}
.lg\:centered {
top: 50%;
left: 50%;
transform: translate(-50%, -53%);
}
.lg\:top-left, .lg\:top-right, .lg\:bottom-left, .lg\:bottom-right {
transform: none;
}
.lg\:top-left {
top: 0;
left: 0;
bottom: auto;
right: auto;
}
.lg\:top-right {
top: 0;
right: 0;
bottom: auto;
left: auto;
}
.lg\:top-middle {
top: 0;
bottom: auto;
right: auto;
left: 50%;
transform: translate(-50%, 0%);
}
.lg\:center-left {
left: 0;
bottom: auto;
right: auto;
}
.lg\:center-right {
right: 0;
bottom: auto;
left: auto;
top: 50%;
transform: translateY(-50%);
}
.lg\:center-left, .lg\:center-right {
top: 50%;
transform: translateY(-65%);
}
.lg\:bottom-left {
bottom: 0;
left: 0;
right: auto;
top: auto;
}
.lg\:bottom-middle {
bottom: 0;
top: auto;
right: auto;
}
.lg\:bottom-middle {
left: 50%;
transform: translateX(-50%);
}
.lg\:bottom-right {
bottom: 0;
right: 0;
left: auto;
top: auto;
}
.lg\:w-1\/7 {
width: 14.28%
}
.lg\:w-2\/7 {
width: 28.56%;
}
.lg\:w-3\/7 {
width: 42.84%;
}
.lg\:w-3\/10 {
width: 30%;
}
.lg\:max-w-4\/5 {
max-width: 80%;
}
.lg\:max-w-3\/4 {
max-width: 75%;
}
.lg\:w-1\/8 {
width: 12.5%;
}
.lg\:w-7\/10 {
width: 70%;
}
}
@media (min-width: 1280px) {
.xl\:flex {
display: flex;
}
.xl\:grid {
display: grid;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:h-20 {
height: 5rem;
}
.xl\:h-24 {
height: 6rem;
}
.xl\:h-80 {
height: 20rem;
}
.xl\:text-xl {
font-size: 1.25rem;
}
.xl\:text-2xl {
font-size: 1.5rem;
}
.xl\:text-h2 {
font-size: 2.1875rem;
}
.xl\:m-0 {
margin: 0;
}
.xl\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:mt-0 {
margin-top: 0;
}
.xl\:ml-0 {
margin-left: 0;
}
.xl\:mr-3 {
margin-right: 0.75rem;
}
.xl\:mt-4 {
margin-top: 1rem;
}
.xl\:mt-10 {
margin-top: 2.5rem;
}
.xl\:mt-16 {
margin-top: 4rem;
}
.xl\:mt-24 {
margin-top: 6rem;
}
.xl\:mr-auto {
margin-right: auto;
}
.xl\:-mt-6 {
margin-top: -1.5rem;
}
.xl\:-mt-12 {
margin-top: -3rem;
}
.xl\:-mt-16 {
margin-top: -4rem;
}
.xl\:-mt-32 {
margin-top: -8rem;
}
.xl\:p-4 {
padding: 1rem;
}
.xl\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.xl\:px-0 {
padding-left: 0;
padding-right: 0;
}
.xl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xl\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.xl\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xl\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.xl\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.xl\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.xl\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.xl\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.xl\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.xl\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.xl\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.xl\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.xl\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.xl\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.xl\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.xl\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.xl\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.xl\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.xl\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.xl\:pt-0 {
padding-top: 0;
}
.xl\:pb-0 {
padding-bottom: 0;
}
.xl\:pl-0 {
padding-left: 0;
}
.xl\:pt-2 {
padding-top: 0.5rem;
}
.xl\:pb-2 {
padding-bottom: 0.5rem;
}
.xl\:pr-3 {
padding-right: 0.75rem;
}
.xl\:pl-3 {
padding-left: 0.75rem;
}
.xl\:pt-4 {
padding-top: 1rem;
}
.xl\:pb-4 {
padding-bottom: 1rem;
}
.xl\:pl-4 {
padding-left: 1rem;
}
.xl\:pt-6 {
padding-top: 1.5rem;
}
.xl\:pr-6 {
padding-right: 1.5rem;
}
.xl\:pb-6 {
padding-bottom: 1.5rem;
}
.xl\:pl-6 {
padding-left: 1.5rem;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pr-8 {
padding-right: 2rem;
}
.xl\:pb-8 {
padding-bottom: 2rem;
}
.xl\:pt-10 {
padding-top: 2.5rem;
}
.xl\:pb-10 {
padding-bottom: 2.5rem;
}
.xl\:pt-12 {
padding-top: 3rem;
}
.xl\:pr-12 {
padding-right: 3rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:pt-16 {
padding-top: 4rem;
}
.xl\:pr-16 {
padding-right: 4rem;
}
.xl\:pb-16 {
padding-bottom: 4rem;
}
.xl\:pl-16 {
padding-left: 4rem;
}
.xl\:pt-20 {
padding-top: 5rem;
}
.xl\:pb-20 {
padding-bottom: 5rem;
}
.xl\:pt-24 {
padding-top: 6rem;
}
.xl\:pb-24 {
padding-bottom: 6rem;
}
.xl\:pt-32 {
padding-top: 8rem;
}
.xl\:pb-32 {
padding-bottom: 8rem;
}
.xl\:pt-40 {
padding-top: 10rem;
}
.xl\:pb-40 {
padding-bottom: 10rem;
}
.xl\:pt-48 {
padding-top: 12rem;
}
.xl\:pb-48 {
padding-bottom: 12rem;
}
.xl\:pt-56 {
padding-top: 14rem;
}
.xl\:pb-56 {
padding-bottom: 14rem;
}
.xl\:pt-64 {
padding-top: 16rem;
}
.xl\:pb-64 {
padding-bottom: 16rem;
}
.xl\:sticky {
position: sticky;
}
.xl\:bottom-16 {
bottom: 4rem;
}
.xl\:bottom-20 {
bottom: 5rem;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-right {
text-align: right;
}
.xl\:tracking-wide {
letter-spacing: 0.025em;
}
.xl\:w-1 {
width: 0.25rem;
}
.xl\:w-2 {
width: 0.5rem;
}
.xl\:w-3 {
width: 0.75rem;
}
.xl\:w-4 {
width: 1rem;
}
.xl\:w-5 {
width: 1.25rem;
}
.xl\:w-6 {
width: 1.5rem;
}
.xl\:w-7 {
width: 1.75rem;
}
.xl\:w-8 {
width: 2rem;
}
.xl\:w-10 {
width: 2.5rem;
}
.xl\:w-11 {
width: 2.75rem;
}
.xl\:w-12 {
width: 3rem;
}
.xl\:w-16 {
width: 4rem;
}
.xl\:w-20 {
width: 5rem;
}
.xl\:w-24 {
width: 6rem;
}
.xl\:w-32 {
width: 8rem;
}
.xl\:w-40 {
width: 10rem;
}
.xl\:w-48 {
width: 12rem;
}
.xl\:w-56 {
width: 14rem;
}
.xl\:w-80 {
width: 20rem;
}
.xl\:w-auto {
width: auto;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-1\/3 {
width: 33.333333%;
}
.xl\:w-2\/3 {
width: 66.666667%;
}
.xl\:w-1\/4 {
width: 25%;
}
.xl\:w-3\/4 {
width: 75%;
}
.xl\:w-1\/5 {
width: 20%;
}
.xl\:w-2\/5 {
width: 40%;
}
.xl\:w-3\/5 {
width: 60%;
}
.xl\:w-4\/5 {
width: 80%;
}
.xl\:w-1\/6 {
width: 16.666667%;
}
.xl\:w-5\/6 {
width: 83.333333%;
}
.xl\:w-10\/12 {
width: 83.333333%;
}
.xl\:w-full {
width: 100%;
}
.xl\:gap-16 {
grid-gap: 4rem;
gap: 4rem;
}
.xl\:col-gap-4 {
grid-column-gap: 1rem;
column-gap: 1rem;
}
.xl\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.xl\:col-span-3 {
grid-column: span 3 / span 3;
}
.xl\:col-start-4 {
grid-column-start: 4;
}
.xl\:-translate-y-1\/2 {
--transform-translate-y: -50%;
}
.xl\:h-80 {
height: 20rem;
}
.xl\:w-80 {
width: 20rem;
}
.xl\:w-1\/7 {
width: 14.28%
}
.xl\:w-2\/7 {
width: 28.56%;
}
.xl\:w-3\/7 {
width: 42.84%;
}
.xl\:w-1\/8 {
width: 12.5%;
}
.xl\:w-7\/10 {
width: 70%;
}
}
@media (min-width: 1450px) {
.xl1450\:h-80 {
height: 20rem;
}
.xl1450\:-mt-20 {
margin-top: -5rem;
}
.xl1450\:-mt-40 {
margin-top: -10rem;
}
.xl1450\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl1450\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl1450\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl1450\:pr-20 {
padding-right: 5rem;
}
.xl1450\:pl-20 {
padding-left: 5rem;
}
.xl1450\:bottom-20 {
bottom: 5rem;
}
.xl1450\:bottom-28 {
bottom: 7rem;
}
.xl1450\:w-11\/12 {
width: 91.666667%;
}
.xl1450\:gap-16 {
grid-gap: 4rem;
gap: 4rem;
}
.xl1450\:h-80 {
height: 20rem;
}
}
@media (min-width: 1850px) {
.xxl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xxl\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.xxl\:pt-80 {
padding-top: 20rem;
}
.xxl\:pb-80 {
padding-bottom: 20rem;
}
}