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

@font-face {
font-family: "linea-arrows-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/arrows/webfonts/linea-arrows-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/arrows/webfonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/arrows/webfonts/linea-arrows-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/arrows/webfonts/linea-arrows-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/arrows/webfonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-arrows-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-arrows"]:before,
[class*=" linea-arrows"]:before {
font-family: "linea-arrows-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-arrows-anticlockwise:before {
content: "\e000";
}
.linea-arrows-anticlockwise-dashed:before {
content: "\e001";
}
.linea-arrows-button-down:before {
content: "\e002";
}
.linea-arrows-button-off:before {
content: "\e003";
}
.linea-arrows-button-on:before {
content: "\e004";
}
.linea-arrows-button-up:before {
content: "\e005";
}
.linea-arrows-check:before {
content: "\e006";
}
.linea-arrows-circle-check:before {
content: "\e007";
}
.linea-arrows-circle-down:before {
content: "\e008";
}
.linea-arrows-circle-downleft:before {
content: "\e009";
}
.linea-arrows-circle-downright:before {
content: "\e00a";
}
.linea-arrows-circle-left:before {
content: "\e00b";
}
.linea-arrows-circle-minus:before {
content: "\e00c";
}
.linea-arrows-circle-plus:before {
content: "\e00d";
}
.linea-arrows-circle-remove:before {
content: "\e00e";
}
.linea-arrows-circle-right:before {
content: "\e00f";
}
.linea-arrows-circle-up:before {
content: "\e010";
}
.linea-arrows-circle-upleft:before {
content: "\e011";
}
.linea-arrows-circle-upright:before {
content: "\e012";
}
.linea-arrows-clockwise:before {
content: "\e013";
}
.linea-arrows-clockwise-dashed:before {
content: "\e014";
}
.linea-arrows-compress:before {
content: "\e015";
}
.linea-arrows-deny:before {
content: "\e016";
}
.linea-arrows-diagonal:before {
content: "\e017";
}
.linea-arrows-diagonal2:before {
content: "\e018";
}
.linea-arrows-down:before {
content: "\e019";
}
.linea-arrows-down-double:before {
content: "\e01a";
}
.linea-arrows-downleft:before {
content: "\e01b";
}
.linea-arrows-downright:before {
content: "\e01c";
}
.linea-arrows-drag-down:before {
content: "\e01d";
}
.linea-arrows-drag-down-dashed:before {
content: "\e01e";
}
.linea-arrows-drag-horiz:before {
content: "\e01f";
}
.linea-arrows-drag-left:before {
content: "\e020";
}
.linea-arrows-drag-left-dashed:before {
content: "\e021";
}
.linea-arrows-drag-right:before {
content: "\e022";
}
.linea-arrows-drag-right-dashed:before {
content: "\e023";
}
.linea-arrows-drag-up:before {
content: "\e024";
}
.linea-arrows-drag-up-dashed:before {
content: "\e025";
}
.linea-arrows-drag-vert:before {
content: "\e026";
}
.linea-arrows-exclamation:before {
content: "\e027";
}
.linea-arrows-expand:before {
content: "\e028";
}
.linea-arrows-expand-diagonal1:before {
content: "\e029";
}
.linea-arrows-expand-horizontal1:before {
content: "\e02a";
}
.linea-arrows-expand-vertical1:before {
content: "\e02b";
}
.linea-arrows-fit-horizontal:before {
content: "\e02c";
}
.linea-arrows-fit-vertical:before {
content: "\e02d";
}
.linea-arrows-glide:before {
content: "\e02e";
}
.linea-arrows-glide-horizontal:before {
content: "\e02f";
}
.linea-arrows-glide-vertical:before {
content: "\e030";
}
.linea-arrows-hamburger1:before {
content: "\e031";
}
.linea-arrows-hamburger-2:before {
content: "\e032";
}
.linea-arrows-horizontal:before {
content: "\e033";
}
.linea-arrows-info:before {
content: "\e034";
}
.linea-arrows-keyboard-alt:before {
content: "\e035";
}
.linea-arrows-keyboard-cmd:before {
content: "\e036";
}
.linea-arrows-keyboard-delete:before {
content: "\e037";
}
.linea-arrows-keyboard-down:before {
content: "\e038";
}
.linea-arrows-keyboard-left:before {
content: "\e039";
}
.linea-arrows-keyboard-return:before {
content: "\e03a";
}
.linea-arrows-keyboard-right:before {
content: "\e03b";
}
.linea-arrows-keyboard-shift:before {
content: "\e03c";
}
.linea-arrows-keyboard-tab:before {
content: "\e03d";
}
.linea-arrows-keyboard-up:before {
content: "\e03e";
}
.linea-arrows-left:before {
content: "\e03f";
}
.linea-arrows-left-double-32:before {
content: "\e040";
}
.linea-arrows-minus:before {
content: "\e041";
}
.linea-arrows-move:before {
content: "\e042";
}
.linea-arrows-move2:before {
content: "\e043";
}
.linea-arrows-move-bottom:before {
content: "\e044";
}
.linea-arrows-move-left:before {
content: "\e045";
}
.linea-arrows-move-right:before {
content: "\e046";
}
.linea-arrows-move-top:before {
content: "\e047";
}
.linea-arrows-plus:before {
content: "\e048";
}
.linea-arrows-question:before {
content: "\e049";
}
.linea-arrows-remove:before {
content: "\e04a";
}
.linea-arrows-right:before {
content: "\e04b";
}
.linea-arrows-right-double:before {
content: "\e04c";
}
.linea-arrows-rotate:before {
content: "\e04d";
}
.linea-arrows-rotate-anti:before {
content: "\e04e";
}
.linea-arrows-rotate-anti-dashed:before {
content: "\e04f";
}
.linea-arrows-rotate-dashed:before {
content: "\e050";
}
.linea-arrows-shrink:before {
content: "\e051";
}
.linea-arrows-shrink-diagonal1:before {
content: "\e052";
}
.linea-arrows-shrink-diagonal2:before {
content: "\e053";
}
.linea-arrows-shrink-horizonal2:before {
content: "\e054";
}
.linea-arrows-shrink-horizontal1:before {
content: "\e055";
}
.linea-arrows-shrink-vertical1:before {
content: "\e056";
}
.linea-arrows-shrink-vertical2:before {
content: "\e057";
}
.linea-arrows-sign-down:before {
content: "\e058";
}
.linea-arrows-sign-left:before {
content: "\e059";
}
.linea-arrows-sign-right:before {
content: "\e05a";
}
.linea-arrows-sign-up:before {
content: "\e05b";
}
.linea-arrows-slide-down1:before {
content: "\e05c";
}
.linea-arrows-slide-down2:before {
content: "\e05d";
}
.linea-arrows-slide-left1:before {
content: "\e05e";
}
.linea-arrows-slide-left2:before {
content: "\e05f";
}
.linea-arrows-slide-right1:before {
content: "\e060";
}
.linea-arrows-slide-right2:before {
content: "\e061";
}
.linea-arrows-slide-up1:before {
content: "\e062";
}
.linea-arrows-slide-up2:before {
content: "\e063";
}
.linea-arrows-slim-down:before {
content: "\e064";
}
.linea-arrows-slim-down-dashed:before {
content: "\e065";
}
.linea-arrows-slim-left:before {
content: "\e066";
}
.linea-arrows-slim-left-dashed:before {
content: "\e067";
}
.linea-arrows-slim-right:before {
content: "\e068";
}
.linea-arrows-slim-right-dashed:before {
content: "\e069";
}
.linea-arrows-slim-up:before {
content: "\e06a";
}
.linea-arrows-slim-up-dashed:before {
content: "\e06b";
}
.linea-arrows-square-check:before {
content: "\e06c";
}
.linea-arrows-square-down:before {
content: "\e06d";
}
.linea-arrows-square-downleft:before {
content: "\e06e";
}
.linea-arrows-square-downright:before {
content: "\e06f";
}
.linea-arrows-square-left:before {
content: "\e070";
}
.linea-arrows-square-minus:before {
content: "\e071";
}
.linea-arrows-square-plus:before {
content: "\e072";
}
.linea-arrows-square-remove:before {
content: "\e073";
}
.linea-arrows-square-right:before {
content: "\e074";
}
.linea-arrows-square-up:before {
content: "\e075";
}
.linea-arrows-square-upleft:before {
content: "\e076";
}
.linea-arrows-square-upright:before {
content: "\e077";
}
.linea-arrows-squares:before {
content: "\e078";
}
.linea-arrows-stretch-diagonal1:before {
content: "\e079";
}
.linea-arrows-stretch-diagonal2:before {
content: "\e07a";
}
.linea-arrows-stretch-diagonal3:before {
content: "\e07b";
}
.linea-arrows-stretch-diagonal4:before {
content: "\e07c";
}
.linea-arrows-stretch-horizontal1:before {
content: "\e07d";
}
.linea-arrows-stretch-horizontal2:before {
content: "\e07e";
}
.linea-arrows-stretch-vertical1:before {
content: "\e07f";
}
.linea-arrows-stretch-vertical2:before {
content: "\e080";
}
.linea-arrows-switch-horizontal:before {
content: "\e081";
}
.linea-arrows-switch-vertical:before {
content: "\e082";
}
.linea-arrows-up:before {
content: "\e083";
}
.linea-arrows-up-double-33:before {
content: "\e084";
}
.linea-arrows-upleft:before {
content: "\e085";
}
.linea-arrows-upright:before {
content: "\e086";
}
.linea-arrows-vertical:before {
content: "\e087";
}

@font-face {
font-family: "linea-basic-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.svg#linea-basic-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-basic-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-basic"]:before,
[class*=" linea-basic"]:before {
font-family: "linea-basic-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-basic-accelerator:before {
content: "a";
}
.linea-basic-alarm:before {
content: "b";
}
.linea-basic-anchor:before {
content: "c";
}
.linea-basic-anticlockwise:before {
content: "d";
}
.linea-basic-archive:before {
content: "e";
}
.linea-basic-archive-full:before {
content: "f";
}
.linea-basic-ban:before {
content: "g";
}
.linea-basic-battery-charge:before {
content: "h";
}
.linea-basic-battery-empty:before {
content: "i";
}
.linea-basic-battery-full:before {
content: "j";
}
.linea-basic-battery-half:before {
content: "k";
}
.linea-basic-bolt:before {
content: "l";
}
.linea-basic-book:before {
content: "m";
}
.linea-basic-book-pen:before {
content: "n";
}
.linea-basic-book-pencil:before {
content: "o";
}
.linea-basic-bookmark:before {
content: "p";
}
.linea-basic-calculator:before {
content: "q";
}
.linea-basic-calendar:before {
content: "r";
}
.linea-basic-cards-diamonds:before {
content: "s";
}
.linea-basic-cards-hearts:before {
content: "t";
}
.linea-basic-case:before {
content: "u";
}
.linea-basic-chronometer:before {
content: "v";
}
.linea-basic-clessidre:before {
content: "w";
}
.linea-basic-clock:before {
content: "x";
}
.linea-basic-clockwise:before {
content: "y";
}
.linea-basic-cloud:before {
content: "z";
}
.linea-basic-clubs:before {
content: "A";
}
.linea-basic-compass:before {
content: "B";
}
.linea-basic-cup:before {
content: "C";
}
.linea-basic-diamonds:before {
content: "D";
}
.linea-basic-display:before {
content: "E";
}
.linea-basic-download:before {
content: "F";
}
.linea-basic-exclamation:before {
content: "G";
}
.linea-basic-eye:before {
content: "H";
}
.linea-basic-eye-closed:before {
content: "I";
}
.linea-basic-female:before {
content: "J";
}
.linea-basic-flag1:before {
content: "K";
}
.linea-basic-flag2:before {
content: "L";
}
.linea-basic-floppydisk:before {
content: "M";
}
.linea-basic-folder:before {
content: "N";
}
.linea-basic-folder-multiple:before {
content: "O";
}
.linea-basic-gear:before {
content: "P";
}
.linea-basic-geolocalize-01:before {
content: "Q";
}
.linea-basic-geolocalize-05:before {
content: "R";
}
.linea-basic-globe:before {
content: "S";
}
.linea-basic-gunsight:before {
content: "T";
}
.linea-basic-hammer:before {
content: "U";
}
.linea-basic-headset:before {
content: "V";
}
.linea-basic-heart:before {
content: "W";
}
.linea-basic-heart-broken:before {
content: "X";
}
.linea-basic-helm:before {
content: "Y";
}
.linea-basic-home:before {
content: "Z";
}
.linea-basic-info:before {
content: "0";
}
.linea-basic-ipod:before {
content: "1";
}
.linea-basic-joypad:before {
content: "2";
}
.linea-basic-key:before {
content: "3";
}
.linea-basic-keyboard:before {
content: "4";
}
.linea-basic-laptop:before {
content: "5";
}
.linea-basic-life-buoy:before {
content: "6";
}
.linea-basic-lightbulb:before {
content: "7";
}
.linea-basic-link:before {
content: "8";
}
.linea-basic-lock:before {
content: "9";
}
.linea-basic-lock-open:before {
content: "!";
}
.linea-basic-magic-mouse:before {
content: "\"";
}
.linea-basic-magnifier:before {
content: "#";
}
.linea-basic-magnifier-minus:before {
content: "$";
}
.linea-basic-magnifier-plus:before {
content: "%";
}
.linea-basic-mail:before {
content: "&";
}
.linea-basic-mail-multiple:before {
content: "'";
}
.linea-basic-mail-open:before {
content: "(";
}
.linea-basic-mail-open-text:before {
content: ")";
}
.linea-basic-male:before {
content: "*";
}
.linea-basic-map:before {
content: "+";
}
.linea-basic-message:before {
content: ",";
}
.linea-basic-message-multiple:before {
content: "-";
}
.linea-basic-message-txt:before {
content: ".";
}
.linea-basic-mixer2:before {
content: "/";
}
.linea-basic-mouse:before {
content: ":";
}
.linea-basic-notebook:before {
content: ";";
}
.linea-basic-notebook-pen:before {
content: "<";
}
.linea-basic-notebook-pencil:before {
content: "=";
}
.linea-basic-paperplane:before {
content: ">";
}
.linea-basic-pencil-ruler:before {
content: "?";
}
.linea-basic-pencil-ruler-pen:before {
content: "@";
}
.linea-basic-photo:before {
content: "[";
}
.linea-basic-picture:before {
content: "]";
}
.linea-basic-picture-multiple:before {
content: "^";
}
.linea-basic-pin1:before {
content: "_";
}
.linea-basic-pin2:before {
content: "`";
}
.linea-basic-postcard:before {
content: "{";
}
.linea-basic-postcard-multiple:before {
content: "|";
}
.linea-basic-printer:before {
content: "}";
}
.linea-basic-question:before {
content: "~";
}
.linea-basic-rss:before {
content: "\\";
}
.linea-basic-server:before {
content: "\e000";
}
.linea-basic-server2:before {
content: "\e001";
}
.linea-basic-server-cloud:before {
content: "\e002";
}
.linea-basic-server-download:before {
content: "\e003";
}
.linea-basic-server-upload:before {
content: "\e004";
}
.linea-basic-settings:before {
content: "\e005";
}
.linea-basic-share:before {
content: "\e006";
}
.linea-basic-sheet:before {
content: "\e007";
}
.linea-basic-sheet-multiple:before {
content: "\e008";
}
.linea-basic-sheet-pen:before {
content: "\e009";
}
.linea-basic-sheet-pencil:before {
content: "\e00a";
}
.linea-basic-sheet-txt:before {
content: "\e00b";
}
.linea-basic-signs:before {
content: "\e00c";
}
.linea-basic-smartphone:before {
content: "\e00d";
}
.linea-basic-spades:before {
content: "\e00e";
}
.linea-basic-spread:before {
content: "\e00f";
}
.linea-basic-spread-bookmark:before {
content: "\e010";
}
.linea-basic-spread-text:before {
content: "\e011";
}
.linea-basic-spread-text-bookmark:before {
content: "\e012";
}
.linea-basic-star:before {
content: "\e013";
}
.linea-basic-tablet:before {
content: "\e014";
}
.linea-basic-target:before {
content: "\e015";
}
.linea-basic-todo:before {
content: "\e016";
}
.linea-basic-todo-pen:before {
content: "\e017";
}
.linea-basic-todo-pencil:before {
content: "\e018";
}
.linea-basic-todo-txt:before {
content: "\e019";
}
.linea-basic-todolist-pen:before {
content: "\e01a";
}
.linea-basic-todolist-pencil:before {
content: "\e01b";
}
.linea-basic-trashcan:before {
content: "\e01c";
}
.linea-basic-trashcan-full:before {
content: "\e01d";
}
.linea-basic-trashcan-refresh:before {
content: "\e01e";
}
.linea-basic-trashcan-remove:before {
content: "\e01f";
}
.linea-basic-upload:before {
content: "\e020";
}
.linea-basic-usb:before {
content: "\e021";
}
.linea-basic-video:before {
content: "\e022";
}
.linea-basic-watch:before {
content: "\e023";
}
.linea-basic-webpage:before {
content: "\e024";
}
.linea-basic-webpage-img-txt:before {
content: "\e025";
}
.linea-basic-webpage-multiple:before {
content: "\e026";
}
.linea-basic-webpage-txt:before {
content: "\e027";
}
.linea-basic-world:before {
content: "\e028";
}

@font-face {
font-family: "linea-basic-elaboration-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic_ela/webfonts/linea-basic-elaboration-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic_ela/webfonts/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic_ela/webfonts/linea-basic-elaboration-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic_ela/webfonts/linea-basic-elaboration-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic_ela/webfonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-basic-elaboration-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-basic-elaboration"]:before,
[class*=" linea-basic-elaboration"]:before {
font-family: "linea-basic-elaboration-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-basic-elaboration-bookmark-checck:before {
content: "a";
}
.linea-basic-elaboration-bookmark-minus:before {
content: "b";
}
.linea-basic-elaboration-bookmark-plus:before {
content: "c";
}
.linea-basic-elaboration-bookmark-remove:before {
content: "d";
}
.linea-basic-elaboration-briefcase-check:before {
content: "e";
}
.linea-basic-elaboration-briefcase-download:before {
content: "f";
}
.linea-basic-elaboration-briefcase-flagged:before {
content: "g";
}
.linea-basic-elaboration-briefcase-minus:before {
content: "h";
}
.linea-basic-elaboration-briefcase-plus:before {
content: "i";
}
.linea-basic-elaboration-briefcase-refresh:before {
content: "j";
}
.linea-basic-elaboration-briefcase-remove:before {
content: "k";
}
.linea-basic-elaboration-briefcase-search:before {
content: "l";
}
.linea-basic-elaboration-briefcase-star:before {
content: "m";
}
.linea-basic-elaboration-briefcase-upload:before {
content: "n";
}
.linea-basic-elaboration-browser-check:before {
content: "o";
}
.linea-basic-elaboration-browser-download:before {
content: "p";
}
.linea-basic-elaboration-browser-minus:before {
content: "q";
}
.linea-basic-elaboration-browser-plus:before {
content: "r";
}
.linea-basic-elaboration-browser-refresh:before {
content: "s";
}
.linea-basic-elaboration-browser-remove:before {
content: "t";
}
.linea-basic-elaboration-browser-search:before {
content: "u";
}
.linea-basic-elaboration-browser-star:before {
content: "v";
}
.linea-basic-elaboration-browser-upload:before {
content: "w";
}
.linea-basic-elaboration-calendar-check:before {
content: "x";
}
.linea-basic-elaboration-calendar-cloud:before {
content: "y";
}
.linea-basic-elaboration-calendar-download:before {
content: "z";
}
.linea-basic-elaboration-calendar-empty:before {
content: "A";
}
.linea-basic-elaboration-calendar-flagged:before {
content: "B";
}
.linea-basic-elaboration-calendar-heart:before {
content: "C";
}
.linea-basic-elaboration-calendar-minus:before {
content: "D";
}
.linea-basic-elaboration-calendar-next:before {
content: "E";
}
.linea-basic-elaboration-calendar-noaccess:before {
content: "F";
}
.linea-basic-elaboration-calendar-pencil:before {
content: "G";
}
.linea-basic-elaboration-calendar-plus:before {
content: "H";
}
.linea-basic-elaboration-calendar-previous:before {
content: "I";
}
.linea-basic-elaboration-calendar-refresh:before {
content: "J";
}
.linea-basic-elaboration-calendar-remove:before {
content: "K";
}
.linea-basic-elaboration-calendar-search:before {
content: "L";
}
.linea-basic-elaboration-calendar-star:before {
content: "M";
}
.linea-basic-elaboration-calendar-upload:before {
content: "N";
}
.linea-basic-elaboration-cloud-check:before {
content: "O";
}
.linea-basic-elaboration-cloud-download:before {
content: "P";
}
.linea-basic-elaboration-cloud-minus:before {
content: "Q";
}
.linea-basic-elaboration-cloud-noaccess:before {
content: "R";
}
.linea-basic-elaboration-cloud-plus:before {
content: "S";
}
.linea-basic-elaboration-cloud-refresh:before {
content: "T";
}
.linea-basic-elaboration-cloud-remove:before {
content: "U";
}
.linea-basic-elaboration-cloud-search:before {
content: "V";
}
.linea-basic-elaboration-cloud-upload:before {
content: "W";
}
.linea-basic-elaboration-document-check:before {
content: "X";
}
.linea-basic-elaboration-document-cloud:before {
content: "Y";
}
.linea-basic-elaboration-document-download:before {
content: "Z";
}
.linea-basic-elaboration-document-flagged:before {
content: "0";
}
.linea-basic-elaboration-document-graph:before {
content: "1";
}
.linea-basic-elaboration-document-heart:before {
content: "2";
}
.linea-basic-elaboration-document-minus:before {
content: "3";
}
.linea-basic-elaboration-document-next:before {
content: "4";
}
.linea-basic-elaboration-document-noaccess:before {
content: "5";
}
.linea-basic-elaboration-document-note:before {
content: "6";
}
.linea-basic-elaboration-document-pencil:before {
content: "7";
}
.linea-basic-elaboration-document-picture:before {
content: "8";
}
.linea-basic-elaboration-document-plus:before {
content: "9";
}
.linea-basic-elaboration-document-previous:before {
content: "!";
}
.linea-basic-elaboration-document-refresh:before {
content: "\"";
}
.linea-basic-elaboration-document-remove:before {
content: "#";
}
.linea-basic-elaboration-document-search:before {
content: "$";
}
.linea-basic-elaboration-document-star:before {
content: "%";
}
.linea-basic-elaboration-document-upload:before {
content: "&";
}
.linea-basic-elaboration-folder-check:before {
content: "'";
}
.linea-basic-elaboration-folder-cloud:before {
content: "(";
}
.linea-basic-elaboration-folder-document:before {
content: ")";
}
.linea-basic-elaboration-folder-download:before {
content: "*";
}
.linea-basic-elaboration-folder-flagged:before {
content: "+";
}
.linea-basic-elaboration-folder-graph:before {
content: ",";
}
.linea-basic-elaboration-folder-heart:before {
content: "-";
}
.linea-basic-elaboration-folder-minus:before {
content: ".";
}
.linea-basic-elaboration-folder-next:before {
content: "/";
}
.linea-basic-elaboration-folder-noaccess:before {
content: ":";
}
.linea-basic-elaboration-folder-note:before {
content: ";";
}
.linea-basic-elaboration-folder-pencil:before {
content: "<";
}
.linea-basic-elaboration-folder-picture:before {
content: "=";
}
.linea-basic-elaboration-folder-plus:before {
content: ">";
}
.linea-basic-elaboration-folder-previous:before {
content: "?";
}
.linea-basic-elaboration-folder-refresh:before {
content: "@";
}
.linea-basic-elaboration-folder-remove:before {
content: "[";
}
.linea-basic-elaboration-folder-search:before {
content: "]";
}
.linea-basic-elaboration-folder-star:before {
content: "^";
}
.linea-basic-elaboration-folder-upload:before {
content: "_";
}
.linea-basic-elaboration-mail-check:before {
content: "`";
}
.linea-basic-elaboration-mail-cloud:before {
content: "{";
}
.linea-basic-elaboration-mail-document:before {
content: "|";
}
.linea-basic-elaboration-mail-download:before {
content: "}";
}
.linea-basic-elaboration-mail-flagged:before {
content: "~";
}
.linea-basic-elaboration-mail-heart:before {
content: "\\";
}
.linea-basic-elaboration-mail-next:before {
content: "\e000";
}
.linea-basic-elaboration-mail-noaccess:before {
content: "\e001";
}
.linea-basic-elaboration-mail-note:before {
content: "\e002";
}
.linea-basic-elaboration-mail-pencil:before {
content: "\e003";
}
.linea-basic-elaboration-mail-picture:before {
content: "\e004";
}
.linea-basic-elaboration-mail-previous:before {
content: "\e005";
}
.linea-basic-elaboration-mail-refresh:before {
content: "\e006";
}
.linea-basic-elaboration-mail-remove:before {
content: "\e007";
}
.linea-basic-elaboration-mail-search:before {
content: "\e008";
}
.linea-basic-elaboration-mail-star:before {
content: "\e009";
}
.linea-basic-elaboration-mail-upload:before {
content: "\e00a";
}
.linea-basic-elaboration-message-check:before {
content: "\e00b";
}
.linea-basic-elaboration-message-dots:before {
content: "\e00c";
}
.linea-basic-elaboration-message-happy:before {
content: "\e00d";
}
.linea-basic-elaboration-message-heart:before {
content: "\e00e";
}
.linea-basic-elaboration-message-minus:before {
content: "\e00f";
}
.linea-basic-elaboration-message-note:before {
content: "\e010";
}
.linea-basic-elaboration-message-plus:before {
content: "\e011";
}
.linea-basic-elaboration-message-refresh:before {
content: "\e012";
}
.linea-basic-elaboration-message-remove:before {
content: "\e013";
}
.linea-basic-elaboration-message-sad:before {
content: "\e014";
}
.linea-basic-elaboration-smartphone-cloud:before {
content: "\e015";
}
.linea-basic-elaboration-smartphone-heart:before {
content: "\e016";
}
.linea-basic-elaboration-smartphone-noaccess:before {
content: "\e017";
}
.linea-basic-elaboration-smartphone-note:before {
content: "\e018";
}
.linea-basic-elaboration-smartphone-pencil:before {
content: "\e019";
}
.linea-basic-elaboration-smartphone-picture:before {
content: "\e01a";
}
.linea-basic-elaboration-smartphone-refresh:before {
content: "\e01b";
}
.linea-basic-elaboration-smartphone-search:before {
content: "\e01c";
}
.linea-basic-elaboration-tablet-cloud:before {
content: "\e01d";
}
.linea-basic-elaboration-tablet-heart:before {
content: "\e01e";
}
.linea-basic-elaboration-tablet-noaccess:before {
content: "\e01f";
}
.linea-basic-elaboration-tablet-note:before {
content: "\e020";
}
.linea-basic-elaboration-tablet-pencil:before {
content: "\e021";
}
.linea-basic-elaboration-tablet-picture:before {
content: "\e022";
}
.linea-basic-elaboration-tablet-refresh:before {
content: "\e023";
}
.linea-basic-elaboration-tablet-search:before {
content: "\e024";
}
.linea-basic-elaboration-todolist-2:before {
content: "\e025";
}
.linea-basic-elaboration-todolist-check:before {
content: "\e026";
}
.linea-basic-elaboration-todolist-cloud:before {
content: "\e027";
}
.linea-basic-elaboration-todolist-download:before {
content: "\e028";
}
.linea-basic-elaboration-todolist-flagged:before {
content: "\e029";
}
.linea-basic-elaboration-todolist-minus:before {
content: "\e02a";
}
.linea-basic-elaboration-todolist-noaccess:before {
content: "\e02b";
}
.linea-basic-elaboration-todolist-pencil:before {
content: "\e02c";
}
.linea-basic-elaboration-todolist-plus:before {
content: "\e02d";
}
.linea-basic-elaboration-todolist-refresh:before {
content: "\e02e";
}
.linea-basic-elaboration-todolist-remove:before {
content: "\e02f";
}
.linea-basic-elaboration-todolist-search:before {
content: "\e030";
}
.linea-basic-elaboration-todolist-star:before {
content: "\e031";
}
.linea-basic-elaboration-todolist-upload:before {
content: "\e032";
}

