.rkit-offcanvas button.menu-button-rometheme {
transition: all 0.5;
background-color: #00cea6;
padding: 20px;
display: flex;
align-items: center;
border: none;
}
.rkit-offcanvas button.menu-button-rometheme:hover {
border: none;
background-color: #00cea6;
}
.rkit-offcanvas-icon {
color: rgb(255, 255, 255);
fill: rgb(255, 255, 255);
}
li.submenu-item {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
div.header {
display: flex;
justify-content: space-around;
align-items: center;
}
div.mobile-header {
display: none;
}
nav.off-canvas {
display: none;
}
div.menu-offcanvas {
display: none;
}
.menu-offcanvas-rometheme button.rkit-offcanvas-close {
position: relative;
float: right;
z-index: 9999;
display: flex;
align-items: center;
border: none;
background: transparent;
color: black;
fill: black;
padding: 0px;
border-radius: 0px;
}
.menu-offcanvas-rometheme button.rkit-offcanvas-close .offcanvas-close-icon {
fill: black;
color: black;
}
.menu-offcanvas-rometheme button.rkit-offcanvas-close:hover {
background: #00cea6;
color: black; border: none;
}
a.menu-button {
text-decoration: none;
border-bottom: none;
}
.dropdown-content {
opacity: 0;
margin-top: 20px;
animation: fade_in 1s;
}
.offcanvas-navmenu-rometheme {
width: 100%;
position: fixed;
display: flex;
top: 0;
height: 100%;
z-index: 999;
visibility: hidden;
}
.overlay-rometheme {
background-color: rgba(0, 0, 0, 0.328);
position: absolute;
top: 0;
width: 100%;
height: 100vh;
z-index: 998;
transition: all 0.7s ease-in-out; }
.menu-offcanvas-rometheme {
z-index: 9999;
background-color: white;
width: 60%;
height: 100vh;
transition: all 0.7s ease-in-out; overflow: auto;
}
.rkit-btn-container {
display: flex;
}
.rkit-offcanvas-header {
width: 100%;
}
.rkit-offcanvas.offcanvas-show .offcanvas-navmenu-rometheme {
visibility: visible;
}
.rkit-offcanvas.offcanvas-left .offcanvas-navmenu-rometheme {
left: 0;
}
.rkit-offcanvas.offcanvas-right .offcanvas-navmenu-rometheme {
right: 0;
justify-content: end;
}
.rkit-offcanvas.offcanvas-left .menu-offcanvas-rometheme,
.rkit-offcanvas.offcanvas-left .overlay-rometheme {
transform: translateX(-100%);
}
.rkit-offcanvas.offcanvas-right .menu-offcanvas-rometheme,
.rkit-offcanvas.offcanvas-right .overlay-rometheme {
transform: translateX(100%);
}
.rkit-offcanvas.offcanvas-show.offcanvas-right .menu-offcanvas-rometheme,
.rkit-offcanvas.offcanvas-show.offcanvas-left .menu-offcanvas-rometheme,
.rkit-offcanvas.offcanvas-show.offcanvas-right .overlay-rometheme,
.rkit-offcanvas.offcanvas-show.offcanvas-left .overlay-rometheme {
transform: translateX(0); }.menu-horizontal {
display: flex;
flex-direction: row;
}
.menu-vertical {
display: flex;
flex-direction: column;
}
a.submenu-item-text {
width: 100%;
display: inline-block;
border-bottom: none;
height: 100%;
}
.expand-content{
overflow: hidden;
height: auto;
}.rkit-headerinfo {
display: flex;
flex-wrap: wrap;
}
.rkit-list-headerinfo {
display: flex;
flex-direction: row;
align-items: center;
}.rkit-hamburger-tablet,
.rkit-hamburger-mobile {
display: none;
}
.rkit-btn-hamburger {
display: flex;
}
.rkit-btn-hamburger {
background: #00cea6;
color: black;
}
.rkit-navmenu {
background: rgba(255, 255, 255, 0);
}
.rkit-nav-link {
display: flex;
flex-direction: row;
align-items: center;
color: black;
z-index: 1;
position: relative;
}
.rkit-menu-item:hover { color: black;
}
.rkit-submenu-item {
background-color: #eeeeee;
color: #000;
}
.rkit-submenu-item:hover {
background-color: rgb(169, 169, 169);
color: black;
}
.rkit-menu-item .rkit-nav-link  {
padding: 12px 24px;
}
.rkit-submenu-icon {
display: inline-block;
color: currentColor;
fill: currentColor;
}
.rkit-submenu-item .rkit-submenu-icon {
transform: rotate(-90deg);
}
.rkit-navmenu-container ul {
list-style: none;
margin: 0;
padding: 0; }
.rkit-menu-container {
display: flex;
flex-direction: row;
gap: 0.5rem;
}
.rkit-menu-container li {
position: relative; cursor: pointer;
}
.rkit-navmenu-dropdown {
position: absolute;
width: max-content;
max-height: 0px;
transition: all 0.5s; transform-origin: top;
z-index: 999;
opacity: 0;
visibility: hidden;
display: flex;
flex-direction: column;
}
.rkit-submenu-item .rkit-navmenu-dropdown {
left: 100%;
top: 0;
}
.rkit-dropdown-hover:hover > .rkit-navmenu-dropdown { max-height: var(--height);
opacity: 1;
animation: slideDown 0.5s;
visibility: visible;
}
.rkit-dropdown-click.rkit-dropdown-show > .rkit-navmenu-dropdown { max-height: var(--height);
opacity: 1;
animation: slideDown 0.5s;
visibility: visible;
}
.rkit-icon-close,
.rkit-icon-open {
transition: all 0.5s;
display: block;
position: relative;
}
.rkit-hamburger .rkit-icon-close {
opacity: 0;
transform: rotate(90deg);
position: absolute;
}
.rkit-hamburger-show .rkit-icon-open {
opacity: 0;
transform: rotate(90deg);
position: absolute;
}
.rkit-hamburger-show .rkit-icon-close {
opacity: 1;
transform: rotate(0deg);
position: relative;
}
.rkit-responsive-tablet.rkit-menu-show,
.rkit-responsive-mobile.rkit-menu-show { transform: scaleY(1);
opacity: 1;
max-height: var(--height);
transition: all 0.5s;
}
.pointer-underline,
.pointer-overline,
.pointer-doubleline,
.pointer-framed,
.pointer-bg
{
position: relative;
--pointer-width:2px;
--pointer-color : #00cea6;
}
.pointer-underline::after,
.pointer-overline::after,
.pointer-doubleline::after,
.pointer-framed::after,
.pointer-framed::before,
.pointer-bg::after {
border-radius: inherit;
}
.pointer-underline::after {
content: "";
position: absolute;
bottom: 0;
height: 100%;
width: 0;
transform: translateX(-50%);
left: 50%;
transition: all 0.5s;
border-bottom-width: var(--pointer-width) ;
border-bottom-color: var(--pointer-color);
border-bottom-style: solid;
}
.pointer-overline::after {
content: "";
position: absolute;
bottom: 0;
height: 100%;
width: 0;
transform: translateX(-50%);
left: 50%;
transition: all 0.5s;
border-top-width: var(--pointer-width) ;
border-top-color: var(--pointer-color);
border-top-style: solid;
}
.pointer-doubleline::after {
content: "";
position: absolute;
bottom: 0;
height: 100%;
width: 0;
transform: translateX(-50%);
left: 50%;
transition: all 0.5s;
border-top-width: var(--pointer-width) ;
border-top-color: var(--pointer-color);
border-top-style: solid;
border-bottom-width: var(--pointer-width) ;
border-bottom-color: var(--pointer-color);
border-bottom-style: solid;
}
.pointer-underline:hover::after, 
.pointer-overline:hover::after,
.pointer-doubleline:hover::after
{
width: 100%;
}
.pointer-framed:before {
content: "";
position: absolute;
border-top-width: var(--pointer-width);
border-bottom-width: 0px;
border-left-width: var(--pointer-width);
border-right-width: var(--pointer-width);
border-color: var(--pointer-color);
border-style: solid;
width: 0;
height: 0;
left: 50%;
transform: translateX(-50%);
top: 0;
opacity: 0;
transition: height 0.3s , width 0.2s 0.3s , opacity 0.1s 0.5s;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.pointer-framed::after {
content : "";
position : absolute;
border-bottom-width : var(--pointer-width);
border-top-width : 0px;
border-left-width : var(--pointer-width);
border-right-width : var(--pointer-width);
border-color : var(--pointer-color);
border-style : solid;
width : 0;
height :0;
left : 50%;
transform : translateX(-50%);
bottom : 0;
opacity: 0;
transition : height 0.3s , width 0.2s 0.3s , opacity 0.1s 0.5s;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.pointer-framed:hover::after, .pointer-framed:hover::before {
width : 100%;
height : 50%;
opacity : 1;
transition : width 0.2s , height 0.3s 0.2s;
}
.pointer-bg::after {
content: "";
position: absolute;
width: 100%;
height: 0;
bottom: 0;
left: 50%;
background: var(--pointer-color);
transform: translateX(-50%);
transition: height 0.5s;
}
.pointer-bg:hover::after {
height: 100%;
}
@media screen and (max-width: 1024px) {
.rkit-hamburger-tablet {
display: flex;
}
.rkit-responsive-tablet {
position: absolute; max-height: 0px;
overflow: hidden;
transform: scaleY(0);
transform-origin: top;
opacity: 0;
z-index: 999;
margin-top: var(--menu-distance);
}
.rkit-responsive-tablet .pointer-underline::after,
.rkit-responsive-tablet .pointer-overline::after,
.rkit-responsive-tablet .pointer-doubleline::after,
.rkit-responsive-tablet .pointer-framed::after,
.rkit-responsive-tablet .pointer-framed::before,
.rkit-responsive-tablet .pointer-bg::after{
content: none;
}
.rkit-responsive-tablet .rkit-menu-container {
flex-direction: column;
}
.rkit-responsive-tablet .rkit-navmenu-dropdown {
position: static;
width: 100%;
}
.rkit-responsive-tablet .rkit-submenu-item .rkit-submenu-icon {
transform: rotate(0deg);
}
}
@media screen and (max-width: 767px) {
.rkit-hamburger-mobile {
display: flex;
}
.rkit-responsive-mobile {
position: absolute; max-height: 0px;
overflow: hidden;
transform: scaleY(0);
transform-origin: top;
opacity: 0;
z-index: 999;
margin-top: var(--menu-distance);
}
.rkit-responsive-mobile .rkit-menu-container {
flex-direction: column;
}
.rkit-responsive-mobile .rkit-navmenu-dropdown {
position: static;
width: 100%;
}
.rkit-responsive-mobile .rkit-submenu-item .rkit-submenu-icon {
transform: rotate(0deg);
}
.rkit-responsive-mobile .pointer-underline::after,
.rkit-responsive-mobile .pointer-overline::after,
.rkit-responsive-mobile .pointer-doubleline::after,
.rkit-responsive-mobile .pointer-framed::after,
.rkit-responsive-mobile .pointer-framed::before,
.rkit-responsive-mobile .pointer-bg::after
{
content: none;
}
}
@keyframes slideDown {
from {
transform: translateY(-0.5rem);
}
to {
transform: translateY(0rem);
}
}.rkit-search .rkit-search-button {
background-color: #00cea6;
padding: 18px;
display: flex !important;
align-items: center;
border: none;
gap: 0.5rem;
}
.rkit-search .rkit-search-button:hover {
background-color: #009678;
}
.rkit-search .rkit-search-input {
outline: none;
width: 100%;
border: none;
border-radius: 0px;
background: #f1f1f1;
padding: 18px;
}
.rkit-search .rkit-search-input:focus {
outline: none;
}
.rkit-search { display: flex; }
.rkit-search-icon {
font-size: 20px;
}.rkit-image {
display: flex;
flex-direction: column;
}
.rkit-image .site-caption {
width: 100%;
}.rkit-post-grid-body {
padding: 20px 30px 30px 30px;
z-index: 2;
position: relative;
width: 100%;
}
.rkit-post-block-card{
background-color: #F7F7F7;
}
.rkit-post-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.rkit-image-link {
display: block;
width: 100%;
}
.rkit-post-grid-card {
background-color: #e9e9e9;
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.rkit-w-50 {
width: 50%;
}
.rkit-image-container {
position: relative;
} 
.rkit-post-grid-img {
transition: all 0.5s;
object-fit: cover;
object-position: center;
width: 100% !important  ;
height: 100% !important;
}
.rkit-post-grid-card:hover .rkit-post-grid-img {
transform: scale(1.1);
overflow:   hidden ;
}
.rkit-metadata,
.rkit-metadata a {
color: gray;
}
.rkit-metadata {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.rkit-float-metawrapper-date {
position: absolute;
bottom: -10px;
right: 10px;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
height: 3rem;
width: 3rem;
background-color: #00cea6;
}
.rkit-float-metawrapper-date>span {
display: flex;
justify-content: center;
flex-direction: column;
line-height: 1;
}
.rkit-float-metawrapper-date>span>strong {
font-size: large;
}
.rkit-floating-category {
display: flex;
flex-wrap: wrap;
position: absolute;
font-size: 12px;
z-index: 2;
gap: 0.5rem;
}
.rkit-post-block-card .rkit-floating-category-btn {
background-color: #535353;
padding-inline: 15px;
border-radius: 0;
color: #ffffff;
border: none;
}
.rkit-post-block-card .rkit-floating-category-btn:hover {
background-color: #00cea6;
color: black;
}
.rkit-post-block-card .rkit-readmore-btn {
background-color: #535353;
border-radius: 0;
padding: 16px 32px 16px 32px;
text-align: center;
font-size: 15px;
color: white;
transition: all 0.5s;
border: none;
display: flex;
align-items: center;
gap: 0.5rem;
}
.rkit-post-block-card .rkit-readmore-btn:hover {
background-color: #00cea6;
color: black;
}
.rkit-readmore-div {
display: flex;
}
.rkit-metadata-item {
display: flex;
align-items: center;
cursor: pointer;
}
.rkit-post-grid .rkit-post-grid-body.rkit-post-grid-highlight-border::before {
content: "";
display: block;
height: 50%;
width: 2px;
background: #ff712b;
position: absolute;
z-index: 999;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
left: 0;
}
.rkit-post-grid-title-container {
margin : 10px 0px 10px 0px;
}
.rkit-post-grid-title{
font-size: 20px;
font-weight: 700;
color :black;
}
.rkit-post-grid-paragraph {
margin: 0px 0px 30px 0px;
}
@media only screen and (max-width:1024px) {
.rkit-post-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width:767px) {
.rkit-post-grid {
grid-template-columns: repeat(1, 1fr);
}
.rkit-post-grid-card {
flex-direction: column !important;
}
.rkit-w-50 {
width: 100%;
}
}.rkit-post-block-body {
padding: 20px 30px 30px 30px;
z-index: 2;
position: relative;
width: 100%;
}
.rkit-post-block {
display: flex;
flex-direction: column;
}
.rkit-image-link {
display: block;
width: 100%;
}
.rkit-post-block-card {
background-color: #e9e9e9;
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.rkit-w-50 {
width: 50%;
}
.rkit-post-block .rkit-image-container {
position: relative;
width: 100%;
}
.rkit-post-block-img {
transition: all 0.5s;
object-fit: cover;
object-position: center;
width: 100% !important  ;
height: 100% !important;
}
.rkit-post-block-card:hover .rkit-post-block-img {
transform: scale(1.1);
}
.rkit-metadata,
.rkit-metadata a {
color: gray;
}
.rkit-metadata {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.rkit-float-metawrapper-date {
position: absolute;
bottom: -10px;
right: 10px;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
height: 3rem;
width: 3rem;
background-color: #00cea6;
}
.rkit-float-metawrapper-date>span {
display: flex;
justify-content: center;
flex-direction: column;
line-height: 1;
}
.rkit-float-metawrapper-date>span>strong {
font-size: large;
}
.rkit-floating-category {
display: flex;
flex-wrap: wrap;
position: absolute;
font-size: 12px;
z-index: 2;
gap: 0.5rem;
}
.rkit-post-grid-card .rkit-floating-category-btn {
background-color: #535353;
padding-inline: 15px;
border-radius: 0;
color: #ffffff;
border: none;
}
.rkit-post-grid-card .rkit-floating-category-btn:hover {
background-color: #00cea6;
color: black;
}
.rkit-post-grid-card .rkit-readmore-btn {
background-color: #535353;
border-radius: 0;
padding: 16px 32px 16px 32px;
text-align: center;
font-size: 15px;
color: white;
transition: all 0.5s;
border: none;
display: flex;
align-items: center;
gap: 0.5rem;
}
.rkit-post-grid-card .rkit-readmore-btn:hover {
background-color: #00cea6;
color: black;
}
.rkit-readmore-div {
display: flex;
}
.rkit-metadata-item {
display: flex;
align-items: center;
cursor: pointer;
}
.rkit-post-block .rkit-post-block-body.rkit-post-block-highlight-border::before {
content: "";
display: block;
height: 50%;
width: 2px;
background: #ff712b;
position: absolute;
z-index: 999;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
left: 0;
}
.rkit-post-block-title-container {
margin : 10px 0px 10px 0px;
}
.rkit-post-block-title{
font-size: 20px;
font-weight: 700;
color :black;
}
.rkit-post-block-paragraph {
margin: 0px 0px 30px 0px;
}
@media only screen and (max-width:1024px) {
.rkit-post-block {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width:767px) {
.rkit-post-block {
grid-template-columns: repeat(1, 1fr);
}
.rkit-post-block-card {
flex-direction: column !important;
}
.rkit-w-50 {
width: 100%;
}
}.rkit-cta {
overflow: hidden;
position: relative;
background: white;
transition: all 0.5s;
}
.rkit-cta-container-classic {
display: flex;
}
.rkit-cta-container-cover {
display: block;
}
.rkit-cta-img__wrapper {
background-size: cover;
background-position: 50%;
min-width: 50%;
position: relative;
overflow: hidden;
}
.rkit-cta-img__image {
transition: all 1.5s;
object-fit: cover;
object-position: center;
display: block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.rkit-cta-container-cover .rkit-cta-img__wrapper {
min-height: 350px;
}
.rkit-cta-container-classic .rkit-cta-img__wrapper {
min-height: 350px;
}
.rkit-cta-container-cover .rkit-cta-content__wrapper {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
}
.rkit-cta-description {
margin-bottom: 1rem;
}
.rkit-cta-container-classic .rkit-cta-content__wrapper {
min-height: 350px;
}
.rkit-cta-ribbon {
position: absolute;
z-index: 1;
top: 0;
left: auto;
right: 0;
transform: rotate(90deg);
width: 150px;
overflow: hidden;
height: 150px;
}
.rkit-cta-ribbon.rkit-cta-ribbon__left {
transform: rotate(0);
left: 0;
right: auto;
}
.rkit-cta-ribbon.rkit-cta-ribbon__right {
transform: rotate(90deg);
left: auto;
right: 0;
}
.rkit-cta-ribbon__inner {
text-align: center;
left: 0;
width: 200%;
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
background: #00cea6;
color: #000;
line-height: 2;
font-weight: 700;
}
.rkit-cta-content__wrapper {
width: 100%;
display: flex;
flex-direction: column;
padding : 30px;
}
.rkit-cta .rkit-cta-title {
transition: all 0.5s;
}
.rkit-cta-img__overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.5s;
}
.rkit-cta:hover .rkit-cta-img__overlay {
background-color: rgba(0, 0, 0, 0.25);
}
.rkit-cta:hover .zoom-in {
transform: scale(1.2);
}
.zoom-out {
transform: scale(1.2);
}
.rkit-cta:hover .zoom-out {
transform: scale(1);
}
.rkit-cta-icon__graphic_element {
font-size: 70px;
}
.rkit-cta-img__image.move-left {
transform: scale(1.2) translateX(8%);
}
.rkit-cta-img__image.move-right {
transform: scale(1.2) translateX(-8%);
}
.rkit-cta-img__image.move-up {
transform: scale(1.2) translateY(8%);
}
.rkit-cta-img__image.move-down {
transform: scale(1.2) translateY(-8%);
}
.rkit-cta:hover .rkit-cta-img__image.move-left,
.rkit-cta:hover .rkit-cta-img__image.move-right,
.rkit-cta:hover .rkit-cta-img__image.move-up,
.rkit-cta:hover .rkit-cta-img__image.move-down {
transform: scale(1.2) translateX(0%);
}
.rkit-cta__graphic_element {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.rkit-cta__graphic_element:has(.rkit-cta-icon__graphic_element) {
aspect-ratio: 1/1;
}
.rkit-cta-text {
display: flex;
flex-direction: column;
}
.rkit-cta a.rkit-cta-button {
background-color: #535353;
border-radius: 5px;
padding: 16px 32px 16px 32px;
text-align: center;
font-size: 15px;
color: white;
transition: all 0.5s;
border: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.rkit-cta-button.fullwidth {
width: 100%;
}
.rkit-cta a.rkit-cta-button:hover {
background-color: #00cea6;
color: #535353;
}.rkit-blockquote{
display: flex;
position: relative;
}
.blockquote-top{
flex-direction: column;
}
.rkit-quote-icon{
font-size: 4rem;
margin : 0px 0px 20px 0px;
}
.rkit-blockquote__icon {
color: #00cea6;
}
.blockquote-top .rkit-quote-icon{
display: flex;  
align-items: center;
}
.blockquote-inline .rkit-quote-icon {
float: left;
line-height: 1em;
width: 1em;
height: 1em;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 .5em 0 0;
}
.blockquote-inline , .blockquote-absolute {
flex-direction: column;
}
.rkit-quote-author {
font-weight: 700;
}
.blockquote-absolute .rkit-quote-icon {
position: absolute;
z-index: 1;
left : 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
margin: 0;
}.rkit-social-media__list {
display: flex;
flex-wrap: wrap;
gap: 0.54rem;
}
.rkit-social-media__list .rkit-social-share__link {
width: fit-content;
border: none;
display: flex;
align-items: center;
height: 100%;
line-height: 1;
border-radius: 0;
padding: 10px;
}
.rkit-social-share.fullwidth .rkit-social-share__link {
width: 100%;
justify-content: center;
}
.facebook {
--color: #1877f2; }
.twitter {
--color: #000000; }
.pinterest {
--color: #e60023; }
.linkedin {
--color: #0a66c2; }
.quora {
--color: #b92b27; }
.reddit {
--color: #ff4500; }
.telegram {
--color: #26a5e4; }
.viber {
--color: #665cac; }
.whatsapp {
--color: #25d366; }
.line {
--color: #00b900; }
.facebook:hover {
--color: #145dbf; }
.twitter:hover {
--color: #1c1c1c; }
.pinterest:hover {
--color: #b8001b; }
.linkedin:hover {
--color: #004182; }
.quora:hover {
--color: #8a211d; }
.reddit:hover {
--color: #cc3700; }
.telegram:hover {
--color: #007ba7; }
.viber:hover {
--color: #514483; }
.whatsapp:hover {
--color: #1ebe5c; }
.line:hover {
--color: #009900; }
.rkit-social-share.flat .rkit-social-share__link {
background-color: var(--color);
color: white;
fill: white;
}
.rkit-social-share.flat .rkit-social-share__link:hover {
color: white;
fill: white;
}
.rkit-social-share.outline .rkit-social-share__link,
.rkit-social-share.framed .rkit-social-share__link {
border-width: 2px;
border-style: solid;
border-color: var(--color);
color: var(--color);
fill: var(--color);
background: transparent;
}
.rkit-social-share.framed .rkit-social-share__link:hover {
background: transparent;
color: var(--color);
fill: var(--color);
}
.rkit-social-share.outline .rkit-social-share__link:hover {
background-color: var(--color);
color: white;
fill: white;
}
.rkit-social-share.flat-on-hover .rkit-social-share__link {
background: transparent;
color: var(--color);
fill: var(--color);
}
.rkit-social-share.flat-on-hover .rkit-social-share__link:hover {
background-color: var(--color);
color: white;
fill: white;
}
.rkit-social-share.pointer .rkit-social-share__link,
.rkit-social-share.pointer .rkit-social-share__link:hover,
.rkit-social-share.pointer-on-hover .rkit-social-share__link,
.rkit-social-share.pointer-on-hover .rkit-social-share__link:hover {
--pointer-width: 3px;
position: relative;
background: transparent;
color: var(--color);
fill: var(--color);
}
.rkit-social-share.pointer .rkit-social-share__link::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: var(--pointer-width);
background-color: var(--color);
transform: translateY(50%);
}
.rkit-social-share.pointer-on-hover .rkit-social-share__link::after {
content: "";
position: absolute;
left: 50%;
right: 50%;
bottom: 0;
width: 0%;
height: var(--pointer-width);
background-color: var(--color);
transition: width 0.5s;
transform: translateX(-50%);
}
.rkit-social-share.pointer-on-hover .rkit-social-share__link:hover::after {
width: 100%;
}.rkit-social-media__list {
display: flex;
flex-wrap: wrap;
gap: 0.54rem;
}
.rkit-social-media__list .rkit-social-share__link {
width: fit-content;
border: none;
display: flex;
align-items: center;
height: 100%;
line-height: 1;
border-radius: 0;
padding: 10px;
}
.rkit-social-share.fullwidth .rkit-social-share__link {
width: 100%;
justify-content: center;
}
.facebook {
--color: #1877f2; }
.twitter {
--color: #000000; }
.pinterest {
--color: #e60023; }
.linkedin {
--color: #0a66c2; }
.quora {
--color: #b92b27; }
.reddit {
--color: #ff4500; }
.telegram {
--color: #26a5e4; }
.viber {
--color: #665cac; }
.whatsapp {
--color: #25d366; }
.line {
--color: #00b900; }
.facebook:hover {
--color: #145dbf; }
.twitter:hover {
--color: #1c1c1c; }
.pinterest:hover {
--color: #b8001b; }
.linkedin:hover {
--color: #004182; }
.quora:hover {
--color: #8a211d; }
.reddit:hover {
--color: #cc3700; }
.telegram:hover {
--color: #007ba7; }
.viber:hover {
--color: #514483; }
.whatsapp:hover {
--color: #1ebe5c; }
.line:hover {
--color: #009900; }
.rkit-social-share.flat .rkit-social-share__link {
background-color: var(--color);
color: white;
fill: white;
}
.rkit-social-share.flat .rkit-social-share__link:hover {
color: white;
fill: white;
}
.rkit-social-share.outline .rkit-social-share__link,
.rkit-social-share.framed .rkit-social-share__link {
border-width: 2px;
border-style: solid;
border-color: var(--color);
color: var(--color);
fill: var(--color);
background: transparent;
}
.rkit-social-share.framed .rkit-social-share__link:hover {
background: transparent;
color: var(--color);
fill: var(--color);
}
.rkit-social-share.outline .rkit-social-share__link:hover {
background-color: var(--color);
color: white;
fill: white;
}
.rkit-social-share.flat-on-hover .rkit-social-share__link {
background: transparent;
color: var(--color);
fill: var(--color);
}
.rkit-social-share.flat-on-hover .rkit-social-share__link:hover {
background-color: var(--color);
color: white;
fill: white;
}
.rkit-social-share.pointer .rkit-social-share__link,
.rkit-social-share.pointer .rkit-social-share__link:hover,
.rkit-social-share.pointer-on-hover .rkit-social-share__link,
.rkit-social-share.pointer-on-hover .rkit-social-share__link:hover {
--pointer-width: 3px;
position: relative;
background: transparent;
color: var(--color);
fill: var(--color);
}
.rkit-social-share.pointer .rkit-social-share__link::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: var(--pointer-width);
background-color: var(--color);
transform: translateY(50%);
}
.rkit-social-share.pointer-on-hover .rkit-social-share__link::after {
content: "";
position: absolute;
left: 50%;
right: 50%;
bottom: 0;
width: 0%;
height: var(--pointer-width);
background-color: var(--color);
transition: width 0.5s;
transform: translateX(-50%);
}
.rkit-social-share.pointer-on-hover .rkit-social-share__link:hover::after {
width: 100%;
}.rkit-team-card {
background-color: #F7F7F7;
transition: all 0.5s;
overflow: hidden;
position: relative;
}
.pointer {
--pointer-size : 5px;
}
.rkit-team-card.pointer::before {
content: "";
height: var(--pointer-size);
width: 100%;
bottom: 0;
left: 0;
right: 0;
background: blue;
position: absolute;
z-index: 9999;
}
.rkit-team-card.pointer::after {
content: "";
position: absolute;
width: 0%;
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: var(--pointer-size);
transition: width 0.5s ease;
background: #00cea6;
z-index: 99999;
}
.rkit-team-card:hover.pointer::after {
width: 100%;
}
.rkit-team__detail {
padding: 2rem;
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
transition: all 0.5s;
}
.rkit-team__detail h4 {
margin-bottom: 0;
margin-top: 0;
}
.rkit-team__img {
display: flex;
transition: all 1s;
overflow: hidden;
}
.rkit-team__img img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
transition: transform 0.5s;
}
.rkit-team__img.move-left img {
transform: scale(1.2) translateX(8%);
}
.rkit-team__img.move-right img {
transform: scale(1.2) translateX(-8%);
}
.rkit-team__img.move-up img {
transform: scale(1.2) translateY(8%);
}
.rkit-team__img.move-down img {
transform: scale(1.2) translateY(-8%);
}
.rkit-team-card:hover .rkit-team__img.move-left img,
.rkit-team-card:hover .rkit-team__img.move-right img,
.rkit-team-card:hover .rkit-team__img.move-up img,
.rkit-team-card:hover .rkit-team__img.move-down img {
transform: scale(1.2) translateX(0%);
}
.rkit-team-card:hover .rkit-team__img.zoom-in img {
transform: scale(1.2);
}
.rkit-team__img.zoom-out img {
transform: scale(1.2);
}
.rkit-team-card:hover .rkit-team__img.zoom-out img {
transform: scale(1);
}
.rkit-team__role {
color: gray;
font-size: 15px;
margin-bottom: 0.5rem;
}
.rkit-team__description {
margin-bottom: 0.5rem;
}
.rkit-team__overlay {
overflow: hidden;
}
.rkit-team__overlay .rkit-team-card {
position: relative;
}
.rkit-team__overlay .rkit-team__detail {
visibility: hidden;
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translateY(100%);
transition: all 0.5s; color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.rkit-team__overlay .rkit-team__detail::after {
content: "";
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0; transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.5);
color: white;
z-index: -1;
}
.rkit-team__overlay:hover .rkit-team__detail,
.rkit-team__overlay:hover .rkit-team__detail::after
{
visibility: visible;
transform: translateY(0%);
opacity: 1;
}
.rkit-team__overlay:hover .rkit-team__img {
filter: blur(5px);
}
.rkit-team__social {
display: flex;
justify-content: center;
align-items: center;
z-index: 3;
}
.rkit-team__social_item {
padding: 20px;
aspect-ratio: 1/1; display: flex;
justify-content: center;
align-items: center;
background: var(--color);
transition: all 0.5s;
}
.rkit-team__social_icon {
color: var(--icon-color);
fill: var(--icon-color);
}
.rkit-team__social_on_hover_top .rkit-team-card,
.rkit-team__social_on_hover_left .rkit-team-card,
.rkit-team__social_on_hover_right .rkit-team-card,
.rkit-team__social_on_hover_bottom .rkit-team-card {
position: relative;
overflow: hidden;
}
.rkit-team__social_on_hover_top .rkit-team__social,
.rkit-team__social_on_hover_left .rkit-team__social,
.rkit-team__social_on_hover_right .rkit-team__social,
.rkit-team__social_on_hover_bottom .rkit-team__social {
position: absolute;
display: flex;
opacity: 0;
transition: all 0.5s;
}
.rkit-team__social_on_hover_top .rkit-team__social ,
.rkit-team__social_on_hover_bottom .rkit-team__social {
flex-direction: row;
}
.rkit-team__social_on_hover_left .rkit-team__social, 
.rkit-team__social_on_hover_right .rkit-team__social {
flex-direction: column;
top: 0;
bottom: 0;
align-items: center;
}
.rkit-team__social_on_hover_top .rkit-team__social, 
.rkit-team__social_on_hover_bottom .rkit-team__social {
flex-direction: row;
left: 0;
right: 0;
justify-content: center;
}
.rkit-team__social_on_hover_left .rkit-team__social {
left: -50px;
}
.rkit-team__social_on_hover_left:hover .rkit-team__social {
left: 0;
opacity: 1;
}
.rkit-team__social_on_hover_right .rkit-team__social {
right: -50px;
}
.rkit-team__social_on_hover_right:hover .rkit-team__social {
right: 0;
opacity: 1;
}
.rkit-team__social_on_hover_top .rkit-team__social {
top: -50px;
}
.rkit-team__social_on_hover_top:hover .rkit-team__social {
top: 0;
opacity: 1;
}
.rkit-team__social_on_hover_bottom .rkit-team__social {
bottom: -50px;
}
.rkit-team__social_on_hover_bottom:hover .rkit-team__social {
bottom: 0;
opacity: 1;
}
.rkit-team__centered .rkit-team-card{
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.rkit-team__centered .rkit-team__img {
border-radius: 50%;
overflow: hidden;
width: 50%;
min-width: 180px;
}
.rkit-team__centered .rkit-team__img img {
aspect-ratio: 1/1;
}
.rkit-team__centered .rkit-team__detail {
text-align: center;
justify-content: center;
align-items: center;
}
.facebook {
--color: #1877F2; --icon-color : #ffffff;
}
.twitter {
--color: #000000; --icon-color : #ffffff;
}
.pinterest {
--color: #E60023; --icon-color : #ffffff;
}
.linkedin {
--color: #0A66C2; --icon-color : #ffffff;
}
.quora {
--color: #B92B27; --icon-color : #ffffff;
}
.reddit {
--color: #FF4500; --icon-color : #ffffff;
}
.telegram {
--color: #26A5E4; --icon-color : #ffffff;
}
.viber {
--color: #665CAC; --icon-color : #ffffff;
}
.whatsapp {
--color: #25D366; --icon-color : #ffffff;
}
.line {
--color: #00B900; --icon-color : #ffffff;
}
.facebook:hover {
--color: #145DBF; --icon-color : #ffffff;
}
.twitter:hover {
--color: #1C1C1C; --icon-color : #ffffff;
}
.pinterest:hover {
--color: #B8001B; --icon-color : #ffffff;
}
.linkedin:hover {
--color: #004182; --icon-color : #ffffff;
}
.quora:hover {
--color: #8A211D; --icon-color : #ffffff;
}
.reddit:hover {
--color: #CC3700; --icon-color : #ffffff;
}
.telegram:hover {
--color: #007BA7; --icon-color : #ffffff;
}
.viber:hover {
--color: #514483; --icon-color : #ffffff;
}
.whatsapp:hover {
--color: #1EBE5C; --icon-color : #ffffff;
}
.line:hover {
--color: #009900; --icon-color : #ffffff;
}
.tiktok {
--color : #000000;
--icon-color : #ffffff;
}
.tiktok:hover {
--color : #1C1C1C;
--icon-color : #ffffff;
}
.github {
--color : #333333;
--icon-color : #ffffff;
}
.github:hover {
--color : #000000;
--icon-color : #ffffff;
}
.youtube {
--color : #ff0000;
--icon-color : #ffffff;
}
.youtube:hover {
--color : #CD201F;
--icon-color : #ffffff;
}
.instagram {
--color : #E1306C;
--icon-color : #ffffff;
}
.instagram:hover {
--color : #c13584;
--icon-color : #ffffff;
}
.dribbble {
--color :  #ea4c89;
--icon-color : #ffffff;
}
.dribbble:hover {
--color : #ca2e6a;
--icon-color : #ffffff;
}
.behance {
--color : #1769ff;
--icon-color :#ffffff;
}
.behance:hover {
--color:#153bbb;
--icon-color : #ffffff;
}.rkit-text-marquee {
overflow: hidden;
}
.rkit-marquee-container {
overflow: hidden; width: 100%;
display: flex;
flex-direction: row;
--gap: 5rem;
--speed: 20; }
.rkit-marquee {
animation: marquee calc(100s / var(--speed)) infinite linear;
}
.rkit-marquee-container:hover .pause-hover {
animation-play-state: paused;
}
.rkit-marquee-content {
display: inline-flex;
align-items: center;
}
.rkit-marquee-item {
text-wrap: nowrap;
padding-right: var(--gap);
}
.rkit-marquee-item-content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.rkit-running-text__text {
background: black;
font-size: 3rem;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.rkit-running-text__icon {
font-size: 3rem;
width: 3rem;
color: black;
fill: black;
}
.image-running img{
display: block;
width: auto;
height: 100%;
overflow: hidden;
object-fit: contain;
}
.image-running { 
display : flex;
width: 100px;
height: 100px;
overflow: hidden;
opacity : 1;
align-items : center;
}
@keyframes marquee {
from {
transform: translateX(0%);
}
to {
transform: translateX(-100%);
}
}@keyframes blink-caret {
to {
opacity: 0;
}
}
.rkit-animated-heading p {
position: relative; }
.rkit-animated-heading {
position: relative;
}
.text-writing {
display: inline-block;
}
.text-writing::after {
content: "|";
display: inline-block;
vertical-align: top;
animation: blink-caret 600ms infinite alternate;
}
.rkit-animated-heading p {
margin-bottom: 0;
}
@keyframes typing-cursor {
from,
to {
border-color: transparent;
}
50% {
border-color: #000000;
}
}
.text-flipping {
transition: 0.5s;
animation-duration: 0.5s;
animation-fill-mode: both;
display: inline-block;
}
.flip-out {
transform: perspective(400px) rotateX(90deg);
animation-name: flipOut;
transform-origin: bottom;
opacity: 0;
}
.flip-in {
transform: perspective(400px) rotateX(0deg);
animation-name: flipIn;
transform-origin: bottom;
opacity: 1;
}
@keyframes flipOut {
0% {
transform: perspective(400px) rotateX(0deg);
transform-origin: bottom;
opacity: 1;
}
40% {
transform: perspective(400px) rotateX(-20deg);
transform-origin: bottom;
}
100% {
transform: perspective(400px) rotateX(90deg);
transform-origin: bottom;
opacity: 0;
}
}
@keyframes flipIn {
0% {
transform: perspective(400px) rotateX(-90deg);
transform-origin: bottom;
opacity: 0;
}
60% {
transform: perspective(400px) rotateX(-20deg);
transform-origin: bottom;
}
100% {
transform: perspective(400px) rotateX(0deg);
transform-origin: bottom;
opacity: 1;
}
}
.text-sliding_up,
.text-sliding_down {
overflow: hidden;
transition: opacity 0.5s;
display: inline-flex;
}
.text-sliding_down.slide-down_in {
height: auto;
animation: slideDown_In 0.5s;
}
.text-sliding_down.slide-down_out {
height: auto;
animation: slideDown_Out 0.5s;
}
.text-sliding_up.slide-up_in {
height: auto;
animation: slideUp_In 0.5s;
}
.text-sliding_up.slide-up_out {
height: auto;
animation: slideUp_Out 0.5s;
}
@keyframes slideUp_In {
0% {
transform: translateY(15px);
opacity: 0;
}
60% {
transform: translateY(-5px);
opacity: 0.8;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
@keyframes slideUp_Out {
0% {
transform: translateY(0px);
opacity: 1;
}
100% {
transform: translateY(-15px);
opacity: 0;
}
}
@keyframes slideDown_In {
0% {
transform: translateY(-15px);
opacity: 0;
}
60% {
transform: translateY(5px);
opacity: 0.8;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
@keyframes slideDown_Out {
0% {
transform: translateY(0px);
opacity: 1;
}
100% {
transform: translateY(15px);
opacity: 0;
}
}
@keyframes handdrawn {
0% {
stroke-dashoffset: 1500;
opacity: 0;
}
100% {
stroke-dashoffset: 0;
opacity: 1;
}
}
@keyframes opacity {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.rkit-animated-heading__text svg {
fill: none;
stroke: black;
stroke-width: 12px;
stroke-miterlimit: 10;
stroke-dasharray: 1500;
stroke-dashoffset: 1500;
stroke-linecap: round;
position: absolute;
top: 50%;
left: 50%;
width: calc(100% + 20px);
opacity: 0;
transform: translate(-50%, -50%);
z-index: -1;
height: calc(100% + 15px);
overflow: visible;
}
.rkit-animated-heading__text {
color: #00cea6;
}
.rkit-highlighted.in_front svg {
z-index: 2 !important;
}
.highlighted_in svg {
animation: handdrawn 1s forwards;
}
.highlighted_out svg {
stroke-dashoffset: 0;
animation: opacity 1s;
}
.rkit-highlighted {
display: inline-flex;
}
.text-drop-in,
.text-drop-out {
overflow: hidden;
display: inline-flex;
}
.text-drop-in.drop-in_out {
animation: dropIn_Out 0.5s;
opacity: 0;
}
.text-drop-in.drop-in_in {
animation: dropIn_In 0.5s;
opacity: 1;
}
@keyframes dropIn_Out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.4);
opacity: 0;
}
}
@keyframes dropIn_In {
0% {
transform: scale(1.3);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.text-drop-out.drop-out_out {
animation: dropOut_Out 0.5s;
opacity: 0;
}
.text-drop-out.drop-out_in {
animation: dropOut_In 0.5s;
opacity: 1;
}
@keyframes dropOut_Out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.3);
opacity: 0;
}
}
@keyframes dropOut_In {
0% {
transform: scale(0.4);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}.rkit-swiper {
position: relative;
overflow: visible;
}
.rkit-card {
background-color: #fafafa;
overflow: hidden;
}
.rkit-card-slider {
padding: 0px;
overflow: hidden;
}
.rkit-cardslider-pagination {
display: flex;
flex-direction: row;
gap: 0.5rem;
padding: 1rem;
justify-content: center;
align-items: center;
}
.rkit-swiper-button-prev {
left: 0;
top: 50%;
}
.rkit-swiper-button-next {
right: 0;
top: 50%;
}
.rkit-swiper-button-next,
.rkit-swiper-button-prev {
position: absolute;
z-index: 999;
cursor: pointer;
width: 45px;
height: 45px;
background-color: #00cea6;
transform: translateY(-50%);
color: white;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s;
border-radius: 5px;
--swiper-navigation-size: 44px;
--swiper-navigation-top-offset: 50%;
--swiper-navigation-sides-offset: 10px;
}
.card-image {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.rkit-card .card-image img {
width: 100%;
display: block;
object-fit: cover;
object-position: center;
}
.rkit-cardslider-bullet {
width: 8px;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: #aaaaaa;
transition: all 0.5s ease;
}
.rkit-cardslider-bullet-active {
background-color: #161616;
}
.rkit-cardslider-bullet-clickable .rkit-cardslider-bullet {
cursor: pointer;
}
.rkit-card .card-body {
padding: 30px;
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
}
.rkit-card .card-body::before {
content: "";
width: 100%;
height: 100%;
display: block;
z-index: -1;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
transform: translateY(120%);
opacity: 0;
transition: all 0.5s;
background: #aaaaaa;
}
.card-title {
margin: 0;
}
.card-title a {
text-decoration: none;
color: #161616;
}
.card-heading {
margin-bottom: 0.5rem;
display: flex;
flex-direction: column;
}
.rkit-swiper-button-prev.swiper-button-disabled,
.rkit-swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.rkit-card .card-button a {
background-color: #00cea6;
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
gap: 0.5rem;
padding: 1rem;
color: white;
transition: all 0.5s;
border-radius: 5px;
}
.rkit-card .card-button {
display: flex;
justify-content: start;
}
.rkit-card .card-button a .button-icon {
transition: color 0.5s;
}
.rkit-card.rkit-cc-overlay {
position: relative;
}
.rkit-card.rkit-cc-overlay .card-body {
opacity: 0;
transform: translateY(-20%);
transform-origin: bottom;
transition: all 0.5s;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
justify-content: center;
color: white;
padding: 40px;
}
.rkit-card.rkit-cc-overlay .card-image img {
aspect-ratio: 1 / 1;
}
.rkit-card.rkit-cc-overlay .card-button {
justify-content: center;
}
.rkit-card.rkit-cc-overlay:hover .card-body {
opacity: 1;
transform: translateY(0);
}
.rkit-card.rkit-cc-overlay:hover .card-body::before {
transform: translateY(0);
opacity: 1;
}
.rkit-card-slider .swiper-slide {
overflow: unset;
}
.card-button.fullwidth a {
width: 100%;
}.rkit-accordion {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.rkit-accordion-header {
padding: 10px;
background-color: #ebebeb;
color: #000000;
cursor: pointer;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center ;
transition: all 0.5s;
position: relative;
}
.rkit-accordion-header:hover {
z-index: 2;
}
.rkit-accordion-item.open .rkit-accordion__title{
color: rgb(1, 57, 242);
}
.rkit-accordion-content {
max-height: 0vmax;
height: auto;
visibility: hidden;
overflow: hidden;
transition: all 0.3s;
}
.rkit-accordion__icon{
display: flex;
align-items: center;
justify-content: center;
margin: 0px 20px 0px 20px;
transition: all 0.5s;
flex-shrink: 0;
}
.rkit-accordion__title{
width:100%;
text-align: left;
padding: 0px 0px 0px 20px;
transition: all 0.5s;
}
.rkit-accordion__content{
padding: 30px 30px 30px 30px;
text-align: left;
}
.rkit-accordion-item.open .rkit-accordion-content {
visibility: visible;
max-height: 100vmax;
transition: all 1.5s;
}
.rkit-accordion-item .rkit-accordion__icon .icon_open {
display: none;
}
.rkit-accordion-item.open .rkit-accordion__icon .icon_close {
display: none;
}
.rkit-accordion-item.open .rkit-accordion__icon .icon_open {
display: block;
}.rkit-testimonial-carousel {
overflow: hidden;
padding: 10px;
}
.rkit-testimonial-carousel .rkit-testimonial-card {
width: 100%;
height: auto;
display: flex;
border-radius: 10px;
overflow: hidden;
}
.rkit-pagination-bullet {
width: 8px;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: #aaaaaa;
transition: all 0.5s ease;
}
.rkit-pagination-bullet-active {
background-color: #161616;
}
.rkit-pagination-bullet-clickable .rkit-pagination-bullet {
cursor: pointer;
}
.rkit-testimonial-wrapper.style_1 .rkit-testimonial-card {
background-color: aliceblue;
}
.rkit-testimonial-wrapper.style_2 .rkit-testimonial-card {
flex-direction: column;
}
.rkit-testimonial-wrapper.style_3 .rkit-testimonial-card {
background-color: aliceblue;
padding: 1rem;
display: flex;
flex-direction: row;
}
.rkit-testimonial-wrapper.style_4 .rkit-testimonial-card {
flex-direction: column;
background-color: aliceblue;
padding: 1rem;
}
.rkit-testimonial-wrapper.style_5 .rkit-testimonial-card { position: relative;
}
.testimonial_header {
display: flex;
}
.testimonial_body {
padding: 0.5rem;
}
.testimonial_quote {
padding: 0px 0px 20px 0px;
}
.testimonial-client-img img {
height: auto;
object-fit: cover;
display: flex;
}
.testimonial_quote_wrapper {
display: flex;
}
.rkit-testimonial-carousel .testimonial-container {
overflow: visible;
}
.rkit-testimonial-wrapper.style_1 .testimonial-client-img {
width: 100%;
}
.rkit-testimonial-wrapper.style_1 .testimonial-client-img img {
width: 100%;
aspect-ratio: 16/9;
}
.rkit-testimonial-wrapper.style_2 .testimonial-client-img img {
width: 100px;
aspect-ratio: 1/1;
border-radius: 50%;
}
.rkit-testimonial-wrapper.style_3 .testimonial-client-img img {
width: 400px;
aspect-ratio: 1/1;
border-radius: 50%;
}
.rkit-testimonial-wrapper.style_5 .testimonial-client-img img {
width: 100%;
height: 100%;
}
.rkit-testimonial-wrapper.style_2 .testimonial-client-img {
display: flex;
justify-content: center;
}
.rkit-testimonial-wrapper.style_5 .testimonial-client-img {
width: 100%;
height: 100%;
}
.rkit-testimonial-wrapper.style_1 .rkit-testimonial-card {
flex-direction: column;
}
.rkit-testimonial-carousel .rkit-testimonial-pagination {
position: relative;
display: flex;
flex-direction: row;
gap: 0.5rem;
padding-block: 0.5rem;
justify-content: center;
align-items: center;
margin: 30px 0px 0px 0px;
}
.rkit-testimonial-wrapper.style_1 .testimonial_body {
padding: 1.5rem;
}
.rkit-testimonial-wrapper.style_2 .testimonial_body {
padding: 20px 20px 50px 20px;
background-color: aliceblue;
}
.rkit-testimonial-wrapper.style_5 .testimonial_body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
padding: 1rem;
color: white;
}
.rkit-testimonial-wrapper.style_5 .testimonial_header {
width: 100%;
}
.rkit-testimonial-wrapper.style_2 .testimonial_header {
flex-direction: column;
margin-top: -50px;
}
.rkit-testimonial-wrapper.style_1 .testimonial_header {
position: relative;
}
.rkit-testimonial-wrapper.style_1 .testimonial_quote_wrapper {
position: absolute;
margin: 0px 0px -25px 25px;
}
.rkit-testimonial-wrapper.style_1 .testimonial_quote {
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(54, 133, 236);
border-radius: 50%;
color: white;
padding: 1rem;
}
.rkit-testimonial-wrapper.style_3 .testimonial_header {
display: flex;
justify-content: center;
align-items: center;
}
.rkit-testimonial-wrapper.style_2 .testimonial_quote {
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.rkit-testimonial-wrapper.style_2 .testimonial_description {
margin-bottom: 20px;
}
.rkit-testimonial-wrapper.style_4 .testimonial_header {
display: flex;
flex-direction: row;
align-items: center;
gap: 1rem;
}
.rkit-testimonial-wrapper.style_4 .testimonial-client-img img {
border-radius: 50%;
width: 60px;
aspect-ratio: 1/1;
}
.testimonial-author {
display: flex;
flex-direction: column;
margin-top: 1rem;
}
.rkit-testimonial-wrapper.style_4 .testimonial-author {
margin-top: 0;
}
.testimonial-author span {
font-weight: 400;
font-size: 13px;
}
.testimonial-rating {
display: flex;
flex-direction: row;
gap: 0.5rem;
margin: 0px 0px 0px 0px;
}
.rkit-testimonial-rate_icon {
font-size: 13px;
width: 13px;
height: 13px;
}
.rated .rkit-testimonial-rate_icon {
color: rgb(255, 196, 0);
fill: rgb(255, 196, 0);
}
.unrated .rkit-testimonial-rate_icon {
color: #7b7b7b;
fill: #7b7b7b;
}
.rkit-testimonial-wrapper.style_2 .testimonial-author,
.rkit-testimonial-wrapper.style_2 .testimonial-rating {
text-align: center;
justify-content: center;
}
.testimonial-prev-wrapper,
.testimonial-next-wrapper {
position: absolute;
top: 50%;
z-index: 2;
cursor: pointer;
transform: translateY(-50%);
}
.testimonial-prev-wrapper {
left: 0;
}
.testimonial-next-wrapper {
right: 0;
}
.rkit-testimonial-navigation {
display: flex;
justify-content: center;
align-items: center;
color: white;
padding: 1rem;
border-radius: 5px;
transition: all 0.5s ease;
}
.rkit-testimonial-navigation.rkit-testimonial-button-next,
.rkit-testimonial-navigation.rkit-testimonial-button-prev {
background-color: #00cea6;
background-image: none;
position: relative;
top: auto;
left: auto;
right: auto;
margin: 0;
background-size: cover;
width: 100%;
height: 100%;
}
.rkit-testimonial-navigation.rkit-testimonial-button-next::after,
.rkit-testimonial-navigation.rkit-testimonial-button-prev::after {
content: none !important;
}
.rkit-testimonial-navigation .navigation-icon {
color: white;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.rkit-tab-nav {
list-style: none;
padding: 0;
}
.rkit-tab-container {
display: flex;
}
.rkit-tab-container.horizontal {
flex-direction: column;
}
.rkit-tab-container.vertical {
flex-direction: row;
}
.rkit-tab-nav {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.rkit-tab-nav.bordered {
border-bottom: 1px solid #929292;
}
.rkit-tab-nav.bordered .rkit-tab-btn-item{
margin-bottom: -1px;
background-color: transparent;
}
.rkit-tab-nav.bordered .rkit-tab-btn-item.active {
background-color: #fff;
color: inherit;
border: 1px solid #929292;
border-bottom: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.rkit-tab-container.vertical .rkit-tab-nav.bordered {
border-bottom: 0;
}
.rkit-tab-container.vertical .rkit-tab-nav.bordered .rkit-tab-btn-item.active {
border-bottom: 1px solid #929292;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.rkit-tab-nav.bordered .rkit-tab-btn-item.active .tab-title-icon {
color: inherit;
fill: inherit;
}
.rkit-tab-container.horizontal .rkit-tab-nav {
flex-direction: row;
}
.rkit-tab-container.vertical .rkit-tab-nav {
flex-direction: column;
}
.rkit-tab-btn-item {
width: auto;
background-color: gray;
text-align: center;
cursor: pointer;
padding: 1rem;
flex: 1 1 auto;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.rkit-tab-btn-item.shrink {
flex: 0 0 auto;
}
.rkit-tab-btn-item.active {
background-color: rgb(32, 32, 32);
color: white;
}
.rkit-tab-btn-item.active .tab-title-icon {
color: white;
fill: white;
}
.tab-title-icon {
font-size: 18px;
width: 18px;
display: flex;
}
.rkit-tab-container.vertical .rkit-tab-content-wrapper {
flex: 1;
width: 0;
}
.rkit-tab-container.horizontal .rkit-tab-content-wrapper {
width: 100%;
}
.rkit-tab-content {
display: none;  opacity: 0;
transition: all 0.5s;
}
.rkit-tab-content.active {
display: block;
opacity: 1;
animation: fade 0.5s ease-in-out;
}
.rkit-tab-content-container {
flex: 1;
padding: 20px;
max-width: 100%;
}
@media only screen and (max-width: 767px) {
.rkit-tab-container.vertical {
flex-direction: column;
}
.rkit-tab-btn-item,
.rkit-tab-btn-item.shrink {
flex: 1 1 auto !important;
}
.rkit-tab-container.vertical .rkit-tab-content-wrapper {
width: 100%;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}@property --progress {
syntax: '<integer>';
inherits: true;
initial-value: 0;
}
@keyframes load {
to {
--progress: var(--value)
}
}
.rkit-progress {
--value: 17;
--progress-color: #00cea6;
--secondary-progress-color: #e3efff;
}
.progress-bar-container{ width: 100%;
}
.rkit-progress-animation,
.rkit-progress-animation::after {
animation: load;
animation-fill-mode: forwards;
animation-duration: calc(var(--animation-duration) * 1ms);
animation-timing-function: linear;
animation-delay: 500ms;
}
.circular-progress {
position: relative;
width: 12rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: conic-gradient(var(--progress-color) calc(var(--progress) * 3.6deg), var(--secondary-progress-color) 0deg);
display: flex;
justify-content: center;
align-items: center;
}
.circular-progress .progress-value {
background-color: #d6d6d6;
position: absolute;
width: 85%;
aspect-ratio: 1/1;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
flex-direction: column-reverse;
}
.percentage-label::after,
.progress-bar-inline .percentage-label::after {
counter-reset: percentage var(--progress);
content: counter(percentage) '%';
}
.progress-bar-container .progress-bar-inline .progress-value,
.progress-bar-inline.percentage-label::after{
font-size: 1rem;
}
.circular-progress .progress-value::before {
content: var(--title);
}
.progress-bar,
.progress-bar-inline {
position: relative;
width: 100%;
height: 10px;
background-color: var(--secondary-progress-color);
display: flex;
border-radius: 50px;
}
.progress-bar-inline .progress-value::before {
height: 100%;
display: flex;
align-items: center;
content: var(--title);
}
.progress-bar .progress-value,
.progress-bar-inline .progress-value
{
height: 100%;
width: calc(var(--progress) * 1%);
background-color: var(--progress-color);
position: relative;
border-radius: 50px;
}
.progress-bar.percentage-label::after
{
display: inline-block;
position: absolute;
left: calc(var(--progress) * 1% - 2rem)
}
.progress-bar-inline.percentage-label::after{
display: flex;
justify-content: end;
align-items: center;
position: absolute;
}
.progress-bar-inline{
position: relative;
}
.progress-bar-inline.percentage-label::after{
right:20px ;
left: 80%;
bottom: 0;
top: 0;
display: flex;
align-items: center;
}
.half-circular-progress {
position: relative;
width: 12rem;
aspect-ratio: 2/1;
border-radius: 50% / 100% 100% 0 0;
background: conic-gradient(from 0.75turn at 50% 100%, var(--progress-color) calc(var(--progress) * 3.6deg / 2), var(--secondary-progress-color) 0deg);
display: flex;
justify-content: center;
align-items: center;
}
.half-circular-progress .progress-value {
background-color: #d6d6d6;
position: absolute;
width: 75%;
aspect-ratio: 2/1;
border-radius: 50% / 100% 100% 0 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
flex-direction: column-reverse;
bottom: 0;
}
.half-circular-progress .progress-value::before {
content: var(--title);
}
.prefix-postfix {
width: 12rem;
display: flex;
justify-content: space-between
}
.progress-title {
padding-block: 0.5rem;
display: block;
}.counter-suffix {
white-space: pre-wrap;
}
.rkit-counter .counter {
display: flex;
font-size: 69px;
font-weight: 600;
line-height: 1;
justify-content: center;
}
.rkit-counter {
display: flex;
}
.rkit-counter .counter-container {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}.rkit-countdown-widget {
background-color: var(--section-background, transparent);
color: var(--text-color, #000);
padding: 20px;
border-radius: 10px;
text-align: center;
font-family: 'Digital-7', sans-serif;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
} #countdown {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px; }
.countdown-section {
display: flex;
flex-direction: column;
align-items: center;
}
.countdown-top-row { font-weight: bold;
display: flex;
justify-content: center;
}
.countdown-label {
font-size: 14px;
margin-top: 5px;
}
.countdown-separator {
font-size: 32px;
font-weight: bold;
align-self: center;
line-height: 1;
margin: 0 5px;
} .countdown-title-wrapper{
margin-bottom : -20px;
}
.rkit-countdown-widget .countdown-title {
color: var(--title-color, #000); }
.countdown_contain {
display: flex;    
flex-wrap: wrap;
gap : 20px;
}
.rkit-countdown-widget .countdown-section {
background-color: var(--section-background, transparent);
padding: 20px 10px;
border-radius: 5px; 
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;  
text-align: center;  
}
.rkit-countdown-widget  .countdown-section-row {
background-color: var(--section-background, transparent);
padding: 20px 10px;
border-radius: 5px;
display: flex; 
justify-content: center;
align-items: center;  
gap: 2.5px; 
}
.rkit-countdown-widget .countdown-label {
font-size: 1em;
color: #00CEA6;  
height: 100%; 
display: flex; 
align-self: center !important;
align-items: center;
}
.time_sett{
line-height: 1;
display: flex;
align-items: center;
color: #000;
font-size: 90px;
}
.hidden {
display: none;
}
.countdown-section-container {
display: flex;
}
.rkit-countdown-separator .countdown_contain .countdown-section-container:not(:first-child)::before {
content: ":";
font-size: 90px;
display: inline-flex;
line-height: 1;
align-items: center;
margin: -40px 0px 0px 0px;
}
@media (max-width: 600px) {
#countdown {
flex-wrap: wrap; 
justify-content: center; 
}
}.rkit-pricelisttable-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
position: relative; 
padding: 0px 0px 0px 0px ;
align-items: center;
justify-content: center; 
border-radius: 5px 5px 5px 5px;
overflow: hidden;
background-color : #F7F7F7;
}
.icon-list-button-pt{
color : #ffffff;
}
.icon-list-button-pt i:hover{
color : rgb(255, 255, 255);
}
.rkit-pricelisttable-item {
width: calc(50% - 10px); }
.rkit-pricelisttable-item { flex: 1 1 auto; border-radius: 0px;
overflow: hidden;
background: transparent;
display: flex;
flex-direction: column;
position: relative; }
.rkit-pricelisttable-item-inner {
background-color : transparent;
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: space-between; 
height: 100%; }
.rkit-pricelisttable-item-inner-price {
background-color :transparent;
display: flex;
flex-direction: column;
height: 100%;
}
.rkit-pricelisttable-item-content {
padding: 20px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.rkit-pricelisttable-item-title { color: #000000; text-align: center;
margin : 0px;
}
.rkit-pricelisttable-item-sub-heading{
color: #000000;
font-size: 16px;
font-weight: 500;
font-style: normal;  
text-align: center;  
}
.rkit-pricelisttable-item-footer{
justify-content: center;
text-align: center;
color: #9e9d9d;
font-size: 12px;
padding : 10px 32px;
}
.rkit-pricelist-item-footer-span{
padding : 0px;
}
.rkit-pricelisttable-item-subheading { color: #626665;
font-size: 28px;
font-weight: 500;
font-style: normal; 
letter-spacing: 0.5px;
word-spacing: 15px;
text-align: center;
margin-bottom: 8px;
padding-bottom: 20px;
}
.rkit-pricelisttable-item-price {  font-size: 41px;
letter-spacing: -1.1px;
text-align: center;
margin-bottom: 0px;
line-height: 1;
}
.rkit-pricelisttable-item-sale-price { font-size: 24px;
letter-spacing: -1.1px;
text-align: center;
margin-bottom: -15px;
text-decoration: line-through;
color: #818e8e;
}
.rkit-pricelisttable-item-currency { 
font-size: 18px;
letter-spacing: -1.1px;
text-align: center;
margin-bottom: 0px; 
}
.rkit-pricelisttable-item-price-section-row {
display: flex;
align-items: center;
}
.price-container-row {
display: flex;
flex-direction: column;
}
.sale-price-container {
display: flex;
flex-direction: row;
align-items: center; 
justify-content: center;  
padding-top: 0px;   
margin-bottom: -30px;
}
.sale-price-container-inline {
display: flex;
flex-direction: row;
align-items: stretch; 
justify-content: center;
margin : 0;
padding : 0px;
}
.price-container {
display: flex;
flex-direction: row;
align-items: center; 
justify-content: center;   
}
.rkit-pricelisttable-item-currency,
.rkit-pricelisttable-item-price {
margin: 0;   
padding: 0 0px;  
}
.rkit-pricelisttable-item-sub-title {
color: #777;
margin-bottom: 15px;
}
.rkit-pricelisttable-item-sub-title-center {
margin-left: 5px;   
letter-spacing: -1.1px;
margin-bottom: 0;
}
.rkit-pricelisttable-item-description {
padding-top: 12px;
padding-bottom: 24px;
padding-left: 0;
display: flex;
align-items: center;
flex-direction: column;
flex-grow: 1; 
color: #000000; }
.rkit-pricelisttable-item-button .button-element-price-table {
display: flex;
align-self: center;
margin-top: auto;
background-color:  #00cea6;
color :  #ffffff;
max-width: none;
padding : 16px 32px 16px 32px;
justify-content: center;  
gap : 10px; }
.rkit-pricelisttable-item-button{
display: flex;
padding: 0 32px ;
}
.currency-option{
display: flex;
flex-direction: row;
}
.period-option{
display: flex;
}
.rkit-pricelisttable-item-description-icon{
color: #56d4c4;  
}
.rkit-pricelisttable-item-button-icon{
color: #ffff;  
}
.rkit-pricelisttable-item-title-section {
background-color: transparent;
display: flex;
flex-direction: column;
padding : 15px 32px 16px 32px;
}
.rkit-pricelisttable-item-price-section {
display : flex;
flex-direction: column;
background-color: transparent;
padding : 16px 32px 16px 32px;
justify-content:  center; }
.icon-list-feature-pt { 
display: flex;
align-items: center; 
align-self : center;
justify-content: center;
line-height : 0px !important;
margin-top  :12px;
margin-bottom : 12px;
}
.icon-list-button-pt{  
display: flex;
align-items: center; 
align-self : center;
justify-content: center;
line-height : 0px !important;
}
.no-icon-hidden {
list-style-type: none; 
}
.rkit-wrap {
width: 100%;
height: 188px;
position: absolute;
top: -8px;
left: 0px;
overflow: hidden;
}
.rkit-wrap .content {
position: relative; 
color: #fff;  
}
.rkit-wrap:before, .wrap:after {
content: ""; 
position: absolute;
}
.rkit-wrap:before {
width: 40px;
height: 8px;
right: 100px;
background: #4D6530;
border-radius: 8px 8px 0px 0px;
}
.rkit-wrap:after {
width: 8px;
height: 40px;
right: 0px;
top: 100px;
background: #4D6530;
border-radius: 0px 8px 8px 0px;
}
.rkit-ribbon-right{
width: 200px;
height: 35px;
line-height: 33px;
position: absolute;
top: 30px;
right: -38px;
z-index: 0;
overflow: hidden;
-webkit-transform: rotate(95deg);
transform: rotate(42deg); 
background: #95a5a1;
text-align: center;
} .rkit-ribbon-left{
width: 200px;
height: 35px;
line-height: 33px;
position: absolute;
top: 30px;
left: -38px;
z-index: 0;
overflow: hidden; 
transform: rotate(315deg); 
background: #95a5a1;
text-align: center;
}
.rkit-pricelisttable-ribbon {
position: absolute;
z-index: 1;
top: 0;
left: auto;
right: -10px;
transform: rotate(90deg);
width: 150px;
overflow: hidden;
height: 150px;
}
.rkit-pricelisttable-ribbon.rkit-pricelisttable-ribbon__left {
transform: rotate(0);
left: 0;
right: auto;
}
.rkit-pricelisttable-ribbon.rkit-pricelisttable-ribbon__right {
transform: rotate(90deg);
left: auto;
right: 0;
}
.rkit-pricelisttable-ribbon__inner {
text-align: center;
left: 0;
width: 200%;
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
background: #00cea6;
color: #000;
line-height: 2;
font-weight: 700;
padding : 10px;
} .rkit-item-list-desc{
display: flex;
flex-direction: row;
padding : 8px 32px;
justify-content: center;
text-align: center;
width: 100%;
}
.rkit-pricelisttable-heading-icon-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.rkit-pricelisttable-heading-icon {
color: inherit;
font-size: 48px;
text-align: center;
}
.divider_desc:not(:last-child)
{
display: flex;
flex-direction: row;
gap : 5px;
border-bottom : 1px;
border-bottom-style : solid;
border-color :#726b6b;
}
.divider_desc.noline{
border-width: 0px;
}
.divider_desc:last-child{
display: flex;
flex-direction: row;
gap : 5px; 
border-bottom: 0px;  
list-style: none; 
} .button-element-button-link-style {
color: #00cea6;
}
.rkit-pricelisttable-badge {
position: absolute;
z-index: 1;
background-color: #00cea6;
font-size: 14px;
padding: 5px 20px;
top: 15px;
color: #fff;
border-radius: 50px;
} @media (max-width: 1200px) { .rkit-pricelisttable-container {
flex: 1 1 calc(33.333% - 20px); 
}
}
@media (max-width: 768px) {
.rkit-pricelisttable-container {
flex: 1 1 calc(50% - 20px); 
}
}
@media (max-width: 576px) {
.rkit-pricelisttable-container {
flex: 1 1 100%;  
} 
}.rkit-advanced-heading p {
position: relative; 
}
.rkit-advanced-heading {
position: relative;
display: flex;
justify-content: center;
flex-wrap: wrap; 
} 
.rkit-advanced-heading p {
margin-bottom: 0;
}
.combined-text { 
border-radius: 5px; 
gap: 10px;
justify-content : center;
}
.rkit-trp-text{ 
font-weight: bold;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;  }
.rkit-trp-text .headline_text{ 
-webkit-background-clip: text;
background-clip: text;
background-color: #00cea6;  
z-index: 1;
}
.std-text{ 
background-color:  black; 
}
.bg-headline{
background-color: transparent;  
display: inline-flex;
}
.bg-std{
background-color: transparent;  
display: inline-flex;
} @media only screen and (max-width: 1024px) {
.combined-text {
gap: 20px;  
}
}
@media only screen and (max-width: 768px) {
.combined-text { 
font-size: 2rem;  
}
}
@media only screen and (max-width: 480px) { .headline_text{ display: inline-flex;
}
.wrap_text{
font-size: 1rem; 
}
}.con-wrap{ 
margin: auto; 
display: flex;   
flex-wrap: wrap;
flex-direction: row;  
justify-content: center; 
align-items: center;  
overflow: hidden;
}
.img-comp-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;  
}
.img-comp-img {
display: block;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden; 
}
.img-comp-container img{
object-fit: cover;
max-width: none !important;  
}
.img-comp-img img {
display: block;  
}
.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;  
border: none;  
box-shadow: 0 0 0 2px #ffffff;
} .img-comp-slider::before,
.img-comp-slider::after {
content: '';
position: absolute;
width: 1500px;
height: 2px; 
background-color: white; 
left: 0;
z-index: 1;
transform: rotate(90deg)
}
.img-comp-slider::before {
top: -752px;
left : -730px
}
.img-comp-slider::after {
bottom: -752px; 
left : -730px;
} .img-comp-slider.vertical::before,
.img-comp-slider.vertical::after {
content: '';
position: absolute;
width: 1800px;  
height: 2px; 
background-color: white;  
top: 50%; 
transform: translateY(-50%);  
z-index: 1;
}
.img-comp-slider.vertical::before {
left: -1800px;  
}
.img-comp-slider.vertical::after {
left: 40px;  
} .img-comp-slider i {
font-size: 14px;
color: #ffffff;
padding: 2px; 
}
.img-comp-slider.vertical {
position: absolute;
z-index: 9;
cursor: ns-resize;
width: 40px; 
height: 40px; 
background-color: transparent; 
display: flex;
flex-direction: column;  
align-items: center;
justify-content: space-between;  
transform: translatex(-50%, -50%);
box-shadow: 0 0 0 2px #ffffff;
}
.img-comp-slider.vertical i {
font-size: 14px;
color: #ffffff;
padding: 2px; 
}  .caption-bottom-left {
position: absolute;
bottom: 8px;
left: 16px;
}
.caption-top-left {
position: absolute;
top: 8px;
left: 16px;
}
.caption-center-left { 
position: absolute;
top: 50%;
left: 16px;
transform: translateY(-50%); text-align: right;
white-space: nowrap;
}  .caption-top-right {
position: absolute;
top: 8px;
right: 16px;
}
.caption-bottom-right {
position: absolute;
bottom: 8px;
right: 16px;
}
.caption-center-right {
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%); text-align: right;
white-space: nowrap;
}  .filter-blur img {
filter: blur(5px);
}
.filter-greyscale img {
filter: grayscale(100%);
}
.filter-contrast img {
filter: contrast(150%);
}
.filter-brightness img {
filter: brightness(120%);
}.popular-posts{
padding: 0px 0px 0px 0px;
}
.rkit-item-postlist {
display: flex; align-items: stretch;
gap: 10px;
padding: 10px 10px 10px 10px;
}
.rkit-item-thumbnail {
flex: 0 0 auto;  
display: flex;
height: 100%; }
.rkit-item-thumbnail img { 
max-height: 100%;  
width: 125px;  
}
.rkit-item-content {
flex-grow: 1; }
.rkit-content-reverse{
justify-items : end;
}
.rkit-content-normal{
justify-items : start;
}
.rkit-title-postlist {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.rkit-metadata-postlist-row {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.rkit-metadata-item-postlist {
display: flex;
align-items: center;
gap: 5px;
}
.content_descripson { color: #666;
} a.rkit-readmore-postlist-btn {
background-color: #b0e7e0;
border-radius: 5px;
text-align: center;
padding: 12px 20px 12px 20px;
font-size: 15px;
color: white;
transition: all 0.5s;
border: none; align-items: left;
gap: 0.5rem;
display: inline-flex;  
align-items: center;   
justify-content: center;  
text-decoration: none;  
padding: 10px 20px;
}
a.rkit-readmore-postlist-btn:hover {
background-color: #33e4c0;
color: black;
} 
.rkit-readmore-postlist-div {
display: flex;
}
.rkit-icon-readmore {
font-size: 16px;  
margin-right: 8px;  
display: inline-block;
}
.div_test{
border-bottom : 1px;
border-bottom-style : solid;
border-color :#726b6b;
}
.divider_line:first-child{
padding-block-start: 10px !important;
}
.divider_line:not(:last-child){
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #C5B9B9;
}
.divider_line:last-child{
border-bottom: 0px;  
}
.rkit-post-list.widget-content.popular-posts li{
list-style: none; 
}
.category_post{
display: flex;
} @media (max-width: 926px) { 
.rkit-item-postlist {
flex-direction: column;  
align-items: center; 
text-align: center;  
}
.rkit-item-thumbnail {
margin-bottom: 15px;  
}
.rkit-item-thumbnail img {
max-width: 100%;  
height: auto;
}
.rkit-item-content {
flex-grow: 0;  
width: 100%;  
}
.rkit-metadata-postlist-row {
justify-content: center; 
flex-wrap: wrap;  
gap: 15px; 
}
.rkit-metadata-item-postlist {
justify-content: center;  
}
.rkit-title-postlist {
font-size: 16px;
}
.content_descripson { font-size: 14px; 
}
li {
margin-bottom: 2px;
}
}.rkit-pricebox-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
position: relative; 
padding: 0px 0px 0px 0px ; }
.rkit-pricebox-item { flex: 1 1 auto; border-radius: 0px;
overflow: hidden;
background: #fff;
display: flex;
flex-direction: column;
position: relative; }
.rkit-pricebox-item-inner {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: space-between; 
height: 100%;
overflow: hidden; 
}
.rkit-pricebox-item-inner-price {
display: flex;
flex-direction: column;
height: 100%;
}
.image_pricing_box{
max-height: 100%;
height: auto;
width: 100%; 
display: flex;
flex-direction: row;
justify-content: center;
object-fit: contain; 
padding: 16px 32px 16px 32px;
}
.image_load_box img{ 
width: 70%;
display: flex; 
justify-content: center;
object-fit: contain;
}
.rkit-pricebox-item-content {
padding: 20px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.rkit-pricebox-item-title { color: #000000;
font-size: 24px;
font-weight: 800;
font-style: normal;  
text-align: left;
margin : 0px;
}
.rkit-pricebox-item-sub-heading{
color: #383838;
font-size: 14px;
font-weight: 500;
font-style: normal;  
text-align: left;  
}
.rkit-pricebox-item-footer{
color: #9e9d9d;
font-size: 12px;
padding : 16px 32px 16px 32px;
}
.rkit-pricebox-item-subheading { color: #626665;
font-size: 24px;
font-weight: 500;
font-style: normal; 
letter-spacing: 0.5px;
word-spacing: 15px;
text-align: center;
margin-bottom: 8px;
padding-bottom: 20px;
}
.rkit-pricebox-item-price { font-family: "Verdana", Sans-serif;
font-size: 24px;
letter-spacing: -1.1px;
text-align: center;
margin-bottom: 0px;
}
.rkit-pricebox-item-sale-price-pricebox {
font-family: "Verdana", Sans-serif;
font-size: 14px;
letter-spacing: -1.1px;
text-align: center;
margin-bottom: 0px;
text-decoration: line-through;
color: #818e8e;
}
.rkit-pricebox-item-currency {
font-family: "Verdana", Sans-serif;
font-size: 14px;
letter-spacing: -1.1px;
text-align: center;
margin-bottom: 0px;
}
.rkit-pricebox-item-price-section-row {
display: flex;
align-items: center;
}
.price-container-row {
display: flex;
flex-direction: column;
}
.sale-price-pricebox-container {
display: flex;
flex-direction: row;
align-items: center; 
justify-content: center;  
padding-top: 0px;   
margin-bottom: -30px;
}
.sale-price-pricebox-container-inline {
display: flex;
flex-direction: row;
align-items: center; 
justify-content: center;
margin : 0;
padding : 0px;
}
.price-container {
display: flex;
flex-direction: row; justify-content: center;   
}
.rkit-pricebox-item-currency,
.rkit-pricebox-item-price {
margin: 0;  
padding: 0 0px;  
}
.rkit-pricebox-item-sub-title {
color: #777;
margin-bottom: 15px;
}
.rkit-pricebox-item-sub-title-center {
display: flex;
flex-direction: row;
align-items: center; 
justify-content: center;
margin : 0px;
padding : 0px;
}
.rkit-pricebox-item-description {
display: flex;
flex-direction: column; 
color: #000000;
font-family: "Amiko", Sans-serif;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
line-height: 27px;
letter-spacing: -0.1px;
word-spacing: 2px;
gap : 18px;
padding: 16px 32px 16px 32px;
}
.rkit-pricebox-item-button .new-rkit-elementor-button {
display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: 10px 20px;
align-self: flex-start;
margin-top: auto;
background-color:  #000000;
color: white;
max-width: none;
padding : 16px 32px 16px 32px; }
.rkit-pricebox-item-button.button-full-size .new-rkit-elementor-button{ 
width: 100%; 
}
.currency-option{
display: flex;
flex-direction: row;
}  .rkit-pricebox-item-description-icon{
color: #56d4c4;  
}
.rkit-pricebox-item-button-icon{
color: #56d4c4;  
}
.rkit-pricebox-item-title-section {
background-color: #ffffff;
display: flex;
flex-direction: column;
padding : 16px 32px 16px 32px;
}
.rkit-pricebox-item-price-section {
display: flex;
flex-direction: column; 
padding : 16px 32px 16px 32px; }
.no-icon-hidden {
list-style-type: none; 
}
.rkit-wrap {
width: 100%;
height: 188px;
position: absolute;
top: -8px;
left: 0px;
overflow: hidden;
}
.rkit-pricebox-ribbon {
position: absolute;
z-index: 1;
top: 0;
left: auto;
right: -10px;
transform: rotate(90deg);
width: 150px;
overflow: hidden;
height: 150px;
}
.rkit-pricebox-ribbon.rkit-pricebox-ribbon__left {
transform: rotate(0);
left: 0;
right: auto;
}
.rkit-pricebox-ribbon.rkit-pricebox-ribbon__right {
transform: rotate(90deg);
left: auto;
right: 0;
}
.rkit-pricebox-ribbon__inner {
text-align: center;
left: 0;
width: 200%;
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
background: #000000;
color: #ffffff;
line-height: 2;
font-weight: 700;
padding : 10px; } .divider_desc:not(:last-child)
{
display: flex;
flex-direction: row;
gap : 5px;
border-bottom : 1px;
border-bottom-style : solid;
border-color :#726b6b;
}
.divider_desc.noline{
border-bottom: 0px;
}
.divider_desc:last-child{
display: flex;
flex-direction: row;
gap : 5px;
border-bottom: 0px;  
list-style: none; 
}
@media (max-width: 1200px) {
.rkit-pricebox-item {
flex: 1 1 calc(33.333% - 20px); 
}
}
@media (max-width: 768px) {
.rkit-pricebox-item {
flex: 1 1 calc(50% - 20px); 
}
}
@media (max-width: 576px) {
.rkit-pricebox-item {
flex: 1 1 100%;  
} 
}.rkit-image_box-card {
display: flex;
flex-direction: column;
background-color: transparent;
transition: all 0.3s;
overflow: hidden; }
.rkit-image_box-card.rkit-direction {
flex-direction: column;
}
.rkit-icon-top {
font-size: 45px;
width: 45px;
height: 45px;
}
.rkit-icon-readmore {
font-size: 25px;
width: 25px;
height: 25px;
}
.rkit-container-top {
display: flex;
flex-direction: row;
padding: 0px;
}
.rkit-container-top {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.left {
width: 45%;
text-align: left;
}
.right {
position: relative;
text-align: right; }
.rkit-image_box_det {
width: 100%;
display: flex;
justify-content: center;
}
.rkit-image_box__detail {
height: 100%;
width: 100%;
padding: 1rem;
display: flex;
flex-direction: column;
gap: 15px;
justify-content: center;
overflow: hidden;
}
.image-box-item-desc {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}
.rkit-image_box__detail h4 {
margin-bottom: 0;
}
.rkit-image_box__img {
display: flex;
justify-content: center;
object-fit: contain;
padding: 0px 0px 0px 0px;
transition: transform 0.5s ease-in-out;
position: relative; 
}
.rkit-image_box__img {
overflow: hidden;
}
.rkit-image_box__img img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
overflow: hidden;
}
.rkit-image_box__description {
width: 100%;
margin-bottom: 0.5rem; text-align: center;
}
.rkit-image_box__title {
width: 100%;
font-weight: 500;
margin-bottom: 0.5rem; text-align: center;
} .rkit-image_box_det {
position: relative;
width: 100%;
display: flex;
justify-content: center;
}
.float-card {
position: relative;
width: 100%;
display: flex;
justify-content: center;
}
.float-detail {
position: relative;
background-color: #ffffff;
width: 90%;
padding: 1rem;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1px;
border-radius: 0px;
margin-top: -75px;  }
.float-detail {
position: relative;
overflow: hidden;
max-height: 300px;
transition: max-height 0.5s ease, opacity 0.5s ease;
}
.float-card-desc-ext {
opacity: 0;
max-height: 0;
transition: opacity 0.5s ease, max-height 0.5s ease;
} .rkit-image_box-card:hover .float-card-desc-ext {
opacity: 1;
max-height: 200px;
}
.float-card:hover {
max-height: 300px;
}  .rkit-image_box__overlay {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.rkit-image_box__overlay .rkit-image_box_det {
visibility: hidden;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: white;
background-color: transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 16px 32px;
opacity: 0;
transition: opacity 0.4s ease, visibility 0.4s ease;
z-index: 2;
} .rkit-image_box__img::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #000000;
transform: scaleY(0);
transform-origin: top;
opacity: 0;
visibility: hidden;
transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
z-index: 1;
}
.rkit-image_box__overlay:hover .rkit-image_box__img{ }
.rkit-image_box__overlay:hover .rkit-image_box_det {
visibility: visible;
animation: hs-animation-overlay 1s ease forwards;
opacity: 1;
}
@keyframes hs-animation-overlay {
0% {
transform: translateY(-300px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.rkit-image_box__overlay:hover .rkit-image_box__img::after  {
visibility: visible;
transform: scaleY(1);
opacity: 0.2;
}
.rkit-image_box__overlay:not(:hover) .rkit-image_box__img::after  {
transform: scaleY(0);
opacity: 0;
visibility: hidden;
} .rkit-image_box_detaa {
max-width: 100%;
height: 100%;
padding: 0px;
background: rgba(0, 0, 0, 0.75);
border-radius: 0px; text-align: center;
overflow: hidden;
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.fade_in .rkit-image_box_detaa {
transform: none;
}
.fade_in:hover .rkit-image_box_detaa {
opacity: 1;
transition: opacity 0.3s ease;
transform: translateX(0);
} .rkit-image_box_det {
position: relative;
width: 100%;
display: flex;
justify-content: center;
}
.def-card {
position: relative;
width: 100%;
display: flex;
justify-content: center;
}
.def-detail {
position: relative;
background-color: #ffffff;
width: 90%;
padding: 1rem;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1px;
border-radius: 0px;
margin-top: -75px;
}
.def-detail {
position: relative;
overflow: hidden;
max-height: 100%;
transition: max-height 0.5s ease, opacity 0.5s ease;
}
.def-card-desc-ext {
opacity: 0;
max-height: 0;
transition: opacity 0.5s ease, max-height 0.5s ease;
} .rkit-image_box-card .def-card-desc-ext {
opacity: 1;
max-height: 200px;
} .rkit-image_box__centered .rkit-image_box-card {
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.rkit-image_box__centered .rkit-image_box__img {
border-radius: 0%;
overflow: hidden;
width: 50%;
min-width: 180px;
}
.rkit-image_box__centered .rkit-image_box__img img {
aspect-ratio: 1/1;
}
.rkit-image_box__centered .rkit-image_box__detail {
text-align: center;
justify-content: center;
align-items: center;
}
a.rkit-readmore-imagebox-btn {
display: inline-flex;
align-items: center; justify-content: center;
background-color: #00CEA6;
border-radius: 0px;
padding: 12px 20px 12px 20px;
font-size: 15px;
color: white;
transition: all 0.5s;
border: none;
gap: 0.5rem;
}
a.rkit-readmore-imagebox-btn:hover {
background-color: #33e4c0;
color: black;
}
.rkit-readmore-imagebox-div {
display: flex;
justify-content: center;
} a.rkit-button-top {
background-color: #00CEA6;
border-radius: 50%;
width: 50px;
height: 50px;
font-size: 15px;
color: white;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
gap: 0.5rem;
position: relative;
overflow: hidden;
border: 0px;
}
a.rkit-button-top:hover {
background-color: #33e4c0;
color: black;
}
@keyframes overlay_animation_in {
from {
opacity: 0;
transform: scaleY(0);
transform-origin: center;
}
to {
opacity: 1;
transform: scaleY(1);
transform-origin: center;
}
}
@keyframes overlay_animation_out {
from {
opacity: 1;
transform: scaleY(1);
transform-origin: center;
}
to {
opacity: 0;
transform: scaleY(0);
transform-origin: center;
}
}
.fade-in {
animation: overlay_animation_in 0.5s ease-in-out forwards; }
.fade-out {
animation: overlay_animation_out 0.5s ease-in-out forwards; }.container-image-accordion{
display : flex;
width : auto;
overflow : hidden;
position : relative;
}
.gallery-wrap {
display: flex;
flex-direction: row;
width: 100%;
height: 70vh;
overflow: hidden;
}
.item-ia {
flex: 1;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: none;
transition: flex 0.8s ease;
overflow: hidden;
&:hover{
flex: 5;
}
}
.item-text{ 
opacity: 0;
display: flex;
overflow: hidden;
}
.text-title-ia {
display: flex;
justify-content: center;
opacity: 0;
z-index: 999;
transform: translateY(20px);
transition: all 1s ease;
}
.hs-animation-text-title-ia {
animation: hs-animation-text-title-ia 1s ease forwards;
}
@keyframes hs-animation-text-title-ia {
0% {
transform: translateY(-500px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
} .text-description {
display: flex;
justify-content: center;
z-index: 999;
opacity: 0;
transform: translateY(20px);
transition: all 1s ease;
}
.hs-animation-text {
animation: hs-animation-text 1s ease forwards;
}
@keyframes hs-animation-text {
0% {
transform: translateY(500px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.item-ia-hover.active .text-title-ia  {
transform: translateY(0);
opacity: 1;
}
.item-ia-hover.active .text-description {
transform: translateY(0);
opacity: 1;
}
.item-ia-click.active .text-title-ia  {
transform: translateY(0);
opacity: 1;
}
.item-ia-click.active .text-description {
transform: translateY(0);
opacity: 1;
} .icon-button{
color : red;
}
.icon-button i:hover{
color : rgb(255, 255, 255);
}
.rkit-image-accordion-item-button{
display : flex;
justify-content : center;
z-index: 999;
}
.button-element-image-accordion {
position: relative;
z-index: 1;
display: flex;
align-self: center;
align-items: center; 
width : auto;
background-color:  #000000;
color :  #ffffff;
max-width: none;
padding : 16px 32px 16px 32px;
justify-content: center;  
opacity: 0; 
transform: translateY(20px);
transition: all 1s ease;
overflow: hidden;
animation: hs-animation-button 1s ease forwards; }
.rkit-image-accordion-item-button-icon{
color: #56d4c4;  
}
.hs-animation-button {
animation: hs-animation-button 1s ease forwards;
}
@keyframes hs-animation-button {
0% {
transform: translateY(500px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
} .item-ia-hover {
flex: 1;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: none;
transition: flex 1s ease;
overflow : hidden;
position: relative;
} 
.item-ia-hover.active{
flex : 3;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.item-ia-hover.active .item-text {
position: relative;
z-index: 2;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;   
opacity: 0;  
padding: 0px;
overflow: hidden;
transition-delay : 2s;
animation: fadeIn 0.5s ease-in-out forwards;  
}
.background-item-text{
position: absolute;
z-index: 1;
inset: 0;
overflow: hidden;
background-color: #9A9191;
opacity: 20%;
}  .item-ia-click {
flex: 1;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: none;
transition: flex 1s ease;
overflow : hidden;
} 
.item-ia-click.active{
flex : 3;
}
@keyframes fadeInClick {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.item-ia-click.active .item-text {
position: relative;
z-index: 2;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
opacity: 0;  
padding: 0px;
overflow: hidden;
transition-delay : 1s;
animation: fadeIn 1s ease-in-out forwards;  
} @media only screen and (max-width: 480px) {
.gallery-wrap { 
flex-direction: column !important; 
}
}.dual-button-outer-wrapper {
display: flex;
justify-content: center;
}
.dual-button-inner-wrapper {
display: flex;
flex-direction: row;
position: relative;
height: auto;
background-color: transparent;
vertical-align: middle;
align-items: center;
align-self: center;
overflow: visible;
}
.dual-button-inner-wrapper .column {
gap: 1px;
}
.dual-button {
display: flex;
width: 180px;
height: auto;
float: left;
box-sizing: border-box;
}
.dual-left {
background-color: #333;
border-radius: 0px;
}
.dual-right {
background-color: #00cea6;
border-radius: 0px;
}
.dual-text {
font-size: 18px;
display: flex;
font-family: arial;
font-weight: bold;
text-align: center;
justify-content: center;
color: white;
width: 100%;
position: relative;
z-index: 0;
}
.left_button {
display: flex;
gap: 5px;
align-self: center;
padding: 12px 30px 12px 30px;
}
.right_button {
display: flex;
gap: 5px;
align-self: center;
padding: 12px 30px 12px 30px;
}
.dual-button:hover {
background-color: #4a4a4a;
}
.dual-text:hover {
color: #ffffff;
}
.dual-right:hover {
background-color: #5eebcf;
}
.middle-button {
display: flex;
justify-content: center;
align-items: center;
align-self: center;
text-align: center;
z-index: 9999;
}
.middle {
display: flex;
justify-content: center;
align-items: center;
align-self: center;
text-align: center;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: white;
position: absolute;
font-size: 15px;
line-height: 1px;
}
.rkit-icon-left-button {
display: inline-flex;
position: relative;
align-self: center;
}
.rkit-icon-right-button {
display: inline-flex;
position: relative;
align-self: center;
}
.rkit-icon-middle-button {
display: inline-flex;
position: relative;
align-self: center;
}
.dual-right,
.dual-left{
position: relative;
}
.dual-left::before,
.dual-right::before{
content: '';
position: absolute;
inset: 0;
}.rkit-gallery-masonry-container {
width: 100%;
display: block;
margin: 0 auto;
}
.rkit-gallery-masonry {
column-count: 3;
column-gap: 5px;
@media (min-width: 768px) {
column-count: 3;
}
@media (min-width: 992px) {
column-count: 4;
}
@media (min-width: 1199px) {
column-count: 5;
}
}
.rkit-gallery-masonry.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 5px;
background-color: transparent;
justify-content: center;
}
.brick {
box-sizing: border-box;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
counter-increment: brick-counter;
overflow: hidden;
position: relative;
}  .gallery_image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition-duration: 900ms;
transition: transform 0.8s ease;
left: 0;
} .skeleton {
display: block;
width: 100%;
height: 100%;
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
opacity: 1;
position: relative;
pointer-events: none;
} @keyframes loading {
from {
background-position: 200% 0;
}
to {
background-position: -200% 0;
}
} .gallery_image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition-duration: 900ms;
transition: transform 0.6s ease;
}
.zoom:hover img {
transform: scale(1.1);
transition-duration: 900ms;
}
.overlay:hover {
background-color: rgba(0, 0, 0, 0.5); opacity: 0.6;
transition: opacity 0.6s ease;
}.rkit-swiper-hs {
position: relative;
overflow: hidden;
}
.rkit-homeslider {
background-color: transparent;
overflow: hidden; 
}
.container-image-hsl{
overflow: hidden;
background-color: transparent; 
}
.rkit-hs-client {
width: 100%;
height: 90vh; 
overflow: hidden;
}
.rkit-homeslider-slider {
padding: 0px 0px 0px 0px;
}
.rkit-homeslider-pagination {
display: flex;
flex-direction: row;
gap: 0.5rem;
padding: 1rem;
justify-content: center;
align-items: center;
} .image-container-hsl {
position: relative;
width: 100%;
height: 100%;   
overflow: hidden;
}
.image-cover-hsl{
height : 100% !important;
}
.image-container-hsl img {
transform: scale(1.1);
opacity: 1;
transition: transform 0.5s, opacity 0.5s;
width: 100%;
height: 100%;
object-fit: cover;  
overflow: hidden;
}
.swiper-slide-active > .image-container-hsl {
transform: scale(1);
opacity: 1;
}
.image-container-hsl.animate-zoom-out {
animation: zoomOut  5s ease-out forwards;
}
@keyframes zoomOut {
0% { 
transform: scale(1.1);  
}
100% { 
transform: scale(1);  
}
} .hs-content {
display: flex;  
text-wrap: wrap;
flex-direction: column;  
justify-content: center;
align-items: center; 
gap: 20px;   
width: 100%;  
height: 100%;   
max-width: 100%;
position: absolute;   
top: 0;
left: 0;
padding: 10%;  
background-color: transparent;
z-index: 0;  
}
.hs-content-background{
display: flex;  
flex-direction: column;  
justify-content: center;
align-items: center; 
gap: 20px;   
width: 100%;  
height: 100%;   
max-width: 100%;
position: absolute;   
top: 0;
left: 0;
padding: 10%; 
background-color: #000000; 
z-index: 0;  
}
.icon-subtitle-hs{
display: flex;
align-self: center;
z-index: 3;  
}
.hs-subtitle-section{
display : inline-flex;
flex-direction: row; 
color: #ffffff; 
gap : 10px;
width: fit-content;
z-index: 3;  
}
.hs-sub-title{
font-size: 18px;
font-weight: bold;
color: #ffffff;  
z-index: 3; align-self: center;
width: 100%;
display: block; 
text-wrap: auto; 
max-width: fit-content;
}
.hs-title {
font-size: 40px;
font-weight: bold;
color: #ffffff;  
z-index: 3; display: block; 
text-wrap: auto; 
}
.hs-description {
font-size: 20px;
color: #ffffff;   
z-index: 3;  
display: block;
text-wrap: auto;  
}  .hs-animation-1-subtitle span {
display: inline-block;
opacity: 0;
transform: translateY(20px);
animation: fadeInUpSubtitle 0.5s ease forwards;
}
.hs-animation-1-title span {
display: inline-block;
opacity: 0;
transform: translateY(20px);
animation: fadeInUpTitle 0.5s ease forwards;
}
.hs-animation-1-desc span {
display: inline-block;
opacity: 0;
transform: translateY(20px);
animation: fadeInUpDesc 0.5s ease forwards;
}
@keyframes fadeInUpSubtitle {
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUpTitle {
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUpDesc {
to {
opacity: 1;
transform: translateY(0);
}
}
.hs-animation-2-subtitle {
display: inline-block;
overflow: hidden;       
animation: typewritersubtitle 4s steps(30) 1s forwards, blink 0.7s ;
white-space: nowrap;
}
.hs-animation-2-title {
display: inline-block;
overflow: hidden;      
animation: typewritertitle 4s steps(30) 1s forwards, blinks 0.7s ;
white-space: wrap;
}
.hs-animation-2-desc {
display: inline-block; 
overflow: hidden;      
animation: typewriterdesc 4s steps(30) 1s forwards, blinkz 0.7s ;
white-space: wrap;
}
@keyframes typewritersubtitle {
0% {
width: 30%;
opacity: 0;
}
50% {
opacity: 1;
} 
100% {
width: 50%;
opacity: 1;
}
}
@keyframes typewritertitle {
0% {
width: 30%;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
width: 50%;
opacity: 1;
}
}
@keyframes typewriterdesc {
0% {
width: 30%;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
width: 50%;
opacity: 1;
}
}
@keyframes blink {
from {
border-color: transparent;
}
to {
border-color: #ffffff;
}
}
@keyframes blinks {
from {
border-color: transparent;
}
to {
border-color: #ffffff;
}
}
@keyframes blinkz {
from {
border-color: transparent;
}
to {
border-color: #ffffff;
}
} .swiper-nav-cont{
display: flex;
gap : 15px;
position: absolute; 
cursor: pointer;
padding: 10px;
top: 2%;
max-width: 100%;
width: 100%;
height: 100%;
}
.swiper-bullet-cont{
display: flex;
gap : 15px;
position: absolute;
z-index: 5;
cursor: pointer;
left: 48%;
top: 95%;
}
.rkit-swiper-hs-button-next,
.rkit-swiper-hs-button-prev { 
position : relative;
z-index: 1;
width: 45px;
height: 45px;
background-color: transparent;
transform: translateY(-50%);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s;
border-radius: 0%;
border-style : solid;
border-width : 1px;
border-color : #fff;
--swiper-navigation-size: 44px;
--swiper-navigation-top-offset: 50%;
--swiper-navigation-sides-offset: 10px;
}  .rkit-homeslider-bullet {
width: 8px;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: #aaaaaa;
transition: all 0.5s ease;
}
.rkit-homeslider-bullet-active {
background-color: #161616;
}
.rkit-homeslider-bullet-clickable .rkit-homeslider-bullet {
cursor: pointer;
}
.card-body {
padding: 10px;
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
}
.card-body::before {
content: "";
width: 100%;
height: 100%;
display: block;
z-index: -1;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.card-title {
margin: 0;
}
.card-title a {
text-decoration: none;
color: #161616;
}
.card-heading {
margin-bottom: 0.5rem;
display: flex;
flex-direction: column;
}
.rkit-swiper-hs-button-prev.swiper-button-disabled,
.rkit-swiper-hs-button-next.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none;
}   .text-button{
display : flex;
align-items : center;
}
.icon-list-button-hs{ 
color : red;
align-self: center;
}
.icon-subtitle-hs{ 
color : #ffffff;
align-self: center;
}
.icon-list-button-hs i:hover{
color : rgb(255, 255, 255);
}
.rkit-homeslider-item-button .button-element-homeslider {
display: flex;
align-self: center;
margin-top: auto;
background-color:  #333333;
color :  #ffffff;
max-width: none;
padding : 16px 32px 16px 32px;
justify-content: center;  
position: relative; }
.rkit-homeslider-item-button.button-full-size .button-element-homeslider { 
display: flex;
justify-content: center;  
width :100%
}
.rkit-homeslider-item-button-icon{
color: #56d4c4;  
}.rkit-product-grid-wpg {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
background-color: transparent;
justify-content: center;
}
@media only screen and (max-width: 1024px) {
.rkit-product-grid-wpg {
grid-template-columns: repeat(2, 1fr) !important;
}
.rkit-product-grid-wpg-pro {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media only screen and (max-width: 767px) {
.rkit-product-grid-wpg {
grid-template-columns: auto !important;
}
.rkit-product-grid-wpg-pro {
grid-template-columns: auto !important;
}
}
.rkit-icon-readmore-wpg {
align-content: center;
}
.rkit-product-card-wpg {
background-color: #ffffff; border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
padding-bottom: 10px;
position: relative;
height: min-content;
width: -webkit-fill-available;
display: flex;
flex-direction: column;
}
.rkit-addcart-wrap-button-wpg::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
}
.rkit-product-card-wpg:hover {
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.rkit-product-image-wpg {
position: relative;
overflow: hidden;
}
.rkit-product-image-wpg img {
width: 100%;
height: auto;
object-fit: cover;
transition: all 0.3s ease;
display: block;
}
.rkit-product-image-wpg:hover img {
transform: scale(1.1);
filter: brightness(40%);
} .rkit-product-details-wpg {
padding: 16px;
display: flex;
justify-content: space-between;
align-items: center;
}
.rkit-product-info-wpg {
display: flex;
flex-direction: column;
flex: 1 0 50%;
width: 100%;
}
.rkit-product-title-wpg {
font-size: 18px;
font-weight: 600;
color: #333333;
margin: 0;
text-wrap: wrap;
text-wrap-style: stable;
}
.rkit-product-category-wpg {
font-size: 14px;
color: #888888;
margin-top: 4px;
}
.rkit-product-price-wpg {
font-size: 18px;
font-weight: 600;
color: #333333;
}
.rkit-product-feat-wpg {
display: flex;
flex-direction: column;
justify-content: right; align-self: self-start;
}
.rkit-addcart-wrap-button-wpg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 30px);
opacity: 0;
visibility: hidden;
transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.rkit-product-image-wpg:hover .rkit-addcart-wrap-button-wpg {
transform: translate(-50%, -50%);
opacity: 1;
visibility: visible;
z-index: 99;
justify-content: center;
display: flex;
width: 100%;
}
.rkit-addcart-button-wpg { display: flex;
gap: 10px;
padding: 12px 24px;
background-color: #ffffff;
color: #000000;
text-align: center;
font-size: 16px;
font-weight: 600;
position: relative;
transition: background-color 0.3s ease;
}
.rkit-addcart-button-wpg span {
position: relative;
display: inline-block;
}
.rkit-addcart-button-wpg span::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 2px;
background-color: #000000;
transition: width 0.6s ease;
z-index: 999;
}
.rkit-product-image-container {
overflow: hidden;
}
.rkit-product-image-wpg:hover span::after {
width: 100%;
}
.rkit-product-rating-wpg {
font-size: 14px;
color: #f5c518;
} .rkit-product-ribbon-wpg {
position: absolute; background-color: #ff0000; color: #fff; padding: 5px 15px;
font-size: 12px;
font-weight: bold;
z-index: 10;
border-radius: 0px; }
.rkit-product-card-wpg {
position: relative;
}  .rkit-product-grid-wpg-pro {
overflow: hidden;
}
.rkit-product-card-wpg-pro {
border-radius: 20px 20px 20px 20px;  background-color: #a0a0a0;
padding: 20px 20px 20px 20px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
padding-bottom: 10px;
position: relative;
height: min-content; }
.rkit-product-image-wpg-pro {
position: relative;
overflow: hidden;
border-radius: 20px 20px 20px 20px;
}
.rkit-product-image-wpg-pro img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.3s ease;
border-radius: 20px 20px 20px 20px;
}
.rkit-product-image-wpg-pro:hover::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
opacity: 0.3;
transition: width 0.6s ease;
z-index: 1;
} .rkit-product-details-wpg-pro {
padding-top: 20px;
padding-bottom: 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.rkit-product-info-wpg-pro {
display: flex;
flex-direction: column;
flex: 0 0 50%;
width: 100%;
}
.rkit-product-title-wpg-pro {
font-weight: 600;
color: #ffffff;
margin: 0;
text-wrap: wrap;
}
.rkit-product-price-wpg-pro {
font-size: 22px;
font-weight: 800;
color: #ffffff;
}
.rkit-product-feat-wpg-pro {
display: flex;
flex-direction: column;
justify-content: right;
text-align: end;
align-self: flex-start;
}
.rkit-product-desc-wpg-pro {
opacity: 0;
max-height: 0;
overflow: hidden;
transition-delay: 2s;
transition: max-height 0.5s ease, opacity 0.5s ease;
}
.rkit-product-text-desc-wpg-pro {
font-size: 14px;
font-weight: 100;
color: #ffffff;
text-wrap: wrap;
text-align: center;
}
.rkit-product-card-wpg-pro:hover .rkit-product-desc-wpg-pro {
opacity: 1;
max-height: 200px;
} .rkit-addcart-wrap-button-wpg-all-pro {
display: inline-flex;
position: relative;
justify-content: center;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
background-color: transparent;
}
.rkit-addcart-wrap-button-wpg-pro {
display: flex;
position: relative;
} .gradient-border {
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
border-radius: 15px;
background-image: linear-gradient(
30deg,
var(--gradient-color-one),
var(--gradient-color-two)
);
background-size: 500%;
z-index: 0;
animation: border-ambient 3s linear infinite;
} .rkit-addcart-button-wpg-pro {
display: flex;
align-items: center;
justify-content: center;
background-color: #00cea6;
border-radius: 15px;
padding: 12px 30px;
width: 100%;
max-width: 100%;
font-size: 15px;
color: white;
position: relative;
z-index: 1;
transition: all 0.5s;
overflow: hidden;
gap: 20px;
}
.rkit-addcart-wrap-button-wpg-pro {
width: 100%;
margin: 0 auto; } @keyframes border-ambient {
0% {
background-position: 0% 50%;
}
25% {
background-position: 50% 75%;
}
50% {
background-position: 100% 50%;
}
75% {
background-position: 50% 25%;
}
100% {
background-position: 0% 50%;
}
}
.rkit-product-rating-wpg-pro {
font-size: 14px;
color: #f5c518;
} .rkit-product-ribbon-wpg-pro {
background-color: #00cea6;
margin-top: 0px;
border-radius: 0px;
position: absolute;
color: #fff;
padding: 5px 15px;
font-size: 12px;
font-weight: bold;
z-index: 10;
}
.rkit-product-card-wpg-pro {
position: relative;
}  .rkit-product-grid-wpg-prem {
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 16px;
justify-content: center;
}
.rkit-product-card-wpg-prem { padding: 20px;
background-color: #d0d1d5;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
position: relative;
overflow: hidden;
transition: all 0.3s ease-in-out;
height: min-content;
width: -webkit-fill-available;
}
.rkit-product-image-wpg-prem {
position: relative;
overflow: hidden;
border-radius: 20px 20px 20px 20px;
}
.rkit-product-image-wpg-prem img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.3s ease;
border-radius: 20px 20px 20px 20px;
}
.rkit-product-image-wpg-prem:hover::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
opacity: 0.3;
transition: width 0.6s ease;
z-index: 0;
}
.rkit-product-ribbon-wpg-prem {
background-color: #00cea6; margin-top: 0px;
border-radius: 20px 20px 20px 20px;
position: absolute;
color: #fff;
padding: 5px 15px;
font-size: 12px;
font-weight: bold;
z-index: 10;
}
.rkit-product-details-wpg-prem {
display: flex !important;
flex-direction: column-reverse;
align-content: flex-start;
justify-content: flex-start;
text-align: left;
gap: 15px;
position: relative;
z-index: 1;
transition: transform 0.6s ease-in-out; max-height: min-content;
gap: 10px; }
.rkit-product-details-wpg-prem::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent;
opacity: 0.5;
z-index: -1;
}
.rkit-product-info-wpg-prem {
margin-bottom: 12px;
flex: 0 0 50%;
width: 100%;
}
.rkit-product-title-wpg-prem {
font-weight: bold;
margin: 0;
color: #333;
width: fit-content;
position: relative;
padding-bottom: 25px;
}
.rkit-product-title-wpg-prem::after {
content: "";
text-align: left;
justify-content: start;
display: block;
width: 50%;
border-bottom: 3px solid #000000;
margin: 0 auto;
position: absolute;
left: 0;
padding-bottom: 10px;
}
.rkit-product-feat-wpg-prem {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: start;
align-self: flex-start;
}
.rkit-product-price-wpg-prem {
font-size: 24px;
font-weight: 300;
color: #000000;
}
.rkit-product-rating-wpg-prem {
font-size: 14px;
color: #f4a261;
}
.rkit-product-hov-wpg-prem {
display: flex;
gap: 10px;
flex-direction: row;
width: 100%; height: min-content;
position: relative;
text-align: center;
opacity: 0;
max-height: min-content;
overflow: hidden;
visibility: hidden; transition: max-height 0.5s ease, opacity 0.5s ease-in-out,
transform 0.5s ease-in-out;
}
.rkit-product-card-wpg-prem:hover .rkit-product-details-wpg-prem {
transform: translateY(-70%);
max-height: min-content;
}
.rkit-product-card-wpg-prem:hover .rkit-product-hov-wpg-prem {
opacity: 1; max-height: min-content;
visibility: visible;
transform: translateY(-70%);
}
.rkit-product-card-wpg-prem:hover {
max-height: min-content;
}
.rkit-addcart-button-wpg-prem {
display: flex;
justify-content: center;
background-color: #1f1f29;
border-radius: 15px;
padding: 10px 20px;
font-size: 15px;
color: #d9dade;
position: relative;
}
.rkit-addcart-wrap-button-wpg-prem {
display: flex;
flex: 0 0 40%;
align-items: center;
width: 100%;
margin: 0 auto;
align-content: center;
transition: max-height 0.5s ease, opacity 0.5s ease;
}
.rkit-addcart-wrap-button-wpg-prem span {
display: flex;
align-items: center;
}
.rkit-addcart-wrap-button-wpg-prem i {
display: flex;
align-items: center;
}
.text-button {
display: flex;
}
.rkit-product-desc-wpg-prem {
padding: 0px 0px 0px 0px;
display: flex;
flex: 0 0 60%;
overflow: hidden;
transition-delay: 2s;
transition: max-height 0.5s ease, opacity 0.5s ease;
}
.rkit-product-text-desc-wpg-prem {
font-size: 14px;
font-weight: 100;
color: #000000;
text-wrap: wrap;
text-align: left;
max-width: 100%;
overflow: hidden;
} .star-rating-wpg {
display: inline-block;
font-size: 20px;
line-height: 1;
color: #ddd;
position: relative;
}
.star-rating-wpg span {
display: block;
color: #f5c518;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
width: 0;
} .rkit-product-sale-price-wpg {
color: #000000;
font-weight: bold;
margin-right: 10px;
font-size: 20px;
}
.rkit-product-sale-price-wpg-pro {
color: #ffffff;
font-weight: bold;
margin-right: 10px;
font-size: 20px;
}
.rkit-product-sale-price-wpg-prem {
color: #000000;
font-weight: bold;
margin-right: 10px;
font-size: 24px;
} .if-sale-price-wpg {
display: flex;
flex-direction: row;
align-items: flex-start; gap: 2px; }
.if-sale-price-wpg-pro {
display: flex;
flex-direction: row;
align-items: center; gap: 5px;
}
.if-sale-price-wpg-prem {
display: flex;
flex-direction: column-reverse;
}
.rkit-product-sale-price-reguler-wpg {
color: #777;
text-decoration: line-through;
font-size: 14px;
font-weight: normal;
align-content: center;
align-self: center;
}
.rkit-product-sale-price-reguler-wpg-pro {
color: #ffffff;
text-decoration: line-through;
font-size: 16px;
font-weight: normal;
}
.rkit-product-sale-price-reguler-wpg-prem {
color: #777;
text-decoration: line-through;
font-size: 14px;
font-weight: normal;
} .rkit-product-price-reguler-wpg {
color: #333;
font-weight: bold;
font-size: 20px;
text-align: start;
}
.rkit-product-price-reguler-wpg-pro {
color: #ffffff;
font-weight: bold;
font-size: 20px;
text-align: start;
}
.rkit-product-price-reguler-wpg-prem {
color: #333;
font-weight: bold;
font-size: 24px;
text-align: start;
}.client-grid-container {
width: 100%;
height: 100%;
}
.client-grid-wrapper {
display: grid;
}
.container-image-cg .card-body {
text-align: center;
}
.container-image-cg .rkit-card-client .image-container-cg {
position: relative;
height: 120px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
} .clientslogo-image-full-cg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: transform 0.5s ease, opacity 0.5s ease;
display: flex;
align-items: center;
justify-content: center;
}
img.image-cover,
img.image-cover-hover {
max-width: 100%;
min-height: 100%;
transition: all 0.5s ease;
} .hover-content-cg {
position: absolute;
inset: 0;
background-color: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
opacity: 0;
z-index: 3;
transition: all 0.5s ease;
padding: 0;
font-size: 16px;
}
.hover-title-cg, .hover-description-cg{
margin: 0;
padding: 0;
} .clientslogo-image-full-cg.image-hover-cg {
z-index: 2;
opacity: 0;
} .clientslogo-image-full-cg.image-default {
z-index: 1;
} .image-container-cg.horizontal .clientslogo-image-full-cg.image-hover-cg,
.image-container-cg.horizontal .hover-content-cg {
transform: translateX(100%);
}
.image-container-cg.horizontal:hover .clientslogo-image-full-cg.image-default {
transform: translateX(-100%);
opacity: 0;
}
.image-container-cg.horizontal:hover .clientslogo-image-full-cg.image-hover-cg,
.image-container-cg.horizontal:hover .hover-content-cg {
transform: translateX(0);
opacity: 1;
} .image-container-cg.vertical .clientslogo-image-full-cg.image-hover-cg,
.image-container-cg.vertical .hover-content-cg {
transform: translateY(100%);
}
.image-container-cg.vertical:hover .clientslogo-image-full-cg.image-default {
transform: translateY(-100%);
opacity: 0;
}
.image-container-cg.vertical:hover .clientslogo-image-full-cg.image-hover-cg,
.image-container-cg.vertical:hover .hover-content-cg {
transform: translateY(0);
opacity: 1;
}
.image-container-cg.flip_effect .clientslogo-image-full-cg.image-hover-cg,
.image-container-cg.flip_effect .hover-content-cg {
opacity: 0;
transform: scaleY(0);
transform-origin: center;
transition: all 0.5s ease;
position: absolute;
inset: 0;
z-index: 2;
}
.image-container-cg.flip_effect:hover .clientslogo-image-full-cg.image-hover-cg,
.image-container-cg.flip_effect:hover .hover-content-cg {
opacity: 1;
transform: scaleY(1);
}
.image-container-cg.flip_effect .clientslogo-image-full-cg.image-default {
opacity: 1;
transform: scaleY(1);
transition: all 0.5s ease;
position: absolute;
inset: 0;
z-index: 1;
}
.image-container-cg.flip_effect:hover .clientslogo-image-full-cg.image-default {
opacity: 0;
transform: scaleY(0);
}.rkit-barchart-container {
position: relative;
z-index: 1;
}.rkit-linechart-container {
position: relative;
z-index: 1;
}.rkit-piechart-container {
position: relative;
z-index: 1;
}.rkit-back-to-top-container {
display: flex;
}
.rkit-back-to-top-button {
width: 70px;
height: 70px;
display: flex;
position: relative;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
transition: all 0.5s;
}
.rkit-back-to-top-progress .rkit-back-to-top-button {
border-radius: 50%;
}
.scroll-progress {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.rkit-back-to-top-button.hide-button-on-scroll {
opacity: 0;
visibility: hidden;
transform: translateY(5rem);
}
.rkit-back-to-top-button.hide-button-on-scroll.show {
opacity: 1;
visibility: visible;
transform: translateY(0rem);
}
.back-to-top-text {
line-height: 0;
}:root {
--pulse-color: #00CEA699;
--pulse-width: 32px;
--duration-pulse: 1.5s;
--duration-rotate: 10s;
--animated-icon-infinite:infinite;
}
.rkit-video-button-wrapper {
display: flex;
align-items: center;
justify-content: start;
}
.rkit-video-button-container {
position: relative;
width: 150px;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
}
.rkit-video-button-container .rkit-video-button{
transform-origin: center;
position: absolute;
width: 142px;
height: 142px;
}
.rkit-animated-icon-container {
width: 84px;
height: 84px;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background-color: antiquewhite;
z-index: 1;
cursor: pointer;
}
.rkit-animated-icon-container .rkit-animated-icon {
width: 29px;
height: 29px;
font-size: 29px;
}
.rkit-animation-shadowPulse {
animation: shadowPulse var(--duration-pulse) linear infinite;
}
@keyframes rotateText {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes shadowPulse {
0% {
box-shadow: 0 0 0 0px var(--pulse-color);
}
100% {
box-shadow: 0 0 7px var(--pulse-width) rgba(0, 0, 0, 0);
}
}
@keyframes bounce-up-down {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
.rotate-180 {
animation: rotate-180-animation 1s infinite alternate ease-in-out;
}
@keyframes rotate-180-animation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(180deg);
}
}  .rkit-video-button-container:hover.grow {
transform: scale(1.1);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.shrink {
transform: scale(0.9);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.pulse {
animation: pulseAnimation 0.6s ease-in-out;
}
@keyframes pulseAnimation {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
} .rkit-video-button-container:hover.wobble {
animation: wobbleAnimation 0.8s ease-in-out;
}
@keyframes wobbleAnimation {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(5deg);
}
50% {
transform: rotate(-5deg);
}
75% {
transform: rotate(3deg);
}
100% {
transform: rotate(0deg);
}
} .rkit-video-button-container:hover.skew {
transform: skewX(10deg);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.rotate {
transform: rotate(10deg);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.slide-up {
transform: translateY(-10px);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.slide-down {
transform: translateY(10px);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.slide-left {
transform: translateX(-10px);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.slide-right {
transform: translateX(10px);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.bounce {
animation: bounceAnimation 0.6s ease;
}
@keyframes bounceAnimation {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
} .rkit-video-button-container:hover.flip {
transform: rotateY(180deg);
transition: transform 0.6s ease;
} .rkit-video-button-container:hover.flip-x {
transform: rotateX(180deg);
transition: transform 0.6s ease;
} .rkit-video-button-container:hover.flip-y {
transform: rotateY(180deg);
transition: transform 0.6s ease;
} .rkit-video-button-container:hover.zoom-in {
transform: scale(1.2);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.zoom-out {
transform: scale(0.8);
transition: transform 0.3s ease;
} .rkit-video-button-container:hover.float {
animation: floatAnimation 2s ease-in-out infinite;
}
@keyframes floatAnimation {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
} .rkit-video-button-container:hover.tada {
animation: tadaAnimation 0.8s ease;
}
@keyframes tadaAnimation {
0% {
transform: scale(1);
}
10%,
20% {
transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
}
} .rkit-video-button-container:hover.shake {
animation: shakeAnimation 0.5s ease;
}
@keyframes shakeAnimation {
0% {
transform: translateX(0);
}
25% {
transform: translateX(-5px);
}
50% {
transform: translateX(5px);
}
75% {
transform: translateX(-5px);
}
100% {
transform: translateX(0);
}
} .rkit-video-button-container:hover.rubber-band {
animation: rubberBandAnimation 1s ease;
}
@keyframes rubberBandAnimation {
0% {
transform: scale(1);
}
30% {
transform: scaleX(1.25) scaleY(0.75);
}
40% {
transform: scaleX(0.75) scaleY(1.25);
}
50% {
transform: scaleX(1.15) scaleY(0.85);
}
65% {
transform: scaleX(0.95) scaleY(1.05);
}
75% {
transform: scaleX(1.05) scaleY(0.95);
}
100% {
transform: scale(1);
}
}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}@font-face {
font-family: 'rtmicon-regular';
src:  url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.eot?fngt09);
src:  url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.eot?fngt09#iefix) format('embedded-opentype'),
url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.ttf?fngt09) format('truetype'),
url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.woff?fngt09) format('woff'),
url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.svg?fngt09#rtmicon-regular) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.rtmicon{ font-family: 'rtmicon-regular' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rtmicon.rtmicon-accordion:before {
content: "\e900";
}
.rtmicon.rtmicon-account-balance:before {
content: "\e901";
}
.rtmicon.rtmicon-add:before {
content: "\e902";
}
.rtmicon.rtmicon-add-box:before {
content: "\e903";
}
.rtmicon.rtmicon-add-business:before {
content: "\e904";
}
.rtmicon.rtmicon-add-card:before {
content: "\e905";
}
.rtmicon.rtmicon-add-circle:before {
content: "\e906";
}
.rtmicon.rtmicon-advance-button:before {
content: "\e907";
}
.rtmicon.rtmicon-advanced-google-map:before {
content: "\e908";
}
.rtmicon.rtmicon-advanced-heading:before {
content: "\e909";
}
.rtmicon.rtmicon-advanced-hero-slider:before {
content: "\e90a";
}
.rtmicon.rtmicon-advanced-sticky:before {
content: "\e90b";
}
.rtmicon.rtmicon-advanced-tabs:before {
content: "\e90c";
}
.rtmicon.rtmicon-advanced-toggle:before {
content: "\e90d";
}
.rtmicon.rtmicon-alarm-clock:before {
content: "\e90e";
}
.rtmicon.rtmicon-alert:before {
content: "\e90f";
}
.rtmicon.rtmicon-analytics:before {
content: "\e910";
}
.rtmicon.rtmicon-anchor:before {
content: "\e911";
}
.rtmicon.rtmicon-android:before {
content: "\e912";
}
.rtmicon.rtmicon-animated-circle-button:before {
content: "\e913";
}
.rtmicon.rtmicon-animated-heading:before {
content: "\e914";
}
.rtmicon.rtmicon-apple:before {
content: "\e915";
}
.rtmicon.rtmicon-apps:before {
content: "\e916";
}
.rtmicon.rtmicon-arrow-down:before {
content: "\e917";
}
.rtmicon.rtmicon-arrow-down-left:before {
content: "\e918";
}
.rtmicon.rtmicon-arrow-down-right:before {
content: "\e919";
}
.rtmicon.rtmicon-arrow-down-to-line:before {
content: "\e91a";
}
.rtmicon.rtmicon-arrow-left:before {
content: "\e91b";
}
.rtmicon.rtmicon-arrow-long-down:before {
content: "\e91c";
}
.rtmicon.rtmicon-arrow-long-left:before {
content: "\e91d";
}
.rtmicon.rtmicon-arrow-long-right:before {
content: "\e91e";
}
.rtmicon.rtmicon-arrow-long-up:before {
content: "\e91f";
}
.rtmicon.rtmicon-arrow-right:before {
content: "\e920";
}
.rtmicon.rtmicon-arrow-up:before {
content: "\e921";
}
.rtmicon.rtmicon-arrow-up-left:before {
content: "\e922";
}
.rtmicon.rtmicon-arrow-up-right:before {
content: "\e923";
}
.rtmicon.rtmicon-artist:before {
content: "\e924";
}
.rtmicon.rtmicon-attach-money:before {
content: "\e925";
}
.rtmicon.rtmicon-audio-box:before {
content: "\e926";
}
.rtmicon.rtmicon-audio-file:before {
content: "\e927";
}
.rtmicon.rtmicon-author-box:before {
content: "\e928";
}
.rtmicon.rtmicon-auto-play:before {
content: "\e929";
}
.rtmicon.rtmicon-auto-renew:before {
content: "\e92a";
}
.rtmicon.rtmicon-award:before {
content: "\e92b";
}
.rtmicon.rtmicon-backpack:before {
content: "\e92c";
}
.rtmicon.rtmicon-back-to-top-button:before {
content: "\e92d";
}
.rtmicon.rtmicon-backup:before {
content: "\e92e";
}
.rtmicon.rtmicon-badge-check:before {
content: "\e92f";
}
.rtmicon.rtmicon-badge-dollar:before {
content: "\e930";
}
.rtmicon.rtmicon-badge-percent:before {
content: "\e931";
}
.rtmicon.rtmicon-ban:before {
content: "\e932";
}
.rtmicon.rtmicon-banner-ad:before {
content: "\e933";
}
.rtmicon.rtmicon-banner-discount:before {
content: "\e934";
}
.rtmicon.rtmicon-bar-chart:before {
content: "\e935";
}
.rtmicon.rtmicon-barcode:before {
content: "\e936";
}
.rtmicon.rtmicon-bar-progress:before {
content: "\e937";
}
.rtmicon.rtmicon-bars:before {
content: "\e938";
}
.rtmicon.rtmicon-bar-sort-left:before {
content: "\e939";
}
.rtmicon.rtmicon-bar-sort-right:before {
content: "\e93a";
}
.rtmicon.rtmicon-battery:before {
content: "\e93b";
}
.rtmicon.rtmicon-behance:before {
content: "\e93c";
}
.rtmicon.rtmicon-blob-shape:before {
content: "\e93d";
}
.rtmicon.rtmicon-block:before {
content: "\e93e";
}
.rtmicon.rtmicon-blockquote:before {
content: "\e93f";
}
.rtmicon.rtmicon-blog:before {
content: "\e940";
}
.rtmicon.rtmicon-blog-carousel:before {
content: "\e941";
}
.rtmicon.rtmicon-blog-post:before {
content: "\e942";
}
.rtmicon.rtmicon-bluetooth:before {
content: "\e943";
}
.rtmicon.rtmicon-bolt:before {
content: "\e944";
}
.rtmicon.rtmicon-book:before {
content: "\e945";
}
.rtmicon.rtmicon-bookmark:before {
content: "\e946";
}
.rtmicon.rtmicon-box:before {
content: "\e947";
}
.rtmicon.rtmicon-box-archive:before {
content: "\e948";
}
.rtmicon.rtmicon-box-check:before {
content: "\e949";
}
.rtmicon.rtmicon-box-circle-check:before {
content: "\e94a";
}
.rtmicon.rtmicon-box-open:before {
content: "\e94b";
}
.rtmicon.rtmicon-box-package:before {
content: "\e94c";
}
.rtmicon.rtmicon-box-stacked:before {
content: "\e94d";
}
.rtmicon.rtmicon-breadcumb:before {
content: "\e94e";
}
.rtmicon.rtmicon-briefcase:before {
content: "\e94f";
}
.rtmicon.rtmicon-browser:before {
content: "\e950";
}
.rtmicon.rtmicon-bug-report:before {
content: "\e951";
}
.rtmicon.rtmicon-business-hours:before {
content: "\e952";
}
.rtmicon.rtmicon-calculate:before {
content: "\e953";
}
.rtmicon.rtmicon-calendar:before {
content: "\e954";
}
.rtmicon.rtmicon-calendar-check:before {
content: "\e955";
}
.rtmicon.rtmicon-calendar-check-2:before {
content: "\e956";
}
.rtmicon.rtmicon-calendar-clock:before {
content: "\e957";
}
.rtmicon.rtmicon-calendar-days:before {
content: "\e958";
}
.rtmicon.rtmicon-calendar-minus:before {
content: "\e959";
}
.rtmicon.rtmicon-calendar-plus:before {
content: "\e95a";
}
.rtmicon.rtmicon-calendar-star:before {
content: "\e95b";
}
.rtmicon.rtmicon-calendar-xmark:before {
content: "\e95c";
}
.rtmicon.rtmicon-call:before {
content: "\e95d";
}
.rtmicon.rtmicon-call-to-action:before {
content: "\e95e";
}
.rtmicon.rtmicon-call-to-action-2:before {
content: "\e95f";
}
.rtmicon.rtmicon-call-volume-up:before {
content: "\e960";
}
.rtmicon.rtmicon-camera:before {
content: "\e961";
}
.rtmicon.rtmicon-campaign:before {
content: "\e962";
}
.rtmicon.rtmicon-camping:before {
content: "\e963";
}
.rtmicon.rtmicon-card-carousel:before {
content: "\e964";
}
.rtmicon.rtmicon-card-slider:before {
content: "\e965";
}
.rtmicon.rtmicon-caret-down:before {
content: "\e966";
}
.rtmicon.rtmicon-caret-down-2:before {
content: "\e967";
}
.rtmicon.rtmicon-caret-left:before {
content: "\e968";
}
.rtmicon.rtmicon-caret-left-2:before {
content: "\e969";
}
.rtmicon.rtmicon-caret-right:before {
content: "\e96a";
}
.rtmicon.rtmicon-caret-right-2:before {
content: "\e96b";
}
.rtmicon.rtmicon-caret-up:before {
content: "\e96c";
}
.rtmicon.rtmicon-caret-up-2:before {
content: "\e96d";
}
.rtmicon.rtmicon-celebration:before {
content: "\e96e";
}
.rtmicon.rtmicon-charger:before {
content: "\e96f";
}
.rtmicon.rtmicon-chart:before {
content: "\e970";
}
.rtmicon.rtmicon-chart-line-down:before {
content: "\e971";
}
.rtmicon.rtmicon-chart-line-up:before {
content: "\e972";
}
.rtmicon.rtmicon-chat-bubble:before {
content: "\e973";
}
.rtmicon.rtmicon-check:before {
content: "\e974";
}
.rtmicon.rtmicon-checkbox:before {
content: "\e975";
}
.rtmicon.rtmicon-check-box-outline-blank:before {
content: "\e976";
}
.rtmicon.rtmicon-chevron-down:before {
content: "\e977";
}
.rtmicon.rtmicon-chevron-left:before {
content: "\e978";
}
.rtmicon.rtmicon-chevron-right:before {
content: "\e979";
}
.rtmicon.rtmicon-chevrons-down:before {
content: "\e97a";
}
.rtmicon.rtmicon-chevrons-left:before {
content: "\e97b";
}
.rtmicon.rtmicon-chevrons-right:before {
content: "\e97c";
}
.rtmicon.rtmicon-chevrons-up:before {
content: "\e97d";
}
.rtmicon.rtmicon-chevron-up:before {
content: "\e97e";
}
.rtmicon.rtmicon-circle-arrow-down:before {
content: "\e97f";
}
.rtmicon.rtmicon-circle-arrow-down-2:before {
content: "\e980";
}
.rtmicon.rtmicon-circle-arrow-down-left:before {
content: "\e981";
}
.rtmicon.rtmicon-circle-arrow-down-left-2:before {
content: "\e982";
}
.rtmicon.rtmicon-circle-arrow-down-right:before {
content: "\e983";
}
.rtmicon.rtmicon-circle-arrow-down-right-2:before {
content: "\e984";
}
.rtmicon.rtmicon-circle-arrow-left:before {
content: "\e985";
}
.rtmicon.rtmicon-circle-arrow-left-2:before {
content: "\e986";
}
.rtmicon.rtmicon-circle-arrow-right:before {
content: "\e987";
}
.rtmicon.rtmicon-circle-arrow-right-2:before {
content: "\e988";
}
.rtmicon.rtmicon-circle-arrow-up:before {
content: "\e989";
}
.rtmicon.rtmicon-circle-arrow-up-2:before {
content: "\e98a";
}
.rtmicon.rtmicon-circle-arrow-up-left:before {
content: "\e98b";
}
.rtmicon.rtmicon-circle-arrow-up-left-2:before {
content: "\e98c";
}
.rtmicon.rtmicon-circle-arrow-up-right:before {
content: "\e98d";
}
.rtmicon.rtmicon-circle-arrow-up-right-2:before {
content: "\e98e";
}
.rtmicon.rtmicon-circle-caret-down:before {
content: "\e98f";
}
.rtmicon.rtmicon-circle-caret-down-2:before {
content: "\e990";
}
.rtmicon.rtmicon-circle-caret-left:before {
content: "\e991";
}
.rtmicon.rtmicon-circle-caret-left-2:before {
content: "\e992";
}
.rtmicon.rtmicon-circle-caret-right:before {
content: "\e993";
}
.rtmicon.rtmicon-circle-caret-right-2:before {
content: "\e994";
}
.rtmicon.rtmicon-circle-caret-up:before {
content: "\e995";
}
.rtmicon.rtmicon-circle-caret-up-2:before {
content: "\e996";
}
.rtmicon.rtmicon-circle-check:before {
content: "\e997";
}
.rtmicon.rtmicon-circle-chevron-down:before {
content: "\e998";
}
.rtmicon.rtmicon-circle-chevron-left:before {
content: "\e999";
}
.rtmicon.rtmicon-circle-chevron-right:before {
content: "\e99a";
}
.rtmicon.rtmicon-circle-chevron-up:before {
content: "\e99b";
}
.rtmicon.rtmicon-circle-down:before {
content: "\e99c";
}
.rtmicon.rtmicon-circle-left:before {
content: "\e99d";
}
.rtmicon.rtmicon-circle-minus:before {
content: "\e99e";
}
.rtmicon.rtmicon-circle-plus:before {
content: "\e99f";
}
.rtmicon.rtmicon-circle-right:before {
content: "\e9a0";
}
.rtmicon.rtmicon-circle-up:before {
content: "\e9a1";
}
.rtmicon.rtmicon-circle-user:before {
content: "\e9a2";
}
.rtmicon.rtmicon-circle-xmark:before {
content: "\e9a3";
}
.rtmicon.rtmicon-city:before {
content: "\e9a4";
}
.rtmicon.rtmicon-clapperboard-video:before {
content: "\e9a5";
}
.rtmicon.rtmicon-client-carousel:before {
content: "\e9a6";
}
.rtmicon.rtmicon-client-grid:before {
content: "\e9a7";
}
.rtmicon.rtmicon-client-list:before {
content: "\e9a8";
}
.rtmicon.rtmicon-clipboard:before {
content: "\e9a9";
}
.rtmicon.rtmicon-clipboard-check:before {
content: "\e9aa";
}
.rtmicon.rtmicon-clipboard-list:before {
content: "\e9ab";
}
.rtmicon.rtmicon-clipping-mask:before {
content: "\e9ac";
}
.rtmicon.rtmicon-clock:before {
content: "\e9ad";
}
.rtmicon.rtmicon-clock-desk:before {
content: "\e9ae";
}
.rtmicon.rtmicon-close:before {
content: "\e9af";
}
.rtmicon.rtmicon-close-small:before {
content: "\e9b0";
}
.rtmicon.rtmicon-cloud-check:before {
content: "\e9b1";
}
.rtmicon.rtmicon-cloud-download:before {
content: "\e9b2";
}
.rtmicon.rtmicon-cloud-upload:before {
content: "\e9b3";
}
.rtmicon.rtmicon-code:before {
content: "\e9b4";
}
.rtmicon.rtmicon-code-2:before {
content: "\e9b5";
}
.rtmicon.rtmicon-coin:before {
content: "\e9b6";
}
.rtmicon.rtmicon-coin-dollar:before {
content: "\e9b7";
}
.rtmicon.rtmicon-coin-group:before {
content: "\e9b8";
}
.rtmicon.rtmicon-coins:before {
content: "\e9b9";
}
.rtmicon.rtmicon-color-picker:before {
content: "\e9ba";
}
.rtmicon.rtmicon-comment:before {
content: "\e9bb";
}
.rtmicon.rtmicon-comments:before {
content: "\e9bc";
}
.rtmicon.rtmicon-comments-question:before {
content: "\e9bd";
}
.rtmicon.rtmicon-content-slider:before {
content: "\e9be";
}
.rtmicon.rtmicon-cookies:before {
content: "\e9bf";
}
.rtmicon.rtmicon-copyright:before {
content: "\e9c0";
}
.rtmicon.rtmicon-countdown:before {
content: "\e9c1";
}
.rtmicon.rtmicon-counter:before {
content: "\e9c2";
}
.rtmicon.rtmicon-counters:before {
content: "\e9c3";
}
.rtmicon.rtmicon-creative-button:before {
content: "\e9c4";
}
.rtmicon.rtmicon-credit-card-back:before {
content: "\e9c5";
}
.rtmicon.rtmicon-credit-card-front:before {
content: "\e9c6";
}
.rtmicon.rtmicon-currency-bitcoin:before {
content: "\e9c7";
}
.rtmicon.rtmicon-custom-css:before {
content: "\e9c8";
}
.rtmicon.rtmicon-custom-cursor:before {
content: "\e9c9";
}
.rtmicon.rtmicon-custom-font:before {
content: "\e9ca";
}
.rtmicon.rtmicon-custom-js:before {
content: "\e9cb";
}
.rtmicon.rtmicon-date-form:before {
content: "\e9cc";
}
.rtmicon.rtmicon-delete:before {
content: "\e9cd";
}
.rtmicon.rtmicon-delete-forever:before {
content: "\e9ce";
}
.rtmicon.rtmicon-dentistry:before {
content: "\e9cf";
}
.rtmicon.rtmicon-desk:before {
content: "\e9d0";
}
.rtmicon.rtmicon-desktop:before {
content: "\e9d1";
}
.rtmicon.rtmicon-destruction:before {
content: "\e9d2";
}
.rtmicon.rtmicon-diamond:before {
content: "\e9d3";
}
.rtmicon.rtmicon-distance:before {
content: "\e9d4";
}
.rtmicon.rtmicon-diversity:before {
content: "\e9d5";
}
.rtmicon.rtmicon-done-all:before {
content: "\e9d6";
}
.rtmicon.rtmicon-done-outline:before {
content: "\e9d7";
}
.rtmicon.rtmicon-download:before {
content: "\e9d8";
}
.rtmicon.rtmicon-dribbble:before {
content: "\e9d9";
}
.rtmicon.rtmicon-dual-button:before {
content: "\e9da";
}
.rtmicon.rtmicon-duplicator:before {
content: "\e9db";
}
.rtmicon.rtmicon-earthquake:before {
content: "\e9dc";
}
.rtmicon.rtmicon-echo:before {
content: "\e9dd";
}
.rtmicon.rtmicon-elementor:before {
content: "\e9de";
}
.rtmicon.rtmicon-email-form:before {
content: "\e9df";
}
.rtmicon.rtmicon-envelope:before {
content: "\e9e0";
}
.rtmicon.rtmicon-envelope-check:before {
content: "\e9e1";
}
.rtmicon.rtmicon-envelope-circle-check:before {
content: "\e9e2";
}
.rtmicon.rtmicon-envelope-open:before {
content: "\e9e3";
}
.rtmicon.rtmicon-envelope-open-dollar:before {
content: "\e9e4";
}
.rtmicon.rtmicon-equalizer:before {
content: "\e9e5";
}
.rtmicon.rtmicon-error:before {
content: "\e9e6";
}
.rtmicon.rtmicon-event:before {
content: "\e9e7";
}
.rtmicon.rtmicon-event-2:before {
content: "\e9e8";
}
.rtmicon.rtmicon-event-list:before {
content: "\e9e9";
}
.rtmicon.rtmicon-expand-circle-down:before {
content: "\e9ea";
}
.rtmicon.rtmicon-facebook:before {
content: "\e9eb";
}
.rtmicon.rtmicon-favorite:before {
content: "\e9ec";
}
.rtmicon.rtmicon-fax:before {
content: "\e9ed";
}
.rtmicon.rtmicon-feather:before {
content: "\e9ee";
}
.rtmicon.rtmicon-featured-image:before {
content: "\e9ef";
}
.rtmicon.rtmicon-feedback:before {
content: "\e9f0";
}
.rtmicon.rtmicon-figma:before {
content: "\e9f1";
}
.rtmicon.rtmicon-file:before {
content: "\e9f2";
}
.rtmicon.rtmicon-file-arrow-down:before {
content: "\e9f3";
}
.rtmicon.rtmicon-file-arrow-up:before {
content: "\e9f4";
}
.rtmicon.rtmicon-file-audio:before {
content: "\e9f5";
}
.rtmicon.rtmicon-file-certificate:before {
content: "\e9f6";
}
.rtmicon.rtmicon-file-circle-check:before {
content: "\e9f7";
}
.rtmicon.rtmicon-file-circle-exclaimation:before {
content: "\e9f8";
}
.rtmicon.rtmicon-file-circle-minus:before {
content: "\e9f9";
}
.rtmicon.rtmicon-file-circle-plus:before {
content: "\e9fa";
}
.rtmicon.rtmicon-file-info:before {
content: "\e9fb";
}
.rtmicon.rtmicon-file-music:before {
content: "\e9fc";
}
.rtmicon.rtmicon-file-pdf:before {
content: "\e9fd";
}
.rtmicon.rtmicon-film-play:before {
content: "\e9fe";
}
.rtmicon.rtmicon-filterable-gallery:before {
content: "\e9ff";
}
.rtmicon.rtmicon-filter-list:before {
content: "\ea00";
}
.rtmicon.rtmicon-finance-award:before {
content: "\ea01";
}
.rtmicon.rtmicon-finance-shield:before {
content: "\ea02";
}
.rtmicon.rtmicon-fingerprint:before {
content: "\ea03";
}
.rtmicon.rtmicon-flag:before {
content: "\ea04";
}
.rtmicon.rtmicon-flashlight:before {
content: "\ea05";
}
.rtmicon.rtmicon-flashlight-on:before {
content: "\ea06";
}
.rtmicon.rtmicon-flip-box:before {
content: "\ea07";
}
.rtmicon.rtmicon-folder:before {
content: "\ea08";
}
.rtmicon.rtmicon-folder-arrow-down:before {
content: "\ea09";
}
.rtmicon.rtmicon-folder-arrow-up:before {
content: "\ea0a";
}
.rtmicon.rtmicon-folder-check:before {
content: "\ea0b";
}
.rtmicon.rtmicon-folder-file:before {
content: "\ea0c";
}
.rtmicon.rtmicon-folder-open:before {
content: "\ea0d";
}
.rtmicon.rtmicon-folder-open-2:before {
content: "\ea0e";
}
.rtmicon.rtmicon-folders:before {
content: "\ea0f";
}
.rtmicon.rtmicon-forest:before {
content: "\ea10";
}
.rtmicon.rtmicon-form:before {
content: "\ea11";
}
.rtmicon.rtmicon-forum:before {
content: "\ea12";
}
.rtmicon.rtmicon-full-screen-slider:before {
content: "\ea13";
}
.rtmicon.rtmicon-gear:before {
content: "\ea14";
}
.rtmicon.rtmicon-gift:before {
content: "\ea15";
}
.rtmicon.rtmicon-glass-cup:before {
content: "\ea16";
}
.rtmicon.rtmicon-glass-effect:before {
content: "\ea17";
}
.rtmicon.rtmicon-glasses:before {
content: "\ea18";
}
.rtmicon.rtmicon-globe:before {
content: "\ea19";
}
.rtmicon.rtmicon-globe-pointer:before {
content: "\ea1a";
}
.rtmicon.rtmicon-glowing-background-mouse-effect:before {
content: "\ea1b";
}
.rtmicon.rtmicon-graphic-bar:before {
content: "\ea1c";
}
.rtmicon.rtmicon-graphic-pie:before {
content: "\ea1d";
}
.rtmicon.rtmicon-graphic-spectrum-equalizer:before {
content: "\ea1e";
}
.rtmicon.rtmicon-grid-round:before {
content: "\ea1f";
}
.rtmicon.rtmicon-grid-rounds:before {
content: "\ea20";
}
.rtmicon.rtmicon-group-add:before {
content: "\ea21";
}
.rtmicon.rtmicon-handyman:before {
content: "\ea22";
}
.rtmicon.rtmicon-header-info:before {
content: "\ea23";
}
.rtmicon.rtmicon-header-offcanvas:before {
content: "\ea24";
}
.rtmicon.rtmicon-headset-mic:before {
content: "\ea25";
}
.rtmicon.rtmicon-helicopter:before {
content: "\ea26";
}
.rtmicon.rtmicon-help:before {
content: "\ea27";
}
.rtmicon.rtmicon-horizontal-menu-copy:before {
content: "\ea28";
}
.rtmicon.rtmicon-horizontal-progress-bar:before {
content: "\ea29";
}
.rtmicon.rtmicon-hotspot:before {
content: "\ea2a";
}
.rtmicon.rtmicon-hourglass:before {
content: "\ea2b";
}
.rtmicon.rtmicon-hourglass-bottom:before {
content: "\ea2c";
}
.rtmicon.rtmicon-hourglass-top:before {
content: "\ea2d";
}
.rtmicon.rtmicon-house:before {
content: "\ea2e";
}
.rtmicon.rtmicon-id-card:before {
content: "\ea2f";
}
.rtmicon.rtmicon-image:before {
content: "\ea30";
}
.rtmicon.rtmicon-image-accordion:before {
content: "\ea31";
}
.rtmicon.rtmicon-image-box:before {
content: "\ea32";
}
.rtmicon.rtmicon-image-comparison:before {
content: "\ea33";
}
.rtmicon.rtmicon-image-gallery:before {
content: "\ea34";
}
.rtmicon.rtmicon-image-hotspot:before {
content: "\ea35";
}
.rtmicon.rtmicon-image-hover:before {
content: "\ea36";
}
.rtmicon.rtmicon-image-info:before {
content: "\ea37";
}
.rtmicon.rtmicon-image-list:before {
content: "\ea38";
}
.rtmicon.rtmicon-image-marquee:before {
content: "\ea39";
}
.rtmicon.rtmicon-image-masonry:before {
content: "\ea3a";
}
.rtmicon.rtmicon-images:before {
content: "\ea3b";
}
.rtmicon.rtmicon-image-showcase:before {
content: "\ea3c";
}
.rtmicon.rtmicon-image-slider:before {
content: "\ea3d";
}
.rtmicon.rtmicon-image-stack-info:before {
content: "\ea3e";
}
.rtmicon.rtmicon-instagram:before {
content: "\ea3f";
}
.rtmicon.rtmicon-instagram-feed:before {
content: "\ea40";
}
.rtmicon.rtmicon-interactive-link:before {
content: "\ea41";
}
.rtmicon.rtmicon-invoice:before {
content: "\ea42";
}
.rtmicon.rtmicon-invoice-dollar:before {
content: "\ea43";
}
.rtmicon.rtmicon-item-list:before {
content: "\ea44";
}
.rtmicon.rtmicon-joystick:before {
content: "\ea45";
}
.rtmicon.rtmicon-keep:before {
content: "\ea46";
}
.rtmicon.rtmicon-keyboard:before {
content: "\ea47";
}
.rtmicon.rtmicon-key-left:before {
content: "\ea48";
}
.rtmicon.rtmicon-kite:before {
content: "\ea49";
}
.rtmicon.rtmicon-lab-research:before {
content: "\ea4a";
}
.rtmicon.rtmicon-labs:before {
content: "\ea4b";
}
.rtmicon.rtmicon-laptop:before {
content: "\ea4c";
}
.rtmicon.rtmicon-leaderboard:before {
content: "\ea4d";
}
.rtmicon.rtmicon-leaf:before {
content: "\ea4e";
}
.rtmicon.rtmicon-lightblub:before {
content: "\ea4f";
}
.rtmicon.rtmicon-line-chart:before {
content: "\ea50";
}
.rtmicon.rtmicon-link:before {
content: "\ea51";
}
.rtmicon.rtmicon-linkedin:before {
content: "\ea52";
}
.rtmicon.rtmicon-link-simple:before {
content: "\ea53";
}
.rtmicon.rtmicon-list:before {
content: "\ea54";
}
.rtmicon.rtmicon-live-tv:before {
content: "\ea55";
}
.rtmicon.rtmicon-loader:before {
content: "\ea56";
}
.rtmicon.rtmicon-lock:before {
content: "\ea57";
}
.rtmicon.rtmicon-lock-2:before {
content: "\ea58";
}
.rtmicon.rtmicon-login:before {
content: "\ea59";
}
.rtmicon.rtmicon-logout:before {
content: "\ea5a";
}
.rtmicon.rtmicon-lottie-animation:before {
content: "\ea5b";
}
.rtmicon.rtmicon-male:before {
content: "\ea5c";
}
.rtmicon.rtmicon-medication:before {
content: "\ea5d";
}
.rtmicon.rtmicon-medium:before {
content: "\ea5e";
}
.rtmicon.rtmicon-megaphone:before {
content: "\ea5f";
}
.rtmicon.rtmicon-menu:before {
content: "\ea60";
}
.rtmicon.rtmicon-menu-open:before {
content: "\ea61";
}
.rtmicon.rtmicon-messanger:before {
content: "\ea62";
}
.rtmicon.rtmicon-microphone:before {
content: "\ea63";
}
.rtmicon.rtmicon-minus:before {
content: "\ea64";
}
.rtmicon.rtmicon-mobile:before {
content: "\ea65";
}
.rtmicon.rtmicon-mockup:before {
content: "\ea66";
}
.rtmicon.rtmicon-mode-standby:before {
content: "\ea67";
}
.rtmicon.rtmicon-money:before {
content: "\ea68";
}
.rtmicon.rtmicon-money-bank-check:before {
content: "\ea69";
}
.rtmicon.rtmicon-money-check:before {
content: "\ea6a";
}
.rtmicon.rtmicon-money-currency:before {
content: "\ea6b";
}
.rtmicon.rtmicon-money-rotation:before {
content: "\ea6c";
}
.rtmicon.rtmicon-money-target:before {
content: "\ea6d";
}
.rtmicon.rtmicon-more-horiz:before {
content: "\ea6e";
}
.rtmicon.rtmicon-more-vert:before {
content: "\ea6f";
}
.rtmicon.rtmicon-mouse:before {
content: "\ea70";
}
.rtmicon.rtmicon-mouse-127:before {
content: "\ea71";
}
.rtmicon.rtmicon-music-note:before {
content: "\ea72";
}
.rtmicon.rtmicon-nav-menu:before {
content: "\ea73";
}
.rtmicon.rtmicon-network-wifi:before {
content: "\ea74";
}
.rtmicon.rtmicon-news-ticker:before {
content: "\ea75";
}
.rtmicon.rtmicon-night-light-moon:before {
content: "\ea76";
}
.rtmicon.rtmicon-note-hashtag:before {
content: "\ea77";
}
.rtmicon.rtmicon-notes:before {
content: "\ea78";
}
.rtmicon.rtmicon-notification:before {
content: "\ea79";
}
.rtmicon.rtmicon-number:before {
content: "\ea7a";
}
.rtmicon.rtmicon-open-in-new:before {
content: "\ea7b";
}
.rtmicon.rtmicon-paper-form:before {
content: "\ea7c";
}
.rtmicon.rtmicon-paper-plane:before {
content: "\ea7d";
}
.rtmicon.rtmicon-pause:before {
content: "\ea7e";
}
.rtmicon.rtmicon-paypal:before {
content: "\ea7f";
}
.rtmicon.rtmicon-pen:before {
content: "\ea80";
}
.rtmicon.rtmicon-pencil:before {
content: "\ea81";
}
.rtmicon.rtmicon-pen-paintbrush:before {
content: "\ea82";
}
.rtmicon.rtmicon-person-add:before {
content: "\ea83";
}
.rtmicon.rtmicon-pets:before {
content: "\ea84";
}
.rtmicon.rtmicon-phone-classic:before {
content: "\ea85";
}
.rtmicon.rtmicon-phone-volume-down:before {
content: "\ea86";
}
.rtmicon.rtmicon-phone-volume-mute:before {
content: "\ea87";
}
.rtmicon.rtmicon-phone-volume-up:before {
content: "\ea88";
}
.rtmicon.rtmicon-pie-chart:before {
content: "\ea89";
}
.rtmicon.rtmicon-pie-chart-2:before {
content: "\ea8a";
}
.rtmicon.rtmicon-pie-chart-analyst:before {
content: "\ea8b";
}
.rtmicon.rtmicon-pill:before {
content: "\ea8c";
}
.rtmicon.rtmicon-pin-map-location:before {
content: "\ea8d";
}
.rtmicon.rtmicon-pinterest:before {
content: "\ea8e";
}
.rtmicon.rtmicon-planet:before {
content: "\ea8f";
}
.rtmicon.rtmicon-play:before {
content: "\ea90";
}
.rtmicon.rtmicon-play-arrow:before {
content: "\ea91";
}
.rtmicon.rtmicon-play-circle:before {
content: "\ea92";
}
.rtmicon.rtmicon-plus:before {
content: "\ea93";
}
.rtmicon.rtmicon-podcast:before {
content: "\ea94";
}
.rtmicon.rtmicon-popup-modal:before {
content: "\ea95";
}
.rtmicon.rtmicon-portfolio-gallery:before {
content: "\ea96";
}
.rtmicon.rtmicon-portofolio-gallery:before {
content: "\ea97";
}
.rtmicon.rtmicon-post-author:before {
content: "\ea98";
}
.rtmicon.rtmicon-post-carousel:before {
content: "\ea99";
}
.rtmicon.rtmicon-post-category-list:before {
content: "\ea9a";
}
.rtmicon.rtmicon-post-comment:before {
content: "\ea9b";
}
.rtmicon.rtmicon-post-content:before {
content: "\ea9c";
}
.rtmicon.rtmicon-post-excerpt:before {
content: "\ea9d";
}
.rtmicon.rtmicon-post-grid:before {
content: "\ea9e";
}
.rtmicon.rtmicon-post-info:before {
content: "\ea9f";
}
.rtmicon.rtmicon-post-list:before {
content: "\eaa0";
}
.rtmicon.rtmicon-post-navigation:before {
content: "\eaa1";
}
.rtmicon.rtmicon-post-title:before {
content: "\eaa2";
}
.rtmicon.rtmicon-presentation:before {
content: "\eaa3";
}
.rtmicon.rtmicon-price-list:before {
content: "\eaa4";
}
.rtmicon.rtmicon-price-table:before {
content: "\eaa5";
}
.rtmicon.rtmicon-pricing-compare:before {
content: "\eaa6";
}
.rtmicon.rtmicon-pricing-image-box:before {
content: "\eaa7";
}
.rtmicon.rtmicon-pricing-list:before {
content: "\eaa8";
}
.rtmicon.rtmicon-pricing-table:before {
content: "\eaa9";
}
.rtmicon.rtmicon-printer:before {
content: "\eaaa";
}
.rtmicon.rtmicon-process-step:before {
content: "\eaab";
}
.rtmicon.rtmicon-product-carousel:before {
content: "\eaac";
}
.rtmicon.rtmicon-product-grid:before {
content: "\eaad";
}
.rtmicon.rtmicon-product-highlight:before {
content: "\eaae";
}
.rtmicon.rtmicon-progress-bar:before {
content: "\eaaf";
}
.rtmicon.rtmicon-progress-step:before {
content: "\eab0";
}
.rtmicon.rtmicon-protection:before {
content: "\eab1";
}
.rtmicon.rtmicon-quote:before {
content: "\eab2";
}
.rtmicon.rtmicon-radar:before {
content: "\eab3";
}
.rtmicon.rtmicon-radial-progress-bar:before {
content: "\eab4";
}
.rtmicon.rtmicon-radio:before {
content: "\eab5";
}
.rtmicon.rtmicon-reddit:before {
content: "\eab6";
}
.rtmicon.rtmicon-report:before {
content: "\eab7";
}
.rtmicon.rtmicon-review-slider:before {
content: "\eab8";
}
.rtmicon.rtmicon-rocket:before {
content: "\eab9";
}
.rtmicon.rtmicon-romethemekit:before {
content: "\eaba";
}
.rtmicon.rtmicon-rtm-form:before {
content: "\eabb";
}
.rtmicon.rtmicon-sack-dollar:before {
content: "\eabc";
}
.rtmicon.rtmicon-scale-balanced:before {
content: "\eabd";
}
.rtmicon.rtmicon-scale-unbalanced:before {
content: "\eabe";
}
.rtmicon.rtmicon-scale-unbalanced-flip:before {
content: "\eabf";
}
.rtmicon.rtmicon-search:before {
content: "\eac0";
}
.rtmicon.rtmicon-select:before {
content: "\eac1";
}
.rtmicon.rtmicon-share-123:before {
content: "\eac2";
}
.rtmicon.rtmicon-shield:before {
content: "\eac3";
}
.rtmicon.rtmicon-shield-check:before {
content: "\eac4";
}
.rtmicon.rtmicon-shield-minus:before {
content: "\eac5";
}
.rtmicon.rtmicon-shield-plus:before {
content: "\eac6";
}
.rtmicon.rtmicon-shield-xmark:before {
content: "\eac7";
}
.rtmicon.rtmicon-shopping-cart:before {
content: "\eac8";
}
.rtmicon.rtmicon-sidebar:before {
content: "\eac9";
}
.rtmicon.rtmicon-site-logo:before {
content: "\eaca";
}
.rtmicon.rtmicon-sliders:before {
content: "\eacb";
}
.rtmicon.rtmicon-sliders-up:before {
content: "\eacc";
}
.rtmicon.rtmicon-social-icons:before {
content: "\eacd";
}
.rtmicon.rtmicon-social-share:before {
content: "\eace";
}
.rtmicon.rtmicon-social-share-2:before {
content: "\eacf";
}
.rtmicon.rtmicon-Spark:before {
content: "\ead0";
}
.rtmicon.rtmicon-Sparkles:before {
content: "\ead1";
}
.rtmicon.rtmicon-speedometer:before {
content: "\ead2";
}
.rtmicon.rtmicon-square-arrow-down:before {
content: "\ead3";
}
.rtmicon.rtmicon-square-arrow-down-2:before {
content: "\ead4";
}
.rtmicon.rtmicon-square-arrow-down-left:before {
content: "\ead5";
}
.rtmicon.rtmicon-square-arrow-down-left-2:before {
content: "\ead6";
}
.rtmicon.rtmicon-square-arrow-down-right:before {
content: "\ead7";
}
.rtmicon.rtmicon-square-arrow-down-right-2:before {
content: "\ead8";
}
.rtmicon.rtmicon-square-arrow-left:before {
content: "\ead9";
}
.rtmicon.rtmicon-square-arrow-left-2:before {
content: "\eada";
}
.rtmicon.rtmicon-square-arrow-right:before {
content: "\eadb";
}
.rtmicon.rtmicon-square-arrow-right-2:before {
content: "\eadc";
}
.rtmicon.rtmicon-square-arrow-up:before {
content: "\eadd";
}
.rtmicon.rtmicon-square-arrow-up-2:before {
content: "\eade";
}
.rtmicon.rtmicon-square-arrow-up-left:before {
content: "\eadf";
}
.rtmicon.rtmicon-square-arrow-up-left-2:before {
content: "\eae0";
}
.rtmicon.rtmicon-square-arrow-up-right:before {
content: "\eae1";
}
.rtmicon.rtmicon-square-arrow-up-right-2:before {
content: "\eae2";
}
.rtmicon.rtmicon-square-caret-down:before {
content: "\eae3";
}
.rtmicon.rtmicon-square-caret-down-2:before {
content: "\eae4";
}
.rtmicon.rtmicon-square-caret-left:before {
content: "\eae5";
}
.rtmicon.rtmicon-square-caret-left-2:before {
content: "\eae6";
}
.rtmicon.rtmicon-square-caret-right:before {
content: "\eae7";
}
.rtmicon.rtmicon-square-caret-right-2:before {
content: "\eae8";
}
.rtmicon.rtmicon-square-caret-up:before {
content: "\eae9";
}
.rtmicon.rtmicon-square-caret-up-2:before {
content: "\eaea";
}
.rtmicon.rtmicon-square-check:before {
content: "\eaeb";
}
.rtmicon.rtmicon-square-minus:before {
content: "\eaec";
}
.rtmicon.rtmicon-square-plus:before {
content: "\eaed";
}
.rtmicon.rtmicon-square-user:before {
content: "\eaee";
}
.rtmicon.rtmicon-square-xmark:before {
content: "\eaef";
}
.rtmicon.rtmicon-stacked-cards-scroll:before {
content: "\eaf0";
}
.rtmicon.rtmicon-stamp:before {
content: "\eaf1";
}
.rtmicon.rtmicon-star:before {
content: "\eaf2";
}
.rtmicon.rtmicon-store:before {
content: "\eaf3";
}
.rtmicon.rtmicon-submit-button:before {
content: "\eaf4";
}
.rtmicon.rtmicon-table-comparison:before {
content: "\eaf5";
}
.rtmicon.rtmicon-table-data:before {
content: "\eaf6";
}
.rtmicon.rtmicon-tablet:before {
content: "\eaf7";
}
.rtmicon.rtmicon-tag:before {
content: "\eaf8";
}
.rtmicon.rtmicon-taxes:before {
content: "\eaf9";
}
.rtmicon.rtmicon-team:before {
content: "\eafa";
}
.rtmicon.rtmicon-team-carousel:before {
content: "\eafb";
}
.rtmicon.rtmicon-team-content:before {
content: "\eafc";
}
.rtmicon.rtmicon-telegram:before {
content: "\eafd";
}
.rtmicon.rtmicon-telephone:before {
content: "\eafe";
}
.rtmicon.rtmicon-testimonial:before {
content: "\eaff";
}
.rtmicon.rtmicon-testimonial-carousel:before {
content: "\eb00";
}
.rtmicon.rtmicon-testimonial-carousel-2:before {
content: "\eb01";
}
.rtmicon.rtmicon-text-marquee:before {
content: "\eb02";
}
.rtmicon.rtmicon-text-area-form:before {
content: "\eb03";
}
.rtmicon.rtmicon-text-form:before {
content: "\eb04";
}
.rtmicon.rtmicon-text-marquee1:before {
content: "\eb05";
}
.rtmicon.rtmicon-textual-showcase:before {
content: "\eb06";
}
.rtmicon.rtmicon-threads:before {
content: "\eb07";
}
.rtmicon.rtmicon-tiktok:before {
content: "\eb08";
}
.rtmicon.rtmicon-time:before {
content: "\eb09";
}
.rtmicon.rtmicon-timeline:before {
content: "\eb0a";
}
.rtmicon.rtmicon-timer:before {
content: "\eb0b";
}
.rtmicon.rtmicon-toggle-off:before {
content: "\eb0c";
}
.rtmicon.rtmicon-toggle-on:before {
content: "\eb0d";
}
.rtmicon.rtmicon-tooltip:before {
content: "\eb0e";
}
.rtmicon.rtmicon-trash:before {
content: "\eb0f";
}
.rtmicon.rtmicon-trophy:before {
content: "\eb10";
}
.rtmicon.rtmicon-tumblr:before {
content: "\eb11";
}
.rtmicon.rtmicon-upload:before {
content: "\eb12";
}
.rtmicon.rtmicon-user:before {
content: "\eb13";
}
.rtmicon.rtmicon-users:before {
content: "\eb14";
}
.rtmicon.rtmicon-veritcal-menu:before {
content: "\eb15";
}
.rtmicon.rtmicon-video-box:before {
content: "\eb16";
}
.rtmicon.rtmicon-video-button:before {
content: "\eb17";
}
.rtmicon.rtmicon-video-camera:before {
content: "\eb18";
}
.rtmicon.rtmicon-vimeo:before {
content: "\eb19";
}
.rtmicon.rtmicon-volume-down:before {
content: "\eb1a";
}
.rtmicon.rtmicon-volume-mute:before {
content: "\eb1b";
}
.rtmicon.rtmicon-volume-up:before {
content: "\eb1c";
}
.rtmicon.rtmicon-wallet:before {
content: "\eb1d";
}
.rtmicon.rtmicon-wallet-money:before {
content: "\eb1e";
}
.rtmicon.rtmicon-watch:before {
content: "\eb1f";
}
.rtmicon.rtmicon-whatsapp:before {
content: "\eb20";
}
.rtmicon.rtmicon-woo-product:before {
content: "\eb21";
}
.rtmicon.rtmicon-wordpress:before {
content: "\eb22";
}
.rtmicon.rtmicon-working-hours:before {
content: "\eb23";
}
.rtmicon.rtmicon-wrapper-link:before {
content: "\eb24";
}
.rtmicon.rtmicon-xmark:before {
content: "\eb25";
}
.rtmicon.rtmicon-x-twitter:before {
content: "\eb26";
}
.rtmicon.rtmicon-youtube:before {
content: "\eb27";
}
@font-face {
font-family: "rtmicon-thin";
src: url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.eot?qy76ig);
src: url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.eot?qy76ig#iefix)
format("embedded-opentype"),
url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.ttf?qy76ig) format("truetype"),
url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.woff?qy76ig) format("woff"),
url(//www.jmhomes.co.nz/core/modules/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.svg?qy76ig#rtmicon-thin) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
.rtmicon-thin { font-family: "rtmicon-thin" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rtmicon-thin.rtmicon-activity-rooms:before {
content: "\e900";
}
.rtmicon-thin.rtmicon-acupunture:before {
content: "\e901";
}
.rtmicon-thin.rtmicon-advanced-toggle:before {
content: "\e902";
}
.rtmicon-thin.rtmicon-aerobic:before {
content: "\e903";
}
.rtmicon-thin.rtmicon-affordable-courses:before {
content: "\e904";
}
.rtmicon-thin.rtmicon-agreement:before {
content: "\e905";
}
.rtmicon-thin.rtmicon-alarm-clock:before {
content: "\e906";
}
.rtmicon-thin.rtmicon-alert:before {
content: "\e907";
}
.rtmicon-thin.rtmicon-ambulance:before {
content: "\e908";
}
.rtmicon-thin.rtmicon-analyst:before {
content: "\e909";
}
.rtmicon-thin.rtmicon-anniversaries:before {
content: "\e90a";
}
.rtmicon-thin.rtmicon-architect:before {
content: "\e90b";
}
.rtmicon-thin.rtmicon-architectural-design:before {
content: "\e90c";
}
.rtmicon-thin.rtmicon-aromatherapy:before {
content: "\e90d";
}
.rtmicon-thin.rtmicon-arrow-down:before {
content: "\e90e";
}
.rtmicon-thin.rtmicon-arrow-down-left:before {
content: "\e90f";
}
.rtmicon-thin.rtmicon-arrow-down-right:before {
content: "\e910";
}
.rtmicon-thin.rtmicon-arrow-down-to-line:before {
content: "\e911";
}
.rtmicon-thin.rtmicon-arrow-left:before {
content: "\e912";
}
.rtmicon-thin.rtmicon-arrow-long-down:before {
content: "\e913";
}
.rtmicon-thin.rtmicon-arrow-long-left:before {
content: "\e914";
}
.rtmicon-thin.rtmicon-arrow-long-right:before {
content: "\e915";
}
.rtmicon-thin.rtmicon-arrow-long-up:before {
content: "\e916";
}
.rtmicon-thin.rtmicon-arrow-right:before {
content: "\e917";
}
.rtmicon-thin.rtmicon-arrow-up:before {
content: "\e918";
}
.rtmicon-thin.rtmicon-arrow-up-left:before {
content: "\e919";
}
.rtmicon-thin.rtmicon-arrow-up-right:before {
content: "\e91a";
}
.rtmicon-thin.rtmicon-attend-event:before {
content: "\e91b";
}
.rtmicon-thin.rtmicon-automobile-accident:before {
content: "\e91c";
}
.rtmicon-thin.rtmicon-award:before {
content: "\e91d";
}
.rtmicon-thin.rtmicon-badge-check:before {
content: "\e91e";
}
.rtmicon-thin.rtmicon-badge-dollar:before {
content: "\e91f";
}
.rtmicon-thin.rtmicon-badge-percent:before {
content: "\e920";
}
.rtmicon-thin.rtmicon-balance:before {
content: "\e921";
}
.rtmicon-thin.rtmicon-balance-sheet:before {
content: "\e922";
}
.rtmicon-thin.rtmicon-bank-building:before {
content: "\e923";
}
.rtmicon-thin.rtmicon-banner-ad:before {
content: "\e924";
}
.rtmicon-thin.rtmicon-banner-discount:before {
content: "\e925";
}
.rtmicon-thin.rtmicon-bar-progress:before {
content: "\e926";
}
.rtmicon-thin.rtmicon-bar-sort-left:before {
content: "\e927";
}
.rtmicon-thin.rtmicon-bar-sort-right:before {
content: "\e928";
}
.rtmicon-thin.rtmicon-bars:before {
content: "\e929";
}
.rtmicon-thin.rtmicon-battery:before {
content: "\e92a";
}
.rtmicon-thin.rtmicon-bill:before {
content: "\e92b";
}
.rtmicon-thin.rtmicon-birthday-cake:before {
content: "\e92c";
}
.rtmicon-thin.rtmicon-blob-shape:before {
content: "\e92d";
}
.rtmicon-thin.rtmicon-block-security:before {
content: "\e92e";
}
.rtmicon-thin.rtmicon-blog:before {
content: "\e92f";
}
.rtmicon-thin.rtmicon-blog-carousel:before {
content: "\e930";
}
.rtmicon-thin.rtmicon-blueprint:before {
content: "\e931";
}
.rtmicon-thin.rtmicon-body-building:before {
content: "\e932";
}
.rtmicon-thin.rtmicon-body-scrub:before {
content: "\e933";
}
.rtmicon-thin.rtmicon-body-treatment:before {
content: "\e934";
}
.rtmicon-thin.rtmicon-body-wellness:before {
content: "\e935";
}
.rtmicon-thin.rtmicon-book:before {
content: "\e936";
}
.rtmicon-thin.rtmicon-boost-creativity:before {
content: "\e937";
}
.rtmicon-thin.rtmicon-box-package:before {
content: "\e938";
}
.rtmicon-thin.rtmicon-branding-design:before {
content: "\e939";
}
.rtmicon-thin.rtmicon-brickwall:before {
content: "\e93a";
}
.rtmicon-thin.rtmicon-bridge:before {
content: "\e93b";
}
.rtmicon-thin.rtmicon-briefcase:before {
content: "\e93c";
}
.rtmicon-thin.rtmicon-broker:before {
content: "\e93d";
}
.rtmicon-thin.rtmicon-browser:before {
content: "\e93e";
}
.rtmicon-thin.rtmicon-budget-planning:before {
content: "\e93f";
}
.rtmicon-thin.rtmicon-budgeting:before {
content: "\e940";
}
.rtmicon-thin.rtmicon-buldozer:before {
content: "\e941";
}
.rtmicon-thin.rtmicon-business-law:before {
content: "\e942";
}
.rtmicon-thin.rtmicon-business-workshop:before {
content: "\e943";
}
.rtmicon-thin.rtmicon-calendar:before {
content: "\e944";
}
.rtmicon-thin.rtmicon-calendar-check:before {
content: "\e945";
}
.rtmicon-thin.rtmicon-calendar-days:before {
content: "\e946";
}
.rtmicon-thin.rtmicon-call-to-action:before {
content: "\e947";
}
.rtmicon-thin.rtmicon-camera:before {
content: "\e948";
}
.rtmicon-thin.rtmicon-cancer-care:before {
content: "\e949";
}
.rtmicon-thin.rtmicon-card-carousel:before {
content: "\e94a";
}
.rtmicon-thin.rtmicon-cardio:before {
content: "\e94b";
}
.rtmicon-thin.rtmicon-cardiology:before {
content: "\e94c";
}
.rtmicon-thin.rtmicon-caret-down:before {
content: "\e94d";
}
.rtmicon-thin.rtmicon-caret-left:before {
content: "\e94e";
}
.rtmicon-thin.rtmicon-caret-right:before {
content: "\e94f";
}
.rtmicon-thin.rtmicon-caret-up:before {
content: "\e950";
}
.rtmicon-thin.rtmicon-certificate:before {
content: "\e951";
}
.rtmicon-thin.rtmicon-certified-doctor:before {
content: "\e952";
}
.rtmicon-thin.rtmicon-certified-institute:before {
content: "\e953";
}
.rtmicon-thin.rtmicon-certified-nurse:before {
content: "\e954";
}
.rtmicon-thin.rtmicon-certified-trainer:before {
content: "\e955";
}
.rtmicon-thin.rtmicon-champange:before {
content: "\e956";
}
.rtmicon-thin.rtmicon-chart:before {
content: "\e957";
}
.rtmicon-thin.rtmicon-chart-line-down:before {
content: "\e958";
}
.rtmicon-thin.rtmicon-chart-line-up:before {
content: "\e959";
}
.rtmicon-thin.rtmicon-check:before {
content: "\e95a";
}
.rtmicon-thin.rtmicon-chemistry:before {
content: "\e95b";
}
.rtmicon-thin.rtmicon-chevron-down:before {
content: "\e95c";
}
.rtmicon-thin.rtmicon-chevron-left:before {
content: "\e95d";
}
.rtmicon-thin.rtmicon-chevron-right:before {
content: "\e95e";
}
.rtmicon-thin.rtmicon-chevron-up:before {
content: "\e95f";
}
.rtmicon-thin.rtmicon-chevrons-down:before {
content: "\e960";
}
.rtmicon-thin.rtmicon-chevrons-left:before {
content: "\e961";
}
.rtmicon-thin.rtmicon-chevrons-right:before {
content: "\e962";
}
.rtmicon-thin.rtmicon-chevrons-up:before {
content: "\e963";
}
.rtmicon-thin.rtmicon-circle-arrow-down:before {
content: "\e964";
}
.rtmicon-thin.rtmicon-circle-arrow-down-left:before {
content: "\e965";
}
.rtmicon-thin.rtmicon-circle-arrow-down-right:before {
content: "\e966";
}
.rtmicon-thin.rtmicon-circle-arrow-left:before {
content: "\e967";
}
.rtmicon-thin.rtmicon-circle-arrow-right:before {
content: "\e968";
}
.rtmicon-thin.rtmicon-circle-arrow-up:before {
content: "\e969";
}
.rtmicon-thin.rtmicon-circle-arrow-up-left:before {
content: "\e96a";
}
.rtmicon-thin.rtmicon-circle-arrow-up-right:before {
content: "\e96b";
}
.rtmicon-thin.rtmicon-circle-caret-down:before {
content: "\e96c";
}
.rtmicon-thin.rtmicon-circle-caret-left:before {
content: "\e96d";
}
.rtmicon-thin.rtmicon-circle-caret-right:before {
content: "\e96e";
}
.rtmicon-thin.rtmicon-circle-caret-up:before {
content: "\e96f";
}
.rtmicon-thin.rtmicon-circle-check:before {
content: "\e970";
}
.rtmicon-thin.rtmicon-circle-chevron-down:before {
content: "\e971";
}
.rtmicon-thin.rtmicon-circle-chevron-left:before {
content: "\e972";
}
.rtmicon-thin.rtmicon-circle-chevron-right:before {
content: "\e973";
}
.rtmicon-thin.rtmicon-circle-chevron-up:before {
content: "\e974";
}
.rtmicon-thin.rtmicon-circle-down:before {
content: "\e975";
}
.rtmicon-thin.rtmicon-circle-left:before {
content: "\e976";
}
.rtmicon-thin.rtmicon-circle-minus:before {
content: "\e977";
}
.rtmicon-thin.rtmicon-circle-plus:before {
content: "\e978";
}
.rtmicon-thin.rtmicon-circle-right:before {
content: "\e979";
}
.rtmicon-thin.rtmicon-circle-up:before {
content: "\e97a";
}
.rtmicon-thin.rtmicon-circle-user:before {
content: "\e97b";
}
.rtmicon-thin.rtmicon-circle-xmark:before {
content: "\e97c";
}
.rtmicon-thin.rtmicon-city:before {
content: "\e97d";
}
.rtmicon-thin.rtmicon-clapperboard-video:before {
content: "\e97e";
}
.rtmicon-thin.rtmicon-client-happy:before {
content: "\e97f";
}
.rtmicon-thin.rtmicon-client-list:before {
content: "\e980";
}
.rtmicon-thin.rtmicon-clock:before {
content: "\e981";
}
.rtmicon-thin.rtmicon-clock-desk:before {
content: "\e982";
}
.rtmicon-thin.rtmicon-cloud-check:before {
content: "\e983";
}
.rtmicon-thin.rtmicon-cloud-download:before {
content: "\e984";
}
.rtmicon-thin.rtmicon-cloud-security:before {
content: "\e985";
}
.rtmicon-thin.rtmicon-cloud-upload:before {
content: "\e986";
}
.rtmicon-thin.rtmicon-code:before {
content: "\e987";
}
.rtmicon-thin.rtmicon-coin:before {
content: "\e988";
}
.rtmicon-thin.rtmicon-coin-dollar:before {
content: "\e989";
}
.rtmicon-thin.rtmicon-coin-group:before {
content: "\e98a";
}
.rtmicon-thin.rtmicon-coins:before {
content: "\e98b";
}
.rtmicon-thin.rtmicon-color-pallete:before {
content: "\e98c";
}
.rtmicon-thin.rtmicon-color-picker:before {
content: "\e98d";
}
.rtmicon-thin.rtmicon-comments:before {
content: "\e98e";
}
.rtmicon-thin.rtmicon-comments-question:before {
content: "\e98f";
}
.rtmicon-thin.rtmicon-compass:before {
content: "\e990";
}
.rtmicon-thin.rtmicon-concept-design:before {
content: "\e991";
}
.rtmicon-thin.rtmicon-concrete:before {
content: "\e992";
}
.rtmicon-thin.rtmicon-construction:before {
content: "\e993";
}
.rtmicon-thin.rtmicon-content-slider:before {
content: "\e994";
}
.rtmicon-thin.rtmicon-content-strategy:before {
content: "\e995";
}
.rtmicon-thin.rtmicon-cookies:before {
content: "\e996";
}
.rtmicon-thin.rtmicon-copywriting:before {
content: "\e997";
}
.rtmicon-thin.rtmicon-corporate-building:before {
content: "\e998";
}
.rtmicon-thin.rtmicon-counters:before {
content: "\e999";
}
.rtmicon-thin.rtmicon-courthouse:before {
content: "\e99a";
}
.rtmicon-thin.rtmicon-crane:before {
content: "\e99b";
}
.rtmicon-thin.rtmicon-creative-idea:before {
content: "\e99c";
}
.rtmicon-thin.rtmicon-credit-card:before {
content: "\e99d";
}
.rtmicon-thin.rtmicon-credit-card-back:before {
content: "\e99e";
}
.rtmicon-thin.rtmicon-credit-card-front:before {
content: "\e99f";
}
.rtmicon-thin.rtmicon-criminal-database:before {
content: "\e9a0";
}
.rtmicon-thin.rtmicon-currency:before {
content: "\e9a1";
}
.rtmicon-thin.rtmicon-data-loss-prevention:before {
content: "\e9a2";
}
.rtmicon-thin.rtmicon-data-privacy:before {
content: "\e9a3";
}
.rtmicon-thin.rtmicon-data-security:before {
content: "\e9a4";
}
.rtmicon-thin.rtmicon-database-security:before {
content: "\e9a5";
}
.rtmicon-thin.rtmicon-decor-art:before {
content: "\e9a6";
}
.rtmicon-thin.rtmicon-dermatology:before {
content: "\e9a7";
}
.rtmicon-thin.rtmicon-design-development:before {
content: "\e9a8";
}
.rtmicon-thin.rtmicon-design-process:before {
content: "\e9a9";
}
.rtmicon-thin.rtmicon-desk:before {
content: "\e9aa";
}
.rtmicon-thin.rtmicon-diamond:before {
content: "\e9ab";
}
.rtmicon-thin.rtmicon-diet-program:before {
content: "\e9ac";
}
.rtmicon-thin.rtmicon-digital-marketing:before {
content: "\e9ad";
}
.rtmicon-thin.rtmicon-disco-light:before {
content: "\e9ae";
}
.rtmicon-thin.rtmicon-doctor:before {
content: "\e9af";
}
.rtmicon-thin.rtmicon-download:before {
content: "\e9b0";
}
.rtmicon-thin.rtmicon-drawing-class:before {
content: "\e9b1";
}
.rtmicon-thin.rtmicon-drug-offense:before {
content: "\e9b2";
}
.rtmicon-thin.rtmicon-email-spam:before {
content: "\e9b3";
}
.rtmicon-thin.rtmicon-emergency-care:before {
content: "\e9b4";
}
.rtmicon-thin.rtmicon-engineering:before {
content: "\e9b5";
}
.rtmicon-thin.rtmicon-envelope:before {
content: "\e9b6";
}
.rtmicon-thin.rtmicon-envelope-open-dollar:before {
content: "\e9b7";
}
.rtmicon-thin.rtmicon-event-list:before {
content: "\e9b8";
}
.rtmicon-thin.rtmicon-event-venue:before {
content: "\e9b9";
}
.rtmicon-thin.rtmicon-evidence:before {
content: "\e9ba";
}
.rtmicon-thin.rtmicon-face-scrub:before {
content: "\e9bb";
}
.rtmicon-thin.rtmicon-facial-treatment:before {
content: "\e9bc";
}
.rtmicon-thin.rtmicon-factory-building:before {
content: "\e9bd";
}
.rtmicon-thin.rtmicon-family-law:before {
content: "\e9be";
}
.rtmicon-thin.rtmicon-fax:before {
content: "\e9bf";
}
.rtmicon-thin.rtmicon-feather:before {
content: "\e9c0";
}
.rtmicon-thin.rtmicon-file:before {
content: "\e9c1";
}
.rtmicon-thin.rtmicon-file-info:before {
content: "\e9c2";
}
.rtmicon-thin.rtmicon-file-pdf:before {
content: "\e9c3";
}
.rtmicon-thin.rtmicon-film-play:before {
content: "\e9c4";
}
.rtmicon-thin.rtmicon-finance-award:before {
content: "\e9c5";
}
.rtmicon-thin.rtmicon-finance-shield:before {
content: "\e9c6";
}
.rtmicon-thin.rtmicon-fingerprint:before {
content: "\e9c7";
}
.rtmicon-thin.rtmicon-fingerprint-scan:before {
content: "\e9c8";
}
.rtmicon-thin.rtmicon-firewall:before {
content: "\e9c9";
}
.rtmicon-thin.rtmicon-flag:before {
content: "\e9ca";
}
.rtmicon-thin.rtmicon-flip-box:before {
content: "\e9cb";
}
.rtmicon-thin.rtmicon-floral-bath:before {
content: "\e9cc";
}
.rtmicon-thin.rtmicon-folder:before {
content: "\e9cd";
}
.rtmicon-thin.rtmicon-folder-case:before {
content: "\e9ce";
}
.rtmicon-thin.rtmicon-folder-file:before {
content: "\e9cf";
}
.rtmicon-thin.rtmicon-folder-open:before {
content: "\e9d0";
}
.rtmicon-thin.rtmicon-folders:before {
content: "\e9d1";
}
.rtmicon-thin.rtmicon-fullday-sessions:before {
content: "\e9d2";
}
.rtmicon-thin.rtmicon-gavel:before {
content: "\e9d3";
}
.rtmicon-thin.rtmicon-gear:before {
content: "\e9d4";
}
.rtmicon-thin.rtmicon-gear-house:before {
content: "\e9d5";
}
.rtmicon-thin.rtmicon-geography:before {
content: "\e9d6";
}
.rtmicon-thin.rtmicon-glasses:before {
content: "\e9d7";
}
.rtmicon-thin.rtmicon-global-economy:before {
content: "\e9d8";
}
.rtmicon-thin.rtmicon-globe:before {
content: "\e9d9";
}
.rtmicon-thin.rtmicon-globe-pointer:before {
content: "\e9da";
}
.rtmicon-thin.rtmicon-gold-bars:before {
content: "\e9db";
}
.rtmicon-thin.rtmicon-goverment-building:before {
content: "\e9dc";
}
.rtmicon-thin.rtmicon-graphic-bar:before {
content: "\e9dd";
}
.rtmicon-thin.rtmicon-graphic-chart:before {
content: "\e9de";
}
.rtmicon-thin.rtmicon-graphic-pie:before {
content: "\e9df";
}
.rtmicon-thin.rtmicon-grid-round:before {
content: "\e9e0";
}
.rtmicon-thin.rtmicon-grid-rounds:before {
content: "\e9e1";
}
.rtmicon-thin.rtmicon-growth:before {
content: "\e9e2";
}
.rtmicon-thin.rtmicon-guitar:before {
content: "\e9e3";
}
.rtmicon-thin.rtmicon-gym-bag:before {
content: "\e9e4";
}
.rtmicon-thin.rtmicon-gym-machine:before {
content: "\e9e5";
}
.rtmicon-thin.rtmicon-handcuffs:before {
content: "\e9e6";
}
.rtmicon-thin.rtmicon-happy-students:before {
content: "\e9e7";
}
.rtmicon-thin.rtmicon-hard-hat:before {
content: "\e9e8";
}
.rtmicon-thin.rtmicon-health-check:before {
content: "\e9e9";
}
.rtmicon-thin.rtmicon-health-report:before {
content: "\e9ea";
}
.rtmicon-thin.rtmicon-healthy-nutrition:before {
content: "\e9eb";
}
.rtmicon-thin.rtmicon-heart-care:before {
content: "\e9ec";
}
.rtmicon-thin.rtmicon-help:before {
content: "\e9ed";
}
.rtmicon-thin.rtmicon-herb:before {
content: "\e9ee";
}
.rtmicon-thin.rtmicon-home-renovation:before {
content: "\e9ef";
}
.rtmicon-thin.rtmicon-horizontal-progress-bar:before {
content: "\e9f0";
}
.rtmicon-thin.rtmicon-hospital-building:before {
content: "\e9f1";
}
.rtmicon-thin.rtmicon-hot-stone-therapy:before {
content: "\e9f2";
}
.rtmicon-thin.rtmicon-house:before {
content: "\e9f3";
}
.rtmicon-thin.rtmicon-house-building:before {
content: "\e9f4";
}
.rtmicon-thin.rtmicon-house-plan:before {
content: "\e9f5";
}
.rtmicon-thin.rtmicon-id-card:before {
content: "\e9f6";
}
.rtmicon-thin.rtmicon-image:before {
content: "\e9f7";
}
.rtmicon-thin.rtmicon-image-accordion:before {
content: "\e9f8";
}
.rtmicon-thin.rtmicon-image-gallery:before {
content: "\e9f9";
}
.rtmicon-thin.rtmicon-image-hotspot:before {
content: "\e9fa";
}
.rtmicon-thin.rtmicon-image-info:before {
content: "\e9fb";
}
.rtmicon-thin.rtmicon-image-list:before {
content: "\e9fc";
}
.rtmicon-thin.rtmicon-image-masonry:before {
content: "\e9fd";
}
.rtmicon-thin.rtmicon-image-showcase:before {
content: "\e9fe";
}
.rtmicon-thin.rtmicon-image-slider:before {
content: "\e9ff";
}
.rtmicon-thin.rtmicon-images:before {
content: "\ea00";
}
.rtmicon-thin.rtmicon-immigration-issue:before {
content: "\ea01";
}
.rtmicon-thin.rtmicon-insurance:before {
content: "\ea02";
}
.rtmicon-thin.rtmicon-interior-design:before {
content: "\ea03";
}
.rtmicon-thin.rtmicon-internet-banking:before {
content: "\ea04";
}
.rtmicon-thin.rtmicon-invoice:before {
content: "\ea05";
}
.rtmicon-thin.rtmicon-invoice-dollar:before {
content: "\ea06";
}
.rtmicon-thin.rtmicon-involved:before {
content: "\ea07";
}
.rtmicon-thin.rtmicon-judge:before {
content: "\ea08";
}
.rtmicon-thin.rtmicon-kettlebell:before {
content: "\ea09";
}
.rtmicon-thin.rtmicon-key-left:before {
content: "\ea0a";
}
.rtmicon-thin.rtmicon-key-right:before {
content: "\ea0b";
}
.rtmicon-thin.rtmicon-knowledge-class:before {
content: "\ea0c";
}
.rtmicon-thin.rtmicon-landscaping-design:before {
content: "\ea0d";
}
.rtmicon-thin.rtmicon-laptop:before {
content: "\ea0e";
}
.rtmicon-thin.rtmicon-law-book:before {
content: "\ea0f";
}
.rtmicon-thin.rtmicon-lawyer:before {
content: "\ea10";
}
.rtmicon-thin.rtmicon-legal:before {
content: "\ea11";
}
.rtmicon-thin.rtmicon-letter-law:before {
content: "\ea12";
}
.rtmicon-thin.rtmicon-lightblub:before {
content: "\ea13";
}
.rtmicon-thin.rtmicon-link:before {
content: "\ea14";
}
.rtmicon-thin.rtmicon-link-simple:before {
content: "\ea15";
}
.rtmicon-thin.rtmicon-list:before {
content: "\ea16";
}
.rtmicon-thin.rtmicon-literature:before {
content: "\ea17";
}
.rtmicon-thin.rtmicon-loader:before {
content: "\ea18";
}
.rtmicon-thin.rtmicon-lock:before {
content: "\ea19";
}
.rtmicon-thin.rtmicon-locker:before {
content: "\ea1a";
}
.rtmicon-thin.rtmicon-logo-branding:before {
content: "\ea1b";
}
.rtmicon-thin.rtmicon-management:before {
content: "\ea1c";
}
.rtmicon-thin.rtmicon-manicure:before {
content: "\ea1d";
}
.rtmicon-thin.rtmicon-masquerade-event:before {
content: "\ea1e";
}
.rtmicon-thin.rtmicon-massage-therapy:before {
content: "\ea1f";
}
.rtmicon-thin.rtmicon-measurement:before {
content: "\ea20";
}
.rtmicon-thin.rtmicon-medical-checkup:before {
content: "\ea21";
}
.rtmicon-thin.rtmicon-megaphone:before {
content: "\ea22";
}
.rtmicon-thin.rtmicon-microphone:before {
content: "\ea23";
}
.rtmicon-thin.rtmicon-minus:before {
content: "\ea24";
}
.rtmicon-thin.rtmicon-mobile:before {
content: "\ea25";
}
.rtmicon-thin.rtmicon-mockup:before {
content: "\ea26";
}
.rtmicon-thin.rtmicon-money:before {
content: "\ea27";
}
.rtmicon-thin.rtmicon-money-bank-check:before {
content: "\ea28";
}
.rtmicon-thin.rtmicon-money-check:before {
content: "\ea29";
}
.rtmicon-thin.rtmicon-money-currency:before {
content: "\ea2a";
}
.rtmicon-thin.rtmicon-money-management:before {
content: "\ea2b";
}
.rtmicon-thin.rtmicon-money-rotation:before {
content: "\ea2c";
}
.rtmicon-thin.rtmicon-money-target:before {
content: "\ea2d";
}
.rtmicon-thin.rtmicon-moodboard:before {
content: "\ea2e";
}
.rtmicon-thin.rtmicon-motion-graphic:before {
content: "\ea2f";
}
.rtmicon-thin.rtmicon-natural-mask:before {
content: "\ea30";
}
.rtmicon-thin.rtmicon-network-security:before {
content: "\ea31";
}
.rtmicon-thin.rtmicon-networking:before {
content: "\ea32";
}
.rtmicon-thin.rtmicon-note-hashtag:before {
content: "\ea33";
}
.rtmicon-thin.rtmicon-notes:before {
content: "\ea34";
}
.rtmicon-thin.rtmicon-nurse:before {
content: "\ea35";
}
.rtmicon-thin.rtmicon-nutritionist:before {
content: "\ea36";
}
.rtmicon-thin.rtmicon-office-building:before {
content: "\ea37";
}
.rtmicon-thin.rtmicon-online-course:before {
content: "\ea38";
}
.rtmicon-thin.rtmicon-opening-ceremony-scissor:before {
content: "\ea39";
}
.rtmicon-thin.rtmicon-operation-theater:before {
content: "\ea3a";
}
.rtmicon-thin.rtmicon-orthopedics:before {
content: "\ea3b";
}
.rtmicon-thin.rtmicon-painting:before {
content: "\ea3c";
}
.rtmicon-thin.rtmicon-paper-form:before {
content: "\ea3d";
}
.rtmicon-thin.rtmicon-paper-plane:before {
content: "\ea3e";
}
.rtmicon-thin.rtmicon-pedicure:before {
content: "\ea3f";
}
.rtmicon-thin.rtmicon-pen:before {
content: "\ea40";
}
.rtmicon-thin.rtmicon-pen-paintbrush:before {
content: "\ea41";
}
.rtmicon-thin.rtmicon-pencil:before {
content: "\ea42";
}
.rtmicon-thin.rtmicon-pencil-case:before {
content: "\ea43";
}
.rtmicon-thin.rtmicon-personal-trainer:before {
content: "\ea44";
}
.rtmicon-thin.rtmicon-pharmacy:before {
content: "\ea45";
}
.rtmicon-thin.rtmicon-pharmacy-store:before {
content: "\ea46";
}
.rtmicon-thin.rtmicon-phone-classic:before {
content: "\ea47";
}
.rtmicon-thin.rtmicon-photography-camera:before {
content: "\ea48";
}
.rtmicon-thin.rtmicon-physiotherapy:before {
content: "\ea49";
}
.rtmicon-thin.rtmicon-pie-chart:before {
content: "\ea4a";
}
.rtmicon-thin.rtmicon-pie-chart-analyst:before {
content: "\ea4b";
}
.rtmicon-thin.rtmicon-pin-map-location:before {
content: "\ea4c";
}
.rtmicon-thin.rtmicon-planet:before {
content: "\ea4d";
}
.rtmicon-thin.rtmicon-play:before {
content: "\ea4e";
}
.rtmicon-thin.rtmicon-play-areas:before {
content: "\ea4f";
}
.rtmicon-thin.rtmicon-plumbing:before {
content: "\ea50";
}
.rtmicon-thin.rtmicon-plus:before {
content: "\ea51";
}
.rtmicon-thin.rtmicon-police-badge:before {
content: "\ea52";
}
.rtmicon-thin.rtmicon-presentation:before {
content: "\ea53";
}
.rtmicon-thin.rtmicon-pricing-table:before {
content: "\ea54";
}
.rtmicon-thin.rtmicon-private-event:before {
content: "\ea55";
}
.rtmicon-thin.rtmicon-pro-equipment:before {
content: "\ea56";
}
.rtmicon-thin.rtmicon-product-highlight:before {
content: "\ea57";
}
.rtmicon-thin.rtmicon-profit:before {
content: "\ea58";
}
.rtmicon-thin.rtmicon-progress-step:before {
content: "\ea59";
}
.rtmicon-thin.rtmicon-project-done:before {
content: "\ea5a";
}
.rtmicon-thin.rtmicon-protection:before {
content: "\ea5b";
}
.rtmicon-thin.rtmicon-qualifed-teachers:before {
content: "\ea5c";
}
.rtmicon-thin.rtmicon-quote:before {
content: "\ea5d";
}
.rtmicon-thin.rtmicon-radial-progress-bar:before {
content: "\ea5e";
}
.rtmicon-thin.rtmicon-radiology:before {
content: "\ea5f";
}
.rtmicon-thin.rtmicon-rate:before {
content: "\ea60";
}
.rtmicon-thin.rtmicon-relaxation:before {
content: "\ea61";
}
.rtmicon-thin.rtmicon-renovation:before {
content: "\ea62";
}
.rtmicon-thin.rtmicon-repair:before {
content: "\ea63";
}
.rtmicon-thin.rtmicon-report:before {
content: "\ea64";
}
.rtmicon-thin.rtmicon-residential-design:before {
content: "\ea65";
}
.rtmicon-thin.rtmicon-roadblock:before {
content: "\ea66";
}
.rtmicon-thin.rtmicon-rocket:before {
content: "\ea67";
}
.rtmicon-thin.rtmicon-romethemekit:before {
content: "\ea68";
}
.rtmicon-thin.rtmicon-roofing-service:before {
content: "\ea69";
}
.rtmicon-thin.rtmicon-sack-dollar:before {
content: "\ea6a";
}
.rtmicon-thin.rtmicon-sauna-relax:before {
content: "\ea6b";
}
.rtmicon-thin.rtmicon-saving:before {
content: "\ea6c";
}
.rtmicon-thin.rtmicon-scaffolding:before {
content: "\ea6d";
}
.rtmicon-thin.rtmicon-scale-balanced:before {
content: "\ea6e";
}
.rtmicon-thin.rtmicon-scale-unbalanced:before {
content: "\ea6f";
}
.rtmicon-thin.rtmicon-scale-unbalanced-flip:before {
content: "\ea70";
}
.rtmicon-thin.rtmicon-screw:before {
content: "\ea71";
}
.rtmicon-thin.rtmicon-search:before {
content: "\ea72";
}
.rtmicon-thin.rtmicon-security-camera:before {
content: "\ea73";
}
.rtmicon-thin.rtmicon-server-protection:before {
content: "\ea74";
}
.rtmicon-thin.rtmicon-shield:before {
content: "\ea75";
}
.rtmicon-thin.rtmicon-shield-block:before {
content: "\ea76";
}
.rtmicon-thin.rtmicon-shield-check:before {
content: "\ea77";
}
.rtmicon-thin.rtmicon-shield-minus:before {
content: "\ea78";
}
.rtmicon-thin.rtmicon-shield-plus:before {
content: "\ea79";
}
.rtmicon-thin.rtmicon-shield-xmark:before {
content: "\ea7a";
}
.rtmicon-thin.rtmicon-shopping-cart:before {
content: "\ea7b";
}
.rtmicon-thin.rtmicon-sidebar:before {
content: "\ea7c";
}
.rtmicon-thin.rtmicon-skilled-teachers:before {
content: "\ea7d";
}
.rtmicon-thin.rtmicon-sliders:before {
content: "\ea7e";
}
.rtmicon-thin.rtmicon-sliders-up:before {
content: "\ea7f";
}
.rtmicon-thin.rtmicon-smart-home:before {
content: "\ea80";
}
.rtmicon-thin.rtmicon-smart-lock:before {
content: "\ea81";
}
.rtmicon-thin.rtmicon-social-advertising:before {
content: "\ea82";
}
.rtmicon-thin.rtmicon-social-share:before {
content: "\ea83";
}
.rtmicon-thin.rtmicon-software:before {
content: "\ea84";
}
.rtmicon-thin.rtmicon-speaker:before {
content: "\ea85";
}
.rtmicon-thin.rtmicon-speaker-group:before {
content: "\ea86";
}
.rtmicon-thin.rtmicon-special-bath:before {
content: "\ea87";
}
.rtmicon-thin.rtmicon-specialist:before {
content: "\ea88";
}
.rtmicon-thin.rtmicon-speedometer:before {
content: "\ea89";
}
.rtmicon-thin.rtmicon-sponsor:before {
content: "\ea8a";
}
.rtmicon-thin.rtmicon-square-arrow-down:before {
content: "\ea8b";
}
.rtmicon-thin.rtmicon-square-arrow-down-left:before {
content: "\ea8c";
}
.rtmicon-thin.rtmicon-square-arrow-down-right:before {
content: "\ea8d";
}
.rtmicon-thin.rtmicon-square-arrow-left:before {
content: "\ea8e";
}
.rtmicon-thin.rtmicon-square-arrow-right:before {
content: "\ea8f";
}
.rtmicon-thin.rtmicon-square-arrow-up:before {
content: "\ea90";
}
.rtmicon-thin.rtmicon-square-arrow-up-left:before {
content: "\ea91";
}
.rtmicon-thin.rtmicon-square-arrow-up-right:before {
content: "\ea92";
}
.rtmicon-thin.rtmicon-square-caret-down:before {
content: "\ea93";
}
.rtmicon-thin.rtmicon-square-caret-left:before {
content: "\ea94";
}
.rtmicon-thin.rtmicon-square-caret-right:before {
content: "\ea95";
}
.rtmicon-thin.rtmicon-square-caret-up:before {
content: "\ea96";
}
.rtmicon-thin.rtmicon-square-check:before {
content: "\ea97";
}
.rtmicon-thin.rtmicon-square-minus:before {
content: "\ea98";
}
.rtmicon-thin.rtmicon-square-plus:before {
content: "\ea99";
}
.rtmicon-thin.rtmicon-square-user:before {
content: "\ea9a";
}
.rtmicon-thin.rtmicon-square-xmark:before {
content: "\ea9b";
}
.rtmicon-thin.rtmicon-stair:before {
content: "\ea9c";
}
.rtmicon-thin.rtmicon-stamp:before {
content: "\ea9d";
}
.rtmicon-thin.rtmicon-star:before {
content: "\ea9e";
}
.rtmicon-thin.rtmicon-store:before {
content: "\ea9f";
}
.rtmicon-thin.rtmicon-structural:before {
content: "\eaa0";
}
.rtmicon-thin.rtmicon-supplement:before {
content: "\eaa1";
}
.rtmicon-thin.rtmicon-support-protection:before {
content: "\eaa2";
}
.rtmicon-thin.rtmicon-table-comparison:before {
content: "\eaa3";
}
.rtmicon-thin.rtmicon-table-data:before {
content: "\eaa4";
}
.rtmicon-thin.rtmicon-tablet:before {
content: "\eaa5";
}
.rtmicon-thin.rtmicon-tag:before {
content: "\eaa6";
}
.rtmicon-thin.rtmicon-target:before {
content: "\eaa7";
}
.rtmicon-thin.rtmicon-tax-law:before {
content: "\eaa8";
}
.rtmicon-thin.rtmicon-taxation:before {
content: "\eaa9";
}
.rtmicon-thin.rtmicon-taxes:before {
content: "\eaaa";
}
.rtmicon-thin.rtmicon-team:before {
content: "\eaab";
}
.rtmicon-thin.rtmicon-testimonial:before {
content: "\eaac";
}
.rtmicon-thin.rtmicon-testimonial-carousel:before {
content: "\eaad";
}
.rtmicon-thin.rtmicon-therapies:before {
content: "\eaae";
}
.rtmicon-thin.rtmicon-thermal-spa:before {
content: "\eaaf";
}
.rtmicon-thin.rtmicon-threat-intelligence:before {
content: "\eab0";
}
.rtmicon-thin.rtmicon-ticket:before {
content: "\eab1";
}
.rtmicon-thin.rtmicon-timeline:before {
content: "\eab2";
}
.rtmicon-thin.rtmicon-timer:before {
content: "\eab3";
}
.rtmicon-thin.rtmicon-toggle-off:before {
content: "\eab4";
}
.rtmicon-thin.rtmicon-toggle-on:before {
content: "\eab5";
}
.rtmicon-thin.rtmicon-top-speaker:before {
content: "\eab6";
}
.rtmicon-thin.rtmicon-towels:before {
content: "\eab7";
}
.rtmicon-thin.rtmicon-trainers:before {
content: "\eab8";
}
.rtmicon-thin.rtmicon-training-center:before {
content: "\eab9";
}
.rtmicon-thin.rtmicon-trash:before {
content: "\eaba";
}
.rtmicon-thin.rtmicon-treatment:before {
content: "\eabb";
}
.rtmicon-thin.rtmicon-trophy:before {
content: "\eabc";
}
.rtmicon-thin.rtmicon-ui-ux-design:before {
content: "\eabd";
}
.rtmicon-thin.rtmicon-upload:before {
content: "\eabe";
}
.rtmicon-thin.rtmicon-urban-planning:before {
content: "\eabf";
}
.rtmicon-thin.rtmicon-user:before {
content: "\eac0";
}
.rtmicon-thin.rtmicon-users:before {
content: "\eac1";
}
.rtmicon-thin.rtmicon-vaccination:before {
content: "\eac2";
}
.rtmicon-thin.rtmicon-video-camera:before {
content: "\eac3";
}
.rtmicon-thin.rtmicon-video-marketing:before {
content: "\eac4";
}
.rtmicon-thin.rtmicon-videography-camera:before {
content: "\eac5";
}
.rtmicon-thin.rtmicon-virus-protection:before {
content: "\eac6";
}
.rtmicon-thin.rtmicon-volume-down:before {
content: "\eac7";
}
.rtmicon-thin.rtmicon-volume-mute:before {
content: "\eac8";
}
.rtmicon-thin.rtmicon-volume-up:before {
content: "\eac9";
}
.rtmicon-thin.rtmicon-wallet:before {
content: "\eaca";
}
.rtmicon-thin.rtmicon-wallet-dollar:before {
content: "\eacb";
}
.rtmicon-thin.rtmicon-wallet-money:before {
content: "\eacc";
}
.rtmicon-thin.rtmicon-watch:before {
content: "\eacd";
}
.rtmicon-thin.rtmicon-web-design:before {
content: "\eace";
}
.rtmicon-thin.rtmicon-web-development:before {
content: "\eacf";
}
.rtmicon-thin.rtmicon-web-security:before {
content: "\ead0";
}
.rtmicon-thin.rtmicon-wedding-event:before {
content: "\ead1";
}
.rtmicon-thin.rtmicon-weight-loss:before {
content: "\ead2";
}
.rtmicon-thin.rtmicon-working-hours:before {
content: "\ead3";
}
.rtmicon-thin.rtmicon-xmark:before {
content: "\ead4";
}
.rtmicon-thin.rtmicon-yoga:before {
content: "\ead5";
}@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
.elementor-panel .elementor-element .rkit-widget-icon {
color: #00cea6;
}
.elementor-panel .elementor-element .rkit-widget-icon::after {
content: "RTM";
position: absolute;
top: 3px;
right: 3px;
color: white;
font-size: 9px;
font-weight: 400;
padding: 1px 2px;
line-height: 10px;
display: inline-block;
border-radius: 2px;
font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
}
.elementor-panel .elementor-element:hover .rkit-widget-icon::after {
color: #00cea6;
}
.elementor-panel .elementor-element:has(.rkit-widget-icon):hover .title {
color: #00cea6;
}
.elementor-element .rtm-barchart-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%2333e4c0" height="800px" width="800px" version="1.1" id="Capa_1" viewBox="0 0 282.772 282.772" xml:space="preserve"><g><path d="M61.472,143.036H23.881c-4.971,0-9,4.029-9,9v94.185c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9v-94.185 C70.472,147.065,66.443,143.036,61.472,143.036z M52.472,237.22H32.881v-76.185h19.591V237.22z"/><path d="M132.238,93.194H94.648c-4.971,0-9,4.029-9,9V246.22c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9V102.194 C141.238,97.224,137.209,93.194,132.238,93.194z M123.238,237.22h-19.591V111.194h19.591V237.22z"/><path d="M203.005,150.471h-37.591c-4.971,0-9,4.029-9,9v86.749c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9v-86.749 C212.005,154.5,207.976,150.471,203.005,150.471z M194.005,237.22h-19.591v-68.749h19.591V237.22z"/><path d="M273.772,96.516H236.18c-4.971,0-9,4.029-9,9V246.22c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9V105.516 C282.772,100.545,278.742,96.516,273.772,96.516z M264.772,237.22H245.18V114.516h19.591V237.22z"/><path d="M178.918,112.796c3.276,2.381,7.739,2.28,10.905-0.246l67.269-53.682l-0.298,8.847c-0.167,4.968,3.724,9.131,8.692,9.298 c0.104,0.003,0.206,0.005,0.309,0.005c4.831,0,8.826-3.833,8.99-8.697l1.061-31.466c0.083-2.491-0.869-4.905-2.631-6.667 c-1.762-1.763-4.184-2.719-6.667-2.631l-31.466,1.061c-4.968,0.167-8.859,4.331-8.692,9.298c0.167,4.967,4.314,8.85,9.298,8.692 l8.261-0.278l-59.993,47.876l-68.22-49.585c-2.988-2.172-7-2.298-10.117-0.317L4.176,108.734 c-4.196,2.665-5.437,8.227-2.772,12.422c1.715,2.7,4.628,4.176,7.605,4.176c1.65,0,3.321-0.454,4.817-1.404l96.276-61.15 L178.918,112.796z"/></g></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.elementor-element .rtm-linechart-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2333e4c0" class="bi bi-graph-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z"/></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.elementor-element .rtm-piechart-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2333e4c0" class="bi bi-pie-chart-fill" viewBox="0 0 16 16"><path d="M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5zM8.5.015V7.5h7.485A8.001 8.001 0 0 0 8.5.015z"/></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.elementor-element .rtm-progressbar-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px" fill="%2333e4c0"><path d="M 2.8125 6 C 2.335938 6.089844 1.992188 6.511719 2 7 L 2 15 C 2 15.550781 2.449219 16 3 16 L 47 16 C 47.550781 16 48 15.550781 48 15 L 48 7 C 48 6.449219 47.550781 6 47 6 L 3 6 C 2.96875 6 2.9375 6 2.90625 6 C 2.875 6 2.84375 6 2.8125 6 Z M 12 8 L 46 8 L 46 14 L 12 14 Z M 2.8125 20 C 2.335938 20.089844 1.992188 20.511719 2 21 L 2 29 C 2 29.550781 2.449219 30 3 30 L 47 30 C 47.550781 30 48 29.550781 48 29 L 48 21 C 48 20.449219 47.550781 20 47 20 L 3 20 C 2.96875 20 2.9375 20 2.90625 20 C 2.875 20 2.84375 20 2.8125 20 Z M 36 22 L 46 22 L 46 28 L 36 28 Z M 2.8125 34 C 2.335938 34.089844 1.992188 34.511719 2 35 L 2 43 C 2 43.550781 2.449219 44 3 44 L 47 44 C 47.550781 44 48 43.550781 48 43 L 48 35 C 48 34.449219 47.550781 34 47 34 L 3 34 C 2.96875 34 2.9375 34 2.90625 34 C 2.875 34 2.84375 34 2.8125 34 Z M 24 36 L 46 36 L 46 42 L 24 42 Z"/></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.posts-pagination {
display: flex;
flex-direction: row;
gap: 0;
margin-bottom: 0.5rem;
}
.posts-pagination .page-numbers {
padding: 0.5rem;
text-decoration: none;
background-color: white;
}
.posts-pagination span.page-numbers {
background-color: #00cea6;
}
.btn {
font-weight: 600;
padding: 12px 24px 12px 24px;
display: flex;
align-items: center;
gap: 0.3rem;
text-align: center;
justify-content: center;
}
.btn.link {
color: #00cea6;
}
.btn.btn-gradient-accent {
--x: 0;
background: linear-gradient(90deg, #000000 -14.64%, #00cea6 114.79%, #000000)
var(--x, 0) / 200%;
color: white;
transition: 0.5s;
border: 1px solid #00cea6;
}
.btn.btn-gradient-accent:hover {
--x: 90%;
color: white;
border: 1px solid #00cea6;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 206, 165, 0.33);
-moz-box-shadow: 0px 2px 10px 0px rgba(0, 206, 165, 0.33);
box-shadow: 0px 2px 10px 0px rgba(0, 206, 165, 0.33);
}
.btn.btn-gradient-accent:disabled {
color: #8f8f8f;
opacity: 0.5;
}
a:focus {
box-shadow: none;
color: currentColor;
}
.accent-color {
color: #00cea6;
}
.btn-accent {
background-color: #00cea6;
}
.btn-accent:hover {
background-color: #27d3b0;
}
.btn-accent:disabled {
background-color: #2a9c85;
border: none;
outline: none;
}
.btn.btn-outline-accent {
background-color: transparent;
border: 1px solid #00cea6;
color: #00cea6;
}
.btn.btn-outline-accent:focus {
color: #00cea6 !important;
}
.btn-accent:focus,
.btn-gradient-accent:focus,
.btn-outline-light:focus:not(:hover) {
color: white !important;
}
.link-accent:focus {
color: #00cea6 !important;
border: none;
}
.btn-outline-accent:hover {
--x: 90%;
background: linear-gradient(90deg, #000000 -14.64%, #00cea6 114.79%, #000000)
var(--x, 0) / 200%;
color: white;
border: 1px solid #00cea6;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 206, 165, 0.33);
-moz-box-shadow: 0px 2px 10px 0px rgba(0, 206, 165, 0.33);
box-shadow: 0px 2px 10px 0px rgba(0, 206, 165, 0.33);
}
.nav.nav-underline .nav-item .nav-link,
.nav.nav-underline .nav-item .nav-link:focus {
color: white;
border-width: 0px 0px 2px 0px;
border-style: solid;
border-color: transparent;
background-color: transparent;
outline: none;
box-shadow: none;
}
.nav.nav-underline .nav-item .nav-link.active { border-left: 0;
border-right: 0;
border-top: 0;
border-image-source: linear-gradient(90deg, #00cea6 0%, #00000000 100%);
border-image-slice: 1;
text-shadow: 2px 3px 4px #00cea6;
}
.rtm-checked-icon {
background-image: url('data:image/svg+xml,<svg height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 507.2 507.2" xml:space="preserve"><circle style="fill:%2332BA7C;" cx="253.6" cy="253.6" r="253.6"/><path style="fill:%230AA06E;" d="M188.8,368l130.4,130.4c108-28.8,188-127.2,188-244.8c0-2.4,0-4.8,0-7.2L404.8,152L188.8,368z"/><g><path style="fill:%23FFFFFF;" d="M260,310.4c11.2,11.2,11.2,30.4,0,41.6l-23.2,23.2c-11.2,11.2-30.4,11.2-41.6,0L93.6,272.8c-11.2-11.2-11.2-30.4,0-41.6l23.2-23.2c11.2-11.2,30.4-11.2,41.6,0L260,310.4z"/><path style="fill:%23FFFFFF;" d="M348.8,133.6c11.2-11.2,30.4-11.2,41.6,0l23.2,23.2c11.2,11.2,11.2,30.4,0,41.6l-176,175.2c-11.2,11.2-30.4,11.2-41.6,0l-23.2-23.2c-11.2-11.2-11.2-30.4,0-41.6L348.8,133.6z"/></g></svg>');
font-size: 75px;
background-size: cover;
display: inline-flex;
width: 20px;
height: 20px;
}
.rtm-invalid-icon {
background-image: url('data:image/svg+xml,<svg height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 507.2 507.2" xml:space="preserve"><circle style="fill:%23F15249;" cx="253.6" cy="253.6" r="253.6"/><path style="fill:%23AD0E0E;" d="M147.2,368L284,504.8c115.2-13.6,206.4-104,220.8-219.2L367.2,148L147.2,368z"/><path style="fill:%23FFFFFF;" d="M373.6,309.6c11.2,11.2,11.2,30.4,0,41.6l-22.4,22.4c-11.2,11.2-30.4,11.2-41.6,0l-176-176c-11.2-11.2-11.2-30.4,0-41.6l23.2-23.2c11.2-11.2,30.4-11.2,41.6,0L373.6,309.6z"/><path style="fill:%23D6D6D6;" d="M280.8,216L216,280.8l93.6,92.8c11.2,11.2,30.4,11.2,41.6,0l23.2-23.2c11.2-11.2,11.2-30.4,0-41.6L280.8,216z"/><path style="fill:%23FFFFFF;" d="M309.6,133.6c11.2-11.2,30.4-11.2,41.6,0l23.2,23.2c11.2,11.2,11.2,30.4,0,41.6L197.6,373.6c-11.2,11.2-30.4,11.2-41.6,0l-22.4-22.4c-11.2-11.2-11.2-30.4,0-41.6L309.6,133.6z"/></svg>');
font-size: 75px;
background-size: cover;
display: inline-flex;
width: 20px;
height: 20px;
}
.rtm-text-font {
font-family: "Bricolage Grotesque", sans-serif;
}
.glass-effect {
background: rgba(165, 165, 165, 0.24);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(11.9px);
-webkit-backdrop-filter: blur(11.9px);
border: 1px solid rgba(255, 255, 255, 0.26);
}
.spacer-2 {
height: 2rem;
}
.header-sticky {
position: sticky;
top: 63px;
}
.rtm-container {
max-width: 1840px;
}
.bg-accent-color {
background-color: #00cea6;
}
.rtm-version {
background-color: #00cea6;
font-size: 10px;
color: #000;
padding-block: 2px;
padding-inline: 10px;
border-radius: 5px;
}
.rtm-bg-gradient-1 {
background-color: hsla(228, 0%, 3%, 1) !important;
background-image: radial-gradient(
at 100% 0%,
hsla(240, 0%, 3%, 1) 0px,
transparent 50%
),
radial-gradient(at 20% 44%, hsla(168, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(168, 100%, 40%, 0.38) 0px, transparent 50%),
radial-gradient(at 73% 69%, hsla(168, 100%, 40%, 0.33) 0px, transparent 50%),
radial-gradient(at 56% 62%, hsla(168, 100%, 40%, 0) 0px, transparent 50%) !important;
}
.rtm-bg-gradient-2 {
background-color: hsla(228, 0%, 3%, 1);
background-image: radial-gradient(
at 100% 0%,
hsla(240, 0%, 3%, 1) 0px,
transparent 50%
),
radial-gradient(at 11% 75%, hsla(120, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(278, 69%, 69%, 0.38) 0px, transparent 50%),
radial-gradient(at 73% 69%, hsla(283, 83%, 42%, 0.33) 0px, transparent 50%),
radial-gradient(at 54% 70%, hsla(168, 100%, 40%, 0.46) 0px, transparent 50%);
}
.rtm-bg-gradient-3 {
background-color: hsla(55, 0%, 3%, 1);
background-image: radial-gradient(
at 22% 12%,
hsla(168, 100%, 40%, 0.3) 0px,
transparent 50%
),
radial-gradient(at 8% 40%, hsla(66, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 95% 43%, hsla(168, 100%, 40%, 0.2) 0px, transparent 50%),
radial-gradient(at 80% 94%, hsla(59, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 90% 60%, hsla(327, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 91% 33%, hsla(289, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 44% 41%, hsla(210, 0%, 3%, 1) 0px, transparent 50%);
}
.rtm-bg-gradient-4 {
background-color: hsla(55, 0%, 3%, 1);
background-image: radial-gradient(
at 14% 8%,
hsla(168, 100%, 40%, 0.31) 0px,
transparent 50%
),
radial-gradient(at 0% 21%, hsla(283, 100%, 49%, 0.23) 0px, transparent 50%),
radial-gradient(at 100% 79%, hsla(168, 100%, 40%, 0.2) 0px, transparent 50%),
radial-gradient(at 91% 33%, hsla(289, 0%, 3%, 1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(0, 5%, 71%, 0.3) 0px, transparent 50%);
}
.rtm-divider {
background: linear-gradient(90deg, #00cea6 0%, transparent 100%);
height: 5px;
width: 100%;
position: relative;
}
.bg-gradient-1 {
background: linear-gradient(180deg, #1c1c1c9e 0%, #00000052 100%);
}
.bg-gradient-2 {
background: linear-gradient(207.14deg, #00cea6 10.63%, #006854 86.52%);
}
.bg-gradient-3 {
background: linear-gradient(180deg, #1c1c1c 0%, #1a1a1a 100%);
}
.heading-icon {
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.4rem;
}
.list {
list-style-image: url('data:image/svg+xml,<svg id="e12XcAwiGCj1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 300" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" project-id="36deb9b552474c9d88b99fda01d9310d" export-id="8584b845d1c34625a9856454e565c3d5" cached="false"><ellipse rx="125" ry="125" transform="matrix(1.200001 0 0 1.200001 150 150)" fill="%2300cea6" stroke-width="0"/></svg>');
row-gap: 1rem;
}
.rtm-social-container {
display: flex;
flex-direction: row;
}
.social-item {
background-color: #1c1c1c;
color: #c1c1c1;
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 1.5rem;
}
.social-link {
color: #8f8f8f;
}
.social-link:hover,
.social-link:hover .social-item {
color: #00cea6;
}
.rtm-border {
border-width: 1px;
border-style: solid;
border-color: #414141;
}
.rtm-border-bottom {
border-bottom: 1px solid #414141;
}
.social-item:hover {
color: #00cea6;
}
form select.form-select,
form .form-control {
background-color: #0c0c0c;
border: 1px solid #414141;
color: white;
}
input#template-category.form-control {
background-color: #0c0c0c97;
border: 1px solid #414141;
color: white;
cursor: pointer;
}
#template-category-list {
position: absolute;
z-index: 99;
width: 40rem;
padding: 20px;
border-radius: 5px;
background: #212121c4;
visibility: hidden;
opacity: 0;
transition: all 0.5s;
}
.template-category-container:hover #template-category-list {
visibility: visible;
opacity: 1;
}
.template-category-item {
text-decoration: none;
color: white;
}
.template-category-item:hover {
color: #00cea6;
}
form .form-control:focus {
background: #0c0c0c;
color: white;
}
form select.form-select:focus,
form select.form-select:hover {
color: white;
}
form select.form-select:disabled,
.form-control:disabled {
background-image: none;
background-color: transparent;
text-shadow: none;
border: 1px solid #414141;
}
#header-dashboard {
z-index: 99;
}
#header-dashboard .nav-link {
color: white;
font-weight: 300;
}
a {
text-decoration: none;
}
input[type="text"].form-control,
select.form-select {
border: 1px solid #414141;
max-width: none;
}
input[type="text"].form-control:focus,
select.form-select:focus {
border-color: #00cea6;
outline: none;
box-shadow: none;
}
table.rtm-table {
width: 100%;
border-collapse: separate;
color: #d9d9d9;
-webkit-border-vertical-spacing: 15px;
-webkit-border-horizontal-spacing: 0px;
}
table.rtm-table tr {
border-color: #414141; background: #14141454;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(13.1px);
-webkit-backdrop-filter: blur(13.1px);
}
.rtm-table td {
padding: 20px;
border-style: solid;
}
.rtm-table.table-themebuilder td {
border-width: 1px;
padding: 10px;
}
.rtm-table.table-themebuilder thead tr {
background: transparent;
}
.rtm-table.table-themebuilder thead td {
border-width: 0px;
}
.rtm-table.table-system td[scope="row"] {
width: 15rem;
}
.rtm-table.table-system td {
border-width: 1px;
border-left-width: 0;
padding: 10px 20px;
}
.rtm-table.rtm-table.table-system td.icon-status {
background-color: #414141;
font-size: 1.5rem;
width: 4rem;
}
.valid-color {
color: #86ff83;
}
.invalid-color {
color: #ff3535 !important;
}
.rtm-table td:first-child {
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.rtm-table.table-system td:first-child {
border-width: 1px;
border-radius: 10px 0px 0px 10px;
position: relative;
}
.rtm-table td:last-child {
border-bottom-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.sub-nav .nav-item {
margin: 0;
}
.sub-nav .nav-item .nav-link {
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom-width: 0px;
color: #ffffff;
background-color: transparent;
}
.sub-nav .nav-item .nav-link.active,
.sub-nav .nav-item .nav-link:hover {
font-weight: 600;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom-width: 2px;
border-bottom-style: solid;
border-image-source: linear-gradient(90deg, #00cea6 0%, #00000000 100%);
border-image-slice: 1;
text-shadow: 2px 3px 4px #00cea6;
}
.themebuilder-pagination .page-numbers {
padding: 0.5rem;
color: white;
border-radius: 5px;
width: 2.5rem;
display: inline-flex;
justify-content: center;
}
.themebuilder-pagination a.page-numbers:focus {
box-shadow: none;
}
.themebuilder-pagination .page-numbers.current {
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom-width: 2px;
border-image-source: linear-gradient(90deg, #00cea6 0%, #00000000 100%);
border-image-slice: 1;
text-shadow: 2px 3px 4px #00cea6;
border-style: solid;
}
.switch {
position: relative;
display: inline-block;
width: 52px;
height: 26px;
}
.switch .switch-input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
99.32deg,
rgb(205, 205, 205) -21.2%,
#000000 88.36%
);
-webkit-transition: 0.4s;
transition: 0.4s;
border-width: 1px;
border-style: solid;
border-color: #414141;
}
.slider:before {
position: absolute;
content: "";
height: 17px;
width: 17px;
left: 3px;
background-color: #ffffff;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-box-shadow: 12px 0px 12px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 12px 0px 12px 0px rgba(0, 0, 0, 0.75);
box-shadow: 12px 0px 12px 0px rgba(0, 0, 0, 0.75);
}
.switch-input:checked + .slider {
background: linear-gradient(99.32deg, #000000 -21.2%, #00cea6 69.36%);
} .switch-input:focus + .slider {
box-shadow: 0 0 1px #00cea6;
}
.switch-input:checked + .slider:before {
-webkit-transform: translateX(24px);
-ms-transform: translateX(24px);
transform: translateX(24px);
-webkit-box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.75);
} .slider.round {
border-radius: 34px;
display: flex;
align-items: center;
}
.slider.round:before {
border-radius: 50%;
}
.modal {
background-color: #0000009e;
backdrop-filter: blur(3px);
}
.modal .modal-content {
background: rgb(36, 36, 36);
background: linear-gradient(
166deg,
rgba(36, 36, 36, 1) 0%,
rgba(21, 21, 21, 1) 25%,
rgba(0, 0, 0, 1) 100%
);
color: white;
}
.btn.del-condition {
color: #727272;
}
.page-numbers {
padding: 10px;
text-decoration: none;
color: #414141;
width: 2.5rem;
text-align: center;
}
.page-numbers:focus {
box-shadow: none;
}
.entries-pagination {
display: flex;
align-items: center;
}
.entries-pagination .current {
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom-width: 2px;
border-image-source: linear-gradient(90deg, #00cea6 0%, #00000000 100%);
border-image-slice: 1; border-style: solid;
}
.pagination .page-item {
display: inline-flex;
}
.page-item.glass-effect {
border-color: transparent;
}
.pagination .page-btn {
padding: 0.375rem 0.75rem;
color: white;
}
.pagination .page-btn:hover {
background-color: #2b2c31;
border-color: #808080;
}
.page-item.active .page-btn {
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom-width: 2px;
border-image-source: linear-gradient(90deg, #00cea6 0%, #00000000 100%);
border-image-slice: 1; border-style: solid;
}
.page-item:first-child {
border-radius: 10px 0px 0px 10px;
overflow: hidden;
}
.page-item:last-child {
border-radius: 0px 10px 10px 0px;
overflow: hidden;
}
.link-accent {
color: #00cea6;
}
.link-accent:hover {
color: #006854;
}
.yt-container {
position: relative;
}
.yt-container .overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #00000097;
opacity: 0;
transform: scaleY(0);
transition: all 0.5s;
transform-origin: bottom;
display: flex;
justify-content: center;
align-items: center;
}
.yt-container:hover .overlay {
opacity: 1;
transform: scaleY(1);
}
.yt-container a {
font-size: 3rem;
color: #00cea6;
}
.yt-container a:hover {
color: #006854;
}
button[data-tooltips] {
position: relative;
}
button[data-tooltips]::before {
content: attr(data-tooltips);
position: absolute;
background-color: white;
top: -45px; padding: 10px;
border-radius: 5px;
font-size: 12px;
width: max-content;
visibility: hidden;
transform: translateY(-10px); transition: transform 0.5s;
}
button[data-tooltips]::after {
content: "";
width: 0px;
height: 0px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid white;
position: absolute;
top: -13px;
visibility: hidden;
transform: translateY(-10px); transition: transform 0.5s;
}
button[data-tooltips]:hover::before,
button[data-tooltips]:hover::after {
display: block;
color: #000;
transform: translateY(0px);
visibility: visible;
}
*[data-tooltips-right] {
position: relative;
}
*[data-tooltips-right]::after {
content: attr(data-tooltips-right);
position: absolute;
background-color: rgb(0 0 0);
color: white;
top: 50%;
left: calc(100% + 10px);
padding: 20px;
border-radius: 5px;
font-size: 12px;
width: max-content;
visibility: hidden;
transform: translateY(-50%);
opacity: 0;
transition: transform 0.5s;
text-wrap: wrap;
max-width: 10rem;
z-index: 99;
}
*[data-tooltips-right]:hover::after {
visibility: visible;
opacity: 1;
}
.elementor-element.e-flex.rtmkit-blur-effect-enabled::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: inherit;
border-radius: inherit;
backdrop-filter: blur(5px);
border: none;  }
.rtmkit-blur-effect-enabled {
background-color: inherit; border-radius: inherit;
}
.btn.btn-neumorphism {
box-shadow: 2.5px 0px 3px #00cea661;
background: linear-gradient(
289.77deg,
rgba(255, 255, 255, 0.4) -36.86%,
rgba(255, 255, 255, 0) 121.28%
);
backdrop-filter: blur(20px);
outline: 2px solid #ffffff42;
}
.btn.btn-neumorphism:focus {
outline: 2px solid #ffffff42;
}
.offcanvas-backdrop.show {
opacity: 0.7;
z-index: 99999;
}
.link-docs {
font-size: 12px;
display: flex;
gap: 0.5rem;
}
.link-docs a:first-child {
color: rgb(203, 203, 203);
}
.link-docs a:last-child {
color: gray;
}
.drop-zone {
background-color: #7171714c;
width: 100%;
height: 100%;
aspect-ratio: 1/1;
backdrop-filter: blur(15px);
border: 2px dashed #d2d2d2;
cursor: pointer;
color: white;
padding: 20px;
}
.drop-zone:hover {
background-color: #e2e2e26b;
}
.drop-zone .drop-zone__input {
display: none;
}
.drop-zone .drop-zone__prompt {
color: #ffffff;
font-size: 1.2rem;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2.5rem;
}
.drop-zone.drop-zone--over {
background-color: #00cea590;
}.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}body.hidden-scroll {
overflow: hidden; }
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035; }
.sl-wrapper {
z-index: 1040; }
.sl-wrapper * {
box-sizing: border-box; }
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer; }
.sl-wrapper button:hover {
opacity: 0.7; }
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem; }
.sl-wrapper .sl-close:focus {
outline: none; }
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem; }
.sl-wrapper .sl-navigation {
width: 100%;
display: none; }
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000; }
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button:focus {
outline: none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem; } }
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr; }
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000; }
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0; }
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto; }
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060; }
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite; }
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms; }
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/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(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/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(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/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(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/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(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.jmhomes.co.nz/core/modules/nextgen-gallery/static/FontAwesome/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}.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 24px;
padding-bottom: 3px;
text-align: center;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
cursor: pointer !important;
}
.ngg-navigation .ellipsis {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
}
.ngg-navigation span.current {
background: #666;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
background: transparent;
color: #BBB;
padding: 2px;
border: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
background: #666;
color: #FFFFFF !important;
text-decoration: none !important;
}
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
color: #666 !important;
}
.ngg-navigation a.page-numbers {
display: inline;
}
.ngg-clear {
clear: both;
}.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
}
.ngg-galleryoverview .desc { margin: 0px 10px 10px 0px;
padding: 5px;
}
.ngg-gallery-thumbnail-box {
float: left;
max-width: 100% !important;
}
.ngg-template-caption .ngg-gallery-thumbnail-box {
margin-right: 0px;
}
.ngg-gallery-thumbnail {
text-align: center;
max-width: 100% !important;
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
margin-right: 5px;
margin: 5px;
}
.ngg-template-caption .ngg-gallery-thumbnail {
margin-right: 0px;
}
.ngg-gallery-thumbnail a {
display: block;
margin: 4px;
border: none;
box-shadow: none;
}
.ngg-gallery-thumbnail img {
display: block;
margin: 0;
padding: 0;
position: relative;
max-width: 100% !important;
height: auto;
}
.ngg-gallery-thumbnail span { font-size: 90%;
padding-left: 5px;
display: block;
} .ngg-galleryoverview {
margin-top: 40px;
margin-bottom: 50px;
-webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
transition: width 1s, height 1s, background-color 1s, transform 1s;
min-height: 100px;
}
.ngg-gallery-thumbnail-box.ngg-1-columns {
width: 100%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-2-columns {
width: 50%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-3-columns {
width: 33.33333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-4-columns {
width: 25%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-5-columns {
width: 20%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-6-columns {
width: 16.6666%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-7-columns {
width: 14.2857%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-8-columns {
width: 12.5%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-9-columns {
width: 11.1111%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-10-columns {
width: 10%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-11-columns {
width: 9.09%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-12-columns {
width: 8.3333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-13-columns {
width: 7.692%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-14-columns {
width: 7.142%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-15-columns {
width: 6.6666%;
float: left !important;
}
@media (max-width: 800px) {
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 25%;
}
}
@media (max-width: 600px) {
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 33.33333%;
}
}
@media (max-width: 400px) {
.ngg-gallery-thumbnail-box.ngg-3-columns,
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 50%;
}
} .ngg-galleryoverview.default-view {
text-align: center;
font-size: 0 !important;
letter-spacing: 0 !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
display:inline-block;
float: none;
vertical-align: middle;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
background-color: transparent;
border: none;
margin: 0;
margin-right: 0;
position: relative;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
margin: 2px;
box-shadow: none;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
opacity: .8;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
margin: 0 auto;
box-shadow: none;
cursor: pointer;
}
.ngg-galleryoverview.default-view .slideshowlink {
margin: 24px auto 0;
text-align: center;
text-transform: uppercase;
}
.ngg-galleryoverview.default-view .slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.ngg-galleryoverview.default-view .slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
} .ngg-galleryoverview ul li:before {
content: '' !important;
}
.ngg-gallery-list {
list-style-type: none;
padding: 0px !important;
text-indent: 0px !important;
}
.ngg-galleryoverview div.pic img {
width: 100%;
border: 0px;
border-radius: 0px;
}
.ngg-gallery-list li {
float: left;
margin: 0 2px 0px 2px !important;
overflow: hidden;
}
.ngg-gallery-list li a {
border: 1px solid #CCCCCC;
display: block;
padding: 2px;
}
.ngg-gallery-list li.selected a {
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
background: #000000 none repeat scroll 0 0;
}
.ngg-gallery-list li img {
height: 40px;
width: 40px;
}
li.ngg-next, li.ngg-prev {
height: 40px;
width: 40px;
font-size: 3.5em;
}
li.ngg-next a, li.ngg-prev a {
padding-top: 10px;
border: none;
text-decoration: none;
} .ngg-caption-view-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
} .ngg-basic-thumbnails-carousel {
display: flex;
justify-content: center;
}
.ngg-basic-thumbnails-carousel-list {
display: flex;
flex-wrap: wrap;
}
.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
max-width: 80px !important;
}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}