@charset "UTF-8";
.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(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.eot?fngt09);
src:  url(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.eot?fngt09#iefix) format('embedded-opentype'),
url(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.ttf?fngt09) format('truetype'),
url(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-regular.woff?fngt09) format('woff'),
url(//kingstonepharms.com/wp-content/plugins/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(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.eot?qy76ig);
src: url(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.eot?qy76ig#iefix)
format("embedded-opentype"),
url(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.ttf?qy76ig) format("truetype"),
url(//kingstonepharms.com/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtmicons/rtmicon-thin.woff?qy76ig) format("woff"),
url(//kingstonepharms.com/wp-content/plugins/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;
}.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
-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; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(-1 * var(--fa-li-width, 2em));
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
animation-name: fa-beat;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
animation-name: fa-bounce;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
animation-name: fa-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
animation-name: fa-beat-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
animation-name: fa-flip;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
animation-name: fa-shake;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
animation-name: fa-spin;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 2s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
animation-name: fa-spin;
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
animation-delay: -1ms;
animation-duration: 1ms;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
@keyframes fa-beat {
0%, 90% {
transform: scale(1); }
45% {
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
0% {
transform: scale(1, 1) translateY(0); }
10% {
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
transform: scale(1, 1) translateY(0); }
100% {
transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
transform: scale(1); }
50% {
opacity: 1;
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
50% {
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
0% {
transform: rotate(-15deg); }
4% {
transform: rotate(15deg); }
8%, 24% {
transform: rotate(-18deg); }
12%, 28% {
transform: rotate(18deg); }
16% {
transform: rotate(-22deg); }
20% {
transform: rotate(22deg); }
32% {
transform: rotate(-12deg); }
36% {
transform: rotate(12deg); }
40%, 100% {
transform: rotate(0deg); } }
@keyframes fa-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.fa-rotate-90 {
transform: rotate(90deg); }
.fa-rotate-180 {
transform: rotate(180deg); }
.fa-rotate-270 {
transform: rotate(270deg); }
.fa-flip-horizontal {
transform: scale(-1, 1); }
.fa-flip-vertical {
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
transform: scale(-1, -1); }
.fa-rotate-by {
transform: rotate(var(--fa-rotate-angle, 0)); }
.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-circle-chevron-right::before {
content: "\f138"; }
.fa-chevron-circle-right::before {
content: "\f138"; }
.fa-at::before {
content: "\40"; }
.fa-trash-can::before {
content: "\f2ed"; }
.fa-trash-alt::before {
content: "\f2ed"; }
.fa-text-height::before {
content: "\f034"; }
.fa-user-xmark::before {
content: "\f235"; }
.fa-user-times::before {
content: "\f235"; }
.fa-stethoscope::before {
content: "\f0f1"; }
.fa-message::before {
content: "\f27a"; }
.fa-comment-alt::before {
content: "\f27a"; }
.fa-info::before {
content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
content: "\f422"; }
.fa-compress-alt::before {
content: "\f422"; }
.fa-explosion::before {
content: "\e4e9"; }
.fa-file-lines::before {
content: "\f15c"; }
.fa-file-alt::before {
content: "\f15c"; }
.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-days::before {
content: "\f073"; }
.fa-calendar-alt::before {
content: "\f073"; }
.fa-anchor-circle-check::before {
content: "\e4aa"; }
.fa-building-circle-arrow-right::before {
content: "\e4d1"; }
.fa-volleyball::before {
content: "\f45f"; }
.fa-volleyball-ball::before {
content: "\f45f"; }
.fa-arrows-up-to-line::before {
content: "\e4c2"; }
.fa-sort-down::before {
content: "\f0dd"; }
.fa-sort-desc::before {
content: "\f0dd"; }
.fa-circle-minus::before {
content: "\f056"; }
.fa-minus-circle::before {
content: "\f056"; }
.fa-door-open::before {
content: "\f52b"; }
.fa-right-from-bracket::before {
content: "\f2f5"; }
.fa-sign-out-alt::before {
content: "\f2f5"; }
.fa-atom::before {
content: "\f5d2"; }
.fa-soap::before {
content: "\e06e"; }
.fa-icons::before {
content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
content: "\f86d"; }
.fa-microphone-lines-slash::before {
content: "\f539"; }
.fa-microphone-alt-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 {
content: "\f689"; }
.fa-search-location::before {
content: "\f689"; }
.fa-forward-step::before {
content: "\f051"; }
.fa-step-forward::before {
content: "\f051"; }
.fa-face-smile-beam::before {
content: "\f5b8"; }
.fa-smile-beam::before {
content: "\f5b8"; }
.fa-flag-checkered::before {
content: "\f11e"; }
.fa-football::before {
content: "\f44e"; }
.fa-football-ball::before {
content: "\f44e"; }
.fa-school-circle-exclamation::before {
content: "\e56c"; }
.fa-crop::before {
content: "\f125"; }
.fa-angles-down::before {
content: "\f103"; }
.fa-angle-double-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 {
content: "\f0fc"; }
.fa-beer::before {
content: "\f0fc"; }
.fa-diagram-predecessor::before {
content: "\e477"; }
.fa-arrow-up-long::before {
content: "\f176"; }
.fa-long-arrow-up::before {
content: "\f176"; }
.fa-fire-flame-simple::before {
content: "\f46a"; }
.fa-burn::before {
content: "\f46a"; }
.fa-person::before {
content: "\f183"; }
.fa-male::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 {
content: "\f587"; }
.fa-grin-stars::before {
content: "\f587"; }
.fa-bong::before {
content: "\f55c"; }
.fa-spaghetti-monster-flying::before {
content: "\f67b"; }
.fa-pastafarianism::before {
content: "\f67b"; }
.fa-arrow-down-up-across-line::before {
content: "\e4af"; }
.fa-spoon::before {
content: "\f2e5"; }
.fa-utensil-spoon::before {
content: "\f2e5"; }
.fa-jar-wheat::before {
content: "\e517"; }
.fa-envelopes-bulk::before {
content: "\f674"; }
.fa-mail-bulk::before {
content: "\f674"; }
.fa-file-circle-exclamation::before {
content: "\e4eb"; }
.fa-circle-h::before {
content: "\f47e"; }
.fa-hospital-symbol::before {
content: "\f47e"; }
.fa-pager::before {
content: "\f815"; }
.fa-address-book::before {
content: "\f2b9"; }
.fa-contact-book::before {
content: "\f2b9"; }
.fa-strikethrough::before {
content: "\f0cc"; }
.fa-k::before {
content: "\4b"; }
.fa-landmark-flag::before {
content: "\e51c"; }
.fa-pencil::before {
content: "\f303"; }
.fa-pencil-alt::before {
content: "\f303"; }
.fa-backward::before {
content: "\f04a"; }
.fa-caret-right::before {
content: "\f0da"; }
.fa-comments::before {
content: "\f086"; }
.fa-paste::before {
content: "\f0ea"; }
.fa-file-clipboard::before {
content: "\f0ea"; }
.fa-code-pull-request::before {
content: "\e13c"; }
.fa-clipboard-list::before {
content: "\f46d"; }
.fa-truck-ramp-box::before {
content: "\f4de"; }
.fa-truck-loading::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 {
content: "\f6a0"; }
.fa-torah::before {
content: "\f6a0"; }
.fa-broom-ball::before {
content: "\f458"; }
.fa-quidditch::before {
content: "\f458"; }
.fa-quidditch-broom-ball::before {
content: "\f458"; }
.fa-toggle-off::before {
content: "\f204"; }
.fa-box-archive::before {
content: "\f187"; }
.fa-archive::before {
content: "\f187"; }
.fa-person-drowning::before {
content: "\e545"; }
.fa-arrow-down-9-1::before {
content: "\f886"; }
.fa-sort-numeric-desc::before {
content: "\f886"; }
.fa-sort-numeric-down-alt::before {
content: "\f886"; }
.fa-face-grin-tongue-squint::before {
content: "\f58a"; }
.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 {
content: "\f57c"; }
.fa-globe-africa::before {
content: "\f57c"; }
.fa-rainbow::before {
content: "\f75b"; }
.fa-circle-notch::before {
content: "\f1ce"; }
.fa-tablet-screen-button::before {
content: "\f3fa"; }
.fa-tablet-alt::before {
content: "\f3fa"; }
.fa-paw::before {
content: "\f1b0"; }
.fa-cloud::before {
content: "\f0c2"; }
.fa-trowel-bricks::before {
content: "\e58a"; }
.fa-face-flushed::before {
content: "\f579"; }
.fa-flushed::before {
content: "\f579"; }
.fa-hospital-user::before {
content: "\f80d"; }
.fa-tent-arrow-left-right::before {
content: "\e57f"; }
.fa-gavel::before {
content: "\f0e3"; }
.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 {
content: "\f562"; }
.fa-concierge-bell::before {
content: "\f562"; }
.fa-pen-ruler::before {
content: "\f5ae"; }
.fa-pencil-ruler::before {
content: "\f5ae"; }
.fa-people-arrows::before {
content: "\e068"; }
.fa-people-arrows-left-right::before {
content: "\e068"; }
.fa-mars-and-venus-burst::before {
content: "\e523"; }
.fa-square-caret-right::before {
content: "\f152"; }
.fa-caret-square-right::before {
content: "\f152"; }
.fa-scissors::before {
content: "\f0c4"; }
.fa-cut::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-tachograph-digital::before {
content: "\f566"; }
.fa-digital-tachograph::before {
content: "\f566"; }
.fa-users-slash::before {
content: "\e073"; }
.fa-clover::before {
content: "\e139"; }
.fa-reply::before {
content: "\f3e5"; }
.fa-mail-reply::before {
content: "\f3e5"; }
.fa-star-and-crescent::before {
content: "\f699"; }
.fa-house-fire::before {
content: "\e50c"; }
.fa-square-minus::before {
content: "\f146"; }
.fa-minus-square::before {
content: "\f146"; }
.fa-helicopter::before {
content: "\f533"; }
.fa-compass::before {
content: "\f14e"; }
.fa-square-caret-down::before {
content: "\f150"; }
.fa-caret-square-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 {
content: "\f0c9"; }
.fa-navicon::before {
content: "\f0c9"; }
.fa-people-group::before {
content: "\e533"; }
.fa-hourglass-end::before {
content: "\f253"; }
.fa-hourglass-3::before {
content: "\f253"; }
.fa-heart-crack::before {
content: "\f7a9"; }
.fa-heart-broken::before {
content: "\f7a9"; }
.fa-square-up-right::before {
content: "\f360"; }
.fa-external-link-square-alt::before {
content: "\f360"; }
.fa-face-kiss-beam::before {
content: "\f597"; }
.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 {
content: "\f06a"; }
.fa-exclamation-circle::before {
content: "\f06a"; }
.fa-school-circle-xmark::before {
content: "\e56d"; }
.fa-arrow-right-from-bracket::before {
content: "\f08b"; }
.fa-sign-out::before {
content: "\f08b"; }
.fa-circle-chevron-down::before {
content: "\f13a"; }
.fa-chevron-circle-down::before {
content: "\f13a"; }
.fa-unlock-keyhole::before {
content: "\f13e"; }
.fa-unlock-alt::before {
content: "\f13e"; }
.fa-cloud-showers-heavy::before {
content: "\f740"; }
.fa-headphones-simple::before {
content: "\f58f"; }
.fa-headphones-alt::before {
content: "\f58f"; }
.fa-sitemap::before {
content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
content: "\f4b9"; }
.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-low::before {
content: "\f027"; }
.fa-volume-down::before {
content: "\f027"; }
.fa-comment-slash::before {
content: "\f4b3"; }
.fa-cloud-sun-rain::before {
content: "\f743"; }
.fa-compress::before {
content: "\f066"; }
.fa-wheat-awn::before {
content: "\e2cd"; }
.fa-wheat-alt::before {
content: "\e2cd"; }
.fa-ankh::before {
content: "\f644"; }
.fa-hands-holding-child::before {
content: "\e4fa"; }
.fa-asterisk::before {
content: "\2a"; }
.fa-square-check::before {
content: "\f14a"; }
.fa-check-square::before {
content: "\f14a"; }
.fa-peseta-sign::before {
content: "\e221"; }
.fa-heading::before {
content: "\f1dc"; }
.fa-header::before {
content: "\f1dc"; }
.fa-ghost::before {
content: "\f6e2"; }
.fa-list::before {
content: "\f03a"; }
.fa-list-squares::before {
content: "\f03a"; }
.fa-square-phone-flip::before {
content: "\f87b"; }
.fa-phone-square-alt::before {
content: "\f87b"; }
.fa-cart-plus::before {
content: "\f217"; }
.fa-gamepad::before {
content: "\f11b"; }
.fa-circle-dot::before {
content: "\f192"; }
.fa-dot-circle::before {
content: "\f192"; }
.fa-face-dizzy::before {
content: "\f567"; }
.fa-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::before {
content: "\f1e3"; }
.fa-futbol-ball::before {
content: "\f1e3"; }
.fa-soccer-ball::before {
content: "\f1e3"; }
.fa-paintbrush::before {
content: "\f1fc"; }
.fa-paint-brush::before {
content: "\f1fc"; }
.fa-lock::before {
content: "\f023"; }
.fa-gas-pump::before {
content: "\f52f"; }
.fa-hot-tub-person::before {
content: "\f593"; }
.fa-hot-tub::before {
content: "\f593"; }
.fa-map-location::before {
content: "\f59f"; }
.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-pen-to-square::before {
content: "\f044"; }
.fa-edit::before {
content: "\f044"; }
.fa-car-side::before {
content: "\f5e4"; }
.fa-share-nodes::before {
content: "\f1e0"; }
.fa-share-alt::before {
content: "\f1e0"; }
.fa-heart-circle-minus::before {
content: "\e4ff"; }
.fa-hourglass-half::before {
content: "\f252"; }
.fa-hourglass-2::before {
content: "\f252"; }
.fa-microscope::before {
content: "\f610"; }
.fa-sink::before {
content: "\e06d"; }
.fa-bag-shopping::before {
content: "\f290"; }
.fa-shopping-bag::before {
content: "\f290"; }
.fa-arrow-down-z-a::before {
content: "\f881"; }
.fa-sort-alpha-desc::before {
content: "\f881"; }
.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::before {
content: "\f256"; }
.fa-hand-paper::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 {
content: "\f596"; }
.fa-kiss::before {
content: "\f596"; }
.fa-bridge-circle-xmark::before {
content: "\e4cb"; }
.fa-face-grin-tongue::before {
content: "\f589"; }
.fa-grin-tongue::before {
content: "\f589"; }
.fa-chess-bishop::before {
content: "\f43a"; }
.fa-face-grin-wink::before {
content: "\f58c"; }
.fa-grin-wink::before {
content: "\f58c"; }
.fa-ear-deaf::before {
content: "\f2a4"; }
.fa-deaf::before {
content: "\f2a4"; }
.fa-deafness::before {
content: "\f2a4"; }
.fa-hard-of-hearing::before {
content: "\f2a4"; }
.fa-road-circle-check::before {
content: "\e564"; }
.fa-dice-five::before {
content: "\f523"; }
.fa-square-rss::before {
content: "\f143"; }
.fa-rss-square::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 {
content: "\f6f2"; }
.fa-hryvnia::before {
content: "\f6f2"; }
.fa-pills::before {
content: "\f484"; }
.fa-face-grin-wide::before {
content: "\f581"; }
.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-staff-snake::before {
content: "\e579"; }
.fa-rod-asclepius::before {
content: "\e579"; }
.fa-rod-snake::before {
content: "\e579"; }
.fa-staff-aesculapius::before {
content: "\e579"; }
.fa-head-side-cough-slash::before {
content: "\e062"; }
.fa-truck-medical::before {
content: "\f0f9"; }
.fa-ambulance::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-half::before {
content: "\f2c9"; }
.fa-temperature-2::before {
content: "\f2c9"; }
.fa-thermometer-2::before {
content: "\f2c9"; }
.fa-thermometer-half::before {
content: "\f2c9"; }
.fa-dong-sign::before {
content: "\e169"; }
.fa-capsules::before {
content: "\f46b"; }
.fa-poo-storm::before {
content: "\f75a"; }
.fa-poo-bolt::before {
content: "\f75a"; }
.fa-face-frown-open::before {
content: "\f57a"; }
.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::before {
content: "\f07b"; }
.fa-folder-blank::before {
content: "\f07b"; }
.fa-file-waveform::before {
content: "\f478"; }
.fa-file-medical-alt::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-gauge::before {
content: "\f624"; }
.fa-dashboard::before {
content: "\f624"; }
.fa-gauge-med::before {
content: "\f624"; }
.fa-tachometer-alt-average::before {
content: "\f624"; }
.fa-wand-magic-sparkles::before {
content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
content: "\e2ca"; }
.fa-e::before {
content: "\45"; }
.fa-pen-clip::before {
content: "\f305"; }
.fa-pen-alt::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-van-shuttle::before {
content: "\f5b6"; }
.fa-shuttle-van::before {
content: "\f5b6"; }
.fa-building-user::before {
content: "\e4da"; }
.fa-square-caret-left::before {
content: "\f191"; }
.fa-caret-square-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-chart-area::before {
content: "\f1fe"; }
.fa-area-chart::before {
content: "\f1fe"; }
.fa-house-flag::before {
content: "\e50d"; }
.fa-person-circle-minus::before {
content: "\e540"; }
.fa-ban::before {
content: "\f05e"; }
.fa-cancel::before {
content: "\f05e"; }
.fa-camera-rotate::before {
content: "\e0d8"; }
.fa-spray-can-sparkles::before {
content: "\f5d0"; }
.fa-air-freshener::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 {
content: "\f245"; }
.fa-mouse-pointer::before {
content: "\f245"; }
.fa-maximize::before {
content: "\f31e"; }
.fa-expand-arrows-alt::before {
content: "\f31e"; }
.fa-charging-station::before {
content: "\f5e7"; }
.fa-shapes::before {
content: "\f61f"; }
.fa-triangle-circle-square::before {
content: "\f61f"; }
.fa-shuffle::before {
content: "\f074"; }
.fa-random::before {
content: "\f074"; }
.fa-person-running::before {
content: "\f70c"; }
.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 {
content: "\f8cc"; }
.fa-mouse::before {
content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
content: "\f090"; }
.fa-sign-in::before {
content: "\f090"; }
.fa-shop-slash::before {
content: "\e070"; }
.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-start::before {
content: "\f251"; }
.fa-hourglass-1::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 {
content: "\f2f6"; }
.fa-sign-in-alt::before {
content: "\f2f6"; }
.fa-venus::before {
content: "\f221"; }
.fa-passport::before {
content: "\f5ab"; }
.fa-thumbtack-slash::before {
content: "\e68f"; }
.fa-thumb-tack-slash::before {
content: "\e68f"; }
.fa-heart-pulse::before {
content: "\f21e"; }
.fa-heartbeat::before {
content: "\f21e"; }
.fa-people-carry-box::before {
content: "\f4ce"; }
.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 {
content: "\f496"; }
.fa-weight::before {
content: "\f496"; }
.fa-user-group::before {
content: "\f500"; }
.fa-user-friends::before {
content: "\f500"; }
.fa-arrow-up-a-z::before {
content: "\f15e"; }
.fa-sort-alpha-up::before {
content: "\f15e"; }
.fa-chess-knight::before {
content: "\f441"; }
.fa-face-laugh-squint::before {
content: "\f59b"; }
.fa-laugh-squint::before {
content: "\f59b"; }
.fa-wheelchair::before {
content: "\f193"; }
.fa-circle-arrow-up::before {
content: "\f0aa"; }
.fa-arrow-circle-up::before {
content: "\f0aa"; }
.fa-toggle-on::before {
content: "\f205"; }
.fa-person-walking::before {
content: "\f554"; }
.fa-walking::before {
content: "\f554"; }
.fa-l::before {
content: "\4c"; }
.fa-fire::before {
content: "\f06d"; }
.fa-bed-pulse::before {
content: "\f487"; }
.fa-procedures::before {
content: "\f487"; }
.fa-shuttle-space::before {
content: "\f197"; }
.fa-space-shuttle::before {
content: "\f197"; }
.fa-face-laugh::before {
content: "\f599"; }
.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-lines::before {
content: "\f3c9"; }
.fa-microphone-alt::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 {
content: "\f22a"; }
.fa-mars-stroke-v::before {
content: "\f22a"; }
.fa-champagne-glasses::before {
content: "\f79f"; }
.fa-glass-cheers::before {
content: "\f79f"; }
.fa-clipboard::before {
content: "\f328"; }
.fa-house-circle-exclamation::before {
content: "\e50a"; }
.fa-file-arrow-up::before {
content: "\f574"; }
.fa-file-upload::before {
content: "\f574"; }
.fa-wifi::before {
content: "\f1eb"; }
.fa-wifi-3::before {
content: "\f1eb"; }
.fa-wifi-strong::before {
content: "\f1eb"; }
.fa-bath::before {
content: "\f2cd"; }
.fa-bathtub::before {
content: "\f2cd"; }
.fa-underline::before {
content: "\f0cd"; }
.fa-user-pen::before {
content: "\f4ff"; }
.fa-user-edit::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-top-left::before {
content: "\f853"; }
.fa-border-style::before {
content: "\f853"; }
.fa-map-location-dot::before {
content: "\f5a0"; }
.fa-map-marked-alt::before {
content: "\f5a0"; }
.fa-jedi::before {
content: "\f669"; }
.fa-square-poll-vertical::before {
content: "\f681"; }
.fa-poll::before {
content: "\f681"; }
.fa-mug-hot::before {
content: "\f7b6"; }
.fa-car-battery::before {
content: "\f5df"; }
.fa-battery-car::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-right::before {
content: "\f22b"; }
.fa-mars-stroke-h::before {
content: "\f22b"; }
.fa-hand-back-fist::before {
content: "\f255"; }
.fa-hand-rock::before {
content: "\f255"; }
.fa-square-caret-up::before {
content: "\f151"; }
.fa-caret-square-up::before {
content: "\f151"; }
.fa-cloud-showers-water::before {
content: "\e4e4"; }
.fa-chart-bar::before {
content: "\f080"; }
.fa-bar-chart::before {
content: "\f080"; }
.fa-hands-bubbles::before {
content: "\e05e"; }
.fa-hands-wash::before {
content: "\e05e"; }
.fa-less-than-equal::before {
content: "\f537"; }
.fa-train::before {
content: "\f238"; }
.fa-eye-low-vision::before {
content: "\f2a8"; }
.fa-low-vision::before {
content: "\f2a8"; }
.fa-crow::before {
content: "\f520"; }
.fa-sailboat::before {
content: "\e445"; }
.fa-window-restore::before {
content: "\f2d2"; }
.fa-square-plus::before {
content: "\f0fe"; }
.fa-plus-square::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-martini-glass::before {
content: "\f57b"; }
.fa-glass-martini-alt::before {
content: "\f57b"; }
.fa-rotate-left::before {
content: "\f2ea"; }
.fa-rotate-back::before {
content: "\f2ea"; }
.fa-rotate-backward::before {
content: "\f2ea"; }
.fa-undo-alt::before {
content: "\f2ea"; }
.fa-table-columns::before {
content: "\f0db"; }
.fa-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::before {
content: "\f472"; }
.fa-dolly-box::before {
content: "\f472"; }
.fa-smoking::before {
content: "\f48d"; }
.fa-minimize::before {
content: "\f78c"; }
.fa-compress-arrows-alt::before {
content: "\f78c"; }
.fa-monument::before {
content: "\f5a6"; }
.fa-snowplow::before {
content: "\f7d2"; }
.fa-angles-right::before {
content: "\f101"; }
.fa-angle-double-right::before {
content: "\f101"; }
.fa-cannabis::before {
content: "\f55f"; }
.fa-circle-play::before {
content: "\f144"; }
.fa-play-circle::before {
content: "\f144"; }
.fa-tablets::before {
content: "\f490"; }
.fa-ethernet::before {
content: "\f796"; }
.fa-euro-sign::before {
content: "\f153"; }
.fa-eur::before {
content: "\f153"; }
.fa-euro::before {
content: "\f153"; }
.fa-chair::before {
content: "\f6c0"; }
.fa-circle-check::before {
content: "\f058"; }
.fa-check-circle::before {
content: "\f058"; }
.fa-circle-stop::before {
content: "\f28d"; }
.fa-stop-circle::before {
content: "\f28d"; }
.fa-compass-drafting::before {
content: "\f568"; }
.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 {
content: "\f59a"; }
.fa-laugh-beam::before {
content: "\f59a"; }
.fa-helicopter-symbol::before {
content: "\e502"; }
.fa-universal-access::before {
content: "\f29a"; }
.fa-circle-chevron-up::before {
content: "\f139"; }
.fa-chevron-circle-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-sterling-sign::before {
content: "\f154"; }
.fa-gbp::before {
content: "\f154"; }
.fa-pound-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 {
content: "\f175"; }
.fa-long-arrow-down::before {
content: "\f175"; }
.fa-tent-arrow-down-to-line::before {
content: "\e57e"; }
.fa-certificate::before {
content: "\f0a3"; }
.fa-reply-all::before {
content: "\f122"; }
.fa-mail-reply-all::before {
content: "\f122"; }
.fa-suitcase::before {
content: "\f0f2"; }
.fa-person-skating::before {
content: "\f7c5"; }
.fa-skating::before {
content: "\f7c5"; }
.fa-filter-circle-dollar::before {
content: "\f662"; }
.fa-funnel-dollar::before {
content: "\f662"; }
.fa-camera-retro::before {
content: "\f083"; }
.fa-circle-arrow-down::before {
content: "\f0ab"; }
.fa-arrow-circle-down::before {
content: "\f0ab"; }
.fa-file-import::before {
content: "\f56f"; }
.fa-arrow-right-to-file::before {
content: "\f56f"; }
.fa-square-arrow-up-right::before {
content: "\f14c"; }
.fa-external-link-square::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-empty::before {
content: "\f2cb"; }
.fa-temperature-0::before {
content: "\f2cb"; }
.fa-thermometer-0::before {
content: "\f2cb"; }
.fa-thermometer-empty::before {
content: "\f2cb"; }
.fa-bomb::before {
content: "\f1e2"; }
.fa-registered::before {
content: "\f25d"; }
.fa-address-card::before {
content: "\f2bb"; }
.fa-contact-card::before {
content: "\f2bb"; }
.fa-vcard::before {
content: "\f2bb"; }
.fa-scale-unbalanced-flip::before {
content: "\f516"; }
.fa-balance-scale-right::before {
content: "\f516"; }
.fa-subscript::before {
content: "\f12c"; }
.fa-diamond-turn-right::before {
content: "\f5eb"; }
.fa-directions::before {
content: "\f5eb"; }
.fa-burst::before {
content: "\e4dc"; }
.fa-house-laptop::before {
content: "\e066"; }
.fa-laptop-house::before {
content: "\e066"; }
.fa-face-tired::before {
content: "\f5c8"; }
.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 {
content: "\f0ee"; }
.fa-cloud-upload::before {
content: "\f0ee"; }
.fa-cloud-upload-alt::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 {
content: "\f4d8"; }
.fa-sprout::before {
content: "\f4d8"; }
.fa-left-right::before {
content: "\f337"; }
.fa-arrows-alt-h::before {
content: "\f337"; }
.fa-boxes-packing::before {
content: "\e4c7"; }
.fa-circle-arrow-left::before {
content: "\f0a8"; }
.fa-arrow-circle-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 {
content: "\f160"; }
.fa-sort-amount-asc::before {
content: "\f160"; }
.fa-sort-amount-down::before {
content: "\f160"; }
.fa-cloud-bolt::before {
content: "\f76c"; }
.fa-thunderstorm::before {
content: "\f76c"; }
.fa-text-slash::before {
content: "\f87d"; }
.fa-remove-format::before {
content: "\f87d"; }
.fa-face-smile-wink::before {
content: "\f4da"; }
.fa-smile-wink::before {
content: "\f4da"; }
.fa-file-word::before {
content: "\f1c2"; }
.fa-file-powerpoint::before {
content: "\f1c4"; }
.fa-arrows-left-right::before {
content: "\f07e"; }
.fa-arrows-h::before {
content: "\f07e"; }
.fa-house-lock::before {
content: "\e510"; }
.fa-cloud-arrow-down::before {
content: "\f0ed"; }
.fa-cloud-download::before {
content: "\f0ed"; }
.fa-cloud-download-alt::before {
content: "\f0ed"; }
.fa-children::before {
content: "\e4e1"; }
.fa-chalkboard::before {
content: "\f51b"; }
.fa-blackboard::before {
content: "\f51b"; }
.fa-user-large-slash::before {
content: "\f4fa"; }
.fa-user-alt-slash::before {
content: "\f4fa"; }
.fa-envelope-open::before {
content: "\f2b6"; }
.fa-handshake-simple-slash::before {
content: "\e05f"; }
.fa-handshake-alt-slash::before {
content: "\e05f"; }
.fa-mattress-pillow::before {
content: "\e525"; }
.fa-guarani-sign::before {
content: "\e19a"; }
.fa-arrows-rotate::before {
content: "\f021"; }
.fa-refresh::before {
content: "\f021"; }
.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-halved::before {
content: "\f3ed"; }
.fa-shield-alt::before {
content: "\f3ed"; }
.fa-book-atlas::before {
content: "\f558"; }
.fa-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 {
content: "\f6f1"; }
.fa-house-damage::before {
content: "\f6f1"; }
.fa-file-zipper::before {
content: "\f1c6"; }
.fa-file-archive::before {
content: "\f1c6"; }
.fa-square::before {
content: "\f0c8"; }
.fa-martini-glass-empty::before {
content: "\f000"; }
.fa-glass-martini::before {
content: "\f000"; }
.fa-couch::before {
content: "\f4b8"; }
.fa-cedi-sign::before {
content: "\e0df"; }
.fa-italic::before {
content: "\f033"; }
.fa-table-cells-column-lock::before {
content: "\e678"; }
.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 {
content: "\f7c9"; }
.fa-skiing::before {
content: "\f7c9"; }
.fa-road-lock::before {
content: "\e567"; }
.fa-a::before {
content: "\41"; }
.fa-temperature-arrow-down::before {
content: "\e03f"; }
.fa-temperature-down::before {
content: "\e03f"; }
.fa-feather-pointed::before {
content: "\f56b"; }
.fa-feather-alt::before {
content: "\f56b"; }
.fa-p::before {
content: "\50"; }
.fa-snowflake::before {
content: "\f2dc"; }
.fa-newspaper::before {
content: "\f1ea"; }
.fa-rectangle-ad::before {
content: "\f641"; }
.fa-ad::before {
content: "\f641"; }
.fa-circle-arrow-right::before {
content: "\f0a9"; }
.fa-arrow-circle-right::before {
content: "\f0a9"; }
.fa-filter-circle-xmark::before {
content: "\e17b"; }
.fa-locust::before {
content: "\e520"; }
.fa-sort::before {
content: "\f0dc"; }
.fa-unsorted::before {
content: "\f0dc"; }
.fa-list-ol::before {
content: "\f0cb"; }
.fa-list-1-2::before {
content: "\f0cb"; }
.fa-list-numeric::before {
content: "\f0cb"; }
.fa-person-dress-burst::before {
content: "\e544"; }
.fa-money-check-dollar::before {
content: "\f53d"; }
.fa-money-check-alt::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 {
content: "\f598"; }
.fa-kiss-wink-heart::before {
content: "\f598"; }
.fa-filter::before {
content: "\f0b0"; }
.fa-question::before {
content: "\3f"; }
.fa-file-signature::before {
content: "\f573"; }
.fa-up-down-left-right::before {
content: "\f0b2"; }
.fa-arrows-alt::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-stroke::before {
content: "\f5c0"; }
.fa-star-half-alt::before {
content: "\f5c0"; }
.fa-code::before {
content: "\f121"; }
.fa-whiskey-glass::before {
content: "\f7a0"; }
.fa-glass-whiskey::before {
content: "\f7a0"; }
.fa-building-circle-exclamation::before {
content: "\e4d3"; }
.fa-magnifying-glass-chart::before {
content: "\e522"; }
.fa-arrow-up-right-from-square::before {
content: "\f08e"; }
.fa-external-link::before {
content: "\f08e"; }
.fa-cubes-stacked::before {
content: "\e4e6"; }
.fa-won-sign::before {
content: "\f159"; }
.fa-krw::before {
content: "\f159"; }
.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-taxi::before {
content: "\f1ba"; }
.fa-cab::before {
content: "\f1ba"; }
.fa-person-circle-plus::before {
content: "\e541"; }
.fa-chart-pie::before {
content: "\f200"; }
.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 {
content: "\f582"; }
.fa-grin-beam::before {
content: "\f582"; }
.fa-object-ungroup::before {
content: "\f248"; }
.fa-poop::before {
content: "\f619"; }
.fa-location-pin::before {
content: "\f041"; }
.fa-map-marker::before {
content: "\f041"; }
.fa-kaaba::before {
content: "\f66b"; }
.fa-toilet-paper::before {
content: "\f71e"; }
.fa-helmet-safety::before {
content: "\f807"; }
.fa-hard-hat::before {
content: "\f807"; }
.fa-hat-hard::before {
content: "\f807"; }
.fa-eject::before {
content: "\f052"; }
.fa-circle-right::before {
content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
content: "\f35a"; }
.fa-plane-circle-check::before {
content: "\e555"; }
.fa-face-rolling-eyes::before {
content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
content: "\f5a5"; }
.fa-object-group::before {
content: "\f247"; }
.fa-chart-line::before {
content: "\f201"; }
.fa-line-chart::before {
content: "\f201"; }
.fa-mask-ventilator::before {
content: "\e524"; }
.fa-arrow-right::before {
content: "\f061"; }
.fa-signs-post::before {
content: "\f277"; }
.fa-map-signs::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 {
content: "\f7d9"; }
.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-house-user::before {
content: "\e1b0"; }
.fa-home-user::before {
content: "\e1b0"; }
.fa-dumpster-fire::before {
content: "\f794"; }
.fa-house-crack::before {
content: "\e3b1"; }
.fa-martini-glass-citrus::before {
content: "\f561"; }
.fa-cocktail::before {
content: "\f561"; }
.fa-face-surprise::before {
content: "\f5c2"; }
.fa-surprise::before {
content: "\f5c2"; }
.fa-bottle-water::before {
content: "\e4c5"; }
.fa-circle-pause::before {
content: "\f28b"; }
.fa-pause-circle::before {
content: "\f28b"; }
.fa-toilet-paper-slash::before {
content: "\e072"; }
.fa-apple-whole::before {
content: "\f5d1"; }
.fa-apple-alt::before {
content: "\f5d1"; }
.fa-kitchen-set::before {
content: "\e51a"; }
.fa-r::before {
content: "\52"; }
.fa-temperature-quarter::before {
content: "\f2ca"; }
.fa-temperature-1::before {
content: "\f2ca"; }
.fa-thermometer-1::before {
content: "\f2ca"; }
.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-square-poll-horizontal::before {
content: "\f682"; }
.fa-poll-h::before {
content: "\f682"; }
.fa-circle::before {
content: "\f111"; }
.fa-backward-fast::before {
content: "\f049"; }
.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::before {
content: "\f434"; }
.fa-basketball-ball::before {
content: "\f434"; }
.fa-satellite-dish::before {
content: "\f7c0"; }
.fa-circle-up::before {
content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
content: "\f35b"; }
.fa-mobile-screen-button::before {
content: "\f3cd"; }
.fa-mobile-alt::before {
content: "\f3cd"; }
.fa-volume-high::before {
content: "\f028"; }
.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 {
content: "\f805"; }
.fa-hamburger::before {
content: "\f805"; }
.fa-wrench::before {
content: "\f0ad"; }
.fa-bugs::before {
content: "\e4d0"; }
.fa-rupee-sign::before {
content: "\f156"; }
.fa-rupee::before {
content: "\f156"; }
.fa-file-image::before {
content: "\f1c5"; }
.fa-circle-question::before {
content: "\f059"; }
.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-flip::before {
content: "\f879"; }
.fa-phone-alt::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-forward-fast::before {
content: "\f050"; }
.fa-fast-forward::before {
content: "\f050"; }
.fa-face-meh-blank::before {
content: "\f5a4"; }
.fa-meh-blank::before {
content: "\f5a4"; }
.fa-square-parking::before {
content: "\f540"; }
.fa-parking::before {
content: "\f540"; }
.fa-house-signal::before {
content: "\e012"; }
.fa-bars-progress::before {
content: "\f828"; }
.fa-tasks-alt::before {
content: "\f828"; }
.fa-faucet-drip::before {
content: "\e006"; }
.fa-cart-flatbed::before {
content: "\f474"; }
.fa-dolly-flatbed::before {
content: "\f474"; }
.fa-ban-smoking::before {
content: "\f54d"; }
.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 {
content: "\f291"; }
.fa-shopping-basket::before {
content: "\f291"; }
.fa-tape::before {
content: "\f4db"; }
.fa-bus-simple::before {
content: "\f55e"; }
.fa-bus-alt::before {
content: "\f55e"; }
.fa-eye::before {
content: "\f06e"; }
.fa-face-sad-cry::before {
content: "\f5b3"; }
.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::before {
content: "\f012"; }
.fa-signal-5::before {
content: "\f012"; }
.fa-signal-perfect::before {
content: "\f012"; }
.fa-bus::before {
content: "\f207"; }
.fa-heart-circle-xmark::before {
content: "\e501"; }
.fa-house-chimney::before {
content: "\e3af"; }
.fa-home-lg::before {
content: "\e3af"; }
.fa-window-maximize::before {
content: "\f2d0"; }
.fa-face-frown::before {
content: "\f119"; }
.fa-frown::before {
content: "\f119"; }
.fa-prescription::before {
content: "\f5b1"; }
.fa-shop::before {
content: "\f54f"; }
.fa-store-alt::before {
content: "\f54f"; }
.fa-floppy-disk::before {
content: "\f0c7"; }
.fa-save::before {
content: "\f0c7"; }
.fa-vihara::before {
content: "\f6a7"; }
.fa-scale-unbalanced::before {
content: "\f515"; }
.fa-balance-scale-left::before {
content: "\f515"; }
.fa-sort-up::before {
content: "\f0de"; }
.fa-sort-asc::before {
content: "\f0de"; }
.fa-comment-dots::before {
content: "\f4ad"; }
.fa-commenting::before {
content: "\f4ad"; }
.fa-plant-wilt::before {
content: "\e5aa"; }
.fa-diamond::before {
content: "\f219"; }
.fa-face-grin-squint::before {
content: "\f585"; }
.fa-grin-squint::before {
content: "\f585"; }
.fa-hand-holding-dollar::before {
content: "\f4c0"; }
.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 {
content: "\f684"; }
.fa-praying-hands::before {
content: "\f684"; }
.fa-arrow-rotate-right::before {
content: "\f01e"; }
.fa-arrow-right-rotate::before {
content: "\f01e"; }
.fa-arrow-rotate-forward::before {
content: "\f01e"; }
.fa-redo::before {
content: "\f01e"; }
.fa-biohazard::before {
content: "\f780"; }
.fa-location-crosshairs::before {
content: "\f601"; }
.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 {
content: "\f588"; }
.fa-grin-tears::before {
content: "\f588"; }
.fa-phone::before {
content: "\f095"; }
.fa-calendar-xmark::before {
content: "\f273"; }
.fa-calendar-times::before {
content: "\f273"; }
.fa-child-reaching::before {
content: "\e59d"; }
.fa-head-side-virus::before {
content: "\e064"; }
.fa-user-gear::before {
content: "\f4fe"; }
.fa-user-cog::before {
content: "\f4fe"; }
.fa-arrow-up-1-9::before {
content: "\f163"; }
.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-person-digging::before {
content: "\f85e"; }
.fa-digging::before {
content: "\f85e"; }
.fa-trash::before {
content: "\f1f8"; }
.fa-gauge-simple::before {
content: "\f629"; }
.fa-gauge-simple-med::before {
content: "\f629"; }
.fa-tachometer-average::before {
content: "\f629"; }
.fa-book-medical::before {
content: "\f7e6"; }
.fa-poo::before {
content: "\f2fe"; }
.fa-quote-right::before {
content: "\f10e"; }
.fa-quote-right-alt::before {
content: "\f10e"; }
.fa-shirt::before {
content: "\f553"; }
.fa-t-shirt::before {
content: "\f553"; }
.fa-tshirt::before {
content: "\f553"; }
.fa-cubes::before {
content: "\f1b3"; }
.fa-divide::before {
content: "\f529"; }
.fa-tenge-sign::before {
content: "\f7d7"; }
.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-up-right-from-square::before {
content: "\f35d"; }
.fa-external-link-alt::before {
content: "\f35d"; }
.fa-table-cells::before {
content: "\f00a"; }
.fa-th::before {
content: "\f00a"; }
.fa-file-pdf::before {
content: "\f1c1"; }
.fa-book-bible::before {
content: "\f647"; }
.fa-bible::before {
content: "\f647"; }
.fa-o::before {
content: "\4f"; }
.fa-suitcase-medical::before {
content: "\f0fa"; }
.fa-medkit::before {
content: "\f0fa"; }
.fa-user-secret::before {
content: "\f21b"; }
.fa-otter::before {
content: "\f700"; }
.fa-person-dress::before {
content: "\f182"; }
.fa-female::before {
content: "\f182"; }
.fa-comment-dollar::before {
content: "\f651"; }
.fa-business-time::before {
content: "\f64a"; }
.fa-briefcase-clock::before {
content: "\f64a"; }
.fa-table-cells-large::before {
content: "\f009"; }
.fa-th-large::before {
content: "\f009"; }
.fa-book-tanakh::before {
content: "\f827"; }
.fa-tanakh::before {
content: "\f827"; }
.fa-phone-volume::before {
content: "\f2a0"; }
.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-cake-candles::before {
content: "\f1fd"; }
.fa-birthday-cake::before {
content: "\f1fd"; }
.fa-cake::before {
content: "\f1fd"; }
.fa-envelope::before {
content: "\f0e0"; }
.fa-angles-up::before {
content: "\f102"; }
.fa-angle-double-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 {
content: "\f887"; }
.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::before {
content: "\f254"; }
.fa-hourglass-empty::before {
content: "\f254"; }
.fa-mountain::before {
content: "\f6fc"; }
.fa-user-doctor::before {
content: "\f0f0"; }
.fa-user-md::before {
content: "\f0f0"; }
.fa-circle-info::before {
content: "\f05a"; }
.fa-info-circle::before {
content: "\f05a"; }
.fa-cloud-meatball::before {
content: "\f73b"; }
.fa-camera::before {
content: "\f030"; }
.fa-camera-alt::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 {
content: "\f162"; }
.fa-sort-numeric-asc::before {
content: "\f162"; }
.fa-sort-numeric-down::before {
content: "\f162"; }
.fa-hand-holding-droplet::before {
content: "\f4c1"; }
.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-medical::before {
content: "\f486"; }
.fa-prescription-bottle-alt::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 {
content: "\f15d"; }
.fa-sort-alpha-asc::before {
content: "\f15d"; }
.fa-sort-alpha-down::before {
content: "\f15d"; }
.fa-money-bill-wheat::before {
content: "\e52a"; }
.fa-cookie::before {
content: "\f563"; }
.fa-arrow-rotate-left::before {
content: "\f0e2"; }
.fa-arrow-left-rotate::before {
content: "\f0e2"; }
.fa-arrow-rotate-back::before {
content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
content: "\f0e2"; }
.fa-undo::before {
content: "\f0e2"; }
.fa-hard-drive::before {
content: "\f0a0"; }
.fa-hdd::before {
content: "\f0a0"; }
.fa-face-grin-squint-tears::before {
content: "\f586"; }
.fa-grin-squint-tears::before {
content: "\f586"; }
.fa-dumbbell::before {
content: "\f44b"; }
.fa-rectangle-list::before {
content: "\f022"; }
.fa-list-alt::before {
content: "\f022"; }
.fa-tarp-droplet::before {
content: "\e57c"; }
.fa-house-medical-circle-check::before {
content: "\e511"; }
.fa-person-skiing-nordic::before {
content: "\f7ca"; }
.fa-skiing-nordic::before {
content: "\f7ca"; }
.fa-calendar-plus::before {
content: "\f271"; }
.fa-plane-arrival::before {
content: "\f5af"; }
.fa-circle-left::before {
content: "\f359"; }
.fa-arrow-alt-circle-left::before {
content: "\f359"; }
.fa-train-subway::before {
content: "\f239"; }
.fa-subway::before {
content: "\f239"; }
.fa-chart-gantt::before {
content: "\e0e4"; }
.fa-indian-rupee-sign::before {
content: "\e1bc"; }
.fa-indian-rupee::before {
content: "\e1bc"; }
.fa-inr::before {
content: "\e1bc"; }
.fa-crop-simple::before {
content: "\f565"; }
.fa-crop-alt::before {
content: "\f565"; }
.fa-money-bill-1::before {
content: "\f3d1"; }
.fa-money-bill-alt::before {
content: "\f3d1"; }
.fa-left-long::before {
content: "\f30a"; }
.fa-long-arrow-alt-left::before {
content: "\f30a"; }
.fa-dna::before {
content: "\f471"; }
.fa-virus-slash::before {
content: "\e075"; }
.fa-minus::before {
content: "\f068"; }
.fa-subtract::before {
content: "\f068"; }
.fa-chess::before {
content: "\f439"; }
.fa-arrow-left-long::before {
content: "\f177"; }
.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-hands-asl-interpreting::before {
content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-asl-interpreting::before {
content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-gear::before {
content: "\f013"; }
.fa-cog::before {
content: "\f013"; }
.fa-droplet-slash::before {
content: "\f5c7"; }
.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 {
content: "\f07a"; }
.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 {
content: "\f148"; }
.fa-level-up::before {
content: "\f148"; }
.fa-u::before {
content: "\55"; }
.fa-square-root-variable::before {
content: "\f698"; }
.fa-square-root-alt::before {
content: "\f698"; }
.fa-clock::before {
content: "\f017"; }
.fa-clock-four::before {
content: "\f017"; }
.fa-backward-step::before {
content: "\f048"; }
.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-house-chimney-medical::before {
content: "\f7f2"; }
.fa-clinic-medical::before {
content: "\f7f2"; }
.fa-temperature-three-quarters::before {
content: "\f2c8"; }
.fa-temperature-3::before {
content: "\f2c8"; }
.fa-thermometer-3::before {
content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
content: "\f2c8"; }
.fa-mobile-screen::before {
content: "\f3cf"; }
.fa-mobile-android-alt::before {
content: "\f3cf"; }
.fa-plane-up::before {
content: "\e22d"; }
.fa-piggy-bank::before {
content: "\f4d3"; }
.fa-battery-half::before {
content: "\f242"; }
.fa-battery-3::before {
content: "\f242"; }
.fa-mountain-city::before {
content: "\e52e"; }
.fa-coins::before {
content: "\f51e"; }
.fa-khanda::before {
content: "\f66d"; }
.fa-sliders::before {
content: "\f1de"; }
.fa-sliders-h::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-vertical::before {
content: "\f142"; }
.fa-ellipsis-v::before {
content: "\f142"; }
.fa-ticket::before {
content: "\f145"; }
.fa-power-off::before {
content: "\f011"; }
.fa-right-long::before {
content: "\f30b"; }
.fa-long-arrow-alt-right::before {
content: "\f30b"; }
.fa-flag-usa::before {
content: "\f74d"; }
.fa-laptop-file::before {
content: "\e51d"; }
.fa-tty::before {
content: "\f1e4"; }
.fa-teletype::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-person-hiking::before {
content: "\f6ec"; }
.fa-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 {
content: "\f7da"; }
.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 {
content: "\f580"; }
.fa-grin::before {
content: "\f580"; }
.fa-delete-left::before {
content: "\f55a"; }
.fa-backspace::before {
content: "\f55a"; }
.fa-eye-dropper::before {
content: "\f1fb"; }
.fa-eye-dropper-empty::before {
content: "\f1fb"; }
.fa-eyedropper::before {
content: "\f1fb"; }
.fa-file-circle-check::before {
content: "\e5a0"; }
.fa-forward::before {
content: "\f04e"; }
.fa-mobile::before {
content: "\f3ce"; }
.fa-mobile-android::before {
content: "\f3ce"; }
.fa-mobile-phone::before {
content: "\f3ce"; }
.fa-face-meh::before {
content: "\f11a"; }
.fa-meh::before {
content: "\f11a"; }
.fa-align-center::before {
content: "\f037"; }
.fa-book-skull::before {
content: "\f6b7"; }
.fa-book-dead::before {
content: "\f6b7"; }
.fa-id-card::before {
content: "\f2c2"; }
.fa-drivers-license::before {
content: "\f2c2"; }
.fa-outdent::before {
content: "\f03b"; }
.fa-dedent::before {
content: "\f03b"; }
.fa-heart-circle-exclamation::before {
content: "\e4fe"; }
.fa-house::before {
content: "\f015"; }
.fa-home::before {
content: "\f015"; }
.fa-home-alt::before {
content: "\f015"; }
.fa-home-lg-alt::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 {
content: "\f0ec"; }
.fa-exchange::before {
content: "\f0ec"; }
.fa-rotate-right::before {
content: "\f2f9"; }
.fa-redo-alt::before {
content: "\f2f9"; }
.fa-rotate-forward::before {
content: "\f2f9"; }
.fa-utensils::before {
content: "\f2e7"; }
.fa-cutlery::before {
content: "\f2e7"; }
.fa-arrow-up-wide-short::before {
content: "\f161"; }
.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-tower-broadcast::before {
content: "\f519"; }
.fa-broadcast-tower::before {
content: "\f519"; }
.fa-truck-pickup::before {
content: "\f63c"; }
.fa-up-long::before {
content: "\f30c"; }
.fa-long-arrow-alt-up::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 {
content: "\f56d"; }
.fa-file-download::before {
content: "\f56d"; }
.fa-caravan::before {
content: "\f8ff"; }
.fa-shield-cat::before {
content: "\e572"; }
.fa-bolt::before {
content: "\f0e7"; }
.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-yen-sign::before {
content: "\f157"; }
.fa-cny::before {
content: "\f157"; }
.fa-jpy::before {
content: "\f157"; }
.fa-rmb::before {
content: "\f157"; }
.fa-yen::before {
content: "\f157"; }
.fa-ruble-sign::before {
content: "\f158"; }
.fa-rouble::before {
content: "\f158"; }
.fa-rub::before {
content: "\f158"; }
.fa-ruble::before {
content: "\f158"; }
.fa-sun::before {
content: "\f185"; }
.fa-guitar::before {
content: "\f7a6"; }
.fa-face-laugh-wink::before {
content: "\f59c"; }
.fa-laugh-wink::before {
content: "\f59c"; }
.fa-horse-head::before {
content: "\f7ab"; }
.fa-bore-hole::before {
content: "\e4c3"; }
.fa-industry::before {
content: "\f275"; }
.fa-circle-down::before {
content: "\f358"; }
.fa-arrow-alt-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 {
content: "\f884"; }
.fa-sort-amount-desc::before {
content: "\f884"; }
.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 {
content: "\f178"; }
.fa-long-arrow-right::before {
content: "\f178"; }
.fa-anchor-circle-xmark::before {
content: "\e4ac"; }
.fa-ellipsis::before {
content: "\f141"; }
.fa-ellipsis-h::before {
content: "\f141"; }
.fa-chess-pawn::before {
content: "\f443"; }
.fa-kit-medical::before {
content: "\f479"; }
.fa-first-aid::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::before {
content: "\f09d"; }
.fa-credit-card-alt::before {
content: "\f09d"; }
.fa-car::before {
content: "\f1b9"; }
.fa-automobile::before {
content: "\f1b9"; }
.fa-hand-holding-hand::before {
content: "\e4f7"; }
.fa-book-open-reader::before {
content: "\f5da"; }
.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 {
content: "\e040"; }
.fa-temperature-up::before {
content: "\e040"; }
.fa-medal::before {
content: "\f5a2"; }
.fa-bed::before {
content: "\f236"; }
.fa-square-h::before {
content: "\f0fd"; }
.fa-h-square::before {
content: "\f0fd"; }
.fa-podcast::before {
content: "\f2ce"; }
.fa-temperature-full::before {
content: "\f2c7"; }
.fa-temperature-4::before {
content: "\f2c7"; }
.fa-thermometer-4::before {
content: "\f2c7"; }
.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-handshake-angle::before {
content: "\f4c4"; }
.fa-hands-helping::before {
content: "\f4c4"; }
.fa-location-dot::before {
content: "\f3c5"; }
.fa-map-marker-alt::before {
content: "\f3c5"; }
.fa-file::before {
content: "\f15b"; }
.fa-greater-than::before {
content: "\3e"; }
.fa-person-swimming::before {
content: "\f5c4"; }
.fa-swimmer::before {
content: "\f5c4"; }
.fa-arrow-down::before {
content: "\f063"; }
.fa-droplet::before {
content: "\f043"; }
.fa-tint::before {
content: "\f043"; }
.fa-eraser::before {
content: "\f12d"; }
.fa-earth-americas::before {
content: "\f57d"; }
.fa-earth::before {
content: "\f57d"; }
.fa-earth-america::before {
content: "\f57d"; }
.fa-globe-americas::before {
content: "\f57d"; }
.fa-person-burst::before {
content: "\e53b"; }
.fa-dove::before {
content: "\f4ba"; }
.fa-battery-empty::before {
content: "\f244"; }
.fa-battery-0::before {
content: "\f244"; }
.fa-socks::before {
content: "\f696"; }
.fa-inbox::before {
content: "\f01c"; }
.fa-section::before {
content: "\e447"; }
.fa-gauge-high::before {
content: "\f625"; }
.fa-tachometer-alt::before {
content: "\f625"; }
.fa-tachometer-alt-fast::before {
content: "\f625"; }
.fa-envelope-open-text::before {
content: "\f658"; }
.fa-hospital::before {
content: "\f0f8"; }
.fa-hospital-alt::before {
content: "\f0f8"; }
.fa-hospital-wide::before {
content: "\f0f8"; }
.fa-wine-bottle::before {
content: "\f72f"; }
.fa-chess-rook::before {
content: "\f447"; }
.fa-bars-staggered::before {
content: "\f550"; }
.fa-reorder::before {
content: "\f550"; }
.fa-stream::before {
content: "\f550"; }
.fa-dharmachakra::before {
content: "\f655"; }
.fa-hotdog::before {
content: "\f80f"; }
.fa-person-walking-with-cane::before {
content: "\f29d"; }
.fa-blind::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 {
content: "\f772"; }
.fa-vote-yea::before {
content: "\f772"; }
.fa-star-half::before {
content: "\f089"; }
.fa-boxes-stacked::before {
content: "\f468"; }
.fa-boxes::before {
content: "\f468"; }
.fa-boxes-alt::before {
content: "\f468"; }
.fa-link::before {
content: "\f0c1"; }
.fa-chain::before {
content: "\f0c1"; }
.fa-ear-listen::before {
content: "\f2a2"; }
.fa-assistive-listening-systems::before {
content: "\f2a2"; }
.fa-tree-city::before {
content: "\e587"; }
.fa-play::before {
content: "\f04b"; }
.fa-font::before {
content: "\f031"; }
.fa-table-cells-row-lock::before {
content: "\e67a"; }
.fa-rupiah-sign::before {
content: "\e23d"; }
.fa-magnifying-glass::before {
content: "\f002"; }
.fa-search::before {
content: "\f002"; }
.fa-table-tennis-paddle-ball::before {
content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
content: "\f45d"; }
.fa-table-tennis::before {
content: "\f45d"; }
.fa-person-dots-from-line::before {
content: "\f470"; }
.fa-diagnoses::before {
content: "\f470"; }
.fa-trash-can-arrow-up::before {
content: "\f82a"; }
.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-pen::before {
content: "\f31c"; }
.fa-file-edit::before {
content: "\f31c"; }
.fa-receipt::before {
content: "\f543"; }
.fa-square-pen::before {
content: "\f14b"; }
.fa-pen-square::before {
content: "\f14b"; }
.fa-pencil-square::before {
content: "\f14b"; }
.fa-suitcase-rolling::before {
content: "\f5c1"; }
.fa-person-circle-exclamation::before {
content: "\e53f"; }
.fa-chevron-down::before {
content: "\f078"; }
.fa-battery-full::before {
content: "\f240"; }
.fa-battery::before {
content: "\f240"; }
.fa-battery-5::before {
content: "\f240"; }
.fa-skull-crossbones::before {
content: "\f714"; }
.fa-code-compare::before {
content: "\e13a"; }
.fa-list-ul::before {
content: "\f0ca"; }
.fa-list-dots::before {
content: "\f0ca"; }
.fa-school-lock::before {
content: "\e56f"; }
.fa-tower-cell::before {
content: "\e585"; }
.fa-down-long::before {
content: "\f309"; }
.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-dome::before {
content: "\f752"; }
.fa-landmark-alt::before {
content: "\f752"; }
.fa-arrow-up::before {
content: "\f062"; }
.fa-tv::before {
content: "\f26c"; }
.fa-television::before {
content: "\f26c"; }
.fa-tv-alt::before {
content: "\f26c"; }
.fa-shrimp::before {
content: "\e448"; }
.fa-list-check::before {
content: "\f0ae"; }
.fa-tasks::before {
content: "\f0ae"; }
.fa-jug-detergent::before {
content: "\e519"; }
.fa-circle-user::before {
content: "\f2bd"; }
.fa-user-circle::before {
content: "\f2bd"; }
.fa-user-shield::before {
content: "\f505"; }
.fa-wind::before {
content: "\f72e"; }
.fa-car-burst::before {
content: "\f5e1"; }
.fa-car-crash::before {
content: "\f5e1"; }
.fa-y::before {
content: "\59"; }
.fa-person-snowboarding::before {
content: "\f7ce"; }
.fa-snowboarding::before {
content: "\f7ce"; }
.fa-truck-fast::before {
content: "\f48b"; }
.fa-shipping-fast::before {
content: "\f48b"; }
.fa-fish::before {
content: "\f578"; }
.fa-user-graduate::before {
content: "\f501"; }
.fa-circle-half-stroke::before {
content: "\f042"; }
.fa-adjust::before {
content: "\f042"; }
.fa-clapperboard::before {
content: "\e131"; }
.fa-circle-radiation::before {
content: "\f7ba"; }
.fa-radiation-alt::before {
content: "\f7ba"; }
.fa-baseball::before {
content: "\f433"; }
.fa-baseball-ball::before {
content: "\f433"; }
.fa-jet-fighter-up::before {
content: "\e518"; }
.fa-diagram-project::before {
content: "\f542"; }
.fa-project-diagram::before {
content: "\f542"; }
.fa-copy::before {
content: "\f0c5"; }
.fa-volume-xmark::before {
content: "\f6a9"; }
.fa-volume-mute::before {
content: "\f6a9"; }
.fa-volume-times::before {
content: "\f6a9"; }
.fa-hand-sparkles::before {
content: "\e05d"; }
.fa-grip::before {
content: "\f58d"; }
.fa-grip-horizontal::before {
content: "\f58d"; }
.fa-share-from-square::before {
content: "\f14d"; }
.fa-share-square::before {
content: "\f14d"; }
.fa-child-combatant::before {
content: "\e4e0"; }
.fa-child-rifle::before {
content: "\e4e0"; }
.fa-gun::before {
content: "\e19b"; }
.fa-square-phone::before {
content: "\f098"; }
.fa-phone-square::before {
content: "\f098"; }
.fa-plus::before {
content: "\2b"; }
.fa-add::before {
content: "\2b"; }
.fa-expand::before {
content: "\f065"; }
.fa-computer::before {
content: "\e4e5"; }
.fa-xmark::before {
content: "\f00d"; }
.fa-close::before {
content: "\f00d"; }
.fa-multiply::before {
content: "\f00d"; }
.fa-remove::before {
content: "\f00d"; }
.fa-times::before {
content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
content: "\f047"; }
.fa-arrows::before {
content: "\f047"; }
.fa-chalkboard-user::before {
content: "\f51c"; }
.fa-chalkboard-teacher::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::before {
content: "\f10d"; }
.fa-quote-left-alt::before {
content: "\f10d"; }
.fa-tractor::before {
content: "\f722"; }
.fa-trash-arrow-up::before {
content: "\f829"; }
.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-shekel-sign::before {
content: "\f20b"; }
.fa-ils::before {
content: "\f20b"; }
.fa-shekel::before {
content: "\f20b"; }
.fa-sheqel::before {
content: "\f20b"; }
.fa-sheqel-sign::before {
content: "\f20b"; }
.fa-map::before {
content: "\f279"; }
.fa-rocket::before {
content: "\f135"; }
.fa-photo-film::before {
content: "\f87c"; }
.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 {
content: "\f4d9"; }
.fa-sign::before {
content: "\f4d9"; }
.fa-bezier-curve::before {
content: "\f55b"; }
.fa-bell-slash::before {
content: "\f1f6"; }
.fa-tablet::before {
content: "\f3fb"; }
.fa-tablet-android::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-rear::before {
content: "\f5de"; }
.fa-car-alt::before {
content: "\f5de"; }
.fa-pump-soap::before {
content: "\e06b"; }
.fa-video-slash::before {
content: "\f4e2"; }
.fa-battery-quarter::before {
content: "\f243"; }
.fa-battery-2::before {
content: "\f243"; }
.fa-radio::before {
content: "\f8d7"; }
.fa-baby-carriage::before {
content: "\f77d"; }
.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 {
content: "\25"; }
.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 {
content: "\f118"; }
.fa-smile::before {
content: "\f118"; }
.fa-thumbtack::before {
content: "\f08d"; }
.fa-thumb-tack::before {
content: "\f08d"; }
.fa-trophy::before {
content: "\f091"; }
.fa-person-praying::before {
content: "\f683"; }
.fa-pray::before {
content: "\f683"; }
.fa-hammer::before {
content: "\f6e3"; }
.fa-hand-peace::before {
content: "\f25b"; }
.fa-rotate::before {
content: "\f2f1"; }
.fa-sync-alt::before {
content: "\f2f1"; }
.fa-spinner::before {
content: "\f110"; }
.fa-robot::before {
content: "\f544"; }
.fa-peace::before {
content: "\f67c"; }
.fa-gears::before {
content: "\f085"; }
.fa-cogs::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 {
content: "\f584"; }
.fa-grin-hearts::before {
content: "\f584"; }
.fa-dice-four::before {
content: "\f524"; }
.fa-sim-card::before {
content: "\f7c4"; }
.fa-transgender::before {
content: "\f225"; }
.fa-transgender-alt::before {
content: "\f225"; }
.fa-mercury::before {
content: "\f223"; }
.fa-arrow-turn-down::before {
content: "\f149"; }
.fa-level-down::before {
content: "\f149"; }
.fa-person-falling-burst::before {
content: "\e547"; }
.fa-award::before {
content: "\f559"; }
.fa-ticket-simple::before {
content: "\f3ff"; }
.fa-ticket-alt::before {
content: "\f3ff"; }
.fa-building::before {
content: "\f1ad"; }
.fa-angles-left::before {
content: "\f100"; }
.fa-angle-double-left::before {
content: "\f100"; }
.fa-qrcode::before {
content: "\f029"; }
.fa-clock-rotate-left::before {
content: "\f1da"; }
.fa-history::before {
content: "\f1da"; }
.fa-face-grin-beam-sweat::before {
content: "\f583"; }
.fa-grin-beam-sweat::before {
content: "\f583"; }
.fa-file-export::before {
content: "\f56e"; }
.fa-arrow-right-from-file::before {
content: "\f56e"; }
.fa-shield::before {
content: "\f132"; }
.fa-shield-blank::before {
content: "\f132"; }
.fa-arrow-up-short-wide::before {
content: "\f885"; }
.fa-sort-amount-up-alt::before {
content: "\f885"; }
.fa-house-medical::before {
content: "\e3b2"; }
.fa-golf-ball-tee::before {
content: "\f450"; }
.fa-golf-ball::before {
content: "\f450"; }
.fa-circle-chevron-left::before {
content: "\f137"; }
.fa-chevron-circle-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-wand-magic::before {
content: "\f0d0"; }
.fa-magic::before {
content: "\f0d0"; }
.fa-dog::before {
content: "\f6d3"; }
.fa-carrot::before {
content: "\f787"; }
.fa-moon::before {
content: "\f186"; }
.fa-wine-glass-empty::before {
content: "\f5ce"; }
.fa-wine-glass-alt::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-person-biking::before {
content: "\f84a"; }
.fa-biking::before {
content: "\f84a"; }
.fa-broom::before {
content: "\f51a"; }
.fa-shield-heart::before {
content: "\e574"; }
.fa-gopuram::before {
content: "\f664"; }
.fa-earth-oceania::before {
content: "\e47b"; }
.fa-globe-oceania::before {
content: "\e47b"; }
.fa-square-xmark::before {
content: "\f2d3"; }
.fa-times-square::before {
content: "\f2d3"; }
.fa-xmark-square::before {
content: "\f2d3"; }
.fa-hashtag::before {
content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
content: "\f424"; }
.fa-expand-alt::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-up-down::before {
content: "\f338"; }
.fa-arrows-alt-v::before {
content: "\f338"; }
.fa-cloud-moon-rain::before {
content: "\f73c"; }
.fa-calendar::before {
content: "\f133"; }
.fa-trailer::before {
content: "\e041"; }
.fa-bahai::before {
content: "\f666"; }
.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 {
content: "\f055"; }
.fa-plus-circle::before {
content: "\f055"; }
.fa-face-grin-tongue-wink::before {
content: "\f58b"; }
.fa-grin-tongue-wink::before {
content: "\f58b"; }
.fa-hand-holding::before {
content: "\f4bd"; }
.fa-plug-circle-exclamation::before {
content: "\e55d"; }
.fa-link-slash::before {
content: "\f127"; }
.fa-chain-broken::before {
content: "\f127"; }
.fa-chain-slash::before {
content: "\f127"; }
.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 {
content: "\f882"; }
.fa-sort-alpha-up-alt::before {
content: "\f882"; }
.fa-fire-flame-curved::before {
content: "\f7e4"; }
.fa-fire-alt::before {
content: "\f7e4"; }
.fa-tornado::before {
content: "\f76f"; }
.fa-file-circle-plus::before {
content: "\e494"; }
.fa-book-quran::before {
content: "\f687"; }
.fa-quran::before {
content: "\f687"; }
.fa-anchor::before {
content: "\f13d"; }
.fa-border-all::before {
content: "\f84c"; }
.fa-face-angry::before {
content: "\f556"; }
.fa-angry::before {
content: "\f556"; }
.fa-cookie-bite::before {
content: "\f564"; }
.fa-arrow-trend-down::before {
content: "\e097"; }
.fa-rss::before {
content: "\f09e"; }
.fa-feed::before {
content: "\f09e"; }
.fa-draw-polygon::before {
content: "\f5ee"; }
.fa-scale-balanced::before {
content: "\f24e"; }
.fa-balance-scale::before {
content: "\f24e"; }
.fa-gauge-simple-high::before {
content: "\f62a"; }
.fa-tachometer::before {
content: "\f62a"; }
.fa-tachometer-fast::before {
content: "\f62a"; }
.fa-shower::before {
content: "\f2cc"; }
.fa-desktop::before {
content: "\f390"; }
.fa-desktop-alt::before {
content: "\f390"; }
.fa-m::before {
content: "\4d"; }
.fa-table-list::before {
content: "\f00b"; }
.fa-th-list::before {
content: "\f00b"; }
.fa-comment-sms::before {
content: "\f7cd"; }
.fa-sms::before {
content: "\f7cd"; }
.fa-book::before {
content: "\f02d"; }
.fa-user-plus::before {
content: "\f234"; }
.fa-check::before {
content: "\f00c"; }
.fa-battery-three-quarters::before {
content: "\f241"; }
.fa-battery-4::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-hand-fist::before {
content: "\f6de"; }
.fa-fist-raised::before {
content: "\f6de"; }
.fa-cloud-moon::before {
content: "\f6c3"; }
.fa-briefcase::before {
content: "\f0b1"; }
.fa-person-falling::before {
content: "\e546"; }
.fa-image-portrait::before {
content: "\f3e0"; }
.fa-portrait::before {
content: "\f3e0"; }
.fa-user-tag::before {
content: "\f507"; }
.fa-rug::before {
content: "\e569"; }
.fa-earth-europe::before {
content: "\f7a2"; }
.fa-globe-europe::before {
content: "\f7a2"; }
.fa-cart-flatbed-suitcase::before {
content: "\f59d"; }
.fa-luggage-cart::before {
content: "\f59d"; }
.fa-rectangle-xmark::before {
content: "\f410"; }
.fa-rectangle-times::before {
content: "\f410"; }
.fa-times-rectangle::before {
content: "\f410"; }
.fa-window-close::before {
content: "\f410"; }
.fa-baht-sign::before {
content: "\e0ac"; }
.fa-book-open::before {
content: "\f518"; }
.fa-book-journal-whills::before {
content: "\f66a"; }
.fa-journal-whills::before {
content: "\f66a"; }
.fa-handcuffs::before {
content: "\e4f8"; }
.fa-triangle-exclamation::before {
content: "\f071"; }
.fa-exclamation-triangle::before {
content: "\f071"; }
.fa-warning::before {
content: "\f071"; }
.fa-database::before {
content: "\f1c0"; }
.fa-share::before {
content: "\f064"; }
.fa-mail-forward::before {
content: "\f064"; }
.fa-bottle-droplet::before {
content: "\e4c4"; }
.fa-mask-face::before {
content: "\e1d7"; }
.fa-hill-rockslide::before {
content: "\e508"; }
.fa-right-left::before {
content: "\f362"; }
.fa-exchange-alt::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 {
content: "\f53b"; }
.fa-money-bill-wave-alt::before {
content: "\f53b"; }
.fa-life-ring::before {
content: "\f1cd"; }
.fa-hands::before {
content: "\f2a7"; }
.fa-sign-language::before {
content: "\f2a7"; }
.fa-signing::before {
content: "\f2a7"; }
.fa-calendar-day::before {
content: "\f783"; }
.fa-water-ladder::before {
content: "\f5c5"; }
.fa-ladder-water::before {
content: "\f5c5"; }
.fa-swimming-pool::before {
content: "\f5c5"; }
.fa-arrows-up-down::before {
content: "\f07d"; }
.fa-arrows-v::before {
content: "\f07d"; }
.fa-face-grimace::before {
content: "\f57f"; }
.fa-grimace::before {
content: "\f57f"; }
.fa-wheelchair-move::before {
content: "\e2ce"; }
.fa-wheelchair-alt::before {
content: "\e2ce"; }
.fa-turn-down::before {
content: "\f3be"; }
.fa-level-down-alt::before {
content: "\f3be"; }
.fa-person-walking-arrow-right::before {
content: "\e552"; }
.fa-square-envelope::before {
content: "\f199"; }
.fa-envelope-square::before {
content: "\f199"; }
.fa-dice::before {
content: "\f522"; }
.fa-bowling-ball::before {
content: "\f436"; }
.fa-brain::before {
content: "\f5dc"; }
.fa-bandage::before {
content: "\f462"; }
.fa-band-aid::before {
content: "\f462"; }
.fa-calendar-minus::before {
content: "\f272"; }
.fa-circle-xmark::before {
content: "\f057"; }
.fa-times-circle::before {
content: "\f057"; }
.fa-xmark-circle::before {
content: "\f057"; }
.fa-gifts::before {
content: "\f79c"; }
.fa-hotel::before {
content: "\f594"; }
.fa-earth-asia::before {
content: "\f57e"; }
.fa-globe-asia::before {
content: "\f57e"; }
.fa-id-card-clip::before {
content: "\f47f"; }
.fa-id-card-alt::before {
content: "\f47f"; }
.fa-magnifying-glass-plus::before {
content: "\f00e"; }
.fa-search-plus::before {
content: "\f00e"; }
.fa-thumbs-up::before {
content: "\f164"; }
.fa-user-clock::before {
content: "\f4fd"; }
.fa-hand-dots::before {
content: "\f461"; }
.fa-allergies::before {
content: "\f461"; }
.fa-file-invoice::before {
content: "\f570"; }
.fa-window-minimize::before {
content: "\f2d1"; }
.fa-mug-saucer::before {
content: "\f0f4"; }
.fa-coffee::before {
content: "\f0f4"; }
.fa-brush::before {
content: "\f55d"; }
.fa-mask::before {
content: "\f6fa"; }
.fa-magnifying-glass-minus::before {
content: "\f010"; }
.fa-search-minus::before {
content: "\f010"; }
.fa-ruler-vertical::before {
content: "\f548"; }
.fa-user-large::before {
content: "\f406"; }
.fa-user-alt::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 {
content: "\f249"; }
.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-table-cells-row-unlock::before {
content: "\e691"; }
.fa-user-injured::before {
content: "\f728"; }
.fa-face-sad-tear::before {
content: "\f5b4"; }
.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-turkish-lira-sign::before {
content: "\e2bb"; }
.fa-try::before {
content: "\e2bb"; }
.fa-turkish-lira::before {
content: "\e2bb"; }
.fa-dollar-sign::before {
content: "\24"; }
.fa-dollar::before {
content: "\24"; }
.fa-usd::before {
content: "\24"; }
.fa-x::before {
content: "\58"; }
.fa-magnifying-glass-dollar::before {
content: "\f688"; }
.fa-search-dollar::before {
content: "\f688"; }
.fa-users-gear::before {
content: "\f509"; }
.fa-users-cog::before {
content: "\f509"; }
.fa-person-military-pointing::before {
content: "\e54a"; }
.fa-building-columns::before {
content: "\f19c"; }
.fa-bank::before {
content: "\f19c"; }
.fa-institution::before {
content: "\f19c"; }
.fa-museum::before {
content: "\f19c"; }
.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 {
content: "\f630"; }
.fa-theater-masks::before {
content: "\f630"; }
.fa-kip-sign::before {
content: "\e1c4"; }
.fa-hand-point-left::before {
content: "\f0a5"; }
.fa-handshake-simple::before {
content: "\f4c6"; }
.fa-handshake-alt::before {
content: "\f4c6"; }
.fa-jet-fighter::before {
content: "\f0fb"; }
.fa-fighter-jet::before {
content: "\f0fb"; }
.fa-square-share-nodes::before {
content: "\f1e1"; }
.fa-share-alt-square::before {
content: "\f1e1"; }
.fa-barcode::before {
content: "\f02a"; }
.fa-plus-minus::before {
content: "\e43c"; }
.fa-video::before {
content: "\f03d"; }
.fa-video-camera::before {
content: "\f03d"; }
.fa-graduation-cap::before {
content: "\f19d"; }
.fa-mortar-board::before {
content: "\f19d"; }
.fa-hand-holding-medical::before {
content: "\e05c"; }
.fa-person-circle-check::before {
content: "\e53e"; }
.fa-turn-up::before {
content: "\f3bf"; }
.fa-level-up-alt::before {
content: "\f3bf"; }
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-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; }
:root, :host {
--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(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-brands-400.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
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-square-js:before {
content: "\f3b9"; }
.fa-js-square: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-jxl:before {
content: "\e67b"; }
.fa-dart-lang:before {
content: "\e693"; }
.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-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square: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-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-edge:before {
content: "\f282"; }
.fa-threads:before {
content: "\e618"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square: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-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt: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 {
content: "\f2aa"; }
.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-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square: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 {
content: "\f081"; }
.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-square-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 {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact: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 {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-500px:before {
content: "\f26e"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full: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-square-github:before {
content: "\f092"; }
.fa-github-square: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-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square: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-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square: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-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square: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-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-web-awesome:before {
content: "\e682"; }
.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 {
content: "\f169"; }
.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 {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-elementor:before {
content: "\f430"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square: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-square-web-awesome-stroke:before {
content: "\e684"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square: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-flutter:before {
content: "\e694"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-mixer:before {
content: "\e056"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square: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-square-upwork:before {
content: "\e67c"; }
.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-square-web-awesome:before {
content: "\e683"; }
.fa-sass:before {
content: "\f41e"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.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-bluesky:before {
content: "\e671"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-rust:before {
content: "\e07a"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square: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-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-tumblr:before {
content: "\f174"; }
.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:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-odysee:before {
content: "\e5c6"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash: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:before {
content: "\f23a"; }
.fa-medium-m: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"; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--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(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-regular-400.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-weight: 400; }
:root, :host {
--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(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-solid-900.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-weight: 900; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-brands-400.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-solid-900.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-regular-400.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-solid-900.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-brands-400.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-regular-400.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/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(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/webfonts/fa-v4compatibility.woff2) format("woff2"), url(//kingstonepharms.com/wp-content/plugins/video-wc-gallery/includes/fontawesome_v6-6-0/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; }

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
text-align: center;
}
@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
font-weight: normal;
font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
content: "\f101";
}
.vjs-icon-play-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play-circle:before {
content: "\f102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
content: "\f103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
content: "\f104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
content: "\f105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
content: "\f106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
content: "\f107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f109";
}
.vjs-icon-square {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-square:before {
content: "\f10a";
}
.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-spinner:before {
content: "\f10b";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
content: "\f10c";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
content: "\f10d";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
content: "\f10e";
}
.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-share:before {
content: "\f10f";
}
.vjs-icon-cog {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cog:before {
content: "\f110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
content: "\f111";
}
.vjs-icon-circle-outline {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-outline:before {
content: "\f112";
}
.vjs-icon-circle-inner-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
content: "\f113";
}
.vjs-icon-hd {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-hd:before {
content: "\f114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
content: "\f115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
content: "\f116";
}
.vjs-icon-facebook {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-facebook:before {
content: "\f117";
}
.vjs-icon-gplus {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-gplus:before {
content: "\f118";
}
.vjs-icon-linkedin {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-linkedin:before {
content: "\f119";
}
.vjs-icon-twitter {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-twitter:before {
content: "\f11a";
}
.vjs-icon-tumblr {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-tumblr:before {
content: "\f11b";
}
.vjs-icon-pinterest {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pinterest:before {
content: "\f11c";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
content: "\f11d";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
content: "\f11e";
}
.vjs-icon-next-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-next-item:before {
content: "\f11f";
}
.vjs-icon-previous-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-previous-item:before {
content: "\f120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f122";
}
.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
background-color: #000;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
word-break: initial;
}
.video-js:-moz-full-screen {
position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js[tabindex="-1"] {
outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
box-sizing: inherit;
}
.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
width: 100%;
max-width: 100%;
height: 0;
}
.video-js.vjs-16-9 {
padding-top: 56.25%;
}
.video-js.vjs-4-3 {
padding-top: 75%;
}
.video-js.vjs-9-16 {
padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
padding-top: 100%;
}
.video-js.vjs-fill {
width: 100%;
height: 100%;
}
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
.vjs-hidden {
display: none !important;
}
.vjs-disabled {
opacity: 0.5;
cursor: default;
}
.video-js .vjs-offscreen {
height: 1px;
left: -9999px;
position: absolute;
top: 0;
width: 1px;
}
.vjs-lock-showing {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
.vjs-no-js {
padding: 20px;
color: #fff;
background-color: #000;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #66A8CC;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.63332em;
width: 3em;
display: block;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
border-radius: 0.3em;
transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -0.81666em;
margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}
.video-js button {
background: none;
border: none;
color: inherit;
display: inline-block;
font-size: inherit;
line-height: inherit;
text-transform: none;
text-decoration: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.vjs-control .vjs-button {
width: 100%;
height: 100%;
}
.video-js .vjs-control.vjs-close-button {
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}
.video-js .vjs-modal-dialog {
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
overflow: auto;
}
.video-js .vjs-modal-dialog > * {
box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
font-size: 1.2em;
line-height: 1.5;
padding: 20px 24px;
z-index: 1;
}
.vjs-menu-button {
cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}
.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
display: none;
}
.vjs-menu li {
list-style: none;
margin: 0;
padding: 0.2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
background: none;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0em;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
display: block;
}
.video-js .vjs-menu-button-inline {
transition: all 0.4s;
overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 4em;
top: 0;
padding: 0;
margin: 0;
transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
display: block;
opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}
.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
pointer-events: none;
transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}
.video-js .vjs-control {
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
font-size: 1.8em;
line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
display: none;
}
.video-js .vjs-progress-control {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
min-width: 4em;
touch-action: none;
}
.video-js .vjs-progress-control.disabled {
cursor: default;
}
.vjs-live .vjs-progress-control {
display: none;
}
.vjs-liveui .vjs-progress-control {
display: flex;
align-items: center;
}
.vjs-no-flex .vjs-progress-control {
width: auto;
}
.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
width: 0;
}
.video-js .vjs-play-progress {
background-color: #fff;
}
.video-js .vjs-play-progress:before {
font-size: 0.9em;
position: absolute;
right: -0.5em;
top: -0.3333333333em;
z-index: 1;
}
.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
display: block;
font-size: 0.6em;
visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
position: relative;
cursor: pointer;
padding: 0;
margin: 0 0.45em 0 0.45em; -webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
cursor: default;
}
.video-js .vjs-slider:focus {
text-shadow: 0em 0em 1em white;
box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-volume-control {
cursor: pointer;
margin-right: 1em;
display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
visibility: visible;
opacity: 0;
width: 1px;
height: 1px;
margin-left: -1px;
}
.video-js .vjs-volume-panel {
transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
visibility: visible;
opacity: 1;
position: relative;
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
width: 5em;
height: 3em;
margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
left: -3.5em;
transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: 10em;
transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
height: 8em;
width: 3em;
left: -3000em;
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
height: 3em;
visibility: visible;
opacity: 1;
position: relative;
transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
position: absolute;
bottom: 3em;
left: 0.5em;
}
.video-js .vjs-volume-panel {
display: flex;
}
.video-js .vjs-volume-bar {
margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
width: 0.3em;
height: 5em;
margin: 1.35em auto;
}
.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}
.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
top: -0.3em;
right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%;
}
.video-js .vjs-volume-vertical {
width: 3em;
height: 8em;
bottom: 8em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
left: -2em;
}
.video-js .vjs-volume-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
display: block;
font-size: 1em;
visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
left: 1em;
top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
display: none;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
width: 1px;
height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.vjs-has-started .vjs-poster {
display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
.vjs-using-native-controls .vjs-poster {
display: none;
}
.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
flex: auto;
font-size: 1em;
line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
}
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
flex: none;
display: inline-flex;
height: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 1em;
line-height: 3em;
width: auto;
min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
margin-right: 0.5em;
color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 3em;
min-width: 2em;
width: auto;
padding-left: 1em;
padding-right: 1em;
}
.vjs-live .vjs-time-control {
display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
display: none;
}
.vjs-time-divider {
display: none;
line-height: 3em;
}
.vjs-live .vjs-time-divider {
display: none;
}
.video-js .vjs-play-control {
cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
flex: none;
}
.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}
.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
}
.vjs-subtitles {
color: #fff;
}
.vjs-captions {
color: #fc6;
}
.vjs-tt-cue {
display: block;
}
video::-webkit-media-text-track-display {
transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-fullscreen-control {
cursor: pointer;
flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
pointer-events: none;
font-size: 1.5em;
line-height: 2;
text-align: center;
}
.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
font-size: 1.4em;
text-align: center;
}
.vjs-error .vjs-error-display:before {
color: #fff;
content: "X";
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: transparent;
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
border-top-color: white;
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@-webkit-keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
@-webkit-keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
.vjs-chapters-button .vjs-menu ul {
width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: "";
font-size: 1.5em;
line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " ";
font-size: 1.5em;
line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-volume-control {
display: none !important;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: auto;
width: initial;
}
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js.vjs-layout-tiny .vjs-subs-caps-button {
display: none;
}
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js.vjs-layout-tiny .vjs-custom-control-spacer {
flex: auto;
display: block;
}
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
text-align: right;
vertical-align: bottom;
}
@supports (display: grid) {
.vjs-text-track-settings .vjs-modal-dialog-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
padding: 20px 24px 0px 24px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-bottom: 20px;
}
.vjs-text-track-settings .vjs-track-settings-controls {
grid-column: 1/-1;
}
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
grid-template-columns: 1fr;
}
}
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
margin: 5px;
padding: 3px;
border: none;
}
.vjs-text-track-settings fieldset span {
display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
max-width: 7.3em;
}
.vjs-text-track-settings legend {
color: #fff;
margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
display: block;
margin: 0 0 5px 0;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
outline-style: solid;
outline-width: medium;
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
background-color: #fff;
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
color: #2B333F;
cursor: pointer;
border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-right: 1em;
}
@media print {
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
visibility: hidden;
}
}
.vjs-resize-manager {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
}
.video-js *:focus:not(:focus-visible) {
outline: none;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//kingstonepharms.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//kingstonepharms.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//kingstonepharms.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//kingstonepharms.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}