@font-face {
font-family: "linea-basic-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.svg#linea-basic-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-basic-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-basic"]:before,
[class*=" linea-basic"]:before {
font-family: "linea-basic-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-basic-accelerator:before {
content: "a";
}
.linea-basic-alarm:before {
content: "b";
}
.linea-basic-anchor:before {
content: "c";
}
.linea-basic-anticlockwise:before {
content: "d";
}
.linea-basic-archive:before {
content: "e";
}
.linea-basic-archive-full:before {
content: "f";
}
.linea-basic-ban:before {
content: "g";
}
.linea-basic-battery-charge:before {
content: "h";
}
.linea-basic-battery-empty:before {
content: "i";
}
.linea-basic-battery-full:before {
content: "j";
}
.linea-basic-battery-half:before {
content: "k";
}
.linea-basic-bolt:before {
content: "l";
}
.linea-basic-book:before {
content: "m";
}
.linea-basic-book-pen:before {
content: "n";
}
.linea-basic-book-pencil:before {
content: "o";
}
.linea-basic-bookmark:before {
content: "p";
}
.linea-basic-calculator:before {
content: "q";
}
.linea-basic-calendar:before {
content: "r";
}
.linea-basic-cards-diamonds:before {
content: "s";
}
.linea-basic-cards-hearts:before {
content: "t";
}
.linea-basic-case:before {
content: "u";
}
.linea-basic-chronometer:before {
content: "v";
}
.linea-basic-clessidre:before {
content: "w";
}
.linea-basic-clock:before {
content: "x";
}
.linea-basic-clockwise:before {
content: "y";
}
.linea-basic-cloud:before {
content: "z";
}
.linea-basic-clubs:before {
content: "A";
}
.linea-basic-compass:before {
content: "B";
}
.linea-basic-cup:before {
content: "C";
}
.linea-basic-diamonds:before {
content: "D";
}
.linea-basic-display:before {
content: "E";
}
.linea-basic-download:before {
content: "F";
}
.linea-basic-exclamation:before {
content: "G";
}
.linea-basic-eye:before {
content: "H";
}
.linea-basic-eye-closed:before {
content: "I";
}
.linea-basic-female:before {
content: "J";
}
.linea-basic-flag1:before {
content: "K";
}
.linea-basic-flag2:before {
content: "L";
}
.linea-basic-floppydisk:before {
content: "M";
}
.linea-basic-folder:before {
content: "N";
}
.linea-basic-folder-multiple:before {
content: "O";
}
.linea-basic-gear:before {
content: "P";
}
.linea-basic-geolocalize-01:before {
content: "Q";
}
.linea-basic-geolocalize-05:before {
content: "R";
}
.linea-basic-globe:before {
content: "S";
}
.linea-basic-gunsight:before {
content: "T";
}
.linea-basic-hammer:before {
content: "U";
}
.linea-basic-headset:before {
content: "V";
}
.linea-basic-heart:before {
content: "W";
}
.linea-basic-heart-broken:before {
content: "X";
}
.linea-basic-helm:before {
content: "Y";
}
.linea-basic-home:before {
content: "Z";
}
.linea-basic-info:before {
content: "0";
}
.linea-basic-ipod:before {
content: "1";
}
.linea-basic-joypad:before {
content: "2";
}
.linea-basic-key:before {
content: "3";
}
.linea-basic-keyboard:before {
content: "4";
}
.linea-basic-laptop:before {
content: "5";
}
.linea-basic-life-buoy:before {
content: "6";
}
.linea-basic-lightbulb:before {
content: "7";
}
.linea-basic-link:before {
content: "8";
}
.linea-basic-lock:before {
content: "9";
}
.linea-basic-lock-open:before {
content: "!";
}
.linea-basic-magic-mouse:before {
content: "\"";
}
.linea-basic-magnifier:before {
content: "#";
}
.linea-basic-magnifier-minus:before {
content: "$";
}
.linea-basic-magnifier-plus:before {
content: "%";
}
.linea-basic-mail:before {
content: "&";
}
.linea-basic-mail-multiple:before {
content: "'";
}
.linea-basic-mail-open:before {
content: "(";
}
.linea-basic-mail-open-text:before {
content: ")";
}
.linea-basic-male:before {
content: "*";
}
.linea-basic-map:before {
content: "+";
}
.linea-basic-message:before {
content: ",";
}
.linea-basic-message-multiple:before {
content: "-";
}
.linea-basic-message-txt:before {
content: ".";
}
.linea-basic-mixer2:before {
content: "/";
}
.linea-basic-mouse:before {
content: ":";
}
.linea-basic-notebook:before {
content: ";";
}
.linea-basic-notebook-pen:before {
content: "<";
}
.linea-basic-notebook-pencil:before {
content: "=";
}
.linea-basic-paperplane:before {
content: ">";
}
.linea-basic-pencil-ruler:before {
content: "?";
}
.linea-basic-pencil-ruler-pen:before {
content: "@";
}
.linea-basic-photo:before {
content: "[";
}
.linea-basic-picture:before {
content: "]";
}
.linea-basic-picture-multiple:before {
content: "^";
}
.linea-basic-pin1:before {
content: "_";
}
.linea-basic-pin2:before {
content: "`";
}
.linea-basic-postcard:before {
content: "{";
}
.linea-basic-postcard-multiple:before {
content: "|";
}
.linea-basic-printer:before {
content: "}";
}
.linea-basic-question:before {
content: "~";
}
.linea-basic-rss:before {
content: "\\";
}
.linea-basic-server:before {
content: "\e000";
}
.linea-basic-server2:before {
content: "\e001";
}
.linea-basic-server-cloud:before {
content: "\e002";
}
.linea-basic-server-download:before {
content: "\e003";
}
.linea-basic-server-upload:before {
content: "\e004";
}
.linea-basic-settings:before {
content: "\e005";
}
.linea-basic-share:before {
content: "\e006";
}
.linea-basic-sheet:before {
content: "\e007";
}
.linea-basic-sheet-multiple:before {
content: "\e008";
}
.linea-basic-sheet-pen:before {
content: "\e009";
}
.linea-basic-sheet-pencil:before {
content: "\e00a";
}
.linea-basic-sheet-txt:before {
content: "\e00b";
}
.linea-basic-signs:before {
content: "\e00c";
}
.linea-basic-smartphone:before {
content: "\e00d";
}
.linea-basic-spades:before {
content: "\e00e";
}
.linea-basic-spread:before {
content: "\e00f";
}
.linea-basic-spread-bookmark:before {
content: "\e010";
}
.linea-basic-spread-text:before {
content: "\e011";
}
.linea-basic-spread-text-bookmark:before {
content: "\e012";
}
.linea-basic-star:before {
content: "\e013";
}
.linea-basic-tablet:before {
content: "\e014";
}
.linea-basic-target:before {
content: "\e015";
}
.linea-basic-todo:before {
content: "\e016";
}
.linea-basic-todo-pen:before {
content: "\e017";
}
.linea-basic-todo-pencil:before {
content: "\e018";
}
.linea-basic-todo-txt:before {
content: "\e019";
}
.linea-basic-todolist-pen:before {
content: "\e01a";
}
.linea-basic-todolist-pencil:before {
content: "\e01b";
}
.linea-basic-trashcan:before {
content: "\e01c";
}
.linea-basic-trashcan-full:before {
content: "\e01d";
}
.linea-basic-trashcan-refresh:before {
content: "\e01e";
}
.linea-basic-trashcan-remove:before {
content: "\e01f";
}
.linea-basic-upload:before {
content: "\e020";
}
.linea-basic-usb:before {
content: "\e021";
}
.linea-basic-video:before {
content: "\e022";
}
.linea-basic-watch:before {
content: "\e023";
}
.linea-basic-webpage:before {
content: "\e024";
}
.linea-basic-webpage-img-txt:before {
content: "\e025";
}
.linea-basic-webpage-multiple:before {
content: "\e026";
}
.linea-basic-webpage-txt:before {
content: "\e027";
}
.linea-basic-world:before {
content: "\e028";
}

@font-face {
font-family: "linea-basic-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/basic/webfonts/linea-basic-10.svg#linea-basic-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-basic-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-basic"]:before,
[class*=" linea-basic"]:before {
font-family: "linea-basic-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-basic-accelerator:before {
content: "a";
}
.linea-basic-alarm:before {
content: "b";
}
.linea-basic-anchor:before {
content: "c";
}
.linea-basic-anticlockwise:before {
content: "d";
}
.linea-basic-archive:before {
content: "e";
}
.linea-basic-archive-full:before {
content: "f";
}
.linea-basic-ban:before {
content: "g";
}
.linea-basic-battery-charge:before {
content: "h";
}
.linea-basic-battery-empty:before {
content: "i";
}
.linea-basic-battery-full:before {
content: "j";
}
.linea-basic-battery-half:before {
content: "k";
}
.linea-basic-bolt:before {
content: "l";
}
.linea-basic-book:before {
content: "m";
}
.linea-basic-book-pen:before {
content: "n";
}
.linea-basic-book-pencil:before {
content: "o";
}
.linea-basic-bookmark:before {
content: "p";
}
.linea-basic-calculator:before {
content: "q";
}
.linea-basic-calendar:before {
content: "r";
}
.linea-basic-cards-diamonds:before {
content: "s";
}
.linea-basic-cards-hearts:before {
content: "t";
}
.linea-basic-case:before {
content: "u";
}
.linea-basic-chronometer:before {
content: "v";
}
.linea-basic-clessidre:before {
content: "w";
}
.linea-basic-clock:before {
content: "x";
}
.linea-basic-clockwise:before {
content: "y";
}
.linea-basic-cloud:before {
content: "z";
}
.linea-basic-clubs:before {
content: "A";
}
.linea-basic-compass:before {
content: "B";
}
.linea-basic-cup:before {
content: "C";
}
.linea-basic-diamonds:before {
content: "D";
}
.linea-basic-display:before {
content: "E";
}
.linea-basic-download:before {
content: "F";
}
.linea-basic-exclamation:before {
content: "G";
}
.linea-basic-eye:before {
content: "H";
}
.linea-basic-eye-closed:before {
content: "I";
}
.linea-basic-female:before {
content: "J";
}
.linea-basic-flag1:before {
content: "K";
}
.linea-basic-flag2:before {
content: "L";
}
.linea-basic-floppydisk:before {
content: "M";
}
.linea-basic-folder:before {
content: "N";
}
.linea-basic-folder-multiple:before {
content: "O";
}
.linea-basic-gear:before {
content: "P";
}
.linea-basic-geolocalize-01:before {
content: "Q";
}
.linea-basic-geolocalize-05:before {
content: "R";
}
.linea-basic-globe:before {
content: "S";
}
.linea-basic-gunsight:before {
content: "T";
}
.linea-basic-hammer:before {
content: "U";
}
.linea-basic-headset:before {
content: "V";
}
.linea-basic-heart:before {
content: "W";
}
.linea-basic-heart-broken:before {
content: "X";
}
.linea-basic-helm:before {
content: "Y";
}
.linea-basic-home:before {
content: "Z";
}
.linea-basic-info:before {
content: "0";
}
.linea-basic-ipod:before {
content: "1";
}
.linea-basic-joypad:before {
content: "2";
}
.linea-basic-key:before {
content: "3";
}
.linea-basic-keyboard:before {
content: "4";
}
.linea-basic-laptop:before {
content: "5";
}
.linea-basic-life-buoy:before {
content: "6";
}
.linea-basic-lightbulb:before {
content: "7";
}
.linea-basic-link:before {
content: "8";
}
.linea-basic-lock:before {
content: "9";
}
.linea-basic-lock-open:before {
content: "!";
}
.linea-basic-magic-mouse:before {
content: "\"";
}
.linea-basic-magnifier:before {
content: "#";
}
.linea-basic-magnifier-minus:before {
content: "$";
}
.linea-basic-magnifier-plus:before {
content: "%";
}
.linea-basic-mail:before {
content: "&";
}
.linea-basic-mail-multiple:before {
content: "'";
}
.linea-basic-mail-open:before {
content: "(";
}
.linea-basic-mail-open-text:before {
content: ")";
}
.linea-basic-male:before {
content: "*";
}
.linea-basic-map:before {
content: "+";
}
.linea-basic-message:before {
content: ",";
}
.linea-basic-message-multiple:before {
content: "-";
}
.linea-basic-message-txt:before {
content: ".";
}
.linea-basic-mixer2:before {
content: "/";
}
.linea-basic-mouse:before {
content: ":";
}
.linea-basic-notebook:before {
content: ";";
}
.linea-basic-notebook-pen:before {
content: "<";
}
.linea-basic-notebook-pencil:before {
content: "=";
}
.linea-basic-paperplane:before {
content: ">";
}
.linea-basic-pencil-ruler:before {
content: "?";
}
.linea-basic-pencil-ruler-pen:before {
content: "@";
}
.linea-basic-photo:before {
content: "[";
}
.linea-basic-picture:before {
content: "]";
}
.linea-basic-picture-multiple:before {
content: "^";
}
.linea-basic-pin1:before {
content: "_";
}
.linea-basic-pin2:before {
content: "`";
}
.linea-basic-postcard:before {
content: "{";
}
.linea-basic-postcard-multiple:before {
content: "|";
}
.linea-basic-printer:before {
content: "}";
}
.linea-basic-question:before {
content: "~";
}
.linea-basic-rss:before {
content: "\\";
}
.linea-basic-server:before {
content: "\e000";
}
.linea-basic-server2:before {
content: "\e001";
}
.linea-basic-server-cloud:before {
content: "\e002";
}
.linea-basic-server-download:before {
content: "\e003";
}
.linea-basic-server-upload:before {
content: "\e004";
}
.linea-basic-settings:before {
content: "\e005";
}
.linea-basic-share:before {
content: "\e006";
}
.linea-basic-sheet:before {
content: "\e007";
}
.linea-basic-sheet-multiple:before {
content: "\e008";
}
.linea-basic-sheet-pen:before {
content: "\e009";
}
.linea-basic-sheet-pencil:before {
content: "\e00a";
}
.linea-basic-sheet-txt:before {
content: "\e00b";
}
.linea-basic-signs:before {
content: "\e00c";
}
.linea-basic-smartphone:before {
content: "\e00d";
}
.linea-basic-spades:before {
content: "\e00e";
}
.linea-basic-spread:before {
content: "\e00f";
}
.linea-basic-spread-bookmark:before {
content: "\e010";
}
.linea-basic-spread-text:before {
content: "\e011";
}
.linea-basic-spread-text-bookmark:before {
content: "\e012";
}
.linea-basic-star:before {
content: "\e013";
}
.linea-basic-tablet:before {
content: "\e014";
}
.linea-basic-target:before {
content: "\e015";
}
.linea-basic-todo:before {
content: "\e016";
}
.linea-basic-todo-pen:before {
content: "\e017";
}
.linea-basic-todo-pencil:before {
content: "\e018";
}
.linea-basic-todo-txt:before {
content: "\e019";
}
.linea-basic-todolist-pen:before {
content: "\e01a";
}
.linea-basic-todolist-pencil:before {
content: "\e01b";
}
.linea-basic-trashcan:before {
content: "\e01c";
}
.linea-basic-trashcan-full:before {
content: "\e01d";
}
.linea-basic-trashcan-refresh:before {
content: "\e01e";
}
.linea-basic-trashcan-remove:before {
content: "\e01f";
}
.linea-basic-upload:before {
content: "\e020";
}
.linea-basic-usb:before {
content: "\e021";
}
.linea-basic-video:before {
content: "\e022";
}
.linea-basic-watch:before {
content: "\e023";
}
.linea-basic-webpage:before {
content: "\e024";
}
.linea-basic-webpage-img-txt:before {
content: "\e025";
}
.linea-basic-webpage-multiple:before {
content: "\e026";
}
.linea-basic-webpage-txt:before {
content: "\e027";
}
.linea-basic-world:before {
content: "\e028";
}

@font-face {
font-family: "linea-software-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/software/webfonts/linea-software-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/software/webfonts/linea-software-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/software/webfonts/linea-software-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/software/webfonts/linea-software-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/software/webfonts/linea-software-10.svg#linea-software-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-software-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-software"]:before,
[class*=" linea-software"]:before {
font-family: "linea-software-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-software-add-vectorpoint:before {
content: "a";
}
.linea-software-box-oval:before {
content: "b";
}
.linea-software-box-polygon:before {
content: "c";
}
.linea-software-box-rectangle:before {
content: "d";
}
.linea-software-box-roundedrectangle:before {
content: "e";
}
.linea-software-character:before {
content: "f";
}
.linea-software-crop:before {
content: "g";
}
.linea-software-eyedropper:before {
content: "h";
}
.linea-software-font-allcaps:before {
content: "i";
}
.linea-software-font-baseline-shift:before {
content: "j";
}
.linea-software-font-horizontal-scale:before {
content: "k";
}
.linea-software-font-kerning:before {
content: "l";
}
.linea-software-font-leading:before {
content: "m";
}
.linea-software-font-size:before {
content: "n";
}
.linea-software-font-smallcapital:before {
content: "o";
}
.linea-software-font-smallcaps:before {
content: "p";
}
.linea-software-font-strikethrough:before {
content: "q";
}
.linea-software-font-tracking:before {
content: "r";
}
.linea-software-font-underline:before {
content: "s";
}
.linea-software-font-vertical-scale:before {
content: "t";
}
.linea-software-horizontal-align-center:before {
content: "u";
}
.linea-software-horizontal-align-left:before {
content: "v";
}
.linea-software-horizontal-align-right:before {
content: "w";
}
.linea-software-horizontal-distribute-center:before {
content: "x";
}
.linea-software-horizontal-distribute-left:before {
content: "y";
}
.linea-software-horizontal-distribute-right:before {
content: "z";
}
.linea-software-indent-firstline:before {
content: "A";
}
.linea-software-indent-left:before {
content: "B";
}
.linea-software-indent-right:before {
content: "C";
}
.linea-software-lasso:before {
content: "D";
}
.linea-software-layers1:before {
content: "E";
}
.linea-software-layers2:before {
content: "F";
}
.linea-software-layout:before {
content: "G";
}
.linea-software-layout-2columns:before {
content: "H";
}
.linea-software-layout-3columns:before {
content: "I";
}
.linea-software-layout-4boxes:before {
content: "J";
}
.linea-software-layout-4columns:before {
content: "K";
}
.linea-software-layout-4lines:before {
content: "L";
}
.linea-software-layout-8boxes:before {
content: "M";
}
.linea-software-layout-header:before {
content: "N";
}
.linea-software-layout-header-2columns:before {
content: "O";
}
.linea-software-layout-header-3columns:before {
content: "P";
}
.linea-software-layout-header-4boxes:before {
content: "Q";
}
.linea-software-layout-header-4columns:before {
content: "R";
}
.linea-software-layout-header-complex:before {
content: "S";
}
.linea-software-layout-header-complex2:before {
content: "T";
}
.linea-software-layout-header-complex3:before {
content: "U";
}
.linea-software-layout-header-complex4:before {
content: "V";
}
.linea-software-layout-header-sideleft:before {
content: "W";
}
.linea-software-layout-header-sideright:before {
content: "X";
}
.linea-software-layout-sidebar-left:before {
content: "Y";
}
.linea-software-layout-sidebar-right:before {
content: "Z";
}
.linea-software-magnete:before {
content: "0";
}
.linea-software-pages:before {
content: "1";
}
.linea-software-paintbrush:before {
content: "2";
}
.linea-software-paintbucket:before {
content: "3";
}
.linea-software-paintroller:before {
content: "4";
}
.linea-software-paragraph:before {
content: "5";
}
.linea-software-paragraph-align-left:before {
content: "6";
}
.linea-software-paragraph-align-right:before {
content: "7";
}
.linea-software-paragraph-center:before {
content: "8";
}
.linea-software-paragraph-justify-all:before {
content: "9";
}
.linea-software-paragraph-justify-center:before {
content: "!";
}
.linea-software-paragraph-justify-left:before {
content: "\"";
}
.linea-software-paragraph-justify-right:before {
content: "#";
}
.linea-software-paragraph-space-after:before {
content: "$";
}
.linea-software-paragraph-space-before:before {
content: "%";
}
.linea-software-pathfinder-exclude:before {
content: "&";
}
.linea-software-pathfinder-intersect:before {
content: "'";
}
.linea-software-pathfinder-subtract:before {
content: "(";
}
.linea-software-pathfinder-unite:before {
content: ")";
}
.linea-software-pen:before {
content: "*";
}
.linea-software-pen-add:before {
content: "+";
}
.linea-software-pen-remove:before {
content: ",";
}
.linea-software-pencil:before {
content: "-";
}
.linea-software-polygonallasso:before {
content: ".";
}
.linea-software-reflect-horizontal:before {
content: "/";
}
.linea-software-reflect-vertical:before {
content: ":";
}
.linea-software-remove-vectorpoint:before {
content: ";";
}
.linea-software-scale-expand:before {
content: "<";
}
.linea-software-scale-reduce:before {
content: "=";
}
.linea-software-selection-oval:before {
content: ">";
}
.linea-software-selection-polygon:before {
content: "?";
}
.linea-software-selection-rectangle:before {
content: "@";
}
.linea-software-selection-roundedrectangle:before {
content: "[";
}
.linea-software-shape-oval:before {
content: "]";
}
.linea-software-shape-polygon:before {
content: "^";
}
.linea-software-shape-rectangle:before {
content: "_";
}
.linea-software-shape-roundedrectangle:before {
content: "`";
}
.linea-software-slice:before {
content: "{";
}
.linea-software-transform-bezier:before {
content: "|";
}
.linea-software-vector-box:before {
content: "}";
}
.linea-software-vector-composite:before {
content: "~";
}
.linea-software-vector-line:before {
content: "\\";
}
.linea-software-vertical-align-bottom:before {
content: "\e000";
}
.linea-software-vertical-align-center:before {
content: "\e001";
}
.linea-software-vertical-align-top:before {
content: "\e002";
}
.linea-software-vertical-distribute-bottom:before {
content: "\e003";
}
.linea-software-vertical-distribute-center:before {
content: "\e004";
}
.linea-software-vertical-distribute-top:before {
content: "\e005";
}

@font-face {
font-family: "linea-weather-10";
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/weather/webfonts/linea-weather-10.eot);
src:url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/weather/webfonts/linea-weather-10.eot?#iefix) format("embedded-opentype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/weather/webfonts/linea-weather-10.woff) format("woff"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/weather/webfonts/linea-weather-10.ttf) format("truetype"),
url(//ssexperience.com/wp-content/plugins/themescamp-core//assets/fonts/linea/weather/webfonts/linea-weather-10.svg#linea-weather-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[data-icon]:before {
font-family: "linea-weather-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="linea-weather"]:before,
[class*=" linea-weather"]:before {
font-family: "linea-weather-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linea-weather-aquarius:before {
content: "\e000";
}
.linea-weather-aries:before {
content: "\e001";
}
.linea-weather-cancer:before {
content: "\e002";
}
.linea-weather-capricorn:before {
content: "\e003";
}
.linea-weather-cloud:before {
content: "\e004";
}
.linea-weather-cloud-drop:before {
content: "\e005";
}
.linea-weather-cloud-lightning:before {
content: "\e006";
}
.linea-weather-cloud-snowflake:before {
content: "\e007";
}
.linea-weather-downpour-fullmoon:before {
content: "\e008";
}
.linea-weather-downpour-halfmoon:before {
content: "\e009";
}
.linea-weather-downpour-sun:before {
content: "\e00a";
}
.linea-weather-drop:before {
content: "\e00b";
}
.linea-weather-first-quarter:before {
content: "\e00c";
}
.linea-weather-fog:before {
content: "\e00d";
}
.linea-weather-fog-fullmoon:before {
content: "\e00e";
}
.linea-weather-fog-halfmoon:before {
content: "\e00f";
}
.linea-weather-fog-sun:before {
content: "\e010";
}
.linea-weather-fullmoon:before {
content: "\e011";
}
.linea-weather-gemini:before {
content: "\e012";
}
.linea-weather-hail:before {
content: "\e013";
}
.linea-weather-hail-fullmoon:before {
content: "\e014";
}
.linea-weather-hail-halfmoon:before {
content: "\e015";
}
.linea-weather-hail-sun:before {
content: "\e016";
}
.linea-weather-last-quarter:before {
content: "\e017";
}
.linea-weather-leo:before {
content: "\e018";
}
.linea-weather-libra:before {
content: "\e019";
}
.linea-weather-lightning:before {
content: "\e01a";
}
.linea-weather-mistyrain:before {
content: "\e01b";
}
.linea-weather-mistyrain-fullmoon:before {
content: "\e01c";
}
.linea-weather-mistyrain-halfmoon:before {
content: "\e01d";
}
.linea-weather-mistyrain-sun:before {
content: "\e01e";
}
.linea-weather-moon:before {
content: "\e01f";
}
.linea-weather-moondown-full:before {
content: "\e020";
}
.linea-weather-moondown-half:before {
content: "\e021";
}
.linea-weather-moonset-full:before {
content: "\e022";
}
.linea-weather-moonset-half:before {
content: "\e023";
}
.linea-weather-move2:before {
content: "\e024";
}
.linea-weather-newmoon:before {
content: "\e025";
}
.linea-weather-pisces:before {
content: "\e026";
}
.linea-weather-rain:before {
content: "\e027";
}
.linea-weather-rain-fullmoon:before {
content: "\e028";
}
.linea-weather-rain-halfmoon:before {
content: "\e029";
}
.linea-weather-rain-sun:before {
content: "\e02a";
}
.linea-weather-sagittarius:before {
content: "\e02b";
}
.linea-weather-scorpio:before {
content: "\e02c";
}
.linea-weather-snow:before {
content: "\e02d";
}
.linea-weather-snow-fullmoon:before {
content: "\e02e";
}
.linea-weather-snow-halfmoon:before {
content: "\e02f";
}
.linea-weather-snow-sun:before {
content: "\e030";
}
.linea-weather-snowflake:before {
content: "\e031";
}
.linea-weather-star:before {
content: "\e032";
}
.linea-weather-storm-11:before {
content: "\e033";
}
.linea-weather-storm-32:before {
content: "\e034";
}
.linea-weather-storm-fullmoon:before {
content: "\e035";
}
.linea-weather-storm-halfmoon:before {
content: "\e036";
}
.linea-weather-storm-sun:before {
content: "\e037";
}
.linea-weather-sun:before {
content: "\e038";
}
.linea-weather-sundown:before {
content: "\e039";
}
.linea-weather-sunset:before {
content: "\e03a";
}
.linea-weather-taurus:before {
content: "\e03b";
}
.linea-weather-tempest:before {
content: "\e03c";
}
.linea-weather-tempest-fullmoon:before {
content: "\e03d";
}
.linea-weather-tempest-halfmoon:before {
content: "\e03e";
}
.linea-weather-tempest-sun:before {
content: "\e03f";
}
.linea-weather-variable-fullmoon:before {
content: "\e040";
}
.linea-weather-variable-halfmoon:before {
content: "\e041";
}
.linea-weather-variable-sun:before {
content: "\e042";
}
.linea-weather-virgo:before {
content: "\e043";
}
.linea-weather-waning-cresent:before {
content: "\e044";
}
.linea-weather-waning-gibbous:before {
content: "\e045";
}
.linea-weather-waxing-cresent:before {
content: "\e046";
}
.linea-weather-waxing-gibbous:before {
content: "\e047";
}
.linea-weather-wind:before {
content: "\e048";
}
.linea-weather-wind-e:before {
content: "\e049";
}
.linea-weather-wind-fullmoon:before {
content: "\e04a";
}
.linea-weather-wind-halfmoon:before {
content: "\e04b";
}
.linea-weather-wind-n:before {
content: "\e04c";
}
.linea-weather-wind-ne:before {
content: "\e04d";
}
.linea-weather-wind-nw:before {
content: "\e04e";
}
.linea-weather-wind-s:before {
content: "\e04f";
}
.linea-weather-wind-se:before {
content: "\e050";
}
.linea-weather-wind-sun:before {
content: "\e051";
}
.linea-weather-wind-sw:before {
content: "\e052";
}
.linea-weather-wind-w:before {
content: "\e053";
}
.linea-weather-windgust:before {
content: "\e054";
}:root {
--color-main:#501E9C;
--color-primary:#8169F1;
--color-secondary:#A44CEE;
--color-ternary: #FF847F;
--color-blue2: #4a00e1;
--color-blue4: #5842bc;
--color-blue5: #157efb;
--color-blue6: #6640f4;
--color-lightBlue: #15f1ff;
--color-darkBlue: #010049;
--color-gray: #eef4f8;
--color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
} .text-color {
color: var(--color-main);
}
.text-white {
color: #FFF;
}
.text-black {
color: #000;
}
.text-extra-dark-gray {
color: #232323;
}
.text-dark-gray {
color: #626262;
}
.text-extra-medium-gray {
color: #757575;
}
.text-medium-gray {
color: #939393;
}
.text-extra-light-gray {
color: #b7b7b7;
}
.text-light-gray {
color: #d6d5d5;
}
.text-very-light-gray {
color: #ededed;
} .fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
} .fz-10 {
font-size: 10px;
}
.fz-12 {
font-size: 12px;
}
.fz-14 {
font-size: 14px;
}
.fz-15 {
font-size: 15px;
}
.fz-16 {
font-size: 16px;
}
.fz-18 {
font-size: 18px;
}
.fz-20 {
font-size: 20px;
}
.fz-22 {
font-size: 22px;
}
.fz-25 {
font-size: 25px;
}
.fz-30 {
font-size: 30px;
}
.fz-40 {
font-size: 40px;
}
.fz-50 {
font-size: 50px;
} .line-height-10 {
line-height: 10px;
}
.line-height-13 {
line-height: 13px;
}
.line-height-18 {
line-height: 18px;
}
.line-height-20 {
line-height: 20px;
}
.line-height-24 {
line-height: 24px;
}
.line-height-22 {
line-height: 22px;
}
.line-height-26 {
line-height: 26px;
}
.line-height-28 {
line-height: 28px;
}
.line-height-30 {
line-height: 30px;
}
.line-height-35 {
line-height: 35px;
}
.line-height-40 {
line-height: 40px;
}
.line-height-45 {
line-height: 45px;
}
.line-height-50 {
line-height: 50px;
}
.line-height-55 {
line-height: 55px;
}
.line-height-60 {
line-height: 60px;
}
.line-height-65 {
line-height: 65px;
}
.line-height-70 {
line-height: 70px;
}
.line-height-75 {
line-height: 75px;
}
.line-height-80 {
line-height: 80px;
}
.line-height-85 {
line-height: 85px;
}
.line-height-90 {
line-height: 90px;
}
.line-height-95 {
line-height: 95px;
}
.line-height-100 {
line-height: 100px;
}
.line-height-110 {
line-height: 110px;
}
.line-height-120 {
line-height: 120px;
} .text-u {
text-transform: uppercase;
}
.text-l {
text-transform: lowercase;
}
.text-c {
text-transform: capitalize;
}
.text-non {
text-transform: none;
}
.text-i {
font-style: italic;
} .ls0 {
letter-spacing: 0px;
}
.ls1 {
letter-spacing: 1px;
}
.ls2 {
letter-spacing: 2px;
}
.ls3 {
letter-spacing: 3px;
}
.ls4 {
letter-spacing: 4px;
}
.ls5 {
letter-spacing: 5px;
}
.ls10 {
letter-spacing: 10px;
} [data-overlay-dark],
[data-overlay-light] {
position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
position: relative;
z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay-dark]:before {
background: #1a1d24;
}
[data-overlay-light]:before {
background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
color: #fff;
}
[data-overlay-dark] p {
color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
opacity: 1;
}
.gray-filter {
webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
} .mt-0 {
margin-top: 0;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-60 {
margin-top: 60px;
}
.mt-65 {
margin-top: 65px;
}
.mt-70 {
margin-top: 70px;
}
.mt-75 {
margin-top: 75px;
}
.mt-80 {
margin-top: 80px;
}
.mt-85 {
margin-top: 85px;
}
.mt-90 {
margin-top: 90px;
}
.mt-95 {
margin-top: 95px;
}
.mt-100 {
margin-top: 100px;
} .mb-0 {
margin-bottom: 0;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-65 {
margin-bottom: 65px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-75 {
margin-bottom: 75px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-85 {
margin-bottom: 85px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-95 {
margin-bottom: 95px;
}
.mb-100 {
margin-bottom: 100px;
} .pl-0 {
padding-left: 0;
}
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
} .pt-0 {
padding-top: 0 !important;
}
.pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pt-70 {
padding-top: 70px;
}
.pt-75 {
padding-top: 75px;
}
.pt-80 {
padding-top: 80px;
}
.pt-85 {
padding-top: 85px;
}
.pt-90 {
padding-top: 90px;
}
.pt-95 {
padding-top: 95px;
}
.pt-100 {
padding-top: 100px;
}
.pt-110 {
padding-top: 110px;
}
.pt-120 {
padding-top: 120px;
}
.pt-130 {
padding-top: 130px;
}
.pt-140 {
padding-top: 140px;
}
.pt-150 {
padding-top: 150px;
} .pb-0 {
padding-bottom: 0;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-100 {
padding-bottom: 100px;
}
.no-padding {
padding: 0;
} .spc-10 {
width: 100%;
height: 10px;
}
.spc-20 {
width: 100%;
height: 20px;
}
.spc-30 {
width: 100%;
height: 30px;
}
.spc-40 {
width: 100%;
height: 40px;
clear: both;
}
.spc-50 {
width: 100%;
height: 50px;
}
.spc-60 {
width: 100%;
height: 60px;
}
.spc-70 {
width: 100%;
height: 70px;
}
.spc-80 {
width: 100%;
height: 80px;
}
.spc-90 {
width: 100%;
height: 90px;
}
.spc-100 {
width: 100%;
height: 100px;
} .f-color {
color: #3b5999;
}
.tw-color {
color: #55acee;
}
.lin-color {
color: #0077B5;
}
.g-plus-color {
color: #dd4b39;
}
.pin-color {
color: #bd081c;
}
.ytube-color {
color: #cd201f;
}
.inst-color {
color: #e4405f;
}
.be-color {
color: #131418;
} .f-bg {
background-color: #3b5999;
border-color: #3b5999;
}
.tw-bg {
background-color: #55acee;
border-color: #55acee;
}
.lin-bg {
background-color: #0077B5;
border-color: #0077B5;
}
.g-plus-bg {
background-color: #dd4b39;
border-color: #dd4b39;
}
.pin-bg {
background-color: #bd081c;
border-color: #bd081c;
}
.ytube-bg {
background-color: #cd201f;
border-color: #cd201f;
}
.inst-bg {
background-color: #e4405f;
border-color: #e4405f;
}
.be-bg {
background-color: #131418;
border-color: #131418;
}
.b-none {
border: none !important;
}
.bg-img {
background-size: cover;
background-repeat: no-repeat;
}
.ontop {
position: relative;
z-index: 7;
} .dflex {
display: flex !important;
} .dsc-heading-style1 h5 {
margin-top: 0px;
font-size: 13px !important;
line-height: 1.2;
margin-bottom: 11px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: var(--color-main);
}
.dsc-heading-style2 h3 {
font-size: 40px;
line-height: 54px;
font-weight: 600;
color: #fff;
text-align: center;
margin: auto;
display: block;
float: none;
margin: auto;
padding-bottom: 40px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
float: initial;
} .tcg-effect-01 {
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
opacity: 0.3;
}
.tcg-effect-02 {
color: transparent;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
opacity: 0.3;
}
.tcg-stroke span {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}  .splitting.animated .char {
animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
width: 5px;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (min-width: 1199px) {
.imago {
transition: all 0.8s;
transition-delay: 0.3s;
}
.imago.animated {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-editor-active .imago, .vc_editor .imago {
clip-path: none;
}
}
.elementor-editor-active .wow, .vc_editor .wow {
visibility: visible !important;
} .tcg-fadinup-split span {
opacity: 0;
position: relative;
display: inline-block;
}
.tcg-fadinup-split span.active {
animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
} .splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
} .tcg-effect-1:after {
content: "";
width: 8%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
left: 0;
top: 0;
}
.tcg-effect-3:after {
content: "";
width: 8%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
right: 0;
top: 0;
}
.tcg-gallery .elementor-image-gallery .gallery-item img {
width: 60px;
height: 60px;
border: none;
}
.valign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} @media (prefers-color-scheme: dark) {
body.tcg-auto-mode {
color: #c8c8c8;
background-color: #0C0F16;
}
body.tcg-auto-mode h1, body.tcg-auto-mode h2, body.tcg-auto-mode h3, body.tcg-auto-mode h4, body.tcg-auto-mode h5, body.tcg-auto-mode h6, body.tcg-auto-mode .fn.comment-author .url, body.tcg-auto-mode .pagination li a:hover, body.tcg-auto-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.tcg-auto-mode .tcg-text-mode1 {
color: #fff;
}
body.tcg-auto-mode .error-text, body.tcg-auto-mode .fn.comment-author, body.tcg-auto-mode .tcg-text-mode2 {
color: #ccc;
}
body.tcg-auto-mode .blog-wrapper, body.tcg-auto-mode form textarea, body.tcg-auto-mode input, body.tcg-auto-mode .page-content-wrapper {
background: #0C0F16;
}
body.tcg-auto-mode .gray-bg, body.tcg-auto-mode .tcg-section-mode2, body.tcg-auto-mode .tags-bottom a, body.tcg-auto-mode blockquote {
background: #11141B;
}
body.tcg-auto-mode .tcg-section-mode5 {
background-color: #101010;
}
body.tcg-auto-mode .tcg-section-mode3 {
background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.tcg-auto-mode .comment-body, body.tcg-auto-mode .related-inner {
background: #121a23;
}
body.tcg-auto-mode .swork-line {
background: #fff;
}
body.tcg-auto-mode .comment-reply-link, body.tcg-auto-mode .pagination > li > a, body.tcg-auto-mode .pagination > li > span, body.tcg-auto-mode .tcg-section-mode1 {
background-color: #0c0f16;
}
body.tcg-auto-mode .widget_categories ul li.cat-item span, body.tcg-auto-mode .share-box a {
background-color: #11141B;
}
body.tcg-auto-mode .tcg-section-mode3 {
background-color: #121a23;
}
body.tcg-auto-mode .border-post, body.tcg-auto-mode .searchform input[type=search], body.tcg-auto-mode form textarea, body.tcg-auto-mode input, body.tcg-auto-mode .img-pagi, body.tcg-auto-mode .comment-form-comment:before,
body.tcg-auto-mode .comment-meta .comment-edit-link, body.tcg-auto-mode .post.sticky, body.tcg-auto-mode .sidebar .recent-posts-widget:not(:last-child), body.tcg-auto-mode .tagcloud a,
body.tcg-auto-mode .post-bottom {
border-color: #333;
}
body.tcg-auto-mode .custom-logo .custom-logo-dark, body.tcg-auto-mode .tcg-logo-dark {
display: none;
}
body.tcg-auto-mode .custom-logo .custom-logo-light, body.tcg-auto-mode .tcg-logo-light {
display: initial;
}
body.tcg-auto-mode .header.white-header {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.tcg-auto-mode .header.white-header .navigation li a, body.tcg-auto-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.tcg-auto-mode .custom-absolute-menu .cart-contents:before {
color: #e2dcdc;
}
body.tcg-auto-mode .header .cart-contents:before {
color: #e2dcdc;
}
body.tcg-auto-mode .header.custom-absolute-menu .is-sticky .logo-dark {
display: initial;
}
body.tcg-auto-mode .tcg-logo .top-logo .logo-dark {
display: initial;
}
body.tcg-auto-mode .tcg-logo .top-logo .logo-white {
display: none;
}
body.tcg-auto-mode .header.custom-absolute-menu .is-sticky .logo-white {
display: none;
}
body.tcg-auto-mode .header.not-custom-menu .logo-d-mode {
display: none;
}
body.tcg-auto-mode .header.not-custom-menu .logo-d-mode {
display: initial;
}
body.tcg-auto-mode .header.not-custom-menu .logo-l-mode {
display: none;
}
body.tcg-auto-mode .header .is-sticky .stuck-nav {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.tcg-auto-mode .header.custom-absolute-menu .is-sticky .navigation li a {
color: #e2dcdc;
}
body.tcg-auto-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #e2dcdc;
}
body.tcg-auto-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
color: #e2dcdc;
}
body.tcg-auto-mode .header .search-icon-header a i {
color: #e2dcdc;
}
body.tcg-auto-mode .header .header-icon li a {
color: #e2dcdc;
}
body.tcg-auto-mode .header .menu-wrapper ul li ul {
background: #23282d;
}
body.tcg-auto-mode .header .menu-wrapper .menu ul.sub-menu li a {
color: #bfbaba;
}
body.tcg-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.tcg-auto-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #23282d !important;
}
body.tcg-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
color: #bfbaba;
font-weight: 400;
}
body.tcg-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
color: #fff;
}
body.tcg-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
color: #fff;
}
body.tcg-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.tcg-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.tcg-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
background-color: #fff;
}
body.tcg-auto-mode .fat-nav {
background: #23282d;
}
body.tcg-auto-mode .fat-nav li a {
color: #bfbaba;
}
body.tcg-auto-mode .fat-nav li > a {
border-color: rgba(255, 255, 255, 0.1);
}
body.tcg-auto-mode .hamburger.active .hamburger__icon {
background-color: transparent;
}
body.tcg-auto-mode .hamburger.active .hamburger__icon:before, body.tcg-auto-mode .hamburger.active .hamburger__icon:after {
background-color: #fff;
}
body.tcg-auto-mode .white-header .hamburger__icon, body.tcg-auto-mode .white-header .hamburger__icon::before, body.tcg-auto-mode .white-header .hamburger__icon::after {
background: #b1abab;
}
body.tcg-auto-mode .post-list.style-4 .blog-col-inner {
background: #151921;
}
body.tcg-auto-mode .post-list.style-4 .pagination > li > a, body.tcg-auto-mode .post-list.style-4 .pagination > li > span {
border-color: #666;
}
body.tcg-auto-mode .post-list.style-4 .pagination > .active > a {
border-color: #fff;
}
body.tcg-auto-mode .elementor-social-icon svg {
fill: #FFF;
}
body.tcg-auto-mode .elementor-social-icon i {
color: #fff;
}
body.tcg-auto-mode .tc-hide-in-dark {
display: none;
}
body.tcg-auto-mode .tc-hide-in-light.e-con {
display: flex !important;
}
body.tcg-auto-mode .tc-hide-in-light {
display: block !important;
}
body.tcg-auto-mode .error-title {
background: linear-gradient(#0c0f16, #0c0f16) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
}
body.tcg-auto-mode .error-btn {
background: linear-gradient(#0c0f16, #0c0f16) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
}
body.tcg-auto-mode .apply-header .logo-dark {
display: block;
}
body.tcg-auto-mode .apply-header .logo-white {
display: none;
}
}
body.tcg-dark-mode {
color: #c8c8c8;
background-color: #0C0F16;
}
body.tcg-dark-mode h1, body.tcg-dark-mode h2, body.tcg-dark-mode h3, body.tcg-dark-mode h4, body.tcg-dark-mode h5, body.tcg-dark-mode h6, body.tcg-dark-mode .fn.comment-author .url, body.tcg-dark-mode .pagination li a:hover, body.tcg-dark-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.tcg-dark-mode .tcg-text-mode1 {
color: #fff;
}
body.tcg-dark-mode .error-text, body.tcg-dark-mode .fn.comment-author, body.tcg-dark-mode .tcg-text-mode2 {
color: #ccc;
}
body.tcg-dark-mode .blog-wrapper, body.tcg-dark-mode form textarea, body.tcg-dark-mode input, body.tcg-dark-mode .page-content-wrapper {
background: #0C0F16;
}
body.tcg-dark-mode .gray-bg, body.tcg-dark-mode .tcg-section-mode2, body.tcg-dark-mode .tags-bottom a, body.tcg-dark-mode blockquote {
background: #11141B;
}
body.tcg-dark-mode .tcg-section-mode5 {
background-color: #101010;
}
body.tcg-dark-mode .tcg-section-mode3 {
background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.tcg-dark-mode .comment-body, body.tcg-dark-mode .related-inner {
background: #121a23;
}
body.tcg-dark-mode .swork-line {
background: #fff;
}
body.tcg-dark-mode .comment-reply-link, body.tcg-dark-mode .pagination > li > a, body.tcg-dark-mode .pagination > li > span, body.tcg-dark-mode .tcg-section-mode1 {
background-color: #0c0f16;
}
body.tcg-dark-mode .widget_categories ul li.cat-item span, body.tcg-dark-mode .share-box a {
background-color: #11141B;
}
body.tcg-dark-mode .tcg-section-mode3 {
background-color: #121a23;
}
body.tcg-dark-mode .border-post, body.tcg-dark-mode .searchform input[type=search], body.tcg-dark-mode form textarea, body.tcg-dark-mode input, body.tcg-dark-mode .img-pagi, body.tcg-dark-mode .comment-form-comment:before,
body.tcg-dark-mode .comment-meta .comment-edit-link, body.tcg-dark-mode .post.sticky, body.tcg-dark-mode .sidebar .recent-posts-widget:not(:last-child), body.tcg-dark-mode .tagcloud a,
body.tcg-dark-mode .post-bottom {
border-color: #333;
}
body.tcg-dark-mode .custom-logo .custom-logo-dark, body.tcg-dark-mode .tcg-logo-dark {
display: none;
}
body.tcg-dark-mode .custom-logo .custom-logo-light, body.tcg-dark-mode .tcg-logo-light {
display: initial;
}
body.tcg-dark-mode .header.white-header {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.tcg-dark-mode .header.white-header .navigation li a, body.tcg-dark-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.tcg-dark-mode .custom-absolute-menu .cart-contents:before {
color: #e2dcdc;
}
body.tcg-dark-mode .header .cart-contents:before {
color: #e2dcdc;
}
body.tcg-dark-mode .header.custom-absolute-menu .is-sticky .logo-dark {
display: initial;
}
body.tcg-dark-mode .tcg-logo .top-logo .logo-dark {
display: initial;
}
body.tcg-dark-mode .tcg-logo .top-logo .logo-white {
display: none;
}
body.tcg-dark-mode .header.custom-absolute-menu .is-sticky .logo-white {
display: none;
}
body.tcg-dark-mode .header.not-custom-menu .logo-d-mode {
display: none;
}
body.tcg-dark-mode .header.not-custom-menu .logo-d-mode {
display: initial;
}
body.tcg-dark-mode .header.not-custom-menu .logo-l-mode {
display: none;
}
body.tcg-dark-mode .header .is-sticky .stuck-nav {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.tcg-dark-mode .header.custom-absolute-menu .is-sticky .navigation li a {
color: #e2dcdc;
}
body.tcg-dark-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #e2dcdc;
}
body.tcg-dark-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
color: #e2dcdc;
}
body.tcg-dark-mode .header .search-icon-header a i {
color: #e2dcdc;
}
body.tcg-dark-mode .header .header-icon li a {
color: #e2dcdc;
}
body.tcg-dark-mode .header .menu-wrapper ul li ul {
background: #23282d;
}
body.tcg-dark-mode .header .menu-wrapper .menu ul.sub-menu li a {
color: #bfbaba;
}
body.tcg-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.tcg-dark-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #23282d !important;
}
body.tcg-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
color: #bfbaba;
font-weight: 400;
}
body.tcg-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
color: #fff;
}
body.tcg-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
color: #fff;
}
body.tcg-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.tcg-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.tcg-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
background-color: #fff;
}
body.tcg-dark-mode .fat-nav {
background: #23282d;
}
body.tcg-dark-mode .fat-nav li a {
color: #bfbaba;
}
body.tcg-dark-mode .fat-nav li > a {
border-color: rgba(255, 255, 255, 0.1);
}
body.tcg-dark-mode .hamburger.active .hamburger__icon {
background-color: transparent;
}
body.tcg-dark-mode .hamburger.active .hamburger__icon:before, body.tcg-dark-mode .hamburger.active .hamburger__icon:after {
background-color: #fff;
}
body.tcg-dark-mode .white-header .hamburger__icon, body.tcg-dark-mode .white-header .hamburger__icon::before, body.tcg-dark-mode .white-header .hamburger__icon::after {
background: #b1abab;
}
body.tcg-dark-mode .post-list.style-4 .blog-col-inner {
background: #151921;
}
body.tcg-dark-mode .post-list.style-4 .pagination > li > a, body.tcg-dark-mode .post-list.style-4 .pagination > li > span {
border-color: #666;
}
body.tcg-dark-mode .post-list.style-4 .pagination > .active > a {
border-color: #fff;
}
body.tcg-dark-mode .elementor-social-icon svg {
fill: #FFF;
}
body.tcg-dark-mode .elementor-social-icon i {
color: #fff;
}
body.tcg-dark-mode .tc-hide-in-dark {
display: none;
}
body.tcg-dark-mode .tc-hide-in-light.e-con {
display: flex !important;
}
body.tcg-dark-mode .tc-hide-in-light {
display: block !important;
}
body.tcg-dark-mode .error-title {
background: linear-gradient(#0c0f16, #0c0f16) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
}
body.tcg-dark-mode .error-btn {
background: linear-gradient(#0c0f16, #0c0f16) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
}
body.tcg-dark-mode .apply-header .logo-dark {
display: block;
}
body.tcg-dark-mode .apply-header .logo-white {
display: none;
}
.tcg-section-mode1 {
background-color: #fff;
}
.tcg-section-mode2 {
background-color: #F7F7F7;
}
.tcg-section-mode3 {
background: linear-gradient(20deg, #ffffff 50%, rgba(0, 0, 0, 0.0392156863) 50%);
}
.tcg-section-mode4 {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
background-size: 200% 200%;
animation: gradient 30s ease infinite;
}
.tcg-section-mode5 {
background-color: #efefef;
}
.tcg-text-gradient {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
background-size: 120% 120%;
-webkit-animation: gradient 30s ease infinite;
animation: gradient 5s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.tcg-text-mode1 {
color: #0c0f16;
}
.tcg-text-mode2 {
color: #11141B;
} .tcg-mode-switcher {
position: fixed;
top: 160px;
font-weight: 500;
font-size: 15px;
left: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
min-width: 120px;
height: 30px;
z-index: 10;
transform-origin: left top;
transform: rotate(-90deg) translate(-100%, 40%);
background-color: rgba(230, 230, 230, 0.9);
border-radius: 15px;
cursor: pointer;
}
.tcg-mode-switcher p {
margin: -2px 0 0 0;
color: #000;
}
.tcg-mode-switcher-item {
position: relative;
}
.tcg-mode-switcher-item p {
color: #333;
}
.tcg-mode-switcher-item, .tcg-mode-switcher-toddler-item {
width: 100%;
height: 100%;
text-align: center;
display: flex;
align-items: center;
padding: 0px 12px;
line-height: 1.4;
}
.tcg-mode-switcher-toddler {
position: absolute;
top: 0;
right: 0px;
transform: translateX(0%);
min-width: 60px;
height: 100%;
}
.tcg-mode-switcher-toddler-wrap {
position: relative;
height: 100%;
}
.tcg-mode-switcher-toddler-item {
position: absolute;
background-color: #fff;
width: 100%;
border-radius: 17px;
box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
}
.tcg-mode-switcher-toddler-item .light {
z-index: 1;
}
.tcg-mode-switcher.dark .tcg-mode-switcher-toddler {
transform: translateX(-200%);
}
.tcg-mode-switcher.dark .tcg-mode-switcher-toddler .tcg-mode-switcher-toddler-item.dark {
z-index: 1;
}
.tcg-mode-switcher.auto .tcg-mode-switcher-toddler {
transform: translateX(-100%);
}
.tcg-mode-switcher.auto .tcg-mode-switcher-toddler .tcg-mode-switcher-toddler-item.auto {
z-index: 1;
}
.tcg-mode-switcher.light .tcg-mode-switcher-toddler {
transform: translateX(0%);
}
.tcg-mode-switcher.light .tcg-mode-switcher-toddler .tcg-mode-switcher-toddler-item.light {
z-index: 1;
}  .color-font {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.tcg-el-bg-1.elementor-view-stacked .elementor-icon {
background: var(--color-main-grad);
}
.tcg-gradient-btn {
border-radius: 50px;
background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 50%, var(--e-global-color-text) 100%);
color: #fff !important;
border-color: #fff !important;
}
.tcg-gradient-btn:hover {
filter: brightness(120%);
}
.tcg-gradient-border {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 10px;
border: 1px solid transparent !important;
}
.tcg-gradient-border:hover {
color: var(--color-main) !important;
filter: brightness(120%);
}
.tcg-gradient-border-drk {
background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box !important;
border-radius: 10px;
border: 2px solid transparent !important;
}
.color-shadow {
box-shadow: inset 0 -14px 0 var(--color-secondary), 0 0px 0 var(--color-primary);
}
.tcg-highlight span {
-webkit-transition: background-size 0.2s ease;
transition: background-size 0.2s ease;
background-position: 0% 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: 100% 30%;
}
.tcg-highlight span:hover {
background-size: 100% 100% !important;
}
.tcg-sticky-top.is-stuck {
top: 35px;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 99;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.elementor-widget-container .elementor-social-icon svg {
fill: #000;
}
.elementor-widget-container .elementor-social-icon i {
color: #000;
}
.tcg-sticky-top.is-stuck .elementor-background-overlay {
display: none;
}
.tc-hide-in-light {
display: none !important;
}
.tc-hide-nav-onscroll-handler.is-sticky {
display: none;
}
.tc-hide-nav-onscroll-handler .tc-hide-nav-onscroll {
bottom: unset !important;
}
.tc-display-nav-onscroll-handler {
display: none;
}
.tc-display-nav-onscroll-handler.is-sticky {
display: block;
}
.elementor-icon.elementor-social-icon {
display: inline-flex;
}  * {
outline: none;
}
body, html {
height: 100%;
}
body {
color: #666;
font-weight: 400;
font-family: "Poppins", sans-serif;
font-size: 15px;
line-height: 1.8;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
padding-right: 15px;
padding-left: 15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
margin-right: -15px;
margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
padding-right: 15px;
padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 500;
line-height: 1.4;
word-wrap: break-word;
font-family: "Poppins", sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.h6, h6 {
font-size: 17px;
}
.h5, h5 {
font-size: 18px;
}
.h4, h4 {
font-size: 20px;
}
.h2, h2 {
font-size: 30px;
}
p {
margin: 0 0 30px;
word-spacing: 1px;
}
[class^=icon-]:before, [class*=" icon-"]:before {
cursor: inherit;
}
a {
-moz-transition: ease 0.3s;
-ms-transition: ease 0.3s;
-o-transition: ease 0.3s;
-webkit-transition: ease 0.3s;
color: #666;
text-decoration: none;
transition: ease 0.3s;
}
a:focus {
outline: none;
text-decoration: none;
}
a:hover {
color: var(--color-main);
text-decoration: none;
}
iframe {
border: none;
width: 100%;
}
img {
max-width: 100%;
height: auto;
}
ul, ol {
list-style-position: outside;
list-style-type: circle;
margin: 0;
padding: 0 0 0 15px;
}
ul {
list-style-type: disc;
}
ul ul, ol ul {
list-style-type: circle;
}
ul > li {
list-style: outside none square;
}
ol > li {
list-style-type: decimal;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
.clearboth {
clear: both;
}
.content {
padding: 80px 0;
position: relative;
z-index: 1;
}
.gray-bg {
background: #fafafa;
}
.white-bg {
background: #ffffff;
}
blockquote {
border: none;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: italic;
font-weight: 500;
line-height: 1.8;
position: relative;
background: #f6f6f6;
border-left: 4px solid var(--color-main);
padding: 55px 50px 40px 50px;
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.07);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-left: 1px solid transparent !important;
border-radius: 5px;
}
blockquote::before {
border-radius: 100px;
content: "\f10e";
display: inline-block;
font-family: fontawesome;
font-size: 30px;
font-style: normal;
height: 30px;
left: 20px;
line-height: 30px;
margin-top: -15px;
position: relative;
top: 50%;
width: 30px;
color: var(--color-main);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 55px 50px 40px 50px;
}
hr {
max-width: 100px;
}
hr.is-style-wide {
max-width: 100%;
border-bottom-width: 1px;
color: #aaa;
}
.dark-bg {
background: #1f1f1f none repeat scroll 0 0;
}
.dark-bg .content-title {
color: #fff;
}
.content-title span {
color: var(--color-main);
}
.content-line {
background: #ccc;
height: 1px;
margin-bottom: 40px;
margin: auto;
width: 300px;
max-width: 100%;
}
.box-align-center {
text-align: center;
}
.box-align-center blockquote::before {
bottom: -40px;
left: 50%;
margin-left: -15px;
top: auto;
}
.align-right {
text-align: right;
}
.row-black {
background: #333;
margin: 0;
padding: 80px 30px;
}
.row-black .content-box-title::after {
border-bottom: 5px solid #fff;
}
.row-black .content-box-title > h3, .row-black b, .row-black strong {
color: #fff;
}
.img-bg {
background-position: center center;
background-size: cover;
}
.no-bottom {
padding-bottom: 0;
}
.content-head {
text-align: center;
margin-bottom: 80px;
}
.content-title {
font-size: 30px;
margin-bottom: 5px;
margin-top: 0;
font-weight: 700;
line-height: 1.3em;
color: #000;
}
.content-title:after {
width: 40px;
height: 1px;
content: "";
position: absolute !important;
bottom: -10px;
left: 0;
right: 0;
z-index: 0;
margin: auto;
background: var(--color-main);
}
.sub-content {
color: #B8B8B8;
font-size: 18px;
font-weight: 500;
margin-bottom: 30px;
margin: auto;
max-width: 900px;
font-family: "Poppins", sans-serif;
}
.full-width {
width: 100% !important;
} .to-top.fixed {
opacity: 1;
bottom: 30px;
}
.to-top {
background: var(--color-main);
bottom: 1150px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
color: #fff;
display: block;
font-size: 15px;
height: 50px;
line-height: 48px;
opacity: 0;
position: fixed;
right: 30px;
text-align: center;
transition: 1s ease-in-out;
width: 50px;
z-index: 333;
-webkit-transition: 1s ease-in-out;
border-radius: 100px;
overflow: hidden;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.to-top:focus {
color: #fff;
}
.to-top:hover {
color: #fff;
}
.to-top::before {
-webkit-transform: scale(0);
background: var(--color-main) none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition-duration: 0.8s;
transition: all 0.4s ease-out 0s;
width: 200px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transition-duration: 0.8s;
-webkit-transition: all 0.4s ease-out 0s;
opacity: 0.3;
transform: scale(0);
}
.to-top::after {
-webkit-transform: scale(0);
background: var(--color-main) none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition: all 0.4s ease-in 0s;
width: 200px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
opacity: 0.3;
transform: scale(0);
transition-delay: 0.3s;
}
.to-top:hover::after, .to-top:hover::before {
-webkit-transform: scale(4);
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
} .table-box {
background: #fff;
position: relative;
z-index: 1;
display: table;
width: 100%;
}
.dark-page .table-box {
background: #1f1f1f;
}
.table-cell-box {
position: relative;
height: 100%;
}
.single-port-table .table-content {
padding: 5% 7%;
}
.single-port-table .table-cell-box {
display: table-cell;
vertical-align: middle;
width: 50%;
position: relative;
}
.dsc_image_swipe_widget {
height: 100%;
}
.table-content h3 > span {
color: var(--color-main);
}
.table-content.box-30 h3 {
display: inline-block;
text-align: left;
}
.table-content.box-30 {
padding: 5% 0;
}
.box-30 {
width: 30%;
text-align: center;
}
.box-70 {
width: 70%;
}
.full-img-bg {
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.table-content {
padding: 14%;
}
.table-content .slider-mask {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.bg-with-mask .slider-mask {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0;
}
.bg-with-mask {
position: relative;
z-index: 1;
}
.cell-left-border {
border-left: 10px solid var(--color-main);
}
.cell-right-border {
border-right: 10px solid var(--color-main);
}
.table-content h3 {
font-size: 60px;
margin: 0 0 20px;
}
.cell-line {
height: 1px;
width: 100px;
background: #ccc;
margin-bottom: 40px;
max-width: 100%;
}
.slider-title {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 65px;
letter-spacing: 4px;
font-weight: 800;
margin: 0 0 25px;
line-height: 1.4em;
}
.slider-title strong {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
.slick-active .slider-title {
transition: all 0s;
}
.slick-active .slider-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.top-slider {
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 20px;
letter-spacing: 10px;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 600;
}
.dark-page {
background: #333333;
}
.page-content-wrapper {
background: #fff;
position: relative;
}
.box-padding {
overflow: hidden;
position: relative;
padding: 20%;
text-align: center;
}
.box-padding .icon-cell {
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-webkit-transform: translateY(-100%);
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
opacity: 0;
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transform: translateY(-100%);
color: #fff;
font-size: 60px;
position: relative;
transform: translateY(-100%);
}
.icon-cell-sub {
-moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-webkit-transform: translateY(100%);
-webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
opacity: 0;
transform: translateY(100%);
transition-delay: 0.4s;
transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transform: translateY(100%);
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 18px;
margin: 0;
position: relative;
text-transform: capitalize;
}
.hovering:hover .icon-cell-sub, .hovering:hover .icon-cell {
-webkit-transform: translateY(0);
opacity: 1;
transform: translateY(0);
-ms-transform: translateY(0);
} .slick-dotted.slick-slider {
margin-bottom: 0 !important;
} .tcg-anim1 {
animation: cloud 160s linear infinite reverse;
pointer-events: none;
z-index: 10;
}
@keyframes cloud {
0% {
background-position: 0%;
}
100% {
background-position: 5440px;
}
} .simple-btn {
position: relative;
padding: 7px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 13px;
font-weight: 300;
}
.simple-btn:after {
content: "";
width: 45%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
left: 0;
top: 0;
}
.simple-btn.right:after {
left: auto;
right: 0;
}
.btn-curve {
background: transparent;
padding: 12px 35px;
border: 1px solid #1e1e1e;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-block;
}
.btn-curve:focus {
outline: none;
}
.btn-curve:hover {
outline: none;
}
.btn-curve:hover:after {
bottom: -30px;
transform: rotate(0deg);
}
.btn-curve:hover span {
color: #fff;
}
.btn-curve:after {
content: "";
position: absolute;
top: -30px;
left: -30px;
right: -30px;
bottom: 130%;
background: #1e1e1e;
transform: rotate(-5deg);
transition: all 0.8s;
}
.btn-curve span {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 2;
transition: all 0.8s;
}
.btn-curve.btn-lit {
border-color: #fff;
color: #fff;
}
.btn-curve.btn-lit:hover span {
color: var(--color-main);
}
.btn-curve.btn-lit:after {
background: #fff;
}
.btn-curve.btn-blc {
background: #1e1e1e;
}
.btn-curve.btn-blc:after {
background: #fff;
}
.btn-curve.btn-blc span {
color: #fff;
}
.btn-curve.btn-blc:hover span {
color: #1e1e1e;
}
.btn-curve.btn-color {
background: var(--color-main);
border-color: var(--color-main);
}
.btn-curve.btn-color:after {
background: #fff;
}
.btn-curve.btn-color span {
color: #0c0f16;
}
.btn-curve.btn-color:hover span {
color: var(--color-main);
}
.btn-curve.btn-lg {
padding: 14px 40px;
}
.btn-curve.btn-lg span {
font-size: 14px;
}
.btn-curve.btn-wit {
background: #fff;
border-color: #fff;
}
.btn-curve.btn-wit:after {
background: #090909;
}
.btn-curve.btn-wit span {
color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
color: #fff;
}
.btn-curve.btn-radius {
border-radius: 30px;
} .progress-wrap {
position: fixed;
bottom: 30px;
right: 30px;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
border-radius: 50px;
z-index: 100;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all 400ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: "FontAwesome";
content: "\f077";
text-align: center;
line-height: 44px;
font-size: 13px;
font-weight: 900;
color: var(--color-main);
left: 0;
top: 0;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
z-index: 1;
transition: all 400ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: var(--color-main);
stroke-width: 4;
box-sizing: border-box;
transition: all 400ms linear;
}  table, th, td {
border: 1px solid #eee;
padding: 8px 10px;
font-size: 1em;
font-weight: 400;
text-align: center;
margin-bottom: 20px;
}
table {
width: 100%;
}
th {
font-weight: 600;
background: rgba(0, 0, 0, 0.02);
}
th a {
color: var(--color-main);
font-weight: 400;
}
dd {
margin-inline-start: 40px;
}
dd + dt {
margin-top: 1.5rem;
}
td a {
color: var(--color-main);
}
td a:hover {
text-decoration: underline;
}
.no-search-results-form {
max-width: 48rem;
}
.no-search-results-form .searchform input[type=search] {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 10px;
}
.no-search-results-form .searchform:after {
color: #666 !important;
right: 15px;
}  @media (min-width: 767px) { .col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
clear: none;
}
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: left;
}
} @media (min-width: 992px) { .col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: none;
}
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
clear: left;
}
} @media (min-width: 1200px) { .col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1),
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: none;
}
.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1) {
clear: left;
}
} .elementor-editor-active nav.tcg-custom-header {
display: none;
}
.elementor-editor-active footer.tcg-custom-footer.clearfix {
display: none;
}
.elementor-editor-preview nav.tcg-custom-header {
display: none;
}
.elementor-editor-preview footer.tcg-custom-footer.clearfix {
display: none;
}
.elementor-widget-dsc-slider {
margin-bottom: 0 !important;
} .fit-vids-style {
display: none;
}  p.has-large-font-size {
line-height: 1.4;
}
:where(.wp-block-group.has-background) {
padding: 1.25em 2.375em;
}
.wp-block-group.has-background, .has-background {
margin-bottom: 1.5em;
} .gallery {
display: flex;
flex-flow: row wrap;
justify-content: left;
margin-bottom: 1.5rem;
}
.gallery-item {
display: inline-block;
margin-right: 16px;
margin-bottom: 16px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 32px) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 48px) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 64px) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 80px) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 96px) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 112px) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 128px) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-caption {
display: block;
font-size: 0.71111em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Asap", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
}
.gallery-item > div > a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
box-shadow: 0 0 0 2px #0073aa;
} #wp-calendar {
width: 100%;
text-align: center;
font-size: 12px;
line-height: 3;
max-width: 370px;
background: #fff;
}
#wp-calendar caption {
border: 1px solid #DDDDDD;
color: #ffffff;
background: #2b292a;
font-size: 15px;
text-align: center;
font-family: "Poppins", sans-serif;
line-height: 25px;
padding: 10px 20px;
text-transform: uppercase;
border-bottom: none;
}
#wp-calendar td {
padding: 0;
}
#wp-calendar td a {
color: #777777;
display: block;
}
#wp-calendar td a:hover {
background: #000;
color: #ffffff;
}
#wp-calendar table {
padding: 0;
}
#wp-calendar th {
padding: 0;
}
#wp-calendar #prev a {
display: inline;
}
#wp-calendar #next a {
display: inline;
}
#wp-calendar tbody tr td {
border: 1px solid #DDDDDD;
color: var(--color-main);
font-weight: bold;
}
#wp-calendar thead {
color: var(--color-main);
}
#wp-calendar thead th {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
text-align: center;
}
#wp-calendar tfoot {
border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
text-align: right;
border: none;
}
#wp-calendar tfoot #prev {
text-align: left;
border: none;
}
#wp-calendar tfoot a {
padding: 10px;
}
td.pad {
border: none;
}
.wp-caption {
border: 1px solid #ddd;
border-radius: 3px;
padding: 3px;
max-width: 100% !important;
}
.wp-caption.aligncenter {
margin: auto;
border: none;
margin-bottom: 10px;
}
.wp-caption.alignnone {
margin-bottom: 10px;
}
.wp-caption.alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.wp-caption.alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.alignleft {
float: left;
margin-right: 2rem;
}
.alignright {
float: right;
margin-left: 2rem;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img.alignright {
clear: both;
display: block;
float: right;
margin-bottom: 20px;
margin-left: 20px;
}
img.alignleft {
clear: both;
display: block;
float: left;
margin-bottom: 20px;
margin-right: 20px;
}
img.aligncenter {
display: block;
margin: auto;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.mejs-container {
margin: 20px 0;
}
.elementor-page .fluid-width-video-wrapper {
margin: 0;
}
.single .video .fluid-width-video-wrapper {
margin: 0;
}
.single .fluid-width-video-wrapper {
margin: 20px 0;
}
.elementor-page.single-portfolio .fluid-width-video-wrapper {
margin: 0;
}
.wp-caption-text {
font-size: 13px;
margin: 0;
padding: 5px;
text-align: center;
}
.gallery-caption {
font-size: 13px;
margin: 0;
padding: 5px;
text-align: center;
}
.rss-date {
clear: both;
color: #2b292a;
display: block;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
}
.widget_rss cite {
display: block;
font-size: 14px;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
}
.widget_rss li .rsswidget {
background: #1f1f1f;
color: #ffffff;
width: 100%;
display: flex;
padding: 5px 10px;
font-weight: 600;
}
.widget_rss .rsswidget {
font-weight: 500;
}
.sidebar .widget_rss ul {
padding: 0;
list-style: none;
}
.sidebar .widget_rss ul li {
list-style: none;
}
.sticky.blog-post .entry-title::before {
background: #999;
border-radius: 100px;
color: #ffffff;
content: "\f08d";
letter-spacing: 0;
display: inline-block;
float: right;
font-family: "FontAwesome";
font-size: 15px;
height: 35px;
line-height: 35px;
margin-left: 5px;
margin-top: 10px;
text-align: center;
width: 35px;
}
.post.sticky {
border: 1px solid #eee;
margin-bottom: 60px;
padding: 55px 65px 15px 65px;
}
.post.sticky .border-post.clearfix {
background: transparent;
margin: 0;
border: none;
}
.post.sticky .go-btn {
background: transparent;
color: #bf919f;
}
.post.sticky .go-btn:hover {
background: #bf919f;
color: #ffffff;
}
.pagins {
padding-bottom: 30px;
margin-top: 40px;
}
.post-pager p {
border-top: 1px solid #eeeeee;
color: var(--color-main);
font-size: 13px;
font-weight: bold;
margin: 0;
margin-top: 40px;
padding-top: 40px;
}
.post-pager a {
border: 1px solid;
margin: 0 10px;
padding: 4px 10px;
}
.widget ol li ul li ol li {
list-style-type: lower-alpha;
}
.widget ul li ol li {
list-style-type: decimal;
}
.widget ul li ol li ul li {
list-style-type: square;
}
.post-password-form input[type=submit] {
background: #000 none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 40px;
margin-top: 20px;
padding: 16px 35px;
text-transform: uppercase;
width: auto;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
border: none;
}
.post-password-form input[type=submit]:hover {
color: #ffffff;
background: #ccc;
}
.post-password-form input {
border: 1px solid #ccc;
border-radius: 100px;
color: #aaa;
display: inline-block;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 40px;
margin-top: 20px;
padding: 16px 35px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: auto;
}
.comment-reply-title {
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.search-title {
border-bottom: 1px solid #eee;
font-size: 25px;
margin: 0 0 40px;
padding-bottom: 20px;
}
.search-title span {
font-weight: 600;
text-transform: uppercase;
}
button {
max-width: 100%;
}
input {
max-width: 100%;
}
select {
max-width: 100%;
}
textarea {
max-width: 100%;
}
.widget_nav_menu ul li a {
letter-spacing: 0;
padding: 0;
text-transform: none;
}
code {
padding: 5px;
background: #f9f9f9;
color: var(--color-main);
font-family: "Poppins", sans-serif;
margin: 10px 0;
line-height: 2.5;
font-size: 15px;
}
pre {
display: block;
margin: 10px 0;
padding: 30px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.wp-block-button {
margin-bottom: 1rem;
}
.wp-block-gallery.alignleft {
margin-right: 2.5rem;
}
.alignfull {
margin-bottom: 4rem;
}
.wp-block-search__button {
margin-top: 10px;
margin-left: 0;
}
.wp-block-cover-text {
font-weight: bold;
line-height: 1.25;
padding: 0;
}
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.blog-content .blog-post .has-background-dim .wp-block-cover-text a {
color: #fff;
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary))) border-box;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border: 1px solid transparent;
}
.wp-block-button__link {
background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-ternary) 100%);
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared {
border-radius: 0;
} .wp-block-latest-comments {
padding: 0;
}
.wp-block-latest-comments > li {
display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
line-height: 1.8em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 10px;
} @media (max-width: 1199px) {
.container {
display: inherit;
}
.other-portfolio .port-item,
.port-gallery-body .port-item {
width: 50%;
float: left;
font-size: 50px;
}
.tcg-gallery .col-md-6.port-item {
float: left;
width: 50%;
}
.dflex {
display: none !important;
}
}
@media (max-width: 992px) {
.tcg-logo .top-logo {
width: 100%;
}
.tcg-projects-carousel .info {
padding: 30px 0 0 0;
}
.tcg-info-box-carousel.hover-cards {
position: relative;
}
.tcg-info-box-carousel.hover-cards .swiper-slide {
width: 470px !important;
}
.tcg-careers .swiper-button-next, .tcg-careers .swiper-button-prev {
top: calc(100% - 60px);
}
.tcg-tabs .nav.style-1 .nav-item {
width: 100%;
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tcg-tabs .nav.style-1 .nav-item .nav-link {
width: 100%;
text-align: start;
}
.tcg-slider-tabs-portfolio {
position: relative;
}
.tcg-slider-tabs-portfolio .swiper-slide {
width: 475px !important;
margin-top: 50px;
}
.tcg-team .team_box_hover .avatar .social_icons a {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1;
}
.tcg-post-list .card .img {
height: 150px;
margin-bottom: 5px;
}
.tcg-post-list-carousel .blog_slider .swiper-button-prev,
.tcg-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-next {
position: static;
margin-top: 40px !important;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.tcg-post-list-carousel .blog_slider .swiper-button-next,
.tcg-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-prev {
position: static;
margin-top: 40px !important;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.tcg-header.style-5 {
z-index: -1;
}
.tcg-header.style-5 .capt h1 {
font-size: 45px;
}
.tcg-showcase.style-6 .parallax-slider .caption h1 {
font-size: 50px;
letter-spacing: 1px;
}
.tcg-contact-shortcode span.cell-phone, .tcg-contact-shortcode span.your-email, .tcg-contact-shortcode span.your-name {
width: 100%;
}
.tcg-showcase.style-5 .controls {
top: 100px;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.tcg-portfolio.style-9 .gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.tcg-fancy.style-3 .hero-bg {
margin-bottom: 50px;
}
.tcg-slider.style-11 .parallax-slider .caption h1 {
font-size: 50px;
letter-spacing: 1px;
}
.tcg-slider.style-11 .parallax-slider .caption p {
margin-left: 0;
}
.tcg-slider.style-11 .parallax-slider .explore {
margin-left: 0;
margin-top: 50px;
}
.portfolio.style-5 .tcg-gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.tcg-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 50px;
letter-spacing: 1px;
}
.tcg-portfolio.style-8 .gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.tcg-testimonial.card-style .inf_content .icon {
width: 25%;
}
.tcg-testim-2 {
margin-bottom: 120px;
}
.slider-title,
.hero-title {
font-size: 40px;
}
.slider-style-3 .slider-title {
font-size: 40px;
}
.cell-left-border {
border: none;
}
.content-title,
.table-content h3 {
font-size: 30px;
}
.container-fluid {
max-width: 100%;
}
.top-slider {
letter-spacing: 6px;
font-size: 18px;
}
.blog-post-list [class^=col-md-] {
width: 100%;
}
.slider-text,
.slider-line {
display: none !important;
}
.port-item {
width: 50%;
}
.table-cell-box,
.box-30,
.box-70,
.single-port-table .table-cell-box {
width: 100%;
display: block;
}
.top-logo {
display: block;
width: 50%;
float: left;
}
.blog-list .blog-col-inner {
display: flex;
flex-direction: column;
}
.order2 {
order: 2;
-webkit-order: 2;
}
.blog-list .excerpt-box,
.blog-list .txt-lft {
margin: 0;
box-shadow: none;
}
}
@media (max-width: 767px) {
.tcg-portfolio-carousel .portfolio_slider .swiper-button-prev,
.tcg-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next {
left: 10px;
}
.tcg-portfolio-carousel .portfolio_slider .swiper-button-next,
.tcg-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev {
right: 10px;
}
.tcg-post-list.style-7 .item.full-img-size {
display: block;
}
.tcg-post-list.style-7 .item.full-img-size .cont {
padding-left: 15px;
}
.tcg-post-list.style-7 .item.full-img-size .img {
margin-bottom: 50px;
width: 100%;
}
.tcg-showcase.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.tcg-showcase.style-6 .parallax-slider .caption .discover {
width: 120px;
height: 120px;
letter-spacing: 2px;
text-transform: capitalize;
}
.tcg-portfolio.style-9 .gallery .items .cont h5 {
font-size: 18px;
}
.tcg-slider.style-11 .parallax-slider .caption h1 {
font-size: 40px;
}
.tcg-slider.style-11 .swiper-slide-active .caption h1 {
font-size: 30px;
}
.tcg-post-list.style-8 .item .content .title h4 a {
font-size: 20px;
}
.tcg-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 30px;
}
.tcg-header.style-6 .sec-head h3 {
font-size: 30px;
}
.tcg-header.style-6 .sec-head h6 {
font-size: 15px;
letter-spacing: 5px;
}
.tcg-testimonial.style-4 .item p, .tcg-testimonial.style-5 .item p {
font-size: 17px;
}
.pagi-nav-box {
float: none;
width: 100%;
margin-bottom: 10px;
}
.tcg-fancy.style-2 .img {
padding: 0;
}
.admin-bar .is-sticky .stuck-nav,
.admin-bar .custom-absolute-menu,
.admin-bar .custom-fixed-menu,
.admin-bar .abs-header {
margin-top: 46px;
}
.slider-content {
max-width: 78%;
}
.content-title,
.table-content h3,
.hero-title {
font-size: 28px;
}
.box-with-icon .fa {
position: relative;
}
.box-with-icon .icon-title,
.box-with-icon .icon-subtitle {
padding-left: 0;
}
.comment-form-email,
.comment-form-author,
.comment-form-url {
width: 100%;
padding-right: 0;
}
.slider-style-2 .slider-title {
font-size: 30px;
}
.slider-style-2 .slider-title {
font-size: 30px;
letter-spacing: 5px;
}
.btn-relative {
margin-right: 0;
}
span.your-name,
span.your-email,
span.cell-phone,
span.subject {
display: block;
width: 100%;
margin-bottom: 30px;
}
span.wpcf7-form-control-wrap.your-message {
padding-right: 10px;
}
.dsc-bottom-style1 p,
.dsc-bottom-style-2 p,
.dsc-bottom-style-3 p {
margin-left: 0;
}
.port-filter {
border: none;
}
.port-filter a {
padding: 8px 10px;
}
.entry-title {
font-size: 24px;
}
.error-title {
font-size: 40px;
padding: 10px 40px;
}
.post-style-3 .entry-header {
padding: 120px 30px;
}
.post-style-3 .entry-header .entry-title {
font-size: 25px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
background: none;
border: none;
padding: 4px 12px;
color: var(--color-main);
margin-top: 10px;
}
.tags-bottom,
.sharebox {
width: 100%;
margin-left: 0;
}
.share-box {
float: left;
}
.sidebar .theiaStickySidebar {
padding-left: 0;
}
.post.sticky {
padding: 30px 30px 0 30px;
}
.post.sticky .spc-60 {
height: 25px;
}
.mouse-cursor {
display: none;
}
}
@media (max-width: 600px) {
.port-item,
.other-portfolio .port-item,
.port-gallery-body .port-item {
width: 100%;
float: none;
}
.tcg-gallery .col-md-6.port-item {
float: none;
width: 100%;
}
.other-portfolio .port-item .dbox-relative p {
font-size: 18px;
margin-top: 10px;
color: #eee;
}
.cell-line {
display: none;
}
.slider-title,
.hero-title {
font-size: 36px;
}
.slider-style-3 .slider-title {
font-size: 35px;
}
.slider-style-3 .slider-subtitle {
font-size: 18px;
color: #fff;
background: transparent;
}
.slider-box {
padding-bottom: 150px;
padding-top: 150px;
}
.page-head-slider .slider-box {
padding-top: 100px;
padding-bottom: 50px;
}
.admin-bar .is-sticky .stuck-nav,
.admin-bar .custom-fixed-menu {
margin-top: 0;
}
.top-slider {
letter-spacing: 4px;
font-size: 15px;
}
.nav-box .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 600px) {
.wp-block-coblocks-pricing-table-item {
background: rgba(140, 140, 151, 0.1);
}
}
@media screen and (min-width: 991px) {
.tcg-info-box-carousel.carousel .continued-slide .swiper-wrapper .swiper-slide {
width: 370px !important;
}
}
@media (max-width: 480px) {
.tcg-showcase.style-6 .dots {
display: none;
}
.tcg-portfolio.style-9 .gallery .items {
padding: 0 15px;
margin: 0 0 50px;
}
.tcg-post-list.style-8 .controls {
display: none;
}
.blog-style-three .blog-link-img {
width: 100%;
display: block;
min-height: 300px;
}
.blog-style-three .excerpt-box {
width: 100%;
display: block;
}
#related_posts .col-sm-4 {
width: 100%;
}
.tcg-fancy.style-2 .img .stauts {
display: none;
}
.tcg-header.style-6 .sec-head h3 {
font-size: 20px;
}
.portfolio.style-5 .tcg-gallery .items {
padding: 0 15px;
margin: 0 0 50px;
}
.info-box.style-4 {
display: block;
}
.info-box.style-4 .cont {
padding-left: 0;
}
.tcg-post-list.style-7 .item {
display: block;
}
.tcg-post-list.style-7 .item .cont {
padding-left: 0;
margin-top: 30px;
}
.tcg-post-list.style-7 .item .img {
width: 100%;
}
.tcg-post-list.style-7 .item .img img {
max-width: 100%;
}
.tcg-testimonial.style-4 .item, .tcg-testimonial.style-5 .item {
display: block;
padding: 60px 30px;
}
.tcg-testimonial.style-4 .item p, .tcg-testimonial.style-5 .item p {
margin-left: 0;
padding-left: 0;
border: 0;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.tcg-testimonial.style-4 .item .info, .tcg-testimonial.style-5 .item .info {
min-width: auto;
margin: auto;
margin-bottom: 30px;
display: block;
text-align: center;
}
.tcg-testimonial.style-4 .item .info .img, .tcg-testimonial.style-5 .item .info .img {
margin: auto;
}
.tcg-post-list.style-8 .item .content {
padding: 30px 15px;
}
.tcg-fancy.style-3 .hero-bg {
width: 290px;
height: 290px;
}
.tcg-fancy.style-3 .exp {
width: 230px;
height: 230px;
}
.tcg-fancy.style-3 .exp h2 {
font-size: 100px;
}
.tcg-showcase.style-5 .controls {
top: 30px;
right: 30px;
}
.tcg-showcase.style-5 .swiper-slide .cont h4 {
font-size: 25px;
}
.tcg-post-list.style-9 .item {
margin-bottom: 50px;
}
.tcg-post-list.style-9 .item h5 {
font-size: 20px;
}
}  .pre-loading {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9999999999999;
}
.pre-loading:after, .pre-loading:before {
content: "";
background: #fff;
height: 50%;
width: 100%;
position: absolute;
left: 0;
transition: all 1s;
}
.pre-loading:after {
top: 0;
}
.pre-loading:before {
bottom: 0;
}
.loading-end:after {
top: -60%;
}
.loading-end:before {
bottom: -60%;
}
.load-circle {
margin: 50vh auto;
width: 80px;
height: 80px;
border-radius: 50%;
border: 10px solid #eee;
border-top: 10px solid #f96152;
-webkit-animation: rotate 1.2s infinite linear;
animation: rotate 1.2s infinite linear;
}
@-webkit-keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.svg-pre-loading {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999999;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper {
position: initial;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper object {
position: initial;
height: 160px;
} .pace {
pointer-events: none;
user-select: none;
z-index: 99999999999999;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 400px;
border: 0px;
height: 1px;
overflow: hidden;
background: rgba(255, 255, 255, 0.05);
transition: all 1s;
}
.pace .pace-progress {
transform: translate3d(0, 0, 0);
max-width: 300px;
position: fixed;
z-index: 99999999999999;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: var(--color-main);
}
.pace.pace-inactive {
width: 100vw;
opacity: 0;
}
.pace.pace-inactive .pace-progress {
max-width: 100vw;
}
#preloader {
width: 100%;
height: 100vh;
overflow: hidden;
position: fixed;
z-index: 9999999;
}
#preloader:after, #preloader:before {
content: "";
position: fixed;
left: 0;
height: 50%;
width: 100%;
background: #eee;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
top: 0;
}
#preloader:after {
bottom: 0;
}
#preloader.isdone {
visibility: hidden;
transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
height: 0;
transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
transition-delay: 1s;
}
#preloader .loading-text {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 10px;
position: absolute;
top: calc(50% - 30px);
left: 50%;
transform: translate(-50%, -50%);
color: var(--color-main);
font-family: "Teko", sans-serif;
z-index: 9999;
}
#preloader .loading-text.isdone {
top: 50%;
opacity: 0;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
transition-delay: 0.5s;
} .loader-wrap {
position: fixed;
z-index: 10;
height: 100vh;
width: 100%;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: transparent;
z-index: 99999999999999;
overflow: hidden;
}
.loader-wrap svg {
position: absolute;
top: 0;
width: 100vw;
height: 110vh;
}
.loader-wrap .load-logo {
position: relative;
z-index: 999;
-webkit-transition: all 1s ease;
transition: all 1s ease;
margin: auto;
text-align: center;
margin-bottom: 50px;
}
.loader-wrap .load-logo img {
max-height: 70px;
width: 150px;
}
.loader-wrap .loader-wrap-heading .load-text {
font-size: 20px;
font-weight: 200;
letter-spacing: 15px;
text-transform: uppercase;
z-index: 20;
color: #fff;
}
.load-text span {
-webkit-animation: loading 1s infinite alternate;
animation: loading 1s infinite alternate;
}
.load-text span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.load-text span:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@-webkit-keyframes loading {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes loading {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}  .side-panel {
position: fixed;
z-index: 3;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100vh;
overflow: hidden;
overflow-y: auto;
background: #fff;
-webkit-transform: translateX(-webkit-calc(100% + 80px));
-moz-transform: translateX(-moz-calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
-webkit-transition: -webkit-transform 0.45s ease-in-out;
transition: -webkit-transform 0.45s ease-in-out;
-o-transition: -o-transform 0.45s ease-in-out;
-moz-transition: transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
transition: transform 0.45s ease-in-out;
transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
}
.side-panel.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.side-panel .close-black-block-offcanvas {
position: absolute;
color: #fff;
font-size: 15px;
display: block;
font-weight: normal;
line-height: 1;
border-radius: 50% 50% 50% 50%;
padding: 4px 7px 5px 7px;
border: 1px solid #ccc;
z-index: 10;
background-color: #fff;
top: 15px;
right: 15px;
display: none;
}  .error-title {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
border: 15px double var(--color-main);
border: 10px solid transparent !important;
border-radius: 5px;
color: #333;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 200px;
font-weight: 600;
margin-bottom: 40px;
padding: 10px 60px;
text-transform: uppercase;
}
.error-text {
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 20px;
}
.error-btn {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border: 1px solid var(--color-main);
border: 1px solid transparent !important;
border-radius: 5px;
color: var(--color-main);
display: inline-block;
font-size: 14px;
overflow: hidden;
padding: 8px 20px;
position: relative;
-webkit-transition-duration: 1s;
transition-duration: 1s;
width: auto;
z-index: 1;
} #Blog {
overflow-x: hidden;
}
.blog-style-three {
display: table;
width: 100%;
}
.blog-style-three .blog-link-img {
display: table-cell;
vertical-align: middle;
position: relative;
width: 30%;
}
.blog-style-three .blog-link-img:hover .blogmask {
background: rgba(0, 0, 0, 0.5);
}
.blog-style-three .box-cat-post {
margin-bottom: 10px;
}
.blog-style-three .post-meta {
margin-bottom: 10px;
}
.blog-style-three .excerpt-box {
width: 70%;
display: table-cell;
padding-left: 20px;
vertical-align: middle;
}
.blog-style-three .blog-imgbg {
background-position: center center;
background-size: cover;
}
.blog-link-img {
position: relative;
display: block;
background: var(--color-main);
overflow: hidden;
opacity: 0.8;
}
.blog-link-img .bl-icon {
border-radius: 100px;
position: absolute;
right: 20px;
top: 20px;
z-index: 3;
color: #ffffff;
background: var(--color-main);
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
}
.blog-link-img img {
width: 100%;
transition: 0.3s;
transition: all 0.5s;
}
.blog-link-img:hover img {
opacity: 0.1;
transform: scale(1.1, 1.1);
}
.content-btn-align-icon-left.content-btn-button-icon {
float: left;
margin-right: 10px;
}
.content-btn-align-icon-right.content-btn-button-icon {
float: right;
margin-left: 10px;
}
.blog-post-list .blog-style-three h3 {
margin-bottom: 10px;
}
.blog-post-list h3 {
font-size: 24px;
letter-spacing: initial;
font-weight: 700;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
transition: ease 0.5s;
margin-top: 10px;
margin-bottom: 15px;
}
.blog-post-list a:hover h3 {
color: var(--color-main);
}
.blog-post-list .col-md-4:nth-child(4) {
clear: left;
}
.blog-post-list .col-md-3:nth-child(5) {
clear: left;
}
.blog-post-list .tcg-blog-box h3 {
color: #ffffff;
margin: 0;
font-size: 22px;
color: #ffffff;
}
.elementor-widget-tcg-post-four {
overflow: hidden;
}
.blogmask {
height: 100%;
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0);
transition: 0.3s;
top: 0;
z-index: 0;
}
.post-slider .blog-col-inner .blogmask {
background: rgba(0, 0, 0, 0.3);
}
.post-slider .blog-col-inner:hover .blogmask {
background: rgba(0, 0, 0, 0.5);
}
.post-slider .blog-imgbg {
background-position: center center;
background-size: cover;
}
.post-slider .blog-link-img.blog-with-box.blog-imgbg {
color: inherit;
}
.post-slider .tcg-blog-box {
display: table;
height: 100%;
}
.post-slider .tcg-blog-inner {
display: table-cell;
vertical-align: middle;
}
.post-meta {
list-style: none;
padding: 0;
margin-bottom: 20px;
margin-top: 15px;
line-height: 1;
text-transform: capitalize;
font-size: 14px;
}
.post-meta a {
color: var(--color-main);
text-transform: capitalize;
}
.post-meta a:hover {
color: #000000;
}
.post-meta li {
list-style: none;
display: inline-block;
margin-right: 18px;
color: var(--color-main);
text-transform: capitalize;
line-height: 150%;
}
.post-meta li .fa {
display: inline-block;
margin-right: 3px;
}
.blog-list p {
margin-bottom: 20px;
}
.blog-list .post-meta {
margin-bottom: 0;
margin-top: 0;
}
.blog-list .post-meta-bootom {
border-top: 1px dashed #e1e1e1;
padding-top: 20px;
}
.blog-list .post-meta-bootom li {
color: #888;
font-size: 13px;
}
.blog-list .post-meta-bootom a {
color: #888;
font-size: 13px;
}
.blog-list .blog-col-inner {
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-list .excerpt-box {
position: relative;
box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
margin-left: -40px;
background: #fff;
z-index: 2;
}
.blog-list .txt-lft {
margin-left: 0;
margin-right: -40px;
}
.blog-list.blog-style-two .blog-col-inner {
background: transparent;
align-items: initial;
}
.blog-list.blog-style-two .blog-col-inner .blog-link-img {
max-width: 66.666%;
}
.blog-list.blog-style-two .blog-col-inner .date-post {
display: none;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box {
background: transparent;
box-shadow: none;
margin-left: -30px;
padding: 0;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3 {
color: #999;
font-weight: 300;
font-size: 16px;
line-height: 1.6;
margin-top: 0;
opacity: 0.8;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3:after {
display: none;
}
.tags a {
font-weight: 500;
}
.blog-2 .post-meta {
font-size: 13px;
margin-bottom: 30px;
margin-top: -10px;
}
.blog-2 .post-meta a {
color: inherit;
}
.blog-2 .post-meta span {
color: #aaa;
}
.blog-2 .post-meta li {
color: inherit;
line-height: 1.8;
}
.blog-2 .excerpt-box {
text-align: left;
padding: 30px;
}
.blog-2 .blog-link-img:hover img {
opacity: 1;
transform: scale(1.1, 1.1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.blog-2 .blog-post-list h3 {
font-weight: 600;
font-size: 220%;
}
.blog-2 .content-btn {
border: none;
margin-top: 20px;
background: #fff;
color: var(--color-main);
}
.blog-2 .content-btn i {
border: 0.5px dashed var(--color-main);
border-radius: 50%;
height: 45px;
line-height: 45px;
margin: auto;
text-align: center;
width: 45px;
}
.blog-2 .blog-col-inner {
border: none;
box-shadow: none;
}
.cat-post {
position: absolute;
background-color: #ffffff;
padding: 3px 10px;
top: 5px;
left: 5px;
letter-spacing: 0.5px;
font-size: 14px;
}
.date-post {
position: absolute;
background-color: #1f1f1f;
padding: 3px 10px;
top: 5px;
left: 5px;
letter-spacing: 0.5px;
font-size: 14px;
color: #ffffff;
}
.date-post-rtl {
position: absolute;
background-color: #1f1f1f;
padding: 3px 10px;
top: 5px;
right: 5px;
letter-spacing: 0.5px;
font-size: 14px;
color: #ffffff;
}
.blog-col-inner {
background: #fff;
border-radius: 0;
border: 1px solid #e5e5e5;
}
.excerpt-box {
padding: 36px;
}
.blog-wrapper {
background: #fff;
}
.dark-page .blog-wrapper {
background: #1f1f1f;
}
.blog-header {
background: #1f1f1f none repeat scroll 0 0;
position: relative;
z-index: 999;
}
.blog-header-slider {
background: #fafafa none repeat scroll 0 0;
}
.blog-header-slider:hover .slide-nav {
opacity: 1;
}
.blog-img-bg {
background-position: center center;
background-size: cover;
overflow: hidden;
}
.blog-img-bg:hover .blog-box {
-ms-transform: translateY(-50%) scale(1, 1);
-webkit-transform: translateY(-50%) scale(1, 1);
transform: translateY(-50%) scale(1, 1);
z-index: 1;
}
.small-title {
font-size: 30px;
margin: 0 0 20px;
}
.tcg-blog-box {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
color: #ffffff;
font-size: 15px;
}
.tcg-blog-inner {
padding: 20px;
}
.post-meta-box {
list-style: none;
padding: 0;
}
.post-meta-box li {
list-style: none;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.blog-col {
padding: 0;
}
.box-blog-padding {
padding: 20px;
padding-top: 0;
}
.blog-with-box img {
opacity: 0.8;
}
.box-cat-post {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: italic;
line-height: 1;
display: inline-block;
}
.box-cat-post.cat-absolute {
position: absolute;
left: 20px;
bottom: 20px;
background: #fff;
color: #000000;
padding: 6px 16px;
z-index: 3;
}
.blog-box {
margin: 0 15px;
position: relative;
top: 50%;
-ms-transform: translateY(-50%) scale(0, 0);
-webkit-transform: translateY(-50%) scale(0, 0);
transform: translateY(-50%) scale(0, 0);
z-index: 1;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
}
.blog-box h3 {
font-size: 20px;
letter-spacing: 2px;
margin: 10px 0 30px;
color: #ffffff;
text-transform: uppercase;
}
.blog-box .slide-btn {
font-size: 15px;
letter-spacing: 3px;
padding: 13px 25px;
}
.blog-box p {
color: #ffffff;
font-family: "Poppins", sans-serif;
font-style: italic;
margin-bottom: 0;
}
.blog-box-inner {
border: 4px solid #fff;
margin: auto;
padding: 30px;
position: relative;
top: auto;
max-width: 300px;
-ms-transform: none;
-webkit-transform: none;
transform: none;
text-align: center;
}
.blog-content .img-post {
overflow: hidden;
background: #000000;
margin-bottom: 30px;
border-radius: 7px;
}
.blog-content .img-post img {
transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out, -moz-filter 0.3s ease-out;
-o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out, -o-filter 0.3s ease-out;
-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.blog-content .img-post img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 0.5;
}
.blog-content .blog-post p a {
color: var(--color-main);
}
.entry-title {
display: block;
font-size: 30px;
margin: 0 0 20px;
position: relative;
font-weight: 600;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
a .entry-title {
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
a .entry-title:hover {
color: var(--color-main);
}
.blog-slider-box {
padding: 27% 0;
}
.fa-arrow-left.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 12px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
}
.fa-arrow-left.slick-arrow:hover {
background: #000;
color: #ffffff;
}
.fa-arrow-right.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 12px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
}
.fa-arrow-right.slick-arrow:hover {
background: #000;
color: #ffffff;
}
.slider .fa.fa-arrow-right.slick-arrow {
left: 50px;
}
.post-detail {
font-size: 13px;
padding: 0;
list-style: outside none none;
color: #888;
}
.post-detail > li {
display: inline-block;
margin-right: 18px;
margin-bottom: 15px;
}
.post-detail > li a {
color: #888;
}
.post-detail > li a:hover {
color: var(--color-main);
}
.post-detail > li i {
display: inline-block;
font-size: 11px;
margin-right: 5px;
text-align: center;
border-radius: 100px;
color: var(--color-main);
}
.border-post {
display: block;
height: 1px;
margin-left: 0;
margin-right: 0;
margin-top: 40px;
border-bottom: 1px solid #eee;
}
.single .border-post {
border: none;
}
.pagination {
width: 100%;
text-align: center;
margin: 40px 0;
display: inline-block;
}
.pagination > li {
display: inline-block;
margin-right: 10px;
}
.pagination > li > a {
position: relative;
float: left;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 10px 20px;
font-weight: 500;
}
.pagination > li > a:focus {
color: #333;
}
.pagination > li > span {
color: inherit;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 10px 20px;
}
.pagination > li > span:focus {
color: #333;
}
.pagination > .active > a {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > a:hover {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > a:focus {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span:hover {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span:focus {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination li a:hover {
color: #000000;
}
.pagination a {
font-weight: 500;
}
.blog-slider:hover .slide-nav {
opacity: 1;
}
.blog-mason .entry-title {
border-bottom: 1px solid #eee;
font-size: 20px;
padding-bottom: 20px;
}
.post-bottom {
display: flex;
padding: 20px 0 20px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 40px;
}
.tags-bottom {
order: 1;
margin-top: 10px;
color: #aaa;
font-size: 14px;
letter-spacing: 0.1em;
}
.tags-bottom a {
color: #666;
padding: 6px 18px;
font-size: 13px;
margin-left: 7px;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 12px;
border-radius: 50px;
background: #f7f7f7;
}
.tags-bottom a:hover {
color: #fff;
background-color: var(--color-main);
}
.sharebox {
justify-content: flex-end;
order: 2;
margin: 0 0 0 auto;
white-space: nowrap;
}
.share-box {
font-family: "Poppins", sans-serif;
color: #aaa;
font-size: 14px;
letter-spacing: 0.1em;
float: right;
margin-top: 10px;
}
.share-box a {
margin-left: 5px;
position: relative;
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
border-radius: 50%;
text-align: center;
color: #fff;
}
.tcg-share-box.share-box {
padding: 0;
}
.tcg-share-box .share-text {
display: inline-block;
}
#related_posts {
margin-bottom: 60px;
background: #f5f6f8;
padding: 40px;
border: 1px solid #eeeff0;
}
#related_posts .related-inner:hover {
border-bottom-color: var(--color-main);
}
#related_posts .related-inner .post-detail > li {
margin-bottom: 5px;
}
#related_posts .related-inner P {
margin-top: 8px;
}
#related_posts .related-inner div > *:last-child {
margin-bottom: 0;
}
#related_posts .col-sm-4 {
margin-bottom: 20px;
}
#related_posts .col-sm-4 img {
opacity: 1;
transition: 0.3s;
width: 100%;
height: 240px;
object-fit: cover;
}
#related_posts .col-sm-4:nth-child(4) {
clear: left;
}
.attachment-tcg-related-post {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.related-inner {
overflow: hidden;
padding: 30px 35px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
background: #fff;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
margin: 0 0 10px 0;
z-index: 1000;
position: relative;
}
a > img + .related-inner {
margin: -20px 20px 20px;
}
.related-cat {
color: #aaa;
font-size: 13px;
line-height: 1.8;
margin: 0;
}
.related-cat i {
display: inline-block;
margin-right: 7px;
color: var(--color-main);
}
.title-related-post {
-moz-transition: ease 0.5s;
-ms-transition: ease 0.5s;
-o-transition: ease 0.5s;
-webkit-transition: ease 0.5s;
font-size: 22px;
margin: 0 0 40px;
text-transform: uppercase;
position: relative;
}
.title-related-post:after {
content: "";
position: absolute;
height: 2px;
width: 80px;
left: 0;
bottom: -6px;
background-color: #000;
}
.related-title {
font-size: 18px;
line-height: 1.6em;
margin: 0;
font-weight: 600;
letter-spacing: 0;
-moz-transition: ease 0.5s;
-ms-transition: ease 0.5s;
-o-transition: ease 0.5s;
-webkit-transition: ease 0.5s;
}
h3.related-title:hover {
color: var(--color-main);
}
.footer.footer-two.clearfix {
position: fixed;
width: 100%;
bottom: 0;
z-index: -1;
left: 0;
}
.blog-gallery div {
width: 33.3%;
float: left;
}
.blog-gallery a {
position: relative;
display: block;
}
.blog-gallery a span {
background: rgba(0, 0, 0, 0.3);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
.blog-gallery a span:hover {
opacity: 1;
}
.blog-gallery a i {
background: var(--color-main) none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
height: 50px;
left: 50%;
line-height: 50px;
margin-left: -25px;
margin-top: -25px;
position: absolute;
text-align: center;
top: 50%;
width: 50px;
}
.pagi-nav-box {
float: left;
}
.imgpagi-box {
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.imgpagi-box p {
margin: 0;
line-height: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--color-main);
letter-spacing: 2px;
text-align: left;
}
.pagi-nav-box.next {
text-align: right;
float: right;
}
.img-pagination {
overflow: hidden;
padding-top: 20px;
margin-bottom: 60px;
}
.img-pagination a {
display: table;
width: 100%;
}
.img-pagination a:hover .img-pagi .lnr {
font-size: 30px;
color: var(--color-main);
}
.img-pagination a:hover .img-pagi img {
z-index: 0;
}
.img-pagination a .img-pagi img {
z-index: 2;
display: none;
}
.img-pagi {
display: table-cell;
vertical-align: middle;
overflow: hidden;
position: relative;
background: transparent;
width: 90px;
height: 90px;
border: 1px solid #eee;
}
.img-pagi .lnr {
color: #999;
font-size: 25px;
height: 124px;
left: 50%;
line-height: 120px;
margin-left: -60px;
margin-top: -62px;
opacity: 1;
position: absolute;
text-align: center;
top: 50%;
transform: scale(0.6);
transition: all 0.3s ease 0s;
width: 120px;
z-index: 1;
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.img-pagi img {
position: relative;
}
.pagi-title {
margin: 0;
font-size: 15px;
font-weight: 700;
margin-top: 5px;
line-height: 1.5;
text-align: left;
}
.pagi-box p {
text-transform: uppercase;
font-size: 12px;
margin-top: 10px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
} .blog-style-2 .entry-title {
font-size: 28px;
}
.blog-style-2 .post-detail > li {
border-radius: 2em;
background-color: #f5f5f5;
color: #333;
padding: 9px 16px;
transition: all 0.3s;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
line-height: 1.25em;
margin-inline-end: 0.5em;
display: inline-flex;
align-items: center;
justify-content: center;
}
.blog-style-2 .post-detail > li a {
color: #333;
}
.blog-style-2 .border-post {
border-bottom: 1px dashed #cecece;
} .blog-style-3 {
padding: 100px 0;
}
.blog-style-3 .entry-title {
font-size: 25px;
}
.blog-style-3 .post-img {
padding-left: 0;
}
.blog-style-3 .post-img .img-post {
margin: 0;
}
.blog-style-3 .post-details {
padding-right: 0;
position: relative;
height: 100%;
}
.blog-style-3 .post-details .post-cat {
border-right: 1px solid #dee2e6;
padding-right: 14px;
border-radius: 0;
}
.blog-style-3 .post-details .post-cat a {
color: var(--color-main);
text-transform: uppercase;
font-weight: 600;
}
.blog-style-3 .post-detail.post-bot {
position: absolute;
bottom: 0;
display: flex;
width: 100%;
justify-content: space-between;
}
.blog-style-3 .post-detail.post-bot .count {
margin-left: 20px;
}
.blog-style-3 .post-detail.post-bot > li {
margin-bottom: 0;
}
.blog-style-3 .post-detail > li {
border-radius: 2em;
color: #333;
transition: all 0.3s;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
line-height: 1.25em;
margin-inline-end: 0.5em;
display: inline-flex;
align-items: center;
justify-content: center;
}
.blog-style-3 .post-detail > li i {
color: initial;
}
.blog-style-3 .post-detail > li a {
color: #333;
}
.blog-style-3 .border-post {
border-bottom: 1px dashed #cecece;
}
.blog-style-3 .pagination > li:last-child > a, .blog-style-3 .pagination > li:last-child > span {
border-radius: 7px;
} .blog-top-slider .m-title {
font-weight: 700;
font-size: 45px;
}
.blog-top-slider .m-title span {
color: var(--color-main);
position: relative;
display: inline-block;
padding: 0 5px;
margin: 0 5px;
}
.blog-top-slider .m-title span:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 40%;
background-color: var(--color-main);
opacity: 8%;
}
.blog-top-slider .blog-details-slider {
position: relative;
overflow: hidden;
}
.blog-top-slider .blog-details-slider .content-card .img {
position: relative;
border-radius: 30px;
overflow: hidden;
}
.blog-top-slider .blog-details-slider .content-card .img.overlay::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
}
.blog-top-slider .blog-details-slider .content-card .img img {
object-fit: cover;
width: 100%;
height: 500px;
}
.blog-top-slider .blog-details-slider .content-card .info {
position: absolute;
width: 100%;
bottom: 0;
padding: 4vw;
color: #fff;
}
.blog-top-slider .blog-details-slider .content-card .info .date {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
}
.blog-top-slider .blog-details-slider .content-card .info span a {
color: #fff;
}
.blog-top-slider .blog-details-slider .content-card .info .title a {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
transition-delay: 0.1s;
color: #fff;
font-size: 32px;
line-height: 1.4;
font-weight: 700;
}
.blog-top-slider .blog-details-slider .content-card .info .text-info {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
transition-delay: 0.2s;
}
.blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info small, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info p, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info a {
opacity: 1;
transform: translateX(0);
}
.blog-top-slider .blog-details-slider .swiper-pagination {
width: 100%;
bottom: 0;
text-align: right;
padding: 30px 4vw;
}
.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
background-color: #fff;
opacity: 1;
margin: 0 5px;
}
.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--color-main);
}
.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-button-prev {
transform: rotate(45deg);
border-radius: 15px;
width: 50px;
height: 50px;
}
.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-button-prev::after {
transform: rotate(-45deg);
}
.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev {
right: -35px;
background: #fff;
}
.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
font-size: 14px;
margin-right: 20px;
margin-top: 23px;
}
.blog-top-slider .blog-details-slider .swiper-button-prev, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next {
left: -35px;
background: #fff;
}
.blog-top-slider .blog-details-slider .swiper-button-prev::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
font-size: 14px;
margin-left: 25px;
margin-bottom: 22px;
} .popular-posts .col-lg-4:not(:last-child) {
border-right: 1px solid #dee2e6;
}
.popular-posts .card {
padding: 0 15px;
}
.popular-posts .card .img {
border-radius: 20px;
height: 200px;
}
.popular-posts .card .card-body a {
color: #000;
} .tcg-author {
padding-top: 80px;
padding-bottom: 80px;
background: #eef4f8;
text-align: center;
}
.tcg-author h1 {
font-size: 40px;
font-weight: 700;
line-height: 1.4em;
}
.tcg-author h1 span {
position: relative;
}
.tcg-author h1 span:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 40%;
opacity: 8%;
background-color: var(--color-main);
} .tcg-posts article {
opacity: 0;
animation-name: fadeInSlideUp;
animation-duration: 1s; animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
.tcg-posts article.reveal {
opacity: 1;
}
.tcg-show-more {
width: 100%;
text-align: center;
margin: 40px 0;
display: inline-block;
cursor: pointer;
opacity: 0.8;
}
.tcg-show-morehover, .tcg-show-morefocus, .tcg-show-more.loading {
opacity: 1;
}
.tcg-show-more.loading {
cursor: default;
}
.tcg-show-more .text {
background: #efeeee;
padding: 10px 20px;
border-radius: 5px;
font-size: 14px;
font-weight: 600;
transition: background-color 0.5s ease; border: 1px solid #efeeee;
}
.tcg-show-more .text:hover {
background: transparent;
border: 1px solid #dddddd;
}
.tcg-show-more .icon {
display: none;
}
.tcg-show-more .icon.spin {
display: inline-block;
font-size: 15px;
-webkit-animation: spin 1000ms linear infinite; -moz-animation: spin 1000ms linear infinite; -ms-animation: spin 1000ms linear infinite; -o-animation: spin 1000ms linear infinite; animation: spin 1000ms linear infinite;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes fadeInSlideUp {
0% {
opacity: 0;
transform: translateY(100px); }
100% {
opacity: 1;
transform: translateY(0); }
}
.widget .contact-list {
list-style: outside none none;
margin: 20px 0;
padding: 0;
}
.widget .contact-list > li {
margin-bottom: 10px;
list-style: outside none none;
}
.contact-list {
list-style: outside none none;
margin: 20px 0;
padding: 0;
}
.contact-list > li {
margin-bottom: 10px;
list-style: outside none none;
}
.contact-list i.fa {
color: #1f1f1f;
display: inline-block;
font-size: 18px;
margin-right: 7px;
}
.map_canvas {
height: 500px;
}
.map-gray iframe {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(99%);
-webkit-backface-visibility: hidden;
}
.box-map {
line-height: 1;
padding: 20px 0 20px 20px;
text-align: center;
width: 100%;
}
.box-map > img {
max-width: 400px;
max-height: 200px;
}
.box-map > h3 {
font-size: 16px;
color: #1f1f1f;
letter-spacing: 3px;
margin: 10px 0 10px;
text-transform: uppercase;
}
form input {
-moz-box-sizing: border-box;
background: #fff;
border: none;
border: 1px solid #ddd;
box-sizing: border-box;
color: #888;
line-height: inherit;
padding: 6px 13px;
padding-left: 30px;
width: 100%;
max-height: 150px;
border-radius: 0;
background: #fdfdfd;
font-size: 15px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
form input:focus {
border-color: var(--color-main);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
form textarea {
-moz-box-sizing: border-box;
background: #fff;
border: none;
border: 1px solid #ddd;
box-sizing: border-box;
color: #888;
line-height: inherit;
padding: 6px 13px;
padding-left: 30px;
width: 100%;
max-height: 150px;
border-radius: 0;
background: #fdfdfd;
font-size: 15px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
form textarea:focus {
border-color: var(--color-main);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.comment-respond form input {
border: 1px solid #ddd;
padding-left: 10px;
max-height: 160px;
}
.comment-respond form input:focus {
border-color: var(--color-main);
}
.comment-respond form input::placeholder {
color: #333;
}
.comment-respond form textarea {
border: 1px solid #ddd;
padding-left: 10px;
max-height: 160px;
}
.comment-respond form textarea:focus {
border-color: var(--color-main);
}
.comment-respond form textarea::placeholder {
color: #333;
}
.comment-respond p {
position: relative;
}
#MyContactForm {
text-align: left;
}
#MyContactForm p span {
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
#MyContactForm p label {
cursor: text;
display: block;
margin: 0;
position: relative;
top: 0;
width: 100%;
}
input:focus {
border-color: #e0e0e0;
}
textarea:focus {
border-color: #e0e0e0;
outline: none;
}
textarea::-webkit-input-placeholder {
color: #aaa;
}
textarea:-moz-placeholder {
color: #aaa;
}
textarea::-moz-placeholder {
color: #aaa;
}
textarea:-ms-input-placeholder {
color: #aaa;
}
#form-wrapper #MyContactForm .error {
bottom: 12px;
color: #FF0000;
font-family: inherit;
font-size: 12px;
font-weight: normal;
left: auto;
font-style: italic;
letter-spacing: 0;
position: absolute;
right: 20px;
text-transform: capitalize;
width: auto;
}
.content-btn {
color: var(--color-main);
width: auto;
border: 1px solid var(--color-main);
display: inline-block;
font-size: 14px;
position: relative;
overflow: hidden;
z-index: 1;
-webkit-transition-duration: 1s;
transition-duration: 1s;
padding: 8px 20px;
}
.content-btn:hover {
color: #ffffff;
}
.content-btn::before {
background: #eee none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
opacity: 0.3;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
background: #fff none repeat scroll 0 0;
border-radius: 200px;
content: "";
opacity: 0.3;
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
transition: all 0.4s ease-in 0s;
transition-delay: 0.3s;
}
.slider-btn:hover::before {
opacity: 1;
transform: scale(4);
-ms-transform: scale(4);
-webkit-transform: scale(4);
}
.tcg-comment span.your-name {
display: inline-block;
width: 32.9%;
}
.tcg-comment span.your-email {
display: inline-block;
width: 32.9%;
}
.tcg-comment span.cell-phone {
display: inline-block;
width: 32.9%;
}
.tcg-comment span.subject {
display: inline-block;
width: 49%;
}
.tcg-comment .comment-form-email {
width: 32.9%;
display: inline-block;
padding-right: 1%;
}
.tcg-comment .comment-form-author {
width: 32.9%;
display: inline-block;
padding-right: 1%;
}
.tcg-comment .comment-form-comment {
margin-top: 30px;
margin-bottom: 20px;
}
.tcg-comment .comment-form-url {
width: 32.9%;
display: inline-block;
padding-right: 1%;
padding-right: 0;
} .post-style-1 {
padding-bottom: 0;
}
.post-style-1 p {
margin: 0 0 20px;
}
.post-style-1 a.colored {
color: var(--color-main);
}
.post-style-1 .entry-title {
display: block;
font-size: 42px;
margin: 0 0 20px;
position: relative;
font-weight: 700;
-webkit-transition: 100ms linear all;
transition: 100ms linear all;
text-align: center;
}
.post-style-1 .post-detail > li {
margin-right: 35px;
color: #333;
}
.post-style-1 .post-detail > li.post-cat {
text-transform: uppercase;
font-weight: 700;
border-right: 1px solid #dee2e6;
padding-right: 20px;
margin-right: 20px;
}
.post-style-1 .post-detail > li.post-cat a {
color: var(--color-main);
}
.post-style-1 .post-detail > li.post-date {
margin-right: 0;
}
.post-style-1 .post-detail > li.post-auth .lnr-user {
background-color: var(--color-main);
border-color: var(--color-main);
width: 22px;
height: 22px;
color: #fff;
font-size: 10px;
line-height: 21px;
}
.post-style-1 .post-detail > li i {
color: initial;
font-size: 14px;
}
.post-style-1 .post-detail > li a {
color: #333;
}
.post-style-1 .attachment-post-thumbnail {
border-radius: 15px;
width: 1320px;
height: 90vh;
object-fit: cover;
margin-top: 60px;
margin-bottom: 40px;
}
.post-style-1 .wp-caption {
border: none;
}
.post-style-1 .post-bottom {
border: none;
flex-wrap: wrap;
}
.post-style-1 .post-bottom .tags-bottom a {
color: #666;
padding: 6px 18px;
font-size: 12px;
letter-spacing: 0;
display: inline-block;
margin-bottom: 12px;
border-radius: 50px;
border-radius: 7px;
background-color: var(--color-gray);
margin-left: 5px;
}
.post-style-1 .post-bottom .tags-bottom a:hover {
color: #fff;
background-color: var(--color-main);
}
.post-style-1 .post-bottom .share-box .share-text {
text-transform: capitalize;
}
.post-style-1 .post-bottom .share-box a {
margin-left: 5px;
position: relative;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
color: #fff;
}
.post-style-1 .post-bottom .share-box a:hover {
color: #fff;
}
.post-style-1 .tcg-author-info {
display: flex;
padding: 40px;
background: var(--color-gray);
border-radius: 15px;
}
.post-style-1 .tcg-author-info .tcg-author-avatar {
max-width: 80px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.post-style-1 .tcg-author-info .tcg-author-avatar img {
border-radius: 50%;
}
.post-style-1 .tcg-author-info .tcg-author-info-content {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-left: 30px;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-info-title {
margin-bottom: 18px;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-info-title .tcg-author-name a {
color: #111;
text-transform: capitalize;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-info-title .tcg-author-role {
font-size: 12px;
display: block;
margin-top: 4px;
text-transform: uppercase;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-info-text {
margin-bottom: 0;
color: #111;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-social {
margin-top: 20px;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-social a {
font-size: 14px;
margin-right: 7px;
background: #ebebeb;
color: #000;
border-radius: 50px;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
}
.post-style-1 .tcg-author-info .tcg-author-info-content .tcg-author-social a:hover {
background: var(--color-main);
color: #fff;
}
.post-style-1 .tcg-comment {
margin-top: 50px;
}
.post-style-1 .tcg-comment .comment-body {
border-radius: 10px;
border: 1px solid #e9e9e9;
background: none;
}
.post-style-1 .tcg-comment .comment-body .comment-reply-link {
font-size: 12px;
border-radius: 35px;
padding: 0 16px;
line-height: 30px;
display: inline-block;
font-weight: 500;
background: none;
border: 1px solid var(--color-main);
color: var(--color-main);
}
.post-style-1 .tcg-comment .comment-body .comment-reply-link:hover {
background: var(--color-main);
color: #fff;
}
.post-style-1 .related-bottom {
background: var(--color-gray);
padding: 60px 0;
}
.blog-post-list.blog-style-1 .blog-col-inner {
border: none;
}
.blog-post-list.blog-style-1 .blog-col-inner:hover .blog-link-img img {
opacity: 1;
transform: scale(1.1, 1.1) rotate(2deg);
cursor: crosshair;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img {
position: relative;
display: block;
background: var(--color-main);
overflow: hidden;
opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .bl-icon {
border-radius: 100px;
position: absolute;
right: 20px;
top: 20px;
z-index: 3;
color: #ffffff;
background: var(--color-main);
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post {
position: absolute;
background-color: #ffffff;
padding: 8px 16px;
top: 5px;
left: 5px;
letter-spacing: 0.5px;
font-size: 12px;
line-height: 1em;
border-radius: 25px;
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post:hover {
opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img img {
width: 100%;
transition: all 0.5s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box {
padding: 20px 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box h3 {
font-size: 24px;
letter-spacing: initial;
font-weight: 700;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
transition: ease 0.5s;
margin-top: 10px;
margin-bottom: 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box a:hover h3 {
color: var(--color-main);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .tcg-blog-box h3 {
color: #ffffff;
margin: 0;
font-size: 22px;
color: #ffffff;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .excerpt {
margin-top: 1.2em;
margin-bottom: 1.2em;
display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn {
color: #999;
border: none;
border-bottom: 1px solid #999;
padding: 0;
transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn:hover {
background: transparent;
color: var(--color-main);
border-color: var(--color-main);
webkit-transform: translateX(5px);
transform: translateX(5px);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta {
list-style: none;
padding: 0;
line-height: 1.9em;
margin-top: 1em;
margin-bottom: 0;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.1em;
display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a {
color: var(--color-main);
text-transform: uppercase;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
color: #000000;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li {
list-style: none;
display: inline-block;
margin-right: 18px;
color: var(--color-main);
text-transform: uppercase;
line-height: 150%;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li .fa {
display: inline-block;
margin-right: 3px;
}
.recent-posts-widget {
float: left;
margin-bottom: 12px;
padding-bottom: 10px;
}
.recent-posts-widget:last-child {
margin-bottom: -5px;
padding-bottom: 0px;
}
.recent-posts-widget .recent-post-img {
float: left;
}
.recent-posts-widget .recent-post-img img {
max-width: 75px;
margin-right: 10px;
height: 75px;
object-fit: cover;
}
.recent-posts-widget h3 {
display: initial;
padding-top: 5px;
font-size: 14px;
line-height: 1.5em;
transition: 100ms linear all;
}
.recent-posts-widget h3:after {
display: none;
}
.recent-posts-widget span {
display: block;
font-size: 12px;
padding-top: 5px;
}
.sidebar .wp-block-group__inner-container h2 {
display: block;
line-height: 1;
letter-spacing: 0;
margin: 0;
margin-bottom: 30px;
position: relative;
padding-bottom: 15px;
font-size: 17px;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .wp-block-group__inner-container h2:before {
content: "";
position: absolute;
top: 34px;
left: 0;
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.sidebar .recent-posts-widget:not(:last-child) {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e8e8e8;
margin-bottom: 15px;
padding-bottom: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: stretch;
align-items: stretch;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img {
margin-right: 10px;
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-right: 15px;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img img {
max-width: 75px;
margin-right: 0;
height: 75px;
object-fit: cover;
border-radius: 5px;
}
.sidebar .recent-posts-widget .widget-post-content {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.sidebar .recent-posts-widget .widget-post-content h3 {
display: block;
font-weight: 400;
font-size: 13px;
line-height: 1.4em;
transition: 100ms linear all;
margin-top: 0px;
margin-bottom: 4px;
padding-top: 0;
}
.sidebar .recent-posts-widget .widget-post-content h3 a {
color: #000000;
}
.sidebar .recent-posts-widget .widget-post-content h3:after {
display: none;
}
.sidebar .recent-posts-widget .widget-post-content span {
font-size: 12px;
padding-top: 0;
}
.sidebar #gallery-1 img {
border: 4px solid #f9f9f9 !important;
}
.tcg-related-slider .related-postes-slider .swiper-slide .card {
padding: 0 15px;
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .img {
height: 200px;
overflow: hidden;
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .cat a {
color: var(--color-main);
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .title {
padding-bottom: 15px;
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .title a {
color: #000;
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .title a:hover {
color: var(--color-main);
}
.tcg-related-slider .related-postes-slider .swiper-slide .card .post-auth .lnr-user {
background-color: var(--color-main);
border-color: var(--color-main);
width: 22px;
height: 22px;
color: #fff;
font-size: 10px;
line-height: 21px;
text-align: center;
border-radius: 50px;
}
.tcg-related-slider .related-postes-slider .swiper-slide-prev {
position: relative;
}
.tcg-related-slider .related-postes-slider .swiper-slide-prev::after {
position: absolute;
content: "";
right: -40px;
top: 0;
width: 1px;
height: 100%;
background-color: rgba(153, 153, 153, 0.2666666667);
}
.tcg-related-slider .related-postes-slider .swiper-slide-active::after {
position: absolute;
content: "";
right: -40px;
top: 0;
width: 1px;
height: 100%;
background-color: rgba(153, 153, 153, 0.2666666667);
}
.tcg-related-slider .related-postes-slider .swiper-button-next, .tcg-related-slider .related-postes-slider .swiper-button-prev {
width: 35px;
height: 35px;
border-radius: 50%;
background: #fff;
}
.tcg-related-slider .related-postes-slider .swiper-button-next:hover, .tcg-related-slider .related-postes-slider .swiper-button-prev:hover {
background-color: var(--color-blue5);
color: #fff;
}
.tcg-related-slider .related-postes-slider .swiper-button-next, .tcg-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-prev {
right: 0;
top: -50px;
}
.tcg-related-slider .related-postes-slider .swiper-button-prev, .tcg-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-next {
left: auto;
right: 50px;
top: -50px;
}
.tcg-related-slider .related-postes-slider .swiper-button-next::after, .tcg-related-slider .related-postes-slider .swiper-button-prev::after {
font-size: 13px;
}
.post-style-3 .entry-header {
overflow: hidden;
position: relative;
padding: 120px 70px;
border-radius: 7px;
}
.post-style-3 .entry-header .post-date {
text-align: center;
width: 105px;
margin-left: auto;
margin-right: auto;
padding: 10px;
border-radius: 5px;
font-size: 14px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
height: 90px;
line-height: 1;
min-width: fit-content;
justify-content: center;
display: flex;
flex-direction: column;
margin-top: 20px;
}
.post-style-3 .entry-header .post-date span {
font-size: 26px;
display: block;
margin-bottom: 8px;
}
.post-style-3 .entry-header .post-category {
min-width: fit-content;
justify-content: center;
display: flex;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 15px;
margin-top: 50px;
}
.post-style-3 .entry-header .post-category a {
color: #fff;
padding: 0 5px;
}
.post-style-3 .entry-header .blog-post_bg_media {
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.post-style-3 .entry-header .blog-post_bg_media::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #15222b;
opacity: 0.6;
}
.post-style-3 .entry-header .entry-title {
color: #fff;
text-align: center;
font-size: 34px;
}
.post-style-3 .entry-header .post-detail {
text-align: center;
font-size: 15px;
font-weight: 600;
}
.post-style-3 .entry-header .post-detail > li a, .post-style-3 .entry-header .post-detail > li, .post-style-3 .entry-header .post-detail > li i {
color: #f9f9f9;
} .wp-block-search__label {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin-bottom: 30px;
margin-top: -1px;
position: relative;
padding-bottom: 15px;
font-size: 18px;
font-weight: 500;
color: #000;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__label:before {
content: "";
position: absolute;
top: 35px;
left: 0;
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary)));
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.widget-border {
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
}
.widget {
padding: 0 0 60px;
}
.widget > ul > li > ul ul li {
margin-left: 9px;
}
.widget > ul > li li, .widget > div > ul > li li {
margin-left: 10px;
}
.widget ul {
padding: 0;
}
.widget ul li {
list-style: none;
}
.widget ul li ul li {
padding-bottom: 0;
border: none;
}
.widget ul li a:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_recent_comments ul li a:before {
content: none;
}
.widget.widget_recent_comments > ul > li:before {
content: "\f27b";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_recent_comments a[rel~=external] {
text-decoration: underline;
color: #777;
}
.widget.widget_recent_entries ul li a:before {
content: "\f0c5";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_archive ul li a:before {
content: "\f24d";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_meta ul li a:before {
content: "\f0c1";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget li {
margin: 1.5rem 0;
}
.widget ul.abtw-soc li a:before {
display: none;
}
.widget .abtw-soc {
list-style: outside none none;
margin: 40px 0 0;
padding: 0;
}
.widget .abtw-soc > li {
display: inline-block;
list-style: outside none none;
margin: 0 2px;
}
.sidebar .widget {
padding: 0 0 60px;
}
.sidebar .widget > ul > li > ul ul li {
margin-left: 9px;
}
.sidebar .widget > ul > li li, .sidebar .widget > div > ul > li li {
margin-left: 10px;
}
.sidebar .widget ul {
padding: 0;
}
.sidebar .widget ul li {
list-style: none;
}
.sidebar .widget ul li ul li {
padding-bottom: 0;
border: none;
}
.sidebar .widget ul li a:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_recent_comments ul li a:before {
content: none;
}
.sidebar .widget.widget_recent_comments > ul > li:before {
content: "\f27b";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_recent_comments a[rel~=external] {
text-decoration: underline;
color: #777;
}
.sidebar .widget.widget_recent_entries ul li a:before {
content: "\f0c5";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_archive ul li a:before {
content: "\f24d";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_meta ul li a:before {
content: "\f0c1";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget li {
margin: 1.5rem 0;
}
.sidebar .widget ul.abtw-soc li a:before {
display: none;
}
.sidebar .widget .abtw-soc {
list-style: outside none none;
margin: 40px 0 0;
padding: 0;
}
.sidebar .widget .abtw-soc > li {
display: inline-block;
list-style: outside none none;
margin: 0 2px;
}
.sidebar .searchform {
margin: 0;
position: relative;
}
.sidebar .searchform input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.sidebar .searchform input[type=search]:focus {
border-color: #aaa;
}
.sidebar .searchform input[type=search]:placeholder {
color: #ccc;
}
.sidebar .searchform .searchsubmit {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border-radius: 7px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.sidebar .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main) !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.sidebar .widgettitle {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 15px;
font-size: 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .widget-border {
width: 50%;
height: 2px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
margin-bottom: 30px;
margin-top: -1px;
}
.sidebar select {
width: 100%;
padding: 8px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #d8dbe2;
border-radius: 3px;
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position: calc(100% - 20px) calc(1.1em + 2px), calc(100% - 15px) calc(1.1em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.8em;
background-repeat: no-repeat;
}
.sidebar .widget .textwidget p {
margin-bottom: 0;
}
.sidebar .theiaStickySidebar {
padding-left: 36px;
margin-bottom: -20px;
}
.sidebar .widget ul:last-child > li:last-child {
margin-bottom: 0;
}
.blog-content .no-search-results-form {
max-width: 75%;
}
.blog-content .searchform {
margin: 0;
position: relative;
}
.blog-content .searchform input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.blog-content .searchform input[type=search]:focus {
border-color: #aaa;
}
.blog-content .searchform input[type=search]:placeholder {
color: #ccc;
}
.blog-content .searchform .searchsubmit {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border-radius: 7px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.blog-content .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main) !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.wp-block-search__inside-wrapper {
margin: 0;
position: relative;
}
.wp-block-search__inside-wrapper input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper input[type=search]:focus {
border-color: #aaa;
}
.wp-block-search__inside-wrapper input[type=search]:placeholder {
color: #ccc;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border: none;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main);
}
.widget_categories ul li.cat-item span {
float: right;
width: 25px;
background-color: #f1f1f1;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
}
.widget_categories ul li.cat-item a:hover + span {
background-color: var(--color-main);
color: #fff;
}
.widget_archive ul li span {
float: right;
width: 25px;
background-color: #f1f1f1;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
}
.widget_archive ul li a:hover + span {
background-color: var(--color-main);
color: #fff;
}
.widget.widget_archive ul li:last-child {
margin-bottom: 0px;
}
.tagcloud a {
color: #777;
display: inline-block;
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 5px;
padding: 4px 10px;
border: 1px solid #ebebeb;
border-radius: 7px;
}
.tagcloud a:hover {
color: var(--color-main) !important;
}
.widget-about-us {
text-align: center;
max-width: 500px;
}
.widget-about-us h3 {
color: #ffffff;
display: block;
font-size: 28px;
font-weight: 900;
margin: 0;
margin-top: 30px;
max-width: 100%;
overflow-wrap: break-word;
position: relative;
text-transform: uppercase;
z-index: 1;
}
.widget-about-us p {
margin: 0;
}
.bordering-widget {
color: #ffffff;
margin: 5%;
padding: 20px;
position: relative;
top: 0;
}
.abtw-box {
position: relative;
color: #ffffff;
padding: 25px 10px 10px 10px;
}
.abtw-box .slider-mask {
z-index: 0;
background: rgba(0, 0, 0, 0.5);
}
.ab-bordering {
overflow: hidden;
padding: 40px 30px;
background: var(--color-main);
color: #ffffff;
font-size: 14px;
}
.wdg-about-subtitle {
font-size: 15px;
line-height: 1;
background: #fff;
padding: 14px 25px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
color: #000000;
font-weight: bold;
margin: 0;
}
.abtw-soc a {
border: 0px;
color: #ffffff;
background: var(--color-main);
display: inline-block;
border-radius: 100px;
height: 40px;
line-height: 40px;
width: 40px;
}
.abtw-soc a:hover {
color: var(--color-main);
background: #fff;
border-color: #ffffff;
}
.rpwe-block ul {
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.rpwe-block li {
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}
.rpwe-block a {
display: inline !important;
text-decoration: none;
}
.rpwe-block h3 {
display: block;
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}
.rpwe-thumb {
border: 1px solid #EEE !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}
.rpwe-summary {
font-size: 12px;
}
.rpwe-time {
color: #aaa;
font-size: 11px;
}
.rpwe-comment {
color: #aaa;
font-size: 11px;
padding-left: 5px;
}
.rpwe-alignleft {
display: inline;
float: left;
}
.rpwe-alignright {
display: inline;
float: right;
}
.rpwe-aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.rpwe-clearfix {
zoom: 1;
}
.rpwe-clearfix:before {
content: "";
display: table !important;
}
.rpwe-clearfix:after {
content: "";
display: table !important;
clear: both;
}
.rpwe_widget ul li a:before {
display: none;
}
.rpwe_widget .rpwe-thumb {
width: 85px;
border-radius: 0;
border: none !important;
}
.rpwe_widget .rpwe-block li {
border: none;
}
.rpwe_widget .rpwe-block h3 {
line-height: 1.6;
font-size: 16px !important;
margin-top: 0 !important;
}
.rpwe_widget .rpwe-title a {
font-size: 15px !important;
line-height: 1.6;
color: #777777;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
.rpwe_widget .rpwe-title a:hover {
color: #000000;
}
.rpwe_widget .rpwe-time {
font-size: 13px;
} .sidebar-2 .widget {
padding: 0 0 60px;
padding: 35px;
border: 1px solid #e2e2e2;
border-radius: 10px;
margin-bottom: 35px;
font-size: 16px;
transition: opacity 0.3s;
}
.sidebar-2 .searchform input[type=search] {
display: block;
height: 55px;
margin: 0;
padding: 10px;
width: 100%;
padding-left: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
background: #fff;
}
.sidebar-2 .searchform:after {
right: 20px;
}
.sidebar-2 .searchform .searchsubmit {
height: 55px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 41%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 55px;
z-index: 1;
color: transparent;
background: 0 0;
border-radius: 7px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.sidebar-2 .widget_calendar, .sidebar-2 .widget_search, .sidebar-2 .widget.ld-sf {
padding: 0;
border: none;
}
.sidebar-2 .tcg_newsletter_widget {
padding: 40px;
background: var(--color-gray);
border-radius: 15px;
margin-bottom: 35px;
}
.sidebar-2 .tcg_newsletter_widget .subtitle {
color: #666;
}
.sidebar-2 .tcg_newsletter_widget input[type=email] {
border-radius: 12px;
padding: 14px;
margin-top: 35px;
border: 1px solid #fff;
}
.sidebar-2 .tcg_newsletter_widget input[type=submit], .sidebar-2 .tcg_newsletter_widget button {
margin-top: 20px;
padding: 14px;
border-radius: 12px;
color: #fff;
background: var(--color-main);
border: 1px solid var(--color-main);
width: 100%;
}
.sidebar-2 .tcg_newsletter_widget .icon {
display: none;
}
.sidebar-2 .widget-about-us {
text-align: left;
}
.sidebar-2 .widget-about-us .abtw-box {
padding: 0;
}
.sidebar-2 .widget-about-us .bordering-widget {
padding: 0;
margin: 0;
}
.sidebar-2 .widget-about-us .bordering-widget h3 {
color: #000;
text-align: left;
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 15px;
font-size: 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc {
margin: 20px 0 0;
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a {
color: #333;
background: #f3f7fe;
text-align: center;
height: 35px;
line-height: 35px;
width: 35px;
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a:hover {
background: var(--color-main);
color: #fff;
}
.sidebar-2 .widget-about-us .ab-bordering {
display: none;
}
.sidebar-2 #sb_instagram #sbi_images {
margin: -10px;
width: calc(100% + 20px);
padding-bottom: 0 !important;
}
.sidebar-2 .sidebar-2 .widget.widget_featured_posts_block {
padding-bottom: 40px;
} .sidebar-3 .widgettitle {
display: block;
font-weight: 400;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 10px;
font-size: 21px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
text-transform: capitalize;
margin-bottom: 20px;
border: none;
}
.sidebar-3 .widget-border {
width: 25%;
height: 2px;
margin-bottom: 30px;
margin-top: -1px;
background: var(--color-main);
display: none;
}
.sidebar-3 .widget_categories ul li.cat-item {
list-style: none;
border-bottom: 1px solid #f1e9e9;
padding: 10px 0;
margin: 0;
text-transform: capitalize;
}
.sidebar-3 .widget_categories ul li.cat-item span {
background-color: initial;
}
.sidebar-3 .widget_categories ul li.cat-item a:before {
display: none;
}
.sidebar-3 .widget_categories ul:last-child > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.sidebar-3 .widget_categories ul > li:first-child {
padding-top: 0;
}
.sidebar-3 .searchform::after {
color: #666 !important;
right: 20px;
-webkit-text-fill-color: initial;
transform: rotate(90deg) translateX(-90%);
}
.sidebar-3 .searchform input[type=search] {
display: block;
height: 50px;
margin: 0;
padding: 8px;
width: 100%;
padding-left: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50px;
}
.sidebar-3 .searchform .searchsubmit {
border: none;
}
.sidebar-3 .recent-posts-widget {
float: initial;
}
.sidebar-3 .tagcloud a {
color: #666;
display: inline-block;
font-size: 12px;
letter-spacing: 0;
margin-bottom: 5px;
padding: 4px 10px;
border-radius: 7px;
background-color: var(--color-gray);
border: none;
}
.sidebar-3 .tagcloud a:hover {
color: #fff !important;
background-color: var(--color-main);
}
.sidebar-3 .tcg_newsletter_widget {
padding: 40px;
background: var(--color-gray);
border-radius: 15px;
margin-bottom: 65px;
}
.sidebar-3 .tcg_newsletter_widget .widgettitle {
font-size: 24px;
}
.sidebar-3 .tcg_newsletter_widget .subtitle {
color: #666;
}
.sidebar-3 .tcg_newsletter_widget input[type=email] {
border-radius: 12px;
padding: 14px;
margin-top: 35px;
border: 1px solid #fff;
}
.sidebar-3 .tcg_newsletter_widget input[type=submit], .sidebar-3 .tcg_newsletter_widget button {
margin-top: 20px;
padding: 14px;
border-radius: 12px;
color: #fff;
background: var(--color-main);
border: 1px solid var(--color-main);
width: 100%;
}
.sidebar-3 .widget-about-us {
text-align: left;
}
.sidebar-3 .widget-about-us .abtw-box {
padding: 0;
}
.sidebar-3 .widget-about-us .bordering-widget {
padding: 0;
margin: 0;
}
.sidebar-3 .widget-about-us .bordering-widget h3 {
color: #000;
text-align: left;
font-size: 22px;
font-weight: 400;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc {
margin: 20px 0 0;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a {
color: #333;
background: #f3f7fe;
text-align: center;
height: 35px;
line-height: 35px;
width: 35px;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a:hover {
background: var(--color-main);
color: #fff;
}
.sidebar-3 .widget-about-us .ab-bordering {
display: none;
}
.sidebar-3 .widget_instagram-feed-widget {
padding: 0 0 35px;
}
.sidebar-3 #sb_instagram #sbi_images {
display: flex;
flex-wrap: wrap;
justify-content: space-between !important;
margin-bottom: 10px;
padding: 0 !important;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item {
width: 31%;
padding: 0 !important;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
margin-bottom: 10px;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap a {
border-radius: 10px;
}  .commentlist {
margin: 0;
padding: 0;
list-style: none;
margin-top: 20px;
padding-top: 20px;
}
.commentlist > li {
list-style: none;
}
.commentlist .comment-respond {
margin-top: 70px;
}
.commentlist .comment-respond .form-submit {
margin-bottom: 80px;
}
.commentlist .children {
list-style: none;
position: relative;
}
.commentlist .avatar {
border: 1px solid #ddd;
border-radius: 0;
border-radius: 50em;
}
.commentlist li.comment {
display: block;
overflow: hidden;
}
.fn.comment-author {
color: #555;
font-size: 16px;
font-weight: bold;
margin: 0;
line-height: 1;
}
.fn.comment-author .url {
line-height: 1.5;
color: #000000;
}
.comment-inner.clearfix {
float: left;
width: 87%;
}
.comment-author.vcard {
float: left;
padding-right: 20px;
max-width: 13%;
}
.comment-meta a {
font-weight: normal;
font-size: 12px;
float: left;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
}
.comment-meta .comment-edit-link {
border: 1px solid #DDDDDD;
display: inline-block;
float: right;
font-size: 12px;
font-weight: normal;
padding: 5px 10px;
line-height: 1;
float: right;
}
.comment-meta.commentmetadata {
display: block;
overflow: hidden;
}
.comment-body {
overflow: hidden;
padding: 30px;
background: #f7f7f7;
margin-bottom: 20px;
}
.dark-page .comment-body {
border-bottom-color: #333;
}
.comment-reply-link {
font-size: 14px;
color: #fff;
background-color: #1b1a1a;
border-radius: 35px;
padding: 0 14px;
line-height: 35px;
display: inline-block;
font-weight: 500;
}
.comment-reply-link:hover {
background-color: var(--color-main);
color: #fff !important;
}
.full-size-img {
width: 100%;
}
.bypostauthor > .comment-body .fn.comment-author:after {
content: "\f007";
background: #dadada none repeat scroll 0 0;
border-radius: 100px;
color: inherit;
display: inline-block;
font-family: "FontAwesome";
font-size: 11px;
height: 23px;
line-height: 23px;
margin-left: 3px;
text-align: center;
width: 23px;
}
#reply-title {
font-size: 22px;
margin: 30px 0 12px 0;
text-transform: uppercase;
font-weight: 500;
}
#reply-title small {
border-bottom: 1px solid #eee;
margin-left: 5px;
}
h2.comments-title {
font-size: 22px;
margin: 0;
margin-bottom: 12px;
position: relative;
text-transform: uppercase;
}
h2.comments-title:after {
content: "";
position: absolute;
height: 2px;
width: 80px;
left: 0;
bottom: -6px;
background-color: var(--color-main);
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.pagination-comment {
text-align: right;
text-transform: uppercase;
}
.pagination-comment .page-numbers.current {
background: #ccc;
color: #ffffff;
border-color: #eee;
}
.pagination-comment .page-numbers {
display: inline-block;
padding: 7px 12px;
line-height: 1;
border: 1px solid;
font-size: 13px;
}
.comment-form label {
display: block;
font-family: "Poppins", sans-serif;
font-size: 13px;
text-transform: uppercase;
}
.comment-form-cookies-consent input[type=checkbox] {
width: initial;
height: 11px;
margin-right: 5px;
}
.comment-form-cookies-consent label {
display: inline-block;
}
.single-post .form-submit {
margin-bottom: 60px;
}
.form-submit #submit {
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
background-color: var(--color-main);
border-color: var(--color-main);
color: #666;
display: inline-block;
font-size: 14px;
font-weight: 600;
margin-top: 10px;
padding: 6px 20px;
text-align: center;
width: auto;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 5px;
border: 1px solid transparent !important;
}
.form-submit #submit:hover {
filter: brightness(120%);
}
.comment-top > span {
display: block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.title-strong {
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.pagination > li > a {
color: inherit;
}
.pagination > li > span {
color: inherit;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: relative;
height: 1px;
width: 1px;
overflow: hidden;
display: block;
clear: both;
position: relative !important;
}
.screen-reader-text:focus {
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: var(--color-main);
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.pagination > li > a, .pagination > li > span {
color: inherit;
}
.dsc-btn-style3 {
color: #fff !important;
background-color: var(--color-main);
border: 1px solid #fff;
border-radius: 50px;
background: var(--color-main);
cursor: pointer;
}
.dsc-btn-style3:hover .elementor-button {
color: var(--color-main);
}
.dsc-btn-style3:hover {
border-color: var(--color-main);
}
.dsc-btn-style-4 {
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
color: var(--color-main);
padding: 10px 30px;
transition-duration: 1.5s;
letter-spacing: 1px;
line-height: 20px;
border: 1px solid var(--color-main);
border-radius: 50px;
background: transparent;
cursor: pointer;
}
.dsc-btn-style-4:hover {
color: #fff;
border: 1px solid var(--color-main);
background: var(--color-main);
}
.comment-inner > *:last-child {
margin-bottom: 0 !important;
}
.comment-inner .reply {
margin-top: 30px;
}  .admin-bar .is-sticky .stuck-nav {
margin-top: 32px;
}
.admin-bar .custom-absolute-menu {
margin-top: 32px;
}
.admin-bar .custom-fixed-menu {
margin-top: 32px;
}
.admin-bar .abs-header {
margin-top: 32px;
}
.is-sticky .header-top,
.white-header .header-top {
display: none;
}
.header-top {
background: #222;
}
.header-top h6 {
display: inline-block;
color: #ccc;
font-size: 12px;
margin-right: 40px;
}
.header-top h6 i {
margin-right: 10px;
color: var(--color-main);
}
.header-top h6 a {
color: #ccc;
}
.header-top h6:hover {
color: #fff;
}
.header-top h6:hover a {
color: #fff;
}
.header {
left: 0;
top: 0;
width: 100%;
position: absolute;
z-index: 999;
}
.header.not-custom-menu .logo-d-mode {
display: initial;
}
.elementor-editor-active .header {
pointer-events: none;
}
.elementor-editor-active .abs-header {
margin-top: 25px;
}
.elementor-editor-active .custom-absolute-menu {
position: relative;
}
.elementor-editor-active .custom-fixed-menu {
position: relative;
}
.elementor-editor-active .not-custom-menu.custom-absolute-menu {
position: absolute;
top: 25px;
}
.white-header {
position: relative;
background: #fff;
min-height: 70px;
}
.white-header.shadow-header {
box-shadow: 0 0 5px 0 #eee;
}
.white-header .menu-item-desc {
position: absolute;
font-size: 8px;
padding: 2px 5px;
border-radius: 3px;
top: 14px;
text-transform: uppercase;
background-color: #f8d7da;
border-color: #f5c2c7;
color: #dc3545;
line-height: 1.7;
display: inline-block;
font-weight: 600;
margin-left: 3px;
}
.white-header .is-sticky .stuck-nav {
background: #fff;
box-shadow: 0 0 5px 0 #eee;
}
.white-header .hamburger__icon {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .hamburger__icon::before {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .hamburger__icon::after {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .header-icon li a {
color: #000000;
}
.white-header .header-icon li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .header-icon li.current_page_item > a {
color: var(--color-main);
}
.white-header .navigation li a {
color: #1f1f1f;
}
.white-header .navigation li a:hover {
color: var(--color-main);
opacity: 1;
}
.white-header .navigation li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .navigation li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li a {
color: #1f1f1f;
}
.white-header .menu-wrapper .menu ul li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .menu ul li ul li a:hover {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li ul li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .navigation .megamenu ul li a {
padding: 0px;
}
.white-header .menu-wrapper .navigation li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .navigation li ul li a:hover {
color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li.current_page_item > a {
color: var(--color-main);
}
.no-bg {
background: transparent;
}
.tcg-custom-header .navigation {
position: relative;
z-index: 999;
}
.apply-header .menu-wrapper {
border: none;
}
.apply-header .is-sticky .menu-wrapper {
border: none;
}
.apply-header .menu-btn {
margin: 19px 0;
}
.apply-header .logo1 {
max-height: 38px;
}
.apply-header .tcg-logo-light {
display: none;
}
.apply-header .logo-dark {
display: none;
}
.tcg-logo .top-logo > a {
padding: 0px;
}
.tcg-logo .top-logo .logo-dark {
display: none;
}
.tcg-logo .top-logo .logo-white {
display: initial;
}
.logo {
padding: 60px 0;
display: block;
text-align: center;
}
.top-logo {
display: table-cell;
vertical-align: middle;
}
.top-logo > a {
display: inline-block;
padding: 20px 0;
}
.top-logo.tcg-elementor-top-logo > a {
padding: 0px;
}
.top-logo .site-title {
margin-bottom: 0;
font-weight: 700;
font-size: 25px;
padding: 16px 0;
}
.top-logo .site-title a {
color: #122428;
}
.menu-wrapper {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.menu-wrapper .menu ul li {
display: inline-block;
position: relative;
}
.menu-wrapper .menu ul li a:not(.tcg-buga *) {
color: #000000;
display: block;
font-size: 12px;
padding: 15px 20px 0 25px;
transition: 0.2s linear;
letter-spacing: 1px;
font-weight: 400;
}
.menu-wrapper .menu ul li ul li a:not(.tcg-buga *) {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.menu-wrapper .menu ul li ul li a:not(.tcg-buga *):hover {
color: var(--color-main);
}
.menu-wrapper .menu ul li ul li.current_page_item > a {
color: var(--color-main);
}
.menu-wrapper .menu ul li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 3px;
transform: translateY(-50%);
}
.menu-wrapper .menu ul li.menu-item-has-children li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 42%;
right: 163px;
font-weight: bolder;
transform: rotate(90deg);
color: #ffffff;
}
.menu-wrapper .menu ul ul li {
display: block;
position: relative;
}
.menu-wrapper > .menu > ul > li > a:before {
background: var(--color-main);
border-radius: 0;
bottom: 25px;
content: "";
height: 1px;
position: absolute;
transform: scaleX(0);
transition: 0.2s linear;
visibility: hidden;
width: 50%;
background: #fff;
background: var(--color-main);
}
.menu-wrapper > .menu > ul > li > a:hover:before {
visibility: visible;
transform: scaleX(1);
}
.menu-wrapper .navigation .menu-item-has-children li {
display: block;
}
.menu-wrapper .navigation .megamenu ul li a {
padding: 0px;
}
.menu-wrapper .navigation li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.menu-wrapper .navigation li ul li a:hover {
color: var(--color-main);
}
.menu-wrapper .navigation li ul li.current_page_item > a {
color: var(--color-main);
}
.menu-wrapper ul li ul {
background: #fff;
left: 18px;
line-height: 1;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100%;
width: 185px;
z-index: 999;
-webkit-box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
border-top: 2px solid var(--color-main);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-top: 2px solid transparent !important;
}
.menu-wrapper ul li ul li ul {
left: -100%;
top: 16px;
}
.menu-wrapper ul > li > ul {
display: none;
padding-bottom: 15px;
}
.menu-wrapper > ul > li:last-child ul {
left: auto;
right: 0;
}
.header-wrapper {
display: table-cell;
vertical-align: middle;
text-align: right;
}
.container-fluid {
display: table;
padding-left: 60px;
padding-right: 60px;
width: 100%;
}
.container {
display: table;
}
.blog-wrapper .container {
display: inherit;
}
.navigation {
display: block;
font-size: 0;
list-style: outside none none;
margin: 0;
padding: 0;
width: 100%;
}
.navigation li {
display: inline-block;
position: relative;
}
.navigation li a:not(.tcg-buga *) {
color: #000000;
display: block;
font-size: 12px;
padding: 28px 20px;
transition: 0.2s linear;
letter-spacing: 1px;
font-weight: 500;
}
.navigation li a:not(.tcg-buga *):hover {
opacity: 0.8;
}
.navigation li a:not(.tcg-buga *) .menu-item-desc {
position: absolute;
font-size: 8px;
padding: 2px 5px;
border-radius: 3px;
top: 14px;
text-transform: uppercase;
background-color: #f8d7da;
border-color: #f5c2c7;
color: #dc3545;
line-height: 1.7;
display: inline-block;
font-weight: 600;
margin-left: 3px;
}
.navigation li.attr-green a .menu-item-desc {
color: #0ed193;
background-color: #d1fff1;
border-color: #d1fff1;
}
.navigation li.attr-orange a .menu-item-desc {
color: #ffa100;
background-color: #fbf1e0;
border-color: #fbf1e0;
}
.navigation li.attr-blue a .menu-item-desc {
color: #12C2E9;
background-color: #d8f8ff;
border-color: #d8f8ff;
}
.navigation li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 52%;
padding-left: 5px;
transform: translateY(-50%);
color: #ccc;
font-size: 10px;
}
.navigation li.menu-item-has-children li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 42%;
right: 163px;
font-weight: bolder;
transform: rotate(90deg);
color: #ffffff;
}
.navigation > li.sfHover > a:before {
background-color: var(--color-main);
border-radius: 0;
bottom: 25px;
content: "";
height: 1px;
position: absolute;
transform: scaleX(1);
transition: 0.2s linear;
visibility: visible;
width: 40px;
}
.navigation.none > li.sfHover > a:before {
display: none;
}
.navigation .current > a {
opacity: 1;
}
.navigation ul li {
display: block;
position: relative;
}
.custom-absolute-menu .stuck-nav > .container-fluid {
border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}
.custom-absolute-menu {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
border-color: var(--color-main);
}
.custom-absolute-menu .logo-white {
display: none;
}
.custom-absolute-menu .is-sticky .logo-white {
display: initial;
}
.custom-absolute-menu .is-sticky .logo-dark {
display: none;
}
.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #000000;
}
.custom-absolute-menu .is-sticky .cart-contents:before {
color: #000000;
}
.custom-absolute-menu .is-sticky .navigation li a {
color: #333;
}
.custom-absolute-menu .is-sticky .navigation li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .is-sticky .navigation > li > a:before {
background: var(--color-main);
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a {
color: #333;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .is-sticky .header-icon li a {
color: #000000;
}
.custom-absolute-menu .logo-dark {
display: initial;
}
.custom-absolute-menu .search-icon-header a i {
color: #ffffff;
}
.custom-absolute-menu .search-icon-header a.search:after {
background: rgba(237, 227, 227, 0.5215686275);
}
.custom-absolute-menu .cart-contents:before {
color: #ffffff;
}
.custom-absolute-menu .navigation li a {
color: #ffffff;
}
.custom-absolute-menu .navigation .sub-menu li a {
color: #333;
}
.custom-absolute-menu .navigation .sub-menu li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .navigation > li > a:before {
background: #fff;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a {
color: #333;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .header-icon li a {
color: #ffffff;
}
.stuck-nav {
transition: ease 0.3s !important;
-moz-transition: ease 0.3s;
-ms-transition: ease 0.3s;
-o-transition: ease 0.3s;
-webkit-transition: ease 0.3s;
left: 0;
top: 0;
width: 100% !important;
z-index: 999;
}
.custom-fixed-menu {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.elementor-editor-preview .custom-absolute-menu {
position: relative;
}
.elementor-editor-preview .custom-fixed-menu {
position: relative;
}
.elementor-editor-preview .not-custom-menu.custom-absolute-menu {
position: absolute;
}
.sticky-wrapper {
z-index: 999;
}
.is-sticky .stuck-nav {
background: #fff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.menu-wrapper.tcg-right-menu ul li ul {
left: auto;
right: 0;
}
.menu-wrapper.tcg-right-menu ul li ul li ul {
left: auto;
right: 100%;
top: 0;
}
.mobile-wrapper {
float: right;
}
.mobile-menu {
background: none repeat scroll 0 0 #ffffff;
display: block;
height: 0;
list-style: none outside none;
margin: 0;
max-height: 480px;
overflow-y: auto;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 100%;
width: 100%;
z-index: 3;
}
.mobile-menu li a {
border-top: none;
display: block;
font-size: 11px;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
}
.mobile-menu.in {
border: 1px solid #EEEEEE;
height: auto;
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
}
.menu-btn {
color: #ffffff;
cursor: pointer;
font-size: 18px;
height: 30px;
line-height: 30px;
margin: 11px 0;
text-align: center;
width: 30px;
z-index: 3;
}
.not-custom-menu.custom-absolute-menu .nav-box {
margin-top: 0;
}
.custom-logo .custom-logo-dark {
display: initial;
}
.custom-logo .custom-logo-light {
display: none;
}
.custom-logo .logo1 {
max-height: 25px;
}
.custom-logo a {
display: inline-block;
}
.tcg-sticky-menu {
z-index: 999 !important;
}
.elementor-element-edit-mode.stuck-nav {
z-index: 0;
}
.header-icon {
display: block;
float: right;
list-style: none;
margin-left: 20px;
padding: 0;
text-align: right;
}
.header-icon li {
display: inline-block;
vertical-align: middle;
}
.header-icon li a {
display: block;
padding: 24px 0 18px 0;
text-align: center;
width: 30px;
}
.header-icon li a i {
opacity: 0.8;
border-radius: 50%;
height: 35px;
line-height: 30px;
margin: auto;
text-align: center;
width: 35px;
font-family: "FontAwesome";
}
.header-icon li a:hover {
opacity: 1;
}
.margin-bottom {
margin-bottom: 80px;
}
.margin-top {
margin-top: 80px;
}
.padding-top {
padding-top: 80px;
}
.mobile-wrapper.tcg-menu-element {
display: inline-block;
float: none;
padding: 0;
vertical-align: text-top;
}
.tcg-menu-element .hamburger {
height: 20px;
padding: 0;
}
.cart_search_block {
padding: 0;
margin: 0;
float: left;
display: inline-block;
}
.cart_search_block > li {
padding: 18px;
float: left;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
position: relative;
}
.btn-nav-top {
float: right;
margin-left: 22px;
position: relative;
}
.btn-nav-top a {
color: #ffffff;
padding: 12px 20px;
background: var(--color-main);
background: linear-gradient(to right, var(--color-main), var(--color-secondary));
font-weight: 500;
text-transform: uppercase;
line-height: 24px;
font-size: 12px;
letter-spacing: 0.8px;
border-radius: 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.btn-nav-top a:hover {
color: var(--color-main);
background: #fff;
}
.search-icon-header {
float: right;
margin-left: 30px;
margin-left: 30px;
position: relative;
top: 25px;
}
.search-icon-header a.search {
font-size: 16px;
position: relative;
}
.search-icon-header a.search:after {
width: 1px;
height: 30px;
content: "";
position: absolute !important;
bottom: -5px;
left: -22px;
z-index: 0;
margin: auto;
background: #999;
cursor: initial;
}
.search-icon-header a.cart-contents {
font-size: 14px;
position: relative;
left: 20px;
}
.search-icon-header a i {
color: #000000;
}
.search-icon-header .close-black-block a i {
color: #ffffff;
}
.search-icon-header .close-black-block a i.fa-times {
color: #ffffff;
}
.search-icon-header .close-black-block a:after {
display: none;
}
.search-icon-header .searchform input[type=search] {
font-style: italic;
font-size: 16px;
height: 56px;
}
.search-icon-header .searchform .searchsubmit {
background: transparent;
}
.search-icon-header .searchform::after {
background: var(--color-main);
color: #ffffff !important;
right: 0;
height: 56px;
line-height: 56px;
width: 56px;
font-size: 2rem;
}
.search-icon-header .searchform:hover::after {
opacity: 0.7;
}
.black-search-block {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0;
background: rgba(0, 0, 0, 0.9);
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: -1;
}
.search-icon-header.open .black-search-block {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: 9999999;
}
.search-icon-header.open .black-search-table-cell div {
top: 0px;
opacity: 1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.black-search-table {
display: table;
width: 100%;
height: 100%;
}
.black-search-table-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-align: center;
}
.black-search-table-cell div {
width: 50%;
position: relative;
display: inline-block;
top: 50px;
opacity: 0;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.black-search-table-cell div input[name=s] {
background: #fff;
padding: 15px 50px 15px 15px !important;
border: none;
font-size: 20px;
width: 100%;
border-bottom: 1px solid #fff;
font-weight: 400;
}
.black-search-table-cell .searchsubmit {
border: none;
background: 0;
outline: 0;
width: auto;
cursor: pointer;
color: #333;
padding: 0;
position: absolute;
right: 0;
width: 40px;
height: 40px;
top: 21px;
z-index: 99999;
text-align: center;
}
.close-black-block {
font-size: 30px;
color: #ffffff;
position: absolute;
top: 20px;
right: 50px;
}
.close-black-block i {
font-size: 30px;
color: #ffffff;
} .custom-absolute-menu {
background: transparent;
}
.custom-absolute-menu .top-logo .site-title a {
color: #fff;
}
.custom-absolute-menu .logo-d-mode {
display: initial;
}
.custom-absolute-menu .logo-l-mode {
display: none;
}
.custom-absolute-menu .is-sticky .top-logo .site-title a {
color: #111;
}
.custom-absolute-menu .is-sticky .logo-d-mode {
display: none;
}
.custom-absolute-menu .is-sticky .logo-l-mode {
display: initial;
}
@media (max-width: 992px) {
.tcg-mega-nav-item {
position: relative;
top: 0;
}
li.megamenu {
position: relative !important;
}
}  .footer {
background: #13161D;
text-align: center;
font-size: 14px;
padding: 80px 0;
}
.footer p {
margin-bottom: 0;
margin-top: 10px;
color: #999;
opacity: 0.8;
}
.footer a {
color: var(--color-main);
}
.footer-padding {
padding: 100px 0;
}
.footer-icon {
display: block;
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 20px;
margin-top: 20px;
}
.footer-icon li {
display: inline-block;
margin: 3px;
}
.footer-icon li a {
width: 25px;
height: 25px;
display: block;
line-height: 25px;
color: #999;
opacity: 0.8;
border-radius: 100px;
font-size: 16px;
}
.footer-icon li a:hover {
transform: translateY(-3px);
opacity: 1;
color: #ffffff;
}
.footer-img {
max-width: 150px;
}
.elementor-image-gallery .gallery-item {
width: initial !important;
}
#gallery-1 .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
display: inline-block;
}
#gallery-2 .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
display: inline-block;
width: 33.33%;
}
#gallery-2 img {
border: 1px solid #efefef !important;
}
.dsc-footer-style1 {
background: #222222;
padding: 60px 0;
}
.dsc-footer-style1 h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 25px !important;
color: #ffffff;
}
.dsc-footer-style1 p {
color: #ffffff;
opacity: 0.8;
line-height: 27px;
}
.dsc-footer-style1 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style1 ul li {
color: #ffffff;
opacity: 0.8;
margin-bottom: 12px !important;
}
.dsc-footer-style1 ul li:hover {
opacity: 1;
}
.dsc-footer-style1 ul li a {
font-size: 16px;
border-bottom: none;
color: #ffffff;
opacity: 0.8;
font-weight: 600;
position: relative;
margin-bottom: 6px !important;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts li span {
color: #eee;
opacity: 0.8;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts a {
color: #eee;
opacity: 0.8;
display: block;
}
.dsc-footer-style1 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
background: transparent;
border: 1px solid #eee;
border-color: #eee;
border-radius: 50px;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=email]::focus {
border-color: #ffffff;
color: #eee;
}
.dsc-footer-style1 .mc4wp-form-fields input::placeholder {
color: #ffffff;
opacity: 0.8;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 0;
right: 20px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: transparent;
font-weight: 600;
color: #ffffff;
border-left: none;
text-transform: uppercase;
border: none;
}
.dsc-footer-style2 {
background: #150546;
}
.dsc-bottom-style1 {
background: #111;
padding: 10px 0;
}
.dsc-bottom-style1 p {
margin: 0;
color: #eee;
opacity: 0.8;
margin-left: -28px;
}
.dsc-bottom-style1 ul {
text-align: right;
}
.dsc-bottom-style1 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style1 li a {
color: #eee;
opacity: 0.8;
}
.dsc-footer-style-2 {
background: #eee;
padding: 85px 15px 80px 15px;
padding-bottom: 30px;
}
.dsc-footer-style-2 h3 {
font-size: 16px;
color: #ffffff;
display: inline-block;
padding-bottom: 25px !important;
}
.dsc-footer-style-2 h3:after {
width: 40px;
height: 2px;
content: "";
position: absolute !important;
bottom: 0;
left: 0;
z-index: 0;
margin: auto;
background: #fff;
opacity: 0.3;
}
.dsc-footer-style-2 p {
color: #ffffff;
opacity: 0.4;
line-height: 27px;
font-size: 14px;
}
.dsc-footer-style-2 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style-2 ul li {
color: #ffffff;
margin-bottom: 12px !important;
}
.dsc-footer-style-2 ul li a {
font-size: 16px;
border-bottom: none;
color: #ffffff;
position: relative;
color: #ffffff;
opacity: 0.4;
font-size: 14px;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
.dsc-footer-style-2 ul li a:hover {
opacity: 1;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts li span {
color: #ffffff;
opacity: 0.3;
font-size: 14px;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts a {
color: #ffffff;
display: block;
}
.dsc-footer-style-2 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
}
.dsc-footer-style-2 .mc4wp-form-fields p {
opacity: 1;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
border: 1px solid #c8c2c2;
border-radius: 3px;
width: 245px;
font-size: 16px;
padding: 8px 13px;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 20px;
left: 150px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: #333;
color: #ffffff;
border-left: none;
border: none;
border-radius: 3px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
height: 45px;
font-size: 16px;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=submit]:hover {
background: var(--color-main);
}
.dsc-bottom-style-2 {
background: #0c0c0c;
padding: 20px 0;
}
.dsc-bottom-style-2 p {
margin: 0;
color: #ffffff;
opacity: 0.4;
font-size: 14px;
}
.dsc-bottom-style-2 ul {
text-align: right;
}
.dsc-bottom-style-2 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style-2 li a {
color: #ffffff;
opacity: 0.4;
font-size: 14px;
}
.dsc-footer-style-3 {
padding: 85px 15px 80px 15px;
padding-bottom: 30px;
}
.dsc-footer-style-3 h3 {
font-size: 16px;
color: #000000;
display: inline-block;
padding-bottom: 25px !important;
}
.dsc-footer-style-3 h3:after {
width: 40px;
height: 2px;
content: "";
position: absolute !important;
bottom: 0;
left: 0;
z-index: 0;
margin: auto;
background: var(--color-main);
opacity: 0.8;
}
.dsc-footer-style-3 p {
color: #000000;
opacity: 0.8;
line-height: 27px;
font-size: 14px;
}
.dsc-footer-style-3 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style-3 ul li {
color: #000000;
margin-bottom: 12px !important;
}
.dsc-footer-style-3 ul li a {
font-size: 16px;
border-bottom: none;
color: #000000;
position: relative;
opacity: 0.8;
font-size: 14px;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
.dsc-footer-style-3 ul li a:hover {
opacity: 1;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts li span {
color: #000000;
opacity: 0.8;
font-size: 13px;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts a {
color: #000000;
display: block;
}
.dsc-footer-style-3 .rpwe-block .rpwe-thumb {
border: none;
padding: 0 !important;
}
.dsc-footer-style-3 .rpwe-block h3 {
padding-bottom: 0 !important;
padding-top: 5px;
}
.dsc-footer-style-3 .rpwe-block h3:after {
display: none;
}
.dsc-footer-style-3 .rpwe-block .rpwe-time {
color: #777777;
}
.dsc-footer-style-3 .mc4wp-form-fields {
margin-top: 10px;
padding-right: 20px;
}
.dsc-footer-style-3 .mc4wp-form-fields p {
opacity: 1;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
border: 1px solid #fff;
border-radius: 0;
width: 245px;
font-size: 16px;
padding: 8px 13px;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 10px;
left: 150px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: var(--color-main);
color: #ffffff;
border-left: none;
border: none;
border-radius: 0;
height: 45px;
font-size: 16px;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=submit]:hover {
background: #333;
}
.dsc-bottom-style-3 {
background: #0c0c0c;
padding: 20px 0;
}
.dsc-bottom-style-3 p {
margin: 0;
color: #000000;
opacity: 0.8;
font-size: 14px;
}
.dsc-bottom-style-3 ul {
text-align: right;
}
.dsc-bottom-style-3 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style-3 li a {
color: #000000;
opacity: 0.8;
font-size: 14px;
}   .navigation .tcg-mega-nav-item .menu-wrapper .menu ul li {
display: initial;
position: initial;
}
.menu-wrapper ul li .tcg-mega-nav-item ul {
background: initial;
left: initial;
line-height: initial;
list-style: initial;
margin: initial;
padding: initial;
position: initial;
text-align: initial;
top: initial;
width: initial;
z-index: initial;
-webkit-box-shadow: initial;
box-shadow: initial;
border-top: initial;
background: initial;
border-top: initial;
}
.menu-wrapper .navigation .menu-item-has-children .tcg-mega-nav-item li {
display: flex;
} li.megamenu {
position: static !important;
}
li.megamenu:hover .tcg-mega-nav-item, li.megamenu.active .tcg-mega-nav-item, .tcg-mega-nav-item:hover {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto; }
.tcg-mega-nav-item {
width: 80vw;
left: 10vw;
min-width: 232px;
border-radius: 5px;
position: absolute;
top: 100%;
z-index: 11;
list-style: none;
opacity: 0;
visibility: hidden;
text-align: start;
pointer-events: none;
transform: translateY(10px);
transition: all 0.85s cubic-bezier(0.19, 1, 0.22, 1);
transition-property: transform, opacity, visibility;
font-size: initial;
}
.tcg-mega-nav-item:before { display: inline-block;
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
background-color: #fff;
box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
pointer-events: none;
}
.tcg-mega-menu-wrap {
width: 100%;
max-width: none;
padding: 0;
box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
margin-right: auto;
margin-left: auto;
} .navigation li.mega-menu {
position: initial;
}
.navigation li.mega-menu li.menu-item-has-children > a:after {
display: none;
}
.menu-wrapper ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.menu-wrapper ul li.mega-menu ul.sub-menu li {
background-color: inherit;
padding: 0 5px;
padding-bottom: 10px;
width: max-content;
}
.menu-wrapper ul li.mega-menu ul.sub-menu li a::hover {
background-color: #fff;
color: #071041;
}
.menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #fff !important;
padding: 20px 0;
width: -webkit-calc(100vw - 60px) !important;
width: calc(100vw - 60px) !important;
display: flex;
}
.menu-wrapper ul li.mega-menu > ul.sub-menu > li {
width: 25%;
display: block;
float: left;
margin: 0px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-wrapper ul li.mega-menu > ul.sub-menu > li:first-child {
border: none;
}
.menu-wrapper ul li.mega-menu.col2 > ul.sub-menu {
width: 50vw !important;
left: calc(100vw - 75%);
display: flex;
}
.menu-wrapper ul li.mega-menu.col2 > ul.sub-menu > li {
width: 50%;
}
.menu-wrapper ul li.mega-menu.col3 > ul.sub-menu {
width: 660px !important;
width: 75vw !important;
left: calc(100vw - 87.5%);
display: flex;
}
.menu-wrapper ul li.mega-menu.col3 > ul.sub-menu > li {
width: 33.33%;
}
.menu-wrapper ul li.mega-menu > ul.sub-menu > li ul {
position: relative;
width: inherit;
left: inherit;
border: none;
box-shadow: none;
display: block !important;
background: initial;
}
.menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
font-weight: 600;
margin-bottom: 1px;
text-transform: uppercase;
}
.menu-wrapper ul li.mega-menu > ul.sub-menu li:after {
content: "";
}
.menu-wrapper ul li.mega-menu.hide-header > ul.sub-menu > li > a {
display: none;
} .mean-container .mega-menu.hide-header > ul > li {
border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
display: block !important;
} .tcg-hlp-static {
position: static !important;
} @media (max-width: 767px) {
li.tcg-buga-fat {
position: relative !important;
}
.tcg-mega-nav-item {
width: 99vw;
left: -3vw;
}
.fat-nav li a.menu-item-icon {
border: none;
}
}   .elementor-editor-active .tcg-popup-wrapper.tcg-popup-active {
display: none;
}
.elementor-editor-active .tcg-popup-wrapper.tcg-popup-active-editor {
display: flex;
}
.tcg-popup-wrapper {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
animation-name: uicoreFadeIn;
animation-timing-function: ease-in-out;
animation-duration: 0.4s;
}
.tcg-popup-wrapper.tcg-popup-active {
display: flex;
}
.tcg-popup-wrapper .tcg-popup-overlay {
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}
.tcg-popup-wrapper .tcg-popup {
position: relative;
width: 50%;
max-width: 100vw;
max-height: 95vh;
animation-duration: 0.6s;
overflow: hidden;
}
.tcg-popup-wrapper .tcg-popup .tcg-popup-close {
position: absolute;
right: 6px;
top: 6px;
padding: 10px;
font-size: 20px;
z-index: 1;
line-height: 1;
cursor: pointer;
transition: all 0.3s ease-in-out;
color: #000;
}    .tcg-offcanvas-wrapper {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
display: flex;
justify-content: flex-end;
transition: all 0.3s linear 0.15s;
}
.tcg-offcanvas-wrapper .offcanvas-overly {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.7);
cursor: pointer;
transition: all 0.3s linear 0.15s;
}
.tcg-offcanvas-wrapper .offcanvas-container {
position: relative;
z-index: 2;
max-width: 100%;
height: 100%;
overflow: hidden;
width: 420px;
transition: all 0.3s linear 0.15s;
overflow: hidden;
overflow-y: scroll;
}
.tcg-offcanvas-wrapper .offcanvas-container::-webkit-scrollbar {
width: 0;
}
.tcg-offcanvas-wrapper .offcanvas-container .offcanvas-close {
position: absolute;
left: 0;
top: 0;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
transition: 0.3s;
cursor: pointer;
color: #02050a;
background-color: #ffffff;
z-index: 999;
}
.admin-bar .tcg-offcanvas-wrapper {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .tcg-offcanvas-wrapper {
top: 46px;
}
}
.tcg-offcanvas .offcanvas-toggle {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
background-color: #53d4ff;
font-size: 18px;
border-radius: 50%;
border: none;
}
.tcg-offcanvas .offcanvas-toggle:hover {
background-color: #ffffff;
}
.tcg-offcanvas .offcanvas-toggle svg {
fill: none;
}
.tcg-offcanvas .tcg-offcanvas-wrapper {
z-index: 0;
visibility: hidden;
}
.tcg-offcanvas .tcg-offcanvas-wrapper .offcanvas-container {
transform: translateX(100%);
opacity: 0;
visibility: hidden;
}
.tcg-offcanvas .tcg-offcanvas-wrapper .offcanvas-overly {
opacity: 0;
visibility: hidden;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.offcanvas-left {
justify-content: flex-start;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.offcanvas-left .offcanvas-close {
left: auto;
right: 0;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.offcanvas-left .offcanvas-container {
transform: translateX(-100%);
}
.tcg-offcanvas .tcg-offcanvas-wrapper.offcanvas-fade {
justify-content: flex-start;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.offcanvas-fade .offcanvas-close {
left: auto;
right: 0;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.offcanvas-fade .offcanvas-container {
transform: translateX(0%);
}
.tcg-offcanvas .tcg-offcanvas-wrapper.show-offcanvas {
z-index: 9999;
visibility: visible;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.show-offcanvas .offcanvas-container {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
.tcg-offcanvas .tcg-offcanvas-wrapper.show-offcanvas .offcanvas-overly {
opacity: 1;
visibility: visible;
}  .fixed-controls {
position: fixed;
z-index: 999;
top: 34vh;
right: 0;
transform: translateY(-50%) translateX(calc(100% - 42px));
filter: drop-shadow(5px 10px 30px rgba(0, 0, 0, 0.2666666667));
display: flex;
transition: all 0.4s ease;
}
.fixed-controls.show {
transform: translateY(-50%) translateX(0);
}
.fixed-controls.show .toggel-content-card {
opacity: 1;
}
.fixed-controls .toggel-icon {
cursor: pointer;
width: 42px;
height: 42px;
background-color: #fff;
color: #000;
font-size: 25px;
border-radius: 20px 0 0 20px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
flex-shrink: 0;
}
.fixed-controls .toggel-icon:hover {
background-color: #000;
color: #fff;
}
.fixed-controls .toggel-icon i {
-webkit-animation: spin 5000ms linear infinite;
-moz-animation: spin 5000ms linear infinite;
-ms-animation: spin 5000ms linear infinite;
-o-animation: spin 5000ms linear infinite;
animation: spin 5000ms linear infinite;
font-size: 18px;
font-weight: 400;
}
.fixed-controls .toggel-content-card {
padding: 20px 10px;
background-color: #fff;
border-bottom-left-radius: 10px;
opacity: 0;
transition: all 0.4s ease;
}
.fixed-controls .toggel-content-card .toggel-card {
margin-bottom: 30px;
}
.fixed-controls .toggel-content-card .toggel-card:last-of-type {
margin-bottom: 0;
}
.fixed-controls .toggel-content-card .toggel-card h5 {
text-transform: uppercase;
margin-bottom: 10px;
font-weight: bold;
font-size: 14px;
}
.fixed-controls .toggel-content-card .toggel-card .btns a {
padding: 5px 18px;
text-align: center;
border-radius: 10px;
background-color: #eaeaea;
margin-inline-end: 10px;
text-transform: capitalize;
color: #000;
display: inline-block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: inherit;
text-decoration: none;
}
.fixed-controls .toggel-content-card .toggel-card .btns a.active {
background-color: #000;
color: #fff;
}
.cursor_standerd .mouse-cursor {
display: none;
}
.tcg-dev-options {
background-color: #fff;
width: 43px;
position: fixed;
top: 50vh;
right: 0px;
cursor: pointer;
border-left: 0;
border-radius: 5px;
padding: 0;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border: 1px solid #eee;
border-right: 0;
box-sizing: border-box;
z-index: 99999;
filter: drop-shadow(5px 10px 30px rgba(0, 0, 0, 0.2666666667));
}
.tcg-dev-options .item {
flex-shrink: 0;
position: relative;
border-bottom: 1px solid #e7e7e7;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
}
.tcg-dev-options .item:hover .tcg-tooltip {
opacity: 1;
right: 50px;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tcg-dev-options .item .tcg-tooltip {
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
position: absolute;
line-height: 12px;
background-color: #fff;
border: 1px solid #e7e7e7;
font-size: 14px;
padding: 12px;
font-family: inherit;
width: auto;
font-weight: 500;
display: block;
right: 10px;
top: 2px;
white-space: nowrap;
border-radius: 6px;
transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
color: #157efb;
}
.tcg-dev-options .item .tcg-tooltip .triangle-tooltip {
display: block;
position: absolute;
right: -6px;
margin-top: -6px;
top: 50%;
width: 0;
height: 0;
border-left: 6px solid #0055ff;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
opacity: 0.08;
}
.tcg-dev-options .item:last-child {
border-bottom: none;
}
.tcg-dev-options .item img {
width: 18px;
}  .mouse-cursor {
position: fixed;
left: 0;
top: 0;
pointer-events: none;
border-radius: 50%;
transform: translateZ(0);
visibility: hidden;
}
.cursor-inner {
margin-left: -2px;
margin-top: -2px;
width: 6px;
height: 6px;
z-index: 10000001;
}
.cursor-inner.cursor-hover {
margin-left: -30px;
margin-top: -23px;
width: 60px;
height: 60px;
opacity: 0.3;
}
.cursor-outer {
margin-left: -19px;
margin-top: -19px;
width: 40px;
height: 40px;
box-sizing: border-box;
z-index: 10000000;
opacity: 0.5;
transition: all 0.08s ease-out;
border-radius: 50px;
border: 1px solid transparent;
}
.cursor-outer.cursor-hover {
opacity: 0;
} .tcg-smoke-cursor {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.07;
z-index: 999;
pointer-events: none;
}   .tcg-cart {
position: relative;
display: inline-block;
}
.tcg-cart .tcg-icon {
background-color: transparent;
border-radius: 50%;
display: inline-block;
padding: 11px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: rgba(153, 153, 153, 0.2);
line-height: 0;
}
.tcg-cart .tcg-icon .icon i {
font-size: 14px;
color: #222222;
}
.tcg-cart .tcg-icon .icon svg {
width: 14px;
height: 14px;
fill: #222222;
}
.tcg-cart .tcg-icon:hover {
background-color: #222222;
}
.tcg-cart .tcg-icon:hover i {
color: #fff;
}
.tcg-cart .tcg-icon:hover svg {
fill: #fff;
}
.tcg-cart .tcg-icon:hover .num {
background-color: #fff;
color: #222;
}
.tcg-cart .tcg-icon .num {
position: absolute;
display: inline;
right: -2px;
top: 0px;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
border-radius: 50%;
font-size: 10px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.0666666667);
transition: all 0.3s ease;
background-color: #222222;
color: #FFFFFF;
}
body.tcg-dark-mode .tcg-cart .tcg-icon .icon i {
color: #fff;
}
body.tcg-dark-mode .tcg-cart .tcg-icon .icon svg {
fill: #fff;
}
@media (prefers-color-scheme: dark) {
body.tcg-auto-mode .tcg-cart .tcg-icon .icon i {
color: #fff;
}
body.tcg-auto-mode .tcg-cart .tcg-icon .icon svg {
fill: #fff;
}
} .tcg-products .product-card {
position: relative;
margin-top: 60px;
}
.tcg-products .product-card .img {
height: 310px;
border-radius: 10px;
overflow: hidden;
}
.tcg-products .product-card .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
body.tcg-dark-mode .tcg-products .product-card .info h6 a {
color: #fff !important;
}
@media (prefers-color-scheme: dark) {
body.tcg-auto-mode .tcg-products .product-card .info h6 a {
color: #fff !important;
}
}  .shop-content {
margin-bottom: -80px;
}
.woocommerce-info, .woocommerce-message {
border-color: #000000;
}
.woocommerce-message::before {
display: none;
}
.woocommerce-info a {
color: #f96152;
}
.woocommerce textarea {
resize: none;
height: 16.66667rem !important;
}
.woocommerce table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important;
}
.woocommerce-info, .woocommerce-message, .woocommerce-error {
background-color: transparent;
line-height: 4.16667rem;
color: #000000;
padding: 1.5rem 2rem;
margin-bottom: 2.66667rem;
border: 1px solid #000000;
}
.select2 .selection .select2-selection {
border-width: 1px;
border-color: #000000 !important;
border-radius: 0 !important;
-webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #000000;
min-height: 3.16667rem;
padding: 1.16667rem;
text-align: left;
font-size: 1.16667rem;
line-height: 1;
} .portfolio-2 .port-inner .port-dbox a.added_to_cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart, .portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
opacity: 0.25;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
opacity: 0;
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
opacity: 1;
display: flex;
}
.port-inner .port-dbox a span svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 22px;
height: 22px;
stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
stroke: #f96152;
} .woocommerce .woocommerce-cart-form {
margin-bottom: 6.83333rem;
}
.woocommerce .woocommerce-cart-form table td::before {
color: #000000;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 1.16667rem;
line-height: 1.85714;
color: #000000;
border: 1px solid #000000;
padding: 0.83333rem 1.5rem;
width: 15rem !important;
text-align: center;
font-size: 1.25rem;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 0.66667rem 2.33333rem;
margin-bottom: 2.66667rem !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
color: #000000;
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] span {
font-size: 1.5rem;
}
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total], .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total]::before, .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal]::before {
color: #000000;
font-weight: 600;
}
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0;
display: inline-block;
}
.woocommerce .button {
font-family: "Roboto Slab", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 1.25rem;
padding: 1.33333rem 3.66667rem;
font-weight: 500 !important;
}
.woocommerce table td img {
width: 6.66667rem !important;
} .woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
line-height: 40px;
}
.woocommerce .summary .product_meta > span span {
font-weight: 400;
} .woocommerce .quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.woocommerce .quantity input[type=number] {
padding: 0.91667rem 3rem 0.91667rem 0.83333rem !important;
-moz-appearance: textfield;
width: 7.5rem;
padding: 1.08333rem 2.33333rem 1.08333rem 0.83333rem;
font-weight: 600;
color: #555;
border-radius: 1px;
line-height: 1.66667;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333;
width: 25px;
text-align: center;
color: #000000;
font-weight: 600;
font-size: 1.33333rem;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #333;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 15px;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1.6rem;
}
.woocommerce form input, .woocommerce form textarea {
border-radius: 0;
border-color: #333;
border-width: 1px;
padding: 1.08333rem 1.33333rem;
}
.woocommerce .button {
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
padding: 1.33333rem 3.66667rem !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #f96152 !important;
border-color: #f96152 !important;
} .woocommerce-account strong {
font-weight: 500;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 2.66667rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 1.33333rem;
border-bottom: 1px solid #000000;
margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
color: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: left;
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 5.33333rem;
}
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left;
}
.woocommerce-account .addresses .title h3 {
font-size: 1.83333rem;
line-height: 1.27273;
} .woocommerce-info::before {
display: none;
}
.woocommerce-checkout .col2-set {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-width: 1px !important;
border-color: #000000 !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 2.66667rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 2.3rem;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 5.33333rem;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 2.5rem;
line-height: 1.2;
}
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 1.33333rem;
}
.woocommerce-checkout #order_review_heading {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important;
margin-bottom: 2.66667rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #555555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: #000000 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
} .woocommerce table th,
.woocommerce table td {
padding: 1.33333rem !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 1.5rem;
border-bottom: 1px solid #000;
}
.woocommerce table th {
font-weight: 600 !important;
}
.woocommerce table td img {
width: 6.66667rem !important;
}
.woocommerce table td.product-remove a {
font-size: 1.33333rem;
font-weight: 500;
color: #000000 !important;
margin: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
color: #f96152 !important;
background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-price, .woocommerce table td.product-subtotal {
text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 7.91667rem;
line-height: 2;
margin-left: auto;
}
@media (min-width: 768px) {
.woocommerce table td.product-quantity .quantity input {
margin-left: 0;
}
}
@media (max-width: 767px) {
.woocommerce table td.actions {
border-bottom: 0;
}
}
.woocommerce table td.actions .coupon input {
width: 12.5rem !important;
margin-right: 15px !important;
padding-left: 1rem !important;
}
@media (max-width: 767px) {
.woocommerce table td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 1rem !important;
}
.woocommerce table td.actions .coupon input,
.woocommerce table td.actions .coupon button {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
}
.woocommerce table td.actions .coupon button {
margin-left: auto !important;
}
}
.woocommerce table tr.shipping td label {
color: #555555;
}
.woocommerce table tr.shipping td label span {
color: #555555;
}
.woocommerce table tr .product-total {
text-align: right;
}
.woocommerce table tr td {
text-align: right;
}
.woocommerce table tr .product-name {
text-align: left;
}
.woocommerce table tfoot tr:last-child th,
.woocommerce table tfoot tr:last-child td {
font-size: 1.5rem;
color: #000000;
} @-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.h-rotatingNeuron {
-webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
} .woocommerce .m-product-summary button {
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
color: #000 !important;
border-color: #000 !important;
background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
margin-right: 1.33333rem !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
background: #f96152;
font-weight: 300;
border-radius: 1px;
line-height: 28px;
} .woocommerce div.product div.images .flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: 0.8;
margin: 0;
border: 1px solid #eee;
} .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
color: #f96152;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce span.onsale {
background-color: #f96152;
}
.blog-content .woocommerce img:hover {
filter: none;
} .woocommerce .woocommerce-tabs {
margin-bottom: 2.66667rem;
}
@media (min-width: 768px) {
.woocommerce .woocommerce-tabs {
margin-bottom: 5.33333rem;
}
}
.woocommerce .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 1.33333rem !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before, .woocommerce .woocommerce-tabs ul.tabs li::after {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
font-family: "Roboto Slab", sans-serif;
color: #000000 !important;
font-size: 1.33333rem;
font-weight: 400 !important;
line-height: 1;
padding: 0 1.5rem 1.83333rem 1.5rem !important;
border-bottom: 2px solid transparent;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
color: #f96152 !important;
border-color: #f96152;
}
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li.active a {
border-color: #f96152;
}
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
color: #f96152 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -2px !important;
margin-bottom: 0 !important;
padding: 3.66667rem 0 !important;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 1.33333rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-family: "Roboto Slab", sans-serif;
font-weight: 500 !important;
font-size: 1.33333rem;
color: #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
font-weight: 400;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 2.66667rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: #f96152;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 2.66667rem !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 4.5rem !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 7rem !important;
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: #f96152;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 1.83333rem;
line-height: 1.27273;
margin-bottom: 0.5rem;
display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 1rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 2.66667rem;
font-weight: 600;
color: #000000;
margin-bottom: 2.66667rem;
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #000000;
margin-bottom: 1.33333rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
font-family: "Roboto Slab", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 2px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
font-weight: 500 !important;
width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 2em;
} .woocommerce-Reviews .commentlist {
margin-bottom: 5.33333rem !important;
}
.woocommerce-Reviews .commentlist .review {
margin-bottom: 2.66667rem !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
width: 4.5rem !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 6.16667rem !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: #000000;
margin-bottom: 2.66667rem;
font-size: 1.33333rem;
line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
color: #ff6f61;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #000000;
font-size: 1.16667rem;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
top: 35px;
}
.shop-content section.related h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.7;
}
.woocommerce img.footer-img, .woocommerce-page img.footer-img {
max-width: 150px;
}
.tcg-woo-categories .tcg-cat-card {
border-radius: 10px;
padding: 50px 20px;
margin: 10px;
position: relative;
display: block;
background-color: #fff;
transition: all 0.3s ease;
text-align: center;
}
.tcg-woo-categories .tcg-cat-card .tcg-cat-card-img {
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: rgba(153, 153, 153, 0.2);
margin: 0 auto 30px auto;
border-radius: 50% 50% 50% 50%;
justify-content: center;
height: 140px;
width: 140px;
display: flex;
align-items: center;
overflow: hidden;
transition: all 0.3s ease;
}
.tcg-woo-categories .tcg-cat-card .tcg-cat-card-img img {
height: 55px;
object-fit: contain;
}
.tcg-woo-categories .tcg-cat-card .tcg-cat-title {
display: block;
}
.tcg-woo-categories .tcg-cat-card .tcg-cat-title h5 {
font-size: 16px;
font-weight: 500;
line-height: 1.2em;
}
.tcg-woo-categories .tcg-cat-card p {
color: #777777;
margin: 0px 0px 0px 0px;
font-size: 14px;
font-weight: 400;
line-height: 1.7em;
}
.cart-contents:before {
font-family: WooCommerce;
content: "\e01d";
font-size: 22px;
margin-top: 10px;
font-style: normal;
font-weight: 400;
vertical-align: bottom;
color: #000;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #fff;
background-color: var(--color-main);
border-radius: 10px;
padding: 1px 6px;
line-height: 1;
vertical-align: top;
font-size: 10px;
position: relative;
left: -6px;
} @-webkit-keyframes "rotating" {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes "rotating" {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.shop-content {
margin-bottom: -80px;
}
.shop-content section.related {
display: inline-block;
width: 100%;
}
.shop-content section.related h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce.single-product div.product .product_title {
display: block;
}
.woocommerce-info {
border-color: #000000;
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-info a {
color: var(--color-main);
}
.woocommerce-info::before {
display: none;
}
.woocommerce-message {
border-color: #000000;
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
}
.woocommerce-message::before {
display: none;
}
.woocommerce textarea {
resize: none;
height: 160px !important;
}
.woocommerce table {
margin: 0 0 15px 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
box-shadow: 7px 6px 30px rgba(0, 0, 0, 0.02);
}
.woocommerce table td {
padding: 13px !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table td img {
width: 60px !important;
}
.woocommerce table th {
padding: 13px !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 600 !important;
text-align: left;
}
.woocommerce table td.product-remove a {
font-size: 13px;
font-weight: 500;
color: #000000 !important;
margin: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
color: var(--color-main) !important;
background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-price {
text-align: left;
}
.woocommerce table td.product-subtotal {
text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 80px;
line-height: 20px;
margin-left: auto;
}
.woocommerce table td.actions .coupon input {
width: 13px !important;
margin-right: 15px !important;
padding-left: 10px !important;
}
.woocommerce table tr.shipping td label {
color: #555;
}
.woocommerce table tr.shipping td label span {
color: #555;
}
.woocommerce table tr .product-total {
text-align: right;
}
.woocommerce table tr td {
text-align: right;
}
.woocommerce table tr td.woocommerce-grouped-product-list-item__label, .woocommerce table tr td.woocommerce-grouped-product-list-item__price {
text-align: left;
}
.woocommerce table tr .product-name {
text-align: left;
}
.woocommerce table tfoot tr:last-child th {
font-size: 15px;
color: #000000;
}
.woocommerce table tfoot tr:last-child td {
font-size: 15px;
color: #000000;
}
.woocommerce .woocommerce-cart-form {
margin-bottom: 70px;
}
.woocommerce .woocommerce-cart-form table td::before {
color: #000000;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 12px;
line-height: 1.85714;
color: #000000;
border: 1px solid #000000;
padding: 8px 15px;
width: 150px !important;
text-align: center;
font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 7px 24px;
margin-bottom: 26px !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
color: #000000;
padding-left: 0 !important;
text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] span {
font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0;
display: inline-block;
}
.woocommerce .button {
font-family: "Poppins", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
font-size: 14px !important;
background-color: transparent !important;
font-weight: 500 !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 50px !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
padding: 12px 35px !important;
color: #fff !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
border-color: #fff !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
color: #ffffff !important;
background-color: var(--color-main) !important;
border-color: var(--color-main) !important;
}
.woocommerce ul.products li.product, .woocommerce .woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce .woocommerce-ordering select {
padding: 5px;
border-radius: 5px;
}
.woocommerce .quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.woocommerce .quantity input[type=number] {
padding: 10px 30px 10px 7px !important;
-moz-appearance: textfield;
width: 110px;
font-weight: 600;
color: #555;
border-radius: 1px;
line-height: 20px;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333;
width: 25px;
text-align: center;
color: #000000;
font-size: 13px;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border: 1px solid #ccc;
line-height: 22px;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%;
border: 1px solid #ccc;
border-top: none;
line-height: 22px;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 15px;
float: left !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
background: #f96152;
font-weight: 300;
border-radius: 1px;
line-height: 28px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: 0.8;
margin: 0;
border: 1px solid #eee;
}
.woocommerce div.product p.price {
color: var(--color-main);
}
.woocommerce div.product span.price {
color: var(--color-main);
}
.woocommerce form .form-row {
padding: 0;
margin-bottom: 16px;
}
.woocommerce form input {
border-radius: 5px;
border-color: #ccc;
border-width: 1px;
padding: 12px;
}
.woocommerce form textarea {
border-radius: 5px;
border-color: #ccc;
border-width: 1px;
padding: 10px 13px;
}
.woocommerce .m-product-summary button {
font-size: 13px !important;
padding: 14px 36px !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
margin-right: 13px !important;
}
.woocommerce ul.products li.product .price {
color: var(--color-main);
font-size: 14px;
}
.woocommerce ul.products li.product .price ins {
font-weight: 400;
margin-left: 10px;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.7;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce span.onsale {
background-color: var(--color-main);
line-height: 2.65;
}
.woocommerce .woocommerce-tabs {
margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 14px !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::after {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
font-family: "Poppins", sans-serif;
color: #000000 !important;
font-size: 13px;
font-weight: 400 !important;
line-height: 1;
padding: 0 15px 18px 15px !important;
border-bottom: 2px solid transparent;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
color: var(--color-main) !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -2px !important;
margin-bottom: 0 !important;
padding: 36px 0 !important;
border-top: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 18px;
line-height: 1.27273;
margin-top: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 26px !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 45px !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 70px !important;
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 18px;
line-height: 1.27273;
margin-bottom: 5px;
display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 26px;
font-weight: 600;
color: #000000;
margin-bottom: 26px;
font-size: 18px;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #000000;
margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
font-family: "Poppins", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 2px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-size: 13px !important;
padding: 14px 36px !important;
font-weight: 500 !important;
width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-family: "Poppins", sans-serif;
font-weight: 500 !important;
font-size: 13px;
color: #000000;
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
font-weight: 400;
border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 2em;
}
.woocommerce img.footer-img {
max-width: 150px;
}
.woocommerce-error {
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
}
.select2 .selection .select2-selection {
border-width: 1px;
border-color: #ccc !important;
border-radius: 5px !important;
-webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #888;
min-height: 32px;
padding: 12px;
text-align: left;
font-size: 15px;
line-height: normal;
}
.select2-container--default .select2-selection--single {
background-color: #ffffff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
border-color: #ccc !important;
}
.portfolio-2 .port-inner .port-dbox a.added_to_cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
opacity: 1;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
opacity: 0.25;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
opacity: 0;
display: none;
}
.port-inner .port-dbox a span svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 22px;
height: 22px;
stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
stroke: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button {
font-size: 13px;
padding: 13px 36px;
font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 13px;
padding: 13px 36px;
font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
color: var(--color-main);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 27px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 13px;
border-bottom: 1px solid #000000;
margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: var(--color-main);
}
.woocommerce-account .addresses .title h3 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .col2-set {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-checkout .col2-set .col-2 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-width: 1px !important;
border-color: #000000 !important;
}
.woocommerce-checkout .checkout_coupon input.input-text {
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .checkout_coupon button.button {
padding: 17px 36px !important;
text-transform: uppercase;
}
.woocommerce-checkout .checkout_coupon button.button:hover {
background-color: var(--color-main) !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 26px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 22px;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 22px;
line-height: 1.2;
}
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 13px;
}
.woocommerce-checkout #order_review_heading {
font-size: 22px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin: 0 0 15px 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
margin-bottom: 26px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000;
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li {
list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button {
padding: 17px 36px !important;
border-radius: 0 !important;
background-color: #232323 !important;
color: #fff !important;
text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button:hover {
background-color: var(--color-main) !important;
}
.h-rotatingNeuron {
-webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.blog-content .woocommerce img:hover {
filter: none;
}
.woocommerce-Reviews .commentlist {
margin-bottom: 53px !important;
}
.woocommerce-Reviews .commentlist .review {
margin-bottom: 26px !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
width: 45px !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 62px !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: #000000;
margin-bottom: 26px;
font-size: 13px;
line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
color: var(--color-main);
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #000000;
font-size: 12px;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
top: 35px;
}
.woocommerce-page img.footer-img {
max-width: 150px;
}
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total]::before {
color: #000000;
font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal]::before {
color: #000000;
font-weight: 600;
}
.woocommerce table td.actions {
border-bottom: 0;
}
.woocommerce table td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 10px !important;
}
.woocommerce table td.actions .coupon input {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
}
.woocommerce table td.actions .coupon button {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.woocommerce-checkout .col2-set .col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-checkout .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce table td.product-quantity .quantity input {
margin-left: 0;
}
.woocommerce .woocommerce-tabs {
margin-bottom: 53px;
}
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 53px;
}
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
color: var(--color-main) !important;
border-color: var(--color-main);
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
border-color: var(--color-main);
}
} .woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 500;
font-size: 16px;
line-height: 40px;
}
.woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
font-weight: 400;
}
.woocommerce .comment-form-author:before, .woocommerce .comment-form-email:before {
top: 37px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 12px 20px;
color: var(--color-main);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #585353;
color: #ffffff;
font-weight: 600;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a {
color: var(--color-main);
font-weight: 400;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px;
right: 9px;
}
.select2-dropdown {
border-color: #333;
}
.woocommerce-error::before {
left: initial;
right: 1em;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
font-size: 18px;
font-weight: 600;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input[type=checkbox] {
width: auto;
margin: 3px 10px 0 0;
position: unset !important;
}
.woocommerce ul.products li.product .button {
background: transparent !important;
border-color: var(--color-main) !important;
color: #1d1d1d !important;
}
.woocommerce ul.products li.product .button:hover {
background: var(--color-main) !important;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.857em;
margin-left: auto;
margin-right: auto;
}
body.tcg-dark-mode.woocommerce ul.products li.product .button {
color: #fff !important;
}
@media (prefers-color-scheme: dark) {
body.tcg-auto-mode.woocommerce ul.products li.product .button {
color: #fff !important;
}
}