/* 
    Common
*/
/* 
    Config
*/
/*
    Header
*/
/* 
    Elements
*/
/*
    Posts
*/
/*
    Woocommerce
*/
/* Loading */
html {
  box-sizing: border-box;
}
:root {
  --pxl-box-size: auto;
  --pxl-spacing-inline: 15px;
  --pxl-spacing-block: 15px;
  --white-color: #fff;
  --underline-height: 1px;
  --pxl-width    : 100%;
  --pxl-width-xs : 100%;
  --pxl-width-sm : 100%;
  --pxl-width-md : 100%;
  --pxl-width-lg : 100%;
  --pxl-width-xl : 100%;
  --pxl-width-xxl: 100%;
  --pxl-rotate   : 0deg;
  --pxl-scale    : 0deg;
  --pxl-duration : 0.3s;
  --link-color: var(--color-secondary);
  --link-color-hover: var(--color-primary);
}
body {
  color: var(--color-third);
  background-color: var(--color-body-bg);
  font-family: var(--primary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.body-overflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}
.pxl-notification {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
}
a {
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  color: var(--link-color);
  cursor: pointer;
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover, a:active {
  color: var(--link-color-hover);
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  color: var(--color-secondary);
  font-weight: 600;
  margin: 0;
  padding: 0;
}
h1, .h1 {
  font-size: 64px;
  line-height: 1.15625;
  letter-spacing: -1.92px;
}
h2, .h2, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-price {
  font-size: 48px;
  line-height: 1.20833;
  letter-spacing: -1.44px;
}
h3, .h3 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.2px;
}
h4, .h4, .pxl-pricing .pxl-pricing-hero .pxl-pricing-title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.96px;
}
h5, .h5, .widget .widget-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.72px;
}
h6, .h6, .widget.widget_categories .pxl-category-item > a {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.6px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
p {
  margin: 0;
}
hr {
  border: none;
  outline: none;
  height: 1px;
  width: 100%;
  background-color: var(--color-secondary);
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--color-primary);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: var(--color-primary);
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}
.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote:not(.pxl-blockquote) {
  padding: 28px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000001;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid ;
  border-right: 5px solid ;
  border-radius: 10px;
  overflow: hidden;
  font-family: var(--secondary-font);
}
blockquote:not(.pxl-blockquote):before {
  content: '';
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  blockquote:not(.pxl-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:not(.pxl-blockquote) cite {
  position: relative;
  padding-left: 76px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--secondary-font);
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}
blockquote:not(.pxl-blockquote) cite:before {
  content: '';
  width: 65px;
  height: 2px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
blockquote:not(.pxl-blockquote) .pxl-blockquote-icon {
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: scale(-1);
  opacity: 0.47;
}
blockquote:not(.pxl-blockquote) p {
  margin-bottom: 0 !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote cite br {
  display: none;
}
blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: var(--color-secondary);
  font-size: 16px;
  font-weight: 700;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--color-primary);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
.pxl-widget-wrapper {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .col-xxl-3 {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#pxl-wrapper {
  overflow-x: clip;
}
@media screen and (max-width: 1199px) {
  #pxl-wrapper .container {
    max-width: 100%;
  }
}
#pxl-wrapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.archive #pxl-main .container > .inner, blog #pxl-main .container > .inner {
  padding-block: 120px 120px;
}
#pxl-main {
  overflow-x: clip;
}
#pxl-main .container {
  max-width: 1330px;
}
#pxl-main .inner {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 100px;
}
#pxl-main .inner.no-sidebar .pxl-content-area {
  flex: 1 1 100%;
  max-width: 100%;
}
#pxl-main .inner.has-sidebar {
  padding-block: 120px;
}
@media screen and (max-width: 1199px) {
  #pxl-main .inner.has-sidebar {
    padding-block: 105px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-main .inner.has-sidebar {
    padding-block: 90px;
  }
}
#pxl-main .inner.sidebar-position-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  #pxl-main .inner.sidebar-position-left {
    flex-direction: column;
  }
}
#pxl-main .inner .pxl-content-area {
  width: 100%;
  flex: 0 1 860px;
  max-width: 860px;
}
#pxl-main .inner .pxl-sidebar-area {
  width: 100%;
  flex: 0 1 392px;
  max-width: 392px;
}
@media screen and (min-width: 992px) {
  #pxl-main .inner .pxl-sidebar-area .pxl-sidebar-content {
    position: sticky;
    top: 40px;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  #pxl-main .inner {
    flex-direction: column;
  }
  #pxl-main .inner .pxl-content-area, #pxl-main .inner .pxl-sidebar-area {
    flex: 0 1 auto;
    max-width: 100%;
  }
}
.elementor-page:not(.single-post):not(.single-product) #pxl-main {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-page.single-product .woocommerce-Tabs-panel > .elementor {
  margin: 0 -15px;
}
@media screen and (min-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
  }
}
@media screen and (max-width: 1199px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    top: 0 !important;
  }
}
body.elementor-editor-active .pxl-row-scroll-fixed .pxl-column-sticky {
  top: 0 !important;
}
body.elementor-editor-active .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
.pxl-page-title {
  position: relative;
  z-index: 9;
}
.pxl-page-title#pxl-page-title-elementor {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-page-title#pxl-page-title-elementor {
    overflow: hidden;
  }
}
#pxl-page-title-default {
  background-color: #f0f2f4;
  padding-inline: 15px;
}
#pxl-page-title-default .pxl-page-title-inner {
  text-align: center;
  padding-block: 210px 210px;
  max-width: 1720px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default .pxl-page-title-inner {
    padding-block: 150px 150px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title-inner {
    padding-block: 100px 100px;
  }
}
.pxl-post-title {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .pxl-post-title#pxl-post-title-elementor {
    overflow: hidden;
  }
}
.pxl-post-title#pxl-post-title-default {
  background-color: #f0f2f4;
  padding-inline: 15px;
}
.pxl-post-title#pxl-post-title-default .pxl-post-title-inner {
  text-align: center;
  padding-block: 240px 210px;
  max-width: 1720px;
  margin: 0 auto;
}
.pxl-post-title#pxl-post-title-default .pxl-post-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#pxl-footer-default {
  padding: 44px 0;
  background-color: #151a25;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
  z-index: -1;
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-pxl-template {
  background-color: rgba(0, 0, 0, 0.1);
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--color-primary);
  width: 60px;
  height: 120px;
  opacity: 1;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f14d";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.archive:not(.post-type-archive):not(.tax-product_cat):not(.tax-product_tag) .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-row-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*  Mouse Move Animation */
}
.pxl-cursor {
  visibility: hidden;
  position: fixed;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}
.pxl-cursor .pxl-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower {
  position: absolute;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  opacity: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--color-secondary);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 6px;
}
.pxl-cursor .pxl-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: var(--color-secondary);
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor .pxl-cursor--drap:after {
  content: "\f10b";
  font-family: "Caseicon";
  font-size: 10px;
  display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-cursor .pxl-cursor--drap:after {
  margin-left: 10px;
}
.pxl-cursor .pxl-cursor--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower {
  background-color: rgba(var(--color-primary-rgb),0.25);
  -webkit-transform: scale(3);
  -khtml-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  border: none;
}
.pxl-cursor.is-active .pxl-cursor--follower:before {
  display: none;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background-color: var(--color-secondary);
  opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
  transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f10e";
  font-family: "Caseicon";
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-cursor.drap-style1 .pxl-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before, .pxl-cursor.drap-style1 .pxl-cursor--drap:after {
  font-size: 12px;
}
.elementor-editor-active.page-template-default {
  /* PXL Popup */
}
.elementor-editor-active.page-template-default #pxl-content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
  display: none;
}
.pxl-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Start Page Popup */
}
.pxl-popup .pxl-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
  border-width: 8px;
}
.pxl-popup .pxl-popup--close:before, .pxl-popup .pxl-popup--close:after {
  background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before, .pxl-popup .pxl-popup--close:hover:after {
  background-color: #111;
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
  opacity: 1;
  visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -khtml-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 60px 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  /* End Page Popup */
}
.pxl-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-page-popup .pxl-popup--conent {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 80vh;
}
@-webkit-keyframes pxl_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes px_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes flicker0 {
  0%, 49% {
    background-color: var(--color-primary);
  }
  50%, 100% {
    background-color: transparent;
  }
}
@keyframes flicker1 {
  0%, 49% {
    background-color: transparent;
  }
  50%, 100% {
    background-color: var(--color-primary);
  }
}
@keyframes eyesMovement {
  0%, 49% {
    transform: translateX(0px);
  }
  50%, 99% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes upNDown {
  0%, 49% {
    transform: translateY(0px);
  }
  50%, 100% {
    transform: translateY(-10px);
  }
}
@keyframes rotateRight {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(25deg);
  }
}
@keyframes moveRight {
  from {
    transform: translate(-50%, -50%);
  }
  to {
    transform: translate(-40%, -50%);
  }
}
@keyframes compensateRotation {
  from {
    transform: rotateY(55deg) rotateZ(10deg);
  }
  to {
    transform: rotatey(30deg) rotateZ(10deg);
  }
}
@keyframes compensateRotationRight {
  from {
    transform: rotateY(55deg) rotateZ(-10deg);
  }
  to {
    transform: rotateY(70deg) rotateZ(-10deg);
  }
}
@keyframes glow {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  45% {
    transform: rotate(-25deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    opacity: 0;
  }
}
.preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  transition: opacity 0.5s linear;
}
.preloader.loading {
  opacity: 1;
  visibility: visible;
}
.preloader.loaded {
  opacity: 0;
}
.preloader.default-loader .pxl-loader-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}
.preloader.default-loader .pxl-loader-spinner > div {
  width: 18px;
  height: 18px;
  background-color: var(--color-primary);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: px_bouncedelay 1.4s infinite ease-in-out both;
  animation: px_bouncedelay 1.4s infinite ease-in-out both;
}
.preloader.default-loader .pxl-loader-spinner .pxl-loader-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader.default-loader .pxl-loader-spinner .pxl-loader-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.preloader.squid-loader {
  transition: transform 0.5s linear, opacity 0.25s linear 0.5s;
  transform: translateY(0%);
  width: 100%;
  background-color: var(--color-secondary);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
}
.preloader.squid-loader.loaded {
  transform: translateY(-100%);
}
.preloader.squid-loader #squid {
  animation: upNDown infinite 0.5s;
  position: relative;
  width: 140px;
  height: 140px;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(14, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "a1  a2  a3  a4  a5  top0  top0  top0  top0  a10 a11 a12 a13 a14" "b1  b2  b3  top1 top1 top1 top1 top1 top1 top1 top1 b12 b13 b14" "c1 c2 top2 top2 top2 top2 top2 top2 top2 top2 top2 top2 c13 c14" "d1 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 d14" "e1 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 e14" "f1 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 f14" "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4" "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4" "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4" "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4" "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4" "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4" "st0 st0 an4 st1 an7 st2 an10 an10 st3 an13 st4 an16 st5 st5" "an1 an2 an3 an5 an6 an8 an9 an9 an11 an12 an14 an15 an17 an18";
}
.preloader.squid-loader #top0, .preloader.squid-loader #top1, .preloader.squid-loader #top2, .preloader.squid-loader #top3, .preloader.squid-loader #top4, .preloader.squid-loader #st0, .preloader.squid-loader #st1, .preloader.squid-loader #st2, .preloader.squid-loader #st3, .preloader.squid-loader #st4, .preloader.squid-loader #st5 {
  background-color: var(--color-primary);
}
.preloader.squid-loader #top0 {
  grid-area: top0;
}
.preloader.squid-loader #top1 {
  grid-area: top1;
}
.preloader.squid-loader #top2 {
  grid-area: top2;
}
.preloader.squid-loader #top3 {
  grid-area: top3;
}
.preloader.squid-loader #top4 {
  grid-area: top4;
}
.preloader.squid-loader #st0 {
  grid-area: st0;
}
.preloader.squid-loader #st1 {
  grid-area: st1;
}
.preloader.squid-loader #st2 {
  grid-area: st2;
}
.preloader.squid-loader #st3 {
  grid-area: st3;
}
.preloader.squid-loader #st4 {
  grid-area: st4;
}
.preloader.squid-loader #st5 {
  grid-area: st5;
}
.preloader.squid-loader #an1 {
  grid-area: an1;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an18 {
  grid-area: an18;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an2 {
  grid-area: an2;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an17 {
  grid-area: an17;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an3 {
  grid-area: an3;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an16 {
  grid-area: an16;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an4 {
  grid-area: an4;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an15 {
  grid-area: an15;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an6 {
  grid-area: an6;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an12 {
  grid-area: an12;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an7 {
  grid-area: an7;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an13 {
  grid-area: an13;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an9 {
  grid-area: an9;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an10 {
  grid-area: an10;
  animation: flicker1 infinite 0.5s;
}
.preloader.squid-loader #an8 {
  grid-area: an8;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #an11 {
  grid-area: an11;
  animation: flicker0 infinite 0.5s;
}
.preloader.squid-loader #eye {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 10px;
}
.preloader.squid-loader #eye::before {
  content: "";
  background-color: white;
  width: 20px;
  height: 50px;
  transform: translateX(10px);
  display: block;
  position: absolute;
}
.preloader.squid-loader #eye::after {
  content: "";
  background-color: white;
  width: 40px;
  height: 30px;
  transform: translateY(10px);
  display: block;
  position: absolute;
}
.preloader.squid-loader #eye1 {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.preloader.squid-loader #eye1::before {
  content: "";
  background-color: white;
  width: 20px;
  height: 50px;
  transform: translateX(10px);
  display: block;
  position: absolute;
}
.preloader.squid-loader #eye1::after {
  content: "";
  background-color: white;
  width: 40px;
  height: 30px;
  transform: translateY(10px);
  display: block;
  position: absolute;
}
.preloader.squid-loader #pupil {
  width: 20px;
  height: 20px;
  background-color: var(--color-secondary);
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 1;
  animation: eyesMovement infinite 3s;
}
.preloader.squid-loader #pupil1 {
  width: 20px;
  height: 20px;
  background-color: var(--color-secondary);
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
  animation: eyesMovement infinite 3s;
}
.preloader.robot-model-loader {
  transition: opacity 0.5s linear 1s;
}
.preloader.robot-model-loader .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  background-color: var(--color-secondary);
}
.preloader.robot-model-loader .modelViewPort {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  perspective: 1000px;
  width: 20rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.preloader.robot-model-loader .eva {
  --EVA-ROTATION-DURATION: 4s;
  transform-style: preserve-3d;
  animation: rotateRight var(--EVA-ROTATION-DURATION) linear infinite alternate;
}
.preloader.robot-model-loader .head {
  position: relative;
  width: 6rem;
  height: 4rem;
  border-radius: 48% 53% 45% 55% / 79% 79% 20% 22%;
  background: linear-gradient(to right, white 45%, gray);
}
.preloader.robot-model-loader .eyeChamber {
  width: 4.5rem;
  height: 2.75rem;
  position: relative;
  left: 50%;
  top: 55%;
  border-radius: 45% 53% 45% 48% / 62% 59% 35% 34%;
  background-color: #0c203c;
  box-shadow: 0px 0px 2px 2px white, inset 0px 0px 0px 2px black;
  transform: translate(-50%, -50%);
  animation: moveRight var(--EVA-ROTATION-DURATION) linear infinite alternate;
}
.preloader.robot-model-loader .eye {
  width: 1.2rem;
  height: 1.5rem;
  position: absolute;
  border-radius: 50%;
}
.preloader.robot-model-loader .eye:first-child {
  left: 12px;
  top: 50%;
  background: repeating-linear-gradient(65deg, var(--color-primary) 0px, var(--color-primary) 1px, white 2px);
  box-shadow: inset 0px 0px 5px var(--color-primary), 0px 0px 15px 1px var(--color-primary);
  transform: translate(0, -50%) rotate(-65deg);
}
.preloader.robot-model-loader .eye:nth-child(2) {
  right: 12px;
  top: 50%;
  background: repeating-linear-gradient(-65deg, var(--color-primary) 0px, var(--color-primary) 1px, white 2px);
  box-shadow: inset 0px 0px 5px var(--color-primary), 0px 0px 15px 1px var(--color-primary);
  transform: translate(0, -50%) rotate(65deg);
}
.preloader.robot-model-loader .body {
  width: 6rem;
  height: 8rem;
  position: relative;
  margin-block-start: 0.25rem;
  border-radius: 47% 53% 45% 55% / 12% 9% 90% 88%;
  background: linear-gradient(to right, white 35%, gray);
}
.preloader.robot-model-loader .hand {
  position: absolute;
  left: -1.5rem;
  top: 0.75rem;
  width: 2rem;
  height: 5.5rem;
  border-radius: 40%;
  background: linear-gradient(to left, white 15%, gray);
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.25);
  transform: rotateY(55deg) rotateZ(10deg);
}
.preloader.robot-model-loader .hand:first-child {
  animation: compensateRotation var(--EVA-ROTATION-DURATION) linear infinite alternate;
}
.preloader.robot-model-loader .hand:nth-child(2) {
  left: 92%;
  background: linear-gradient(to right, white 15%, gray);
  transform: rotateY(55deg) rotateZ(-10deg);
  animation: compensateRotationRight var(--EVA-ROTATION-DURATION) linear infinite alternate;
}
.preloader.robot-model-loader .scannerThing {
  width: 0;
  height: 0;
  position: absolute;
  left: 60%;
  top: 10%;
  border-top: 180px solid var(--color-primary);
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  transform-origin: top left;
  mask: linear-gradient(to right, white, transparent 35%);
  animation: glow 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.preloader.robot-model-loader .scannerOrigin {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 60%;
  top: 10%;
  background: var(--color-primary);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  animation: moveRight var(--EVA-ROTATION-DURATION) linear infinite;
}
.elementor-editor-active #pxl-loadding {
  display: none !important;
}
.pxl-hidden-panel-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.pxl-hidden-panel-wrapper.active {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.pxl-popup-wrapper {
  position: fixed;
  inset: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  pointer-events: none;
}
.pxl-popup-wrapper .pxl-template-content {
  scale: 0;
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pxl-popup-wrapper.active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.pxl-popup-wrapper.active .pxl-template-content {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  scale: 1;
}
.admin-bar #pxl-wrapper .pxl-header .pxl-header-sticky, .admin-bar #pxl-wrapper #pxl-search-popup, .admin-bar #pxl-wrapper .pxl-hidden-panel-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-wrapper .pxl-header .pxl-header-sticky, .admin-bar #pxl-wrapper #pxl-search-popup, .admin-bar #pxl-wrapper .pxl-hidden-panel-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-wrapper .pxl-header .pxl-header-sticky, .admin-bar #pxl-wrapper #pxl-search-popup, .admin-bar #pxl-wrapper .pxl-hidden-panel-popup {
    top: 0;
  }
}
.admin-bar #smooth-wrapper .pxl-header {
  padding-top: 32px;
}
#smooth-content {
  will-change: transform;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}
.pxl-icon--minus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before {
  content: '';
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--minus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-flex-center, .pxl-view-default, .pxl-view-stacked, .pxl-view-framed, .pagination-container .page-numbers.prev, .pagination-container .page-numbers.next, .button-back-to-top, .widget.widget_search .search-submit, .widget.widget_pxl_author_info .pxl-author-social > a, .widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button, .pxl-image-carousel .swiper-slide, .pxl-circular-text-wrapper, .pxl-circular-text-wrapper .pxl-circular-text-icon, .pxl-play-video-wrapper, .pxl-social-box-wrapper .pxl-social-icon, .pxl-navigation-carousel .pxl-swiper-button, .swiper-navigation .pxl-swiper-button, .pxl-icon-box-wrapper .pxl-icon-box-icon .pxl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-flex-jc-start {
  display: flex;
  justify-content: start;
}
.pxl-flex-jc-center {
  display: flex;
  justify-content: center;
}
.pxl-flex-jc-around {
  display: flex;
  justify-content: space-around;
}
.pxl-flex-jc-evenly {
  display: flex;
  justify-content: space-evenly;
}
.pxl-flex-jc-between {
  display: flex;
  justify-content: space-between;
}
.pxl-flex-ai-start {
  display: flex;
  align-items: start;
}
.pxl-flex-ai-center {
  display: flex;
  align-items: center;
}
.pxl-flex-ai-end {
  display: flex;
  align-items: end;
}
.pxl-absolute-full, .pxl-box-link, .hover-scale-fill::before, .hover-scaley-fill::before, .error404 #pxl-main .pxl-image-box::after, .pxl-featured-image-wrapper .pxl-featured-image-item::after, .pxl-image-wrapper .pxl-image-item::after, .pxl-pricing .pxl-pricing-hero .pxl-pricing-overlay, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-background, .pxl-post-item .pxl-item-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pxl-absolute-center, .pxl-map-pin-wrapper .pxl-map-pin-item img, .pxl-circular-text-wrapper .pxl-circular-text-icon, .pxl-close-button:not(.is-icon):before, .pxl-close-button:not(.is-icon)::after, .pxl-post-layout1 .pxl-post-btn, .blog #pxl-content-main .pxl-blog-standard .pxl-post-btn, .archive #pxl-content-main .pxl-blog-standard .pxl-post-btn, .category #pxl-content-main .pxl-blog-standard .pxl-post-btn, .tag #pxl-content-main .pxl-blog-standard .pxl-post-btn, .search #pxl-content-main .pxl-blog-standard .pxl-post-btn {
  --pxl-translate-x: -50%;
  --pxl-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
}
.pxl-absolute-tl {
  position: absolute;
  left: 0;
  top: 0;
}
.pxl-absolute-bl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pxl-absolute-br {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pxl-absolute-tr {
  position: absolute;
  right: 0;
  top: 0;
}
.pxl-round-box, .pxl-view-default, .pxl-view-stacked, .pxl-view-framed, .hover-popup-dot::before, .widget.widget_search .search-submit, .widget.widget_pxl_author_info .pxl-author-social > a, .widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button, .pxl-testimonial-wrapper .pxl-meta-user img, .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-user .pxl-user-image img, .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-user .pxl-user-image img, .pxl-play-video-wrapper .pxl-play-video-button, .pxl-navigation-carousel .pxl-swiper-button, .swiper-navigation .pxl-swiper-button, .pxl-icon-box-carousel .pxl-icon-box-item .pxl-icon-box-icon .pxl-icon, .pxl-close-button, .single.single-post #pxl-content-area .pxl-post-metas .pxl-post-author img, .single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-avatar, .single.single-post #comments .comment-list .comment .comment-box .comment-inner .comment-image img {
  width: var(--pxl-box-size);
  min-width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  border-radius: 50%;
}
.pxl-square-box, .pagination-container .page-numbers.prev, .pagination-container .page-numbers.next, .pxl-header .header-search-form .search-submit, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > a::after, #pxl-header-default .pxl-menu-primary.menu-default > li > a::after {
  width: var(--pxl-box-size);
  min-width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-background-center {
  background: center center / cover no-repeat;
}
.pxl-transform {
  transform: perspective(var(--pxl-perspective)) translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) translateZ(var(--pxl-translate-z)) scale(--pxl-scale) scale3d(var(--pxl-scale-x), var(--pxl-scale-y), var(--pxl-scale-z)) rotate(var(--pxl-rotate)) rotateX(var(--pxl-rotate-x)) rotateY(var(--pxl-rotate-y)) rotateZ(var(--pxl-rotate-z)) skew(var(--pxl-skew)) skewX(var(--pxl-skew-x)) skewY(var(--pxl-skew-y)) matrix(var(--pxl-matrix-a), var(--pxl-matrix-b), var(--pxl-matrix-c), var(--pxl-matrix-d), var(--pxl-matrix-e), var(--pxl-matrix-f));
}
.overflow-hidden {
  overflow: hidden;
}
.pxl-line {
  perspective: 400px;
}
@-webkit-keyframes underline-slide-restart {
  0%, 100% {
    background-size: 100%;
  }
  25%, 50% {
    background-size: 0%;
  }
}
@-moz-keyframes underline-slide-restart {
  0%, 100% {
    background-size: 100%;
  }
  25%, 50% {
    background-size: 0%;
  }
}
@-ms-keyframes underline-slide-restart {
  0%, 100% {
    background-size: 100%;
  }
  25%, 50% {
    background-size: 0%;
  }
}
@-o-keyframes underline-slide-restart {
  0%, 100% {
    background-size: 100%;
  }
  25%, 50% {
    background-size: 0%;
  }
}
@keyframes underline-slide-restart {
  0%, 100% {
    background-size: 100%;
  }
  25%, 50% {
    background-size: 0%;
  }
}
.text-underline {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--underline-height)), currentcolor 0px);
  background-size: 100%;
  background-repeat: no-repeat;
}
.text-underline:hover {
  animation: underline-slide-restart 1s ease forwards;
}
.text-gradient, blockquote:not(.pxl-blockquote) cite, .pxl-contact-info-widget .pxl-item--icon i, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price, .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover:before, .single-product #pxl-content-area div.product .entry-summary .price .amount, .single-product > div.product .entry-summary .price .amount {
  background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%);
  background: -webkit-linear-gradient(90deg, #4776e6 0%, #8e54e9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.scroll-parallax-item {
  position: absolute;
  inset: 0;
}
.pxl-view-default {
  --pxl-box-size: auto;
}
.pxl-view-stacked {
  --pxl-box-size: 50px;
  color: var(--white-color);
  background-color: var(--color-secondary);
}
.pxl-view-framed {
  --pxl-box-size: 50px;
  color: var(--white-color);
  border: thin solid var(--color-secondary);
}
.pxl-image-default {
  width: 100%;
  max-height: 600px;
}
.test {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-box-link {
  z-index: 99;
}
.pxl-none-events {
  pointer-events: none;
}
.text-animate {
  visibility: hidden;
}
@-webkit-keyframes slide-ttb {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes slide-ttb {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
@-ms-keyframes slide-ttb {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slide-ttb {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-ttb {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
.slide-ttb.animated {
  -webkit-animation-name: slide-ttb;
  animation-name: slide-ttb;
}
@-webkit-keyframes slide-btt {
  from {
    transform: translateY(200%);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes slide-btt {
  from {
    transform: translateY(200%);
  }
  to {
    transform: translateY(0);
  }
}
@-ms-keyframes slide-btt {
  from {
    transform: translateY(200%);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slide-btt {
  from {
    transform: translateY(200%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-btt {
  from {
    transform: translateY(200%);
  }
  to {
    transform: translateY(0);
  }
}
.slide-btt.animated {
  -webkit-animation-name: slide-btt;
  animation-name: slide-btt;
}
@-webkit-keyframes slide-ltr {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slide-ltr {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-ms-keyframes slide-ltr {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-o-keyframes slide-ltr {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-ltr {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.slide-ltr.animated {
  -webkit-animation-name: slide-ltr;
  animation-name: slide-ltr;
}
@-webkit-keyframes slide-rtl {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slide-rtl {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-ms-keyframes slide-rtl {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-o-keyframes slide-rtl {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-rtl {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.slide-rtl.animated {
  -webkit-animation-name: slide-rtl;
  animation-name: slide-rtl;
}
@-webkit-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-moz-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-ms-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-o-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
.pxl-circular-motion, .pxl-search-form-wrapper .search-form.search-form1:focus-within .search-submit:hover svg, .pxl-search-form-wrapper .search-form.search-form1:focus-within .search-submit:hover i {
  -webkit-animation: circular-motion 3.5s linear infinite;
  -khtml-animation: circular-motion 3.5s linear infinite;
  -moz-animation: circular-motion 3.5s linear infinite;
  -ms-animation: circular-motion 3.5s linear infinite;
  -o-animation: circular-motion 3.5s linear infinite;
  animation: circular-motion 3.5s linear infinite;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.pxl-spin {
  --pxl-rotate: 360deg;
  -webkit-animation: spin 20s linear infinite;
  -khtml-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  -ms-animation: spin 20s linear infinite;
  -o-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}
@-webkit-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@-moz-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@-ms-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@-o-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
.growWidth.animated {
  --pxl-width: 100%;
  -webkit-animation-name: growWidth;
  animation-name: growWidth;
  /*
    Bounce 
*/
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-ms-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-o-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bounce-top.animated {
  -webkit-animation-name: bounce-top;
  animation-name: bounce-top;
}
@-webkit-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@-ms-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@-o-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
.rollingBounce.animated {
  -webkit-animation-name: rollingBounce;
  animation-name: rollingBounce;
  animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
}
.rollingBounce.animated.ttb {
  --pxl-translate-y: -200px;
}
.rollingBounce.animated.rtl {
  --pxl-translate-x: 200px;
}
.rollingBounce.animated.btt {
  --pxl-translate-y: 200px;
}
.rollingBounce.animated.ltr {
  --pxl-translate-x: -200px;
}
@keyframes flyInZoom {
  from {
    transform: translate3d(var(--pxl-translate-x), var(--pxl-translate-y), -1000px) scale(0);
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.flyInZoom.animated {
  animation-name: flyInZoom, fadeIn;
  -webkit-animation-name: flyInZoom, fadeIn;
}
.flyInZoom.animated.tl-br {
  --pxl-translate-x: -300px;
  --pxl-translate-y: -300px;
}
.flyInZoom.animated.br-tl {
  --pxl-translate-x: 300px;
  --pxl-translate-y: 300px;
}
.flyInZoom.animated.tr-bl {
  --pxl-translate-x: 300px;
  --pxl-translate-y: -300px;
}
.flyInZoom.animated.bl-tr {
  --pxl-translate-x: -300px;
  --pxl-translate-y: 300px;
}
.flyInZoom.animated.top {
  --pxl-translate-y: 300px;
}
.flyInZoom.animated.bottom {
  --pxl-translate-y: -300px;
}
.flyInZoom.animated.left {
  --pxl-translate-x: 300px;
}
.flyInZoom.animated.right {
  --pxl-translate-x: -300px;
}
@-webkit-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@-moz-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@-ms-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@-o-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
.rollingIn.animated {
  animation-name: rolling;
  -webkit-animation-name: rolling;
}
.rollingIn.animated.right {
  --pxl-translate-x: 400%;
  --pxl-rotate: 360deg;
}
.rollingIn.animated.left {
  --pxl-translate-x: -400%;
  --pxl-rotate: -360deg;
}
.pxl-line-wrap {
  overflow: hidden !important;
}
@-webkit-keyframes zoonInRotate {
  from {
    transform: scale(0) translateZ(-200px) rotate(360deg);
  }
  to {
    transform: scale(1) translateZ(0) rotate(0);
  }
}
@-moz-keyframes zoonInRotate {
  from {
    transform: scale(0) translateZ(-200px) rotate(360deg);
  }
  to {
    transform: scale(1) translateZ(0) rotate(0);
  }
}
@-ms-keyframes zoonInRotate {
  from {
    transform: scale(0) translateZ(-200px) rotate(360deg);
  }
  to {
    transform: scale(1) translateZ(0) rotate(0);
  }
}
@-o-keyframes zoonInRotate {
  from {
    transform: scale(0) translateZ(-200px) rotate(360deg);
  }
  to {
    transform: scale(1) translateZ(0) rotate(0);
  }
}
@keyframes zoonInRotate {
  from {
    transform: scale(0) translateZ(-200px) rotate(360deg);
  }
  to {
    transform: scale(1) translateZ(0) rotate(0);
  }
}
.zoonInRotate.animated {
  animation-name: zoonInRotate;
  -webkit-animation-name: zoonInRotate;
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}
@-webkit-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@-moz-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@-ms-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@-o-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
.text-underline-slide {
  animation: textUnderlineSlide 0.75s ease-in-out forwards;
  -webkit-animation: textUnderlineSlide 0.75s ease-in-out forwards;
}
.textUnderlineSlide.animated {
  -webkit-animation-name: textUnderlineSlide;
  animation-name: textUnderlineSlide;
}
@-webkit-keyframes rolling-in-left {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
    opacity: 0;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes rolling-in-left {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
    opacity: 0;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes rolling-in-left {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
    opacity: 0;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes rolling-in-left {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
    opacity: 0;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes rolling-in-left {
  from {
    transform: translateX(var(--pxl-translate-x)) rotate(var(--pxl-rotate));
    opacity: 0;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.rolling-in-left.animated {
  --pxl-translate-x: 250px;
  --pxl-rotate: 360deg;
  -webkit-animation-name: rolling-in-left;
  animation-name: rolling-in-left;
  animation-duration: 1200ms;
  /*
*    TEXT EFFECT
*/
  /*
*   HOVER EFFECT
*/
}
@keyframes rotate3d-in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 180deg);
  }
}
@keyframes rotate3d-out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 180deg);
  }
}
@keyframes rotate3d-out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 180deg);
  }
}
@keyframes rotate3d-out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
.rotate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-in-top var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: rotate3d-in-right var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-in-bottom var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-in-left var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-out-top var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: rotate3d-out-right var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-out-bottom var(--pxl-duration) linear 0ms 1 forwards;
}
.rotate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-out-left var(--pxl-duration) linear 0ms 1 forwards;
}
@keyframes translate3d-in-top {
  from {
    transform: translate3d(0, -101%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-right {
  from {
    transform: translate3d(101%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-bottom {
  from {
    transform: translate3d(0, 101%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-left {
  from {
    transform: translate3d(-101%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-out-top {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -101%, 0);
  }
}
@keyframes translate3d-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(101%, 0, 0);
  }
}
@keyframes translate3d-out-bottom {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 101%, 0);
  }
}
@keyframes translate3d-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-101%, 0, 0);
  }
}
.translate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-in-top var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: translate3d-in-right var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-in-bottom var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-in-left var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-out-top var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: translate3d-out-right var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-out-bottom var(--pxl-duration) linear 0ms 1 forwards;
}
.translate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-out-left var(--pxl-duration) linear 0ms 1 forwards;
}
@keyframes revealIn {
  0% {
    clip-path: inset(100% 100% 100% 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealIn.animated {
  animation-name: revealIn;
  -webkit-animation-name: revealIn;
}
@keyframes revealInRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInRight.animated {
  animation-name: revealInRight;
  -webkit-animation-name: revealInRight;
}
@keyframes revealInLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInLeft.animated {
  animation-name: revealInLeft;
  -webkit-animation-name: revealInLeft;
}
@keyframes revealInUp {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInUp.animated {
  animation-name: revealInUp;
  -webkit-animation-name: revealInUp;
}
@keyframes revealInDown {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInDown.animated {
  animation-name: revealInDown;
  -webkit-animation-name: revealInDown;
}
@keyframes revealInVertical {
  0% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInVertical.animated {
  animation-name: revealInVertical;
  -webkit-animation-name: revealInVertical;
}
@keyframes revealInHorizontal {
  0% {
    clip-path: inset(0% 50% 0% 50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInHorizontal.animated {
  animation-name: revealInHorizontal;
  -webkit-animation-name: revealInHorizontal;
}
@keyframes revealImageIn {
  0% {
    clip-path: inset(100% 100% 100% 100%);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageIn.animated {
  animation-name: revealImageIn;
  -webkit-animation-name: revealImageIn;
}
@keyframes revealImageInRight {
  0% {
    clip-path: inset(0 100% 0 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInRight.animated {
  animation-name: revealImageInRight;
  -webkit-animation-name: revealImageInRight;
}
@keyframes revealImageInLeft {
  0% {
    clip-path: inset(0 0 0 100%);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInLeft.animated {
  animation-name: revealImageInLeft;
  -webkit-animation-name: revealImageInLeft;
}
@keyframes revealImageInUp {
  0% {
    clip-path: inset(0 0 100% 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInUp.animated {
  animation-name: revealImageInUp;
  -webkit-animation-name: revealImageInUp;
}
@keyframes revealImageInDown {
  0% {
    clip-path: inset(100% 0 0 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInDown.animated {
  animation-name: revealImageInDown;
  -webkit-animation-name: revealImageInDown;
}
@keyframes revealImageInVertical {
  0% {
    clip-path: inset(50% 0 50% 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInVertical.animated {
  animation-name: revealImageInVertical;
  -webkit-animation-name: revealImageInVertical;
}
@keyframes revealImageInHorizontal {
  0% {
    clip-path: inset(0% 50% 0% 50%);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInHorizontal.animated {
  animation-name: revealImageInHorizontal;
  -webkit-animation-name: revealImageInHorizontal;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate.animated {
  animation-name: rotate;
  -webkit-animation-name: rotate;
}
@keyframes rotateInTop {
  from {
    transform: rotate(-90deg);
    transform-origin: top center;
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    transform-origin: top center;
    opacity: 1;
  }
}
.rotateInTop.animated {
  animation-name: rotateInTop;
  -webkit-animation-name: rotateInTop;
}
@keyframes rotateInRight {
  from {
    transform: rotate(90deg);
    transform-origin: center right;
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    transform-origin: center right;
    opacity: 1;
  }
}
.rotateInRight.animated {
  animation-name: rotateInRight;
  -webkit-animation-name: rotateInRight;
}
@keyframes rotateInBottom {
  from {
    transform: rotate(90deg);
    transform-origin: bottom center;
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    transform-origin: bottom center;
    opacity: 1;
  }
}
.rotateInBottom.animated {
  animation-name: rotateInBottom;
  -webkit-animation-name: rotateInBottom;
}
@keyframes rotateInLeft {
  from {
    transform: rotate(-90deg);
    transform-origin: center left;
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    transform-origin: center left;
    opacity: 1;
  }
}
.rotateInLeft.animated {
  animation-name: rotateInLeft;
  -webkit-animation-name: rotateInLeft;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight, .nice-select {
  font-family: 'Sora';
  width: 100%;
  background-color: transparent;
  border-radius: none;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  color: var(--color-third);
  padding: 0 0 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus, .nice-select:focus, input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="range"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover, textarea:hover, select:hover, .pxl-select-higthlight:hover, .nice-select:hover {
  outline: 0;
  border-color: var(--color-primary);
  color: var(--color-secondary);
}
textarea {
  height: 164px;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 60px;
  /* Select Style */
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.pxl-select .pxl-select-options {
  max-height: 282px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 900;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}
.pxl-select .pxl-select-options li {
  padding: 9px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
  border-radius: 5px;
}
.pxl-select .pxl-select-options li:first-child {
  display: none;
}
.pxl-select .pxl-select-options li:hover {
  color: #0a1320;
  background-color: rgba(10, 19, 32, 0.04);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #888;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
  color: #444;
}
.nice-select {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* Select 2 */
}
.nice-select:before {
  content: "\f150";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #2d2d2d;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select ul.list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 12px 15px;
  background-color: #fff;
  z-index: 101;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  max-width: 350px;
  max-height: 246px;
  overflow-y: auto;
}
.nice-select ul.list li {
  padding: 9px 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}
.nice-select ul.list li:hover {
  color: #101010;
  background-color: rgba(0, 0, 0, 0.04);
}
.nice-select.open:before {
  transform: translate(0, -50%) scaleY(-1);
}
.nice-select.open ul.list {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.select2 .select2-selection--single {
  border: 1px solid #2d2d2d;
  height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  height: 60px;
  background-color: #f5f6f6;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding-left: 22px;
  font-size: 16px;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: inherit;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: var(--color-primary);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--color-primary) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--color-secondary) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--color-primary) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1200px) {
  body .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 36px;
  }
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
@media screen and (min-width: 1200px) {
  body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 305px;
  }
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: var(--color-primary);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-no-results #pxl-main {
  min-height: calc(100vh - 308px);
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
  max-width: 780px;
  margin: auto;
}
.search-no-results .search-form .searchform-wrap {
  position: relative;
}
.search-no-results .search-form .searchform-wrap .search-submit {
  padding: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
  color: var(--color-primary);
}
.pxl-file-upload-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper {
    display: block;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button {
  white-space: nowrap;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #16232b;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button:hover {
  background: #222;
}
.pxl-file-upload-wrapper .pxl-file-upload-input {
  width: auto;
  font-size: 16px;
  color: #0a1320;
  background: none;
  font-weight: 500;
  padding: 0 22px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-input {
    padding: 0;
  }
}
.hover-image-distortion {
  position: relative;
}
.hover-image-distortion canvas {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hover-image-default {
  overflow: hidden;
}
.hover-image-default img {
  transition: scale 0.5s ease;
}
.hover-image-default:hover img, .hover-parent:hover .hover-image-default img {
  scale: 1.15;
}
.hover-parent .follow-cursor {
  opacity: 0;
  transition: none;
  transition: opacity 0.3s linear;
}
.hover-parent:hover .follow-cursor {
  opacity: 1;
}
.hover-image-preview {
  position: relative;
}
.hover-image-preview .image-preview-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  transition: opacity 0.25s linear;
  pointer-events: none;
  opacity: 0;
}
.hover-image-preview .image-preview-group .image-preview-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center / cover no-repeat;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s linear;
  z-index: 0;
}
.hover-image-preview .image-preview-group .image-preview-item.active {
  z-index: 2;
  clip-path: inset(0 0 0 0);
}
.hover-image-preview:hover .image-preview-group {
  opacity: 1;
}
.hover-3d-cube-flip {
  --pxl-translate-z: 17px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: var(--pxl-transition-duration) linear;
}
.hover-3d-cube-flip > a {
  display: block;
  position: relative;
  z-index: 99;
  pointer-events: auto;
}
.hover-3d-cube-flip * {
  opacity: 0;
}
.hover-3d-cube-flip::before, .hover-3d-cube-flip::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: inherit;
  pointer-events: none;
}
.hover-3d-cube-flip::before {
  color: #fff;
  transform: rotateX(90deg) translateZ(var(--pxl-translate-z));
}
.hover-3d-cube-flip::after {
  color: #d7ff37;
  transform: translateZ(var(--pxl-translate-z));
}
.hover-3d-cube-flip:hover, .hover-parent:hover .hover-3d-cube-flip, .hover-parent.active .hover-3d-cube-flip {
  transform: rotateX(0deg);
}
.hover-text-underline {
  --pxl-height: 2px;
  transition: 0.25s linear;
}
.hover-text-underline:hover, .hover-parent:hover .hover-text-underline {
  text-decoration: underline var(--pxl-height) currentColor;
}
.hover-text-fill {
  position: relative;
  display: inline-block;
  color: var(--link-color);
  overflow: hidden;
  background: linear-gradient(to right, var(--link-color-hover), var(--link-color-hover) 50%, var(--link-color) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
}
.hover-text-fill:hover, .hover-parent:hover .hover-text-fill {
  background-position: 0 100%;
}
.hover-text-underline--slide-ltr {
  --pxl-height: 1px;
}
.hover-text-underline--slide-ltr > span, .hover-text-underline--slide-ltr > a {
  transition: 0.5s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.hover-text-underline--slide-ltr:hover > a, .hover-text-underline--slide-ltr:hover > span, .hover-parent:hover .hover-text-underline--slide-ltr > a, .hover-parent:hover .hover-text-underline--slide-ltr > span {
  background-size: 100% 100%;
}
.hover-text-underline--slide-rtl {
  --pxl-height: 1px;
}
.hover-text-underline--slide-rtl > span, .hover-text-underline--slide-rtl > a {
  transition: 0.5s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.hover-text-underline--slide-rtl:hover > a, .hover-text-underline--slide-rtl:hover > span, .hover-parent:hover .hover-text-underline--slide-rtl > a, .hover-parent:hover .hover-text-underline--slide-rtl > span {
  background-size: 100% 100%;
}
.hover-translate3d-direction {
  position: relative;
  perspective: 400px;
  overflow: hidden;
}
.hover-translate3d-direction .direction-item {
  transform: translate3d(100%, 0, 0);
}
.hover-rotate3d-direction {
  perspective: 400px;
  overflow: hidden;
}
.hover-rotate3d-direction .direction-item {
  transform: rotate3d(1, 0, 0, 90deg);
}
.hover-rotate3d-direction[data-direction="vertical"] .direction-item {
  transform: rotate3d(0, 1, 0, 90deg);
}
.direction-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--color-primary);
  pointer-events: none;
}
.hover-circular-ripple {
  position: relative;
  overflow: hidden;
}
.hover-circular-ripple .circular-ripple-item {
  position: absolute;
  width: 20px;
  height: 20px;
  scale: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: var(--color-primary);
  z-index: 0;
}
.hover-preview-image {
  position: relative;
  overflow: visible;
}
.hover-preview-image .item-image {
  position: absolute;
  background: center center / cover no-repeat;
  width: 200px;
  height: 200px;
  pointer-events: none;
  left: 0;
  top: 0;
  transform-origin: center;
}
.hover-image-parallax {
  overflow: hidden;
}
.hover-image-parallax img {
  transition: 0s;
}
.hover-underline-ltr {
  position: relative;
}
.hover-underline-ltr::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}
.hover-underline-ltr:hover::after, .hover-underline-ltr.active::after {
  width: 100%;
  left: 0;
  right: auto;
}
.hover-underline-rtl {
  position: relative;
}
.hover-underline-rtl::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  right: auto;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}
.hover-underline-rtl:hover::after, .hover-underline-rtl.active::after {
  width: 100%;
  left: auto;
  right: 0;
}
.hover-underline-expand, .pxl-service.pxl-service-layout1 .pxl-post-btn, .pxl-service.pxl-service-layout3 .pxl-post-btn {
  position: relative;
  transition: 0.25s;
}
.hover-underline-expand::after, .pxl-service.pxl-service-layout1 .pxl-post-btn::after, .pxl-service.pxl-service-layout3 .pxl-post-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transition: inherit;
  background-color: currentColor;
  transition: inherit;
}
.hover-underline-expand:hover::after, .pxl-service.pxl-service-layout1 .pxl-post-btn:hover::after, .pxl-service.pxl-service-layout3 .pxl-post-btn:hover::after, .hover-underline-expand.active::after, .pxl-service.pxl-service-layout1 .pxl-post-btn.active::after, .pxl-service.pxl-service-layout3 .pxl-post-btn.active::after {
  transform: translateX(-50%) scaleX(1);
}
.hover-underline-split {
  position: relative;
}
.hover-underline-split::before, .hover-underline-split::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}
.hover-underline-split::before {
  left: 0;
}
.hover-underline-split::after {
  right: 0;
}
.hover-underline-split:hover::before, .hover-underline-split.active::before, .hover-underline-split:hover::after, .hover-underline-split.active::after {
  width: 51%;
}
.hover-popup-dot {
  position: relative;
}
.hover-popup-dot::before {
  --pxl-box-size: 6px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  scale: 0;
  transition: inherit;
}
.hover-popup-dot:hover, .hover-popup-dot.active, .sub-menu > .menu-item:hover > .hover-popup-dot, .sub-menu > .menu-item.active > .hover-popup-dot, .sub-menu > .current-menu-parent > .hover-popup-dot, .sub-menu > .current_page_item > .hover-popup-dot, .sub-menu > .current-menu-item > .hover-popup-dot, .pxl-onepage-active .hover-popup-dot {
  padding-left: 14px;
  color: ;
}
.hover-popup-dot:hover::before, .hover-popup-dot.active::before, .sub-menu > .menu-item:hover > .hover-popup-dot::before, .sub-menu > .menu-item.active > .hover-popup-dot::before, .sub-menu > .current-menu-parent > .hover-popup-dot::before, .sub-menu > .current_page_item > .hover-popup-dot::before, .sub-menu > .current-menu-item > .hover-popup-dot::before, .pxl-onepage-active .hover-popup-dot::before {
  scale: 1;
}
.hover-shadow-underfoot {
  position: relative;
  --pxl-width: 100%;
  --pxl-height: 30px;
  --pxl-background-color: rgba(0, 0, 0, .25);
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hover-shadow-underfoot::after {
  content: '';
  width: var(--pxl-width);
  height: var(--pxl-height);
  border-radius: 50%;
  background-color: var(--pxl-background-color);
  filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: inherit;
  opacity: 0;
}
.hover-shadow-underfoot:hover {
  transform: translateY(calc(-1 * var(--pxl-height)));
}
.hover-shadow-underfoot:hover::after {
  opacity: 1;
  transform: translateY(calc(5px + var(--pxl-height)));
}
.hover-underline-slide {
  --pxl-height: 1px;
  transition: 0.5s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0px);
  background-size: 0%;
  background-repeat: no-repeat;
}
.hover-underline-slide:hover {
  background-size: 100%;
}
.hover-underline:hover {
  text-decoration: underline solid currentColor 2px;
}
.hover-zoom-in-image {
  --pxl-scale: 1.15;
  overflow: hidden;
}
.hover-zoom-in-image img {
  transition: 0.25s;
}
.hover-zoom-in-image:hover img {
  scale: var(--pxl-scale);
}
.hover-text-slide-ttb {
  position: relative;
  display: block;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hover-text-slide-ttb::after {
  display: inherit;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  color: red;
}
.hover-text-slide-ttb:hover::after {
  height: 100%;
}
.hover-scale-fill {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hover-scale-fill svg, .hover-scale-fill i {
  position: relative;
  z-index: 9;
}
.hover-scale-fill::before {
  content: '';
  scale: 0;
  background-color: #fff;
  transition: inherit;
  border-radius: inherit;
}
.hover-scale-fill:hover::before {
  scale: 1;
}
.hover-scaley-fill {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hover-scaley-fill svg, .hover-scaley-fill i {
  position: relative;
  z-index: 9;
}
.hover-scaley-fill::before {
  content: '';
  transform: scaleY(0);
  background-color: var(--link-color-hover);
  transition: inherit;
  border-radius: inherit;
  transform-origin: bottom center;
  z-index: 0;
}
.hover-scaley-fill:hover::before {
  transform: scaleY(1);
}
.hover-scale-outline {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hover-scale-outline svg, .hover-scale-outline i {
  position: relative;
  z-index: 9;
}
.hover-scale-outline::before {
  content: '';
  position: absolute;
  inset: 1px;
  scale: 0;
  background-color: #fff;
  transition: inherit;
  border-radius: inherit;
}
.hover-scale-outline:hover {
  color: ;
}
.hover-scale-outline:hover::before {
  scale: 1;
}
.hover-image-transition {
  position: relative;
}
.hover-image-transition .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hover-image-transition .pxl-image-group {
  display: block;
}
.hover-image-transition .pxl-image-group img {
  object-fit: cover;
}
.hover-image-transition .pxl-image-group img.image-back, .hover-image-transition .pxl-image-group img.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.hover-parallax {
  overflow: hidden;
}
.hover-slide-fill {
  position: relative;
  overflow: hidden;
}
.hover-slide-fill.in-top::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.25s;
  background-color: #010101;
  border-radius: inherit;
}
.hover-slide-fill.in-top:hover {
  color: #fff;
}
.hover-slide-fill.in-top:hover::before {
  height: 100%;
}
.hover-flowmap-deformation {
  position: relative;
}
.hover-fill-text--radial {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  transition: 0.5s ease-out;
  background-image: radial-gradient(closest-side, var(--link-color) 50%, transparent 100%), linear-gradient(to bottom, var(--link-color-hover), var(--link-color-hover));
  background-size: 0% 0%, 100% 100%;
  background-position: 50% 50%, center;
}
.hover-fill-text--radial:hover {
  background-size: 260% 260%, 100% 100%;
}
.hover-fill-text--rtl {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  transition: 0.5s ease-out;
  background-image: linear-gradient(to bottom, var(--link-color), var(--link-color)), linear-gradient(to bottom, var(--link-color-hover), var(--link-color-hover));
  background-size: 0% 100%, 100% 100%;
  background-position: center;
  background-position: 0% 50%, 50% 50%;
  transition: 0.5s background-size ease-out;
}
.hover-fill-text--rtl:hover {
  background-size: 100% 100%, 100% 100%;
  background-position: 100% 50%, 50% 50%;
}
.hover-fill-text--expand {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  transition: 0.5s ease-out;
  background-image: linear-gradient(to bottom, var(--link-color), var(--link-color)), linear-gradient(to bottom, var(--link-color-hover), var(--link-color-hover));
  background-size: 0% 100%, 100% 100%;
  background-position: center;
}
.hover-fill-text--expand:hover {
  background-size: 100% 100%, 100% 100%;
}
.hover-distortion-transition {
  position: relative;
  overflow: hidden;
}
.hover-distortion-transition img {
  position: relative;
  opacity: 0;
}
.hover-distortion-transition canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.hover-fill-reveal {
  position: relative;
}
.hover-fill-reveal::before {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-secondary);
  z-index: 0;
  pointer-events: none;
  transition: left 0.3s, right 0.3s, width 0.3s;
}
.hover-fill-reveal:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.hover-diagonal-reveal {
  position: relative;
}
.hover-diagonal-reveal::before, .hover-diagonal-reveal::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
}
.hover-expland-height {
  position: relative;
}
.hover-expland-height::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) scaleY(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  background-color: var(--color-secondary);
}
.hover-expland-height:hover::before {
  transform: translateY(-50%) scaleY(1);
  opacity: 1;
}
.pxl-swiper {
  overflow-x: clip;
}
.pxl-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pxl-swiper .swiper-container.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.pxl-swiper .swiper-container .swiper-slide {
  height: auto;
}
.pxl-swiper .swiper-container .swiper-slide.swiper-slide-hide {
  display: none;
}
.pxl-swiper .swiper-inner {
  --pxl-spacing-inline: 15px;
  --pxl-spacing-block : 15px;
  margin-inline: calc(-1 * var(--pxl-spacing-inline));
  margin-block : calc(-1 * var(--pxl-spacing-block));
  overflow: hidden;
}
.pxl-swiper .swiper-inner .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-inline: var(--pxl-spacing-inline);
  padding-block : var(--pxl-spacing-block);
}
.pxl-swiper .swiper-pagination {
  position: relative;
  width: 100%;
}
.pxl-swiper .swiper-pagination.swiper-pagination-progressbar {
  height: 5px;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  margin: 60px auto 0px auto;
  height: 26px;
  border-radius: 20px;
  border: thin solid #e9e9e9;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-inline: 10px;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 21px;
  height: 2px;
  background-color: #e9e9e9;
  opacity: 1;
  border-radius: 0;
  transition: 0.25s;
  cursor: pointer;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover, .pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
}
.pxl-swiper .swiper-navigation .swiper-button-disabled {
  opacity: 1;
}
.pxl-swiper .swiper-navigation .swiper-button-disabled:hover, .pxl-swiper .swiper-navigation .swiper-button-disabled:active {
  opacity: 0.5;
}
.pxl-swiper .swiper-navigation.swiper-navigation-hidden {
  display: none;
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .pxl-grid-inner {
  margin-inline: calc(-1 * var(--pxl-spacing-inline));
  margin-block: calc(-1 * var(--pxl-spacing-block));
}
.pxl-grid .pxl-grid-inner .pxl-grid-item {
  overflow: hidden;
  padding-inline: var(--pxl-spacing-inline);
  padding-block: var(--pxl-spacing-block);
}
@media screen and (max-width: 1199px) {
  .pxl-grid .pxl-grid-inner {
    --pxl-spacing-inline: 15px !important;
  }
}
.pxl-grid .pxl-button-wrapper {
  margin-top: 60px;
}
.pxl-grid .grid-sizer {
  z-index: -1;
  display: none;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .pxl-grid .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }
  .pxl-grid .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
  }
  .pxl-grid .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
  }
  .pxl-grid .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
  }
  .pxl-grid .col-xxl-pxl5 {
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
  }
  .pxl-grid .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
  }
}
.pxl-grid .pxl-load-more-button .pxl-button-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
}
.pxl-grid .pxl-load-more-button .pxl-button-loader::after {
  content: '';
  position: absolute;
  inset: 0px;
  background-color: transparent;
  border: 5px solid #fff;
  border-right-color: var(--color-primary);
  border-radius: inherit;
  -webkit-animation: spin 0.5s linear infinite;
  -khtml-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  -ms-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
.pxl-grid .pxl-load-more-button.loading {
  pointer-events: none;
  cursor: wait;
}
.pxl-grid .pxl-load-more-button.loading * {
  opacity: 0;
  visibility: hidden;
}
.pxl-grid .pxl-load-more-button.loading .pxl-button-loader {
  opacity: 1;
  visibility: visible;
}
.pagination-container {
  width: 100%;
  position: relative;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .pagination-container {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .pagination-container {
    margin-top: 50px;
  }
}
.pagination-container .pagination-numbers {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-inline: 20px;
  height: 54px;
  border-radius: 10px;
  background-color: #fff;
  border: thin solid #e9e9e9;
}
.pagination-container .page-numbers {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.pagination-container .page-numbers.current, .pagination-container .page-numbers:hover, .pagination-container .page-numbers:active {
  color: var(--color-secondary);
}
.pagination-container .page-numbers.prev, .pagination-container .page-numbers.next {
  --pxl-box-size: 54px;
  background-color: #fff;
  border-radius: 10px;
  border: thin solid #e9e9e9;
  background-color: #fff;
  color: #000;
}
.pagination-container .page-numbers.prev:hover, .pagination-container .page-numbers.next:hover, .pagination-container .page-numbers.prev:active, .pagination-container .page-numbers.next:active {
  border-color: var(--color-primary);
}
.error404 #pxl-main .wrapper {
  position: relative;
}
.error404 #pxl-main .wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 612px;
  background-color: #f0f2f4;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-main .wrapper .overlay {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .error404 #pxl-main .wrapper .overlay {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .error404 #pxl-main .wrapper .overlay {
    height: 400px;
  }
}
.error404 #pxl-main .container {
  position: relative;
  max-width: 1750px;
  padding-inline: 15px;
  margin: 0 auto;
  z-index: 9;
}
.error404 #pxl-main .inner {
  flex-direction: column;
  padding-block: 240px 100px;
  min-height: 100dvh;
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-main .inner {
    padding-block: 150px 100px;
  }
}
@media screen and (max-width: 767px) {
  .error404 #pxl-main .inner {
    padding-block: 100px;
  }
}
.error404 #pxl-main .pxl-heading-title {
  position: relative;
  z-index: 99;
  text-align: center;
}
.error404 #pxl-main .pxl-heading-title .pxl-text-highlight {
  color: transparent;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  stroke: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-main .pxl-heading-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .error404 #pxl-main .pxl-heading-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .error404 #pxl-main .pxl-heading-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .error404 #pxl-main .pxl-heading-title {
    font-size: 42px;
  }
}
.error404 #pxl-main .pxl-image-box {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin-top: -170px;
  padding-block: 200px 100px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  gap: 20px;
}
.error404 #pxl-main .pxl-image-box .pxl-page-title {
  position: relative;
  z-index: 99;
  color: var(--white-color);
  font-size: clamp(7.813rem, 11.539vw, 12.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -6px;
}
.error404 #pxl-main .pxl-image-box .button {
  color: #fff;
  position: relative;
  z-index: 99;
  background-color: var(--color-primary);
  gap: 6px;
}
.error404 #pxl-main .pxl-image-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.error404 #pxl-main .pxl-image-box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error404 #pxl-main .pxl-image-box::after {
  content: '';
  pointer-events: none;
  z-index: 9;
  background: -webkit-linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-main .pxl-image-box {
    margin-top: -65px;
  }
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-main .pxl-image-box {
    margin-top: -60px;
    min-height: 500px;
    padding-block: 160px 100px;
  }
}
@media screen and (max-width: 767px) {
  .error404 #pxl-main .pxl-image-box {
    margin-top: -55px;
    padding-block: 150px 100px;
  }
}
@media screen and (max-width: 575px) {
  .error404 #pxl-main .pxl-image-box {
    margin-top: -45px;
  }
}
.button-back-to-top {
  position: fixed;
  right: 30px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: thin solid var(--color-primary);
  opacity: 0;
  pointer-events: none;
  z-index: 999999999;
  border-radius: 5px;
  padding-top: 10px;
}
.button-back-to-top .button-bar {
  position: absolute;
  display: block;
  width: 1px;
  height: 30px;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.button-back-to-top:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.button-back-to-top.active {
  bottom: 30px;
  opacity: 1;
  pointer-events: visible;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget + .widget {
  margin-top: 34px;
}
.widget:not(.widget_search) {
  padding: 37px 33px 46px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
}
@media screen and (max-width: 575px) {
  .widget:not(.widget_search) {
    padding: 30px;
  }
}
.widget .widget-title {
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0;
  margin-bottom: 31px;
}
.widget .widget-title:after {
  content: '';
  height: 3px;
  width: 32px;
  background-color: #ff3d00;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .widget .widget-title {
    font-size: 22px;
  }
}
.widget.widget_search .search-form-control {
  position: relative;
}
.widget.widget_search .search-submit {
  --pxl-box-size: 56px;
  background-color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
  color: #fff;
  z-index: 9;
  font-size: 18px;
  transform: translateY(-50%);
}
.widget.widget_search .search-submit:before, .widget.widget_search .search-submit:after {
  display: none;
}
.widget.widget_search .search-submit:hover {
  background-color: #ff3d00;
  color: #fff;
}
.widget.widget_search .search-field {
  background-color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 65px 0 32px;
  border: 1px solid #d9d9d9;
  line-height: 64px;
  border: thin solid #d5d5d5;
  font-family: var(--font-secondary);
  color: #5f5f5f;
  font-size: 15px;
}
.widget.widget_search .search-field:focus {
  border-color: #000;
  color: #000;
}
.widget.widget_pxl_recent_posts {
  padding: 36px 26px 46px 32px;
}
.widget.widget_pxl_recent_posts .pxl-post-divider {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #5f5f5f;
  opacity: 0.15;
  margin-block: 26px;
}
.widget.widget_pxl_recent_posts .pxl-post-item {
  display: flex;
  gap: 23px;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-featured {
  border-radius: 6px;
  flex-basis: 45%;
  overflow: hidden;
  position: relative;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-featured img {
  width: 100%;
  height: 100%;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-featured::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) scaleX(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-featured:hover::before {
  animation: custom-anim1 0.75s linear forwards;
  -webkit-animation: custom-anim1 0.75s linear forwards;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-content {
  flex-basis: 55%;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-content .pxl-post-title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 7px;
  transition: 0.25s;
  color: #000;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-content .pxl-post-title > a {
  color: inherit;
  transition: 0s;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-content .pxl-post-title:hover {
  color: #ff3d00;
}
.widget.widget_pxl_recent_posts .pxl-post-item .pxl-post-content .pxl-post-date {
  color: #000;
  font-family: var(--font-secondary);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.98;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.widget.widget_categories .pxl-category-item:first-child a {
  padding-block: 0 9px;
}
.widget.widget_categories .pxl-category-item:nth-last-of-type() a {
  padding-block: 9 0px;
}
.widget.widget_categories .pxl-category-item + .pxl-category-item {
  border-top: thin dotted #5f5f5f;
}
.widget.widget_categories .pxl-category-item.current-category > a .pxl-category-count {
  color: #ff3d00;
}
.widget.widget_categories .pxl-category-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 9px;
}
.widget.widget_categories .pxl-category-item > a .pxl-category-count {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  transition: color 0.25s;
}
.widget.widget_categories .pxl-category-item > a:hover .pxl-category-count {
  color: #ff3d00;
}
.widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  column-gap: 17.5px;
  row-gap: 17px;
}
.widget.widget_tag_cloud .tagcloud > a {
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  font-family: var(--font-secondary);
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding: 12px 23px;
  border-radius: 25px;
  border: thin solid #000;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.widget.widget_pxl_author_info .pxl-author-avatar {
  margin-bottom: 24px;
  text-align: center;
}
.widget.widget_pxl_author_info .pxl-author-avatar img {
  width: 100%;
  height: auto;
}
.widget.widget_pxl_author_info .pxl-author-name {
  display: none;
}
.widget.widget_pxl_author_info .pxl-author-description {
  color: #5f5f5f;
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 1.6;
}
.widget.widget_pxl_author_info .pxl-author-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.widget.widget_pxl_author_info .pxl-author-social > a {
  --pxl-box-size: 45px;
  background-color: var(--color-primary);
  color: #000;
}
.widget.widget_pxl_author_info .pxl-author-social > a:hover {
  background-color: #000;
  color: var(--color-primary);
}
.widget.widget_pxl_author_info .pxl-author-social > a svg {
  height: 20px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .widget.widget_pxl_author_info .pxl-post-author-box {
    display: flex;
    gap: 30px;
  }
  .widget.widget_pxl_author_info .pxl-post-author-box .pxl-author-avatar {
    width: 100%;
    flex-basis: 0 0 221px;
  }
  .widget.widget_pxl_author_info .pxl-post-author-box .pxl-author-metas {
    width: 100%;
    flex-basis: 0 0 300px;
  }
  .widget.widget_pxl_author_info .pxl-post-author-box .pxl-author-social {
    justify-content: start;
  }
}
@media screen and (max-width: 575px) {
  .widget.widget_pxl_author_info .pxl-post-author-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .widget.widget_pxl_author_info .pxl-post-author-box .pxl-author-avatar {
    flex-basis: 0 0 auto;
  }
  .widget.widget_pxl_author_info .pxl-post-author-box .pxl-author-metas {
    flex-basis: 0 0 auto;
  }
  .widget.widget_pxl_author_info .pxl-post-author-box .pxl-author-social {
    justify-content: center;
  }
}
.gallery {
  margin: -10px -5px 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}
#pxl-content-main .gallery {
  margin: -5px -12px 38px -12px !important;
}
#pxl-content-main .gallery .gallery-item {
  padding: 0 12px !important;
  margin: 24px 0 0 !important;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 15px;
  font-family: "Caseicon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  font-weight: 400;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.pxl-gallery {
  margin: -8px -15px 26px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 26px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.calendar_wrap caption {
  margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_recent_comments ul a, .widget_recent_comments ol a {
  color: inherit;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ol a:hover {
  color: var(--color-primary);
}
.widget_recent_comments ul li + li, .widget_recent_comments ol li + li {
  margin-top: 18px;
}
.widget_rss .rss-widget-title {
  color: inherit;
}
.widget_rss ul, .widget_rss ol {
  margin: 0;
  list-style: none;
}
.widget_rss .rsswidget {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}
.widget_rss li + li {
  margin-top: 34px;
}
.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: var(--color-primary);
}
.widget_block ul, .widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2 {
  font-size: 22px;
  margin-bottom: 27px;
  position: relative;
  color: #080808;
  font-weight: 700;
  display: block;
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 600;
}
.widget_block .wp-block-latest-posts__list a, .widget_block .wp-block-latest-comments a {
  color: inherit;
}
.widget_block .wp-block-latest-posts__list a:hover, .widget_block .wp-block-latest-comments a:hover {
  color: var(--color-primary);
}
.widget_block .wp-block-latest-posts__list li + li, .widget_block .wp-block-latest-comments li + li {
  margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
  color: #666;
}
.widget_block .wp-block-latest-comments a {
  color: #080808;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--color-primary);
}
.widget_block.widget_search .wp-block-search__label {
  display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  --pxl-box-size: 56px;
  background-color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
  color: #fff;
  z-index: 9;
  font-size: 0px;
  transform: translateY(-50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button::after {
  display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f12c";
  font-family: "Caseicon";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: #ff3d00;
  color: #fff;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:focus {
  border-color: #000;
  color: #000;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 65px 0 32px;
  border: 1px solid #d9d9d9;
  line-height: 64px;
  border: thin solid #d5d5d5;
  font-family: var(--font-secondary);
  color: #5f5f5f;
  font-size: 15px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: #000;
  color: #000;
}
.widget_archive .nice-select ul.list {
  max-width: 320px;
}
.wp-calendar-table {
  background-color: #fff;
}
.pxl-wg-categories {
  margin: -20px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-wg-categories .pxl-category {
  padding: 0 10px;
  margin-top: 20px;
}
.pxl-wg-categories .pxl-category--inner {
  min-height: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories .pxl-category--inner {
    min-height: 120px;
  }
}
.pxl-wg-categories .pxl-category--inner:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 12;
}
.pxl-wg-categories .pxl-category--inner a {
  z-index: 99;
}
.pxl-wg-categories .pxl-category--inner span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 88;
}
.pxl-wg-categories .pxl-category--inner .pxl-category--img {
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}
.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-wg-categories.columns-2 .pxl-category {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories.columns-2 .pxl-category {
    width: 100%;
  }
}
.pxl-contact-info-widget {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 62px 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.pxl-contact-info-widget .pxl-phone--number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .pxl-contact-info-widget .pxl-phone--number {
    font-size: 28px;
  }
}
.pxl-contact-info-widget .pxl-item--icon {
  height: 62px;
  width: 62px;
  background-color: red;
  border-radius: 62px;
  font-size: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}
.pxl-contact-info-widget .pxl-item--icon:before {
  content: '';
  background-color: #020626;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 100%;
  z-index: -1;
}
.pxl-contact-info-widget .pxl-item--icon i.active {
  animation: pxl_zigzag 0.8s ease-out infinite;
  -webkit-animation: pxl_zigzag 0.8s ease-out infinite;
}
.pxl-contact-info-widget .pxl-phone--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact-info-widget:before {
  z-index: -1;
  background-color: rgba(2, 6, 38, 0.85);
}
@media screen and (max-width: 575px) {
  .elementor .elementor-hidden-mobile, .pxl-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .elementor .elementor-hidden-mobile_extra, .pxl-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor .elementor-hidden-tablet, .pxl-hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .elementor .elementor-hidden-tablet_extra, .pxl-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .elementor .elementor-hidden-laptop, .pxl-hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .elementor .elementor-hidden-desktop, .pxl-hidden-xxl {
    display: none !important;
  }
}
.elementor-editor-active .pxl-post-title, .elementor-editor-preview .pxl-post-title {
  opacity: 1 !important;
}
.elementor-editor-active .pxl-featured-image-wrapper .pxl-featured-image-item img.hover-flowmap-deformation, .elementor-editor-preview .pxl-featured-image-wrapper .pxl-featured-image-item img.hover-flowmap-deformation {
  opacity: 1;
}
.elementor-editor-active .pxl-image-wrapper .pxl-image-item img.hover-flowmap-deformation, .elementor-editor-preview .pxl-image-wrapper .pxl-image-item img.hover-flowmap-deformation {
  opacity: 1;
}
.elementor-editor-active .e-con-overlay, .elementor-editor-preview .e-con-overlay {
  z-index: -1;
}
.elementor-editor-active .text-animate, .elementor-editor-preview .text-animate {
  visibility: visible;
}
.elementor-shape {
  position: absolute;
  width: 100%;
  left: 0;
}
.elementor-shape.elementor-shape-top {
  top: 0;
}
.elementor-shape.elementor-shape-bottom {
  bottom: 0;
  transform: scaleY(-1);
}
.elementor-element {
  background: center center / cover no-repeat;
}
.e-con-background {
  position: absolute;
  inset: 0;
  background: center center / cover no-repeat;
}
.e-con-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scroll-based-width-shrinking {
  z-index: 99;
}
.scroll-grow-width {
  z-index: 100;
}
.pxl-header {
  position: relative;
}
.pxl-header .elementor-element {
  position: static;
}
.pxl-header .elementor-element.e-parent {
  position: relative;
}
.pxl-header ul {
  list-style: none;
  margin: 0;
}
.pxl-header .pxl-header-logo {
  display: flex;
  align-items: center;
}
.pxl-header .pxl-header-logo img {
  height: 34px;
}
.pxl-header .header-search-form {
  margin-bottom: 30px;
}
.pxl-header .header-search-form form {
  position: relative;
}
.pxl-header .header-search-form .search-field {
  line-height: 48px;
  border: thin solid #d5d5d5;
  font-size: 14px;
  font-weight: 400;
  color: #d5d5d5;
  padding-inline: 10px;
  padding-block: 0;
}
.pxl-header .header-search-form .search-field:hover, .pxl-header .header-search-form .search-field:focus {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.pxl-header .header-search-form .search-submit {
  --pxl-box-size: 50px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: var(--color-secondary);
  border: thin solid var(--color-secondary);
  transition: background-color 0.3s linear;
}
.pxl-header .header-search-form .search-submit:hover {
  background-color: transparent;
}
.pxl-header .pxl-menu-primary li {
  position: relative;
}
.pxl-header .pxl-menu-primary li.pxl-megamenu {
  position: static;
}
.pxl-header .pxl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .pxl-header .pxl-header-inner {
    padding-block: 23px;
  }
}
.pxl-header .pxl-header-inner .pxl-sidebar-menu {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .pxl-header .pxl-header-inner .pxl-sidebar-menu {
    position: fixed;
    height: 100vh;
    width: 290px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 6667;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-sidebar-box {
    position: relative;
    height: 100%;
    padding: 50px 30px;
    overflow-y: scroll;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-sidebar-box::-webkit-scrollbar {
    display: none;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-sidebar-box .pxl-close-menu {
    --pxl-box-size: 50px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-primary);
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-sidebar-box .pxl-close-menu:before, .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-sidebar-box .pxl-close-menu::after {
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s linear;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-header-logo {
    position: relative;
    margin-bottom: 30px;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary {
    --pxl-spacing-inline: 0px;
    flex-direction: column;
    align-items: stretch;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary li {
    display: block;
    width: 100%;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary li .sub-menu {
    display: none;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary li > a {
    display: flex;
    width: 100%;
    color: var(--color-secondary);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-block: 15px;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary li > .sub-menu > li > a {
    padding-left: 23px;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary li > .sub-menu > li > .sub-menu > li a {
    padding-left: 46px;
  }
  .pxl-header .pxl-header-inner .pxl-sidebar-menu .pxl-menu-primary li > .sub-menu > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 69px;
  }
}
.pxl-header .pxl-header-inner .elementor {
  width: 100%;
}
.pxl-header .pxl-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.pxl-header .pxl-header-sticky {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-105%);
  -khtml-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 1199px) {
  .pxl-header .pxl-header-sticky {
    display: none;
  }
}
.pxl-header .pxl-header-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, .75);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 6666;
}
.pxl-header .pxl-header-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.pxl-header-mobile {
  background-color: #fff;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav {
  overflow-y: scroll;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary {
  gap: 0;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li {
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--color-secondary);
  font-weight: 400;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.menu-item-has-children > a {
  position: relative;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.menu-item-has-children > a .menu-icon-toggle {
  display: block;
  width: 10px;
  height: 10px;
  color: var(--color-secondary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.menu-item-has-children > a .menu-icon-toggle::before {
  content: '';
  display: block;
  transform-origin: center center;
  background-color: currentColor;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.menu-item-has-children > a .menu-icon-toggle::after {
  content: '';
  display: block;
  transform-origin: center center;
  background-color: currentColor;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s linear;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.menu-item-has-children:hover > a .menu-icon-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li:hover > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.current-menu-parent > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.current-menu-ancestor > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.current_page_item > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary li.current-menu-item > a {
  color: red;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary .sub-menu > li a {
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--color-secondary);
  font-weight: 400;
}
.pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary .sub-menu > li:hover > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary .sub-menu > li.current-menu-parent > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary .sub-menu > li.current-menu-ancestor > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary .sub-menu > li.current_page_item > a, .pxl-header-mobile .pxl-sidebar-menu .pxl-header-nav .pxl-menu-primary .sub-menu > li.current-menu-item > a {
  color: red;
}
@media screen and (min-width: 1200px) {
  .pxl-menu-primary {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-secondary);
    padding-block: 20px;
    border-radius: 5px;
    z-index: 99;
    min-width: 230px;
    -webkit-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .pxl-menu-primary .sub-menu.pxl-mega-menu, .pxl-menu-primary .children.pxl-mega-menu {
    background-color: transparent;
  }
  .pxl-menu-primary .sub-menu > li, .pxl-menu-primary .children > li {
    white-space: nowrap;
    line-height: 1.25;
    padding: 10px 30px;
  }
  .pxl-menu-primary .sub-menu > li a, .pxl-menu-primary .children > li a {
    display: flex;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .pxl-menu-primary .sub-menu.submenu-reverse, .pxl-menu-primary .children.submenu-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu, .pxl-menu-primary .children .sub-menu, .pxl-menu-primary .sub-menu .children, .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu.submenu-reverse, .pxl-menu-primary .children .sub-menu.submenu-reverse, .pxl-menu-primary .sub-menu .children.submenu-reverse, .pxl-menu-primary .children .children.submenu-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary .sub-menu.pxl-mega-menu, .pxl-menu-primary .children.pxl-mega-menu {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
  }
}
.pxl-anchor-divider {
  overflow: hidden;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: relative;
}
.pxl-anchor-divider .pxl-icon-line {
  height: 3px;
  position: absolute;
  right: 0;
  border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-divider .pxl-icon-line:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before {
  -webkit-transform: translate3d(100%, 0, 0);
  -khtml-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
  top: 0;
  width: 22px;
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
  width: 16px;
  bottom: 0;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line1:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line2:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line3:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-hide-xl {
    display: none !important;
  }
}
#pxl-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
#pxl-header-default .container {
  max-width: 1720px;
}
@media screen and (min-width: 1200px) {
  #pxl-header-default .container .pxl-menu-primary > li {
    line-height: 80px;
  }
}
#pxl-header-default .container .pxl-menu-primary > li > a {
  display: inline-flex;
  position: relative;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--secondary-font);
}
#pxl-header-default .pxl-toggle-menu {
  display: none;
}
@media screen and (max-width: 1199px) {
  #pxl-header-default .pxl-toggle-menu {
    display: block;
  }
}
#pxl-header-elementor {
  min-height: auto !important;
}
@media screen and (max-width: 1199px) {
  #pxl-header-elementor #pxl-header-desktop {
    display: none;
  }
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
  }
}
#pxl-header-elementor #pxl-header-mobile .pxl-header-inner {
  padding-inline: 15px;
}
.pxl-background-wrapper {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.pxl-background-wrapper .pxl-background-item {
  position: absolute;
  inset: 0;
  background: center / cover no-repeat;
}
.pxl-background-wrapper .pxl-background-item canvas {
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
}
.pxl-site-logo-wrapper img {
  width: auto;
}
@-webkit-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-moz-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-ms-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-o-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
.pxl-circular-motion, .pxl-search-form-wrapper .search-form.search-form1:focus-within .search-submit:hover svg, .pxl-search-form-wrapper .search-form.search-form1:focus-within .search-submit:hover i {
  --pxl-translate-x: 5px;
  --pxl-translate-y: 5px;
  --pxl-rotate: 5deg;
  -webkit-animation: circular-motion 3.5s linear infinite;
  -khtml-animation: circular-motion 3.5s linear infinite;
  -moz-animation: circular-motion 3.5s linear infinite;
  -ms-animation: circular-motion 3.5s linear infinite;
  -o-animation: circular-motion 3.5s linear infinite;
  animation: circular-motion 3.5s linear infinite;
}
.pxl-search-form-wrapper .search-form.search-form1 {
  width: 250px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
  padding-left: 120px;
  transition: 0.25s;
}
.pxl-search-form-wrapper .search-form.search-form1:focus-within {
  padding-left: 0;
}
.pxl-search-form-wrapper .search-form.search-form1:focus-within .search-submit {
  min-width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  color: var(--white-color);
}
.pxl-search-form-wrapper .search-form.search-form1:focus-within .search-submit:hover {
  background-color: var(--color-secondary);
}
.pxl-search-form-wrapper .search-form.search-form1 .search-form-control {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.pxl-search-form-wrapper .search-form.search-form1 input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.pxl-search-form-wrapper .search-form.search-form1 .search-field {
  font-family: 'Sora';
  color: rgba(31, 31, 31, .3);
  font-size: 14px;
  line-height: 1;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}
.pxl-search-form-wrapper .search-form.search-form1 .search-field:focus {
  color: var(--color-secondary);
}
.pxl-search-form-wrapper .search-form.search-form1 .search-submit {
  flex-shrink: 0s;
  background-color: transparent;
  color: var(--color-secondary);
  transition: 0.25s;
  border-radius: 10px;
  transition: background-color 0.25s linear 0.25, color 0.25s linear, min-width 0.25s linear, height 0.25s linear;
}
.pxl-post-title-wrapper {
  text-align: center;
}
.pxl-post-title-wrapper .pxl-text-highlight {
  color: transparent;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  stroke: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
}
@media screen and (max-width: 1399px) {
  .pxl-post-title-wrapper h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-post-title-wrapper h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-post-title-wrapper h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-title-wrapper h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-title-wrapper h1 {
    font-size: 42px;
  }
}
.pxl-featured-image-wrapper {
  display: flex;
}
.pxl-featured-image-wrapper .pxl-featured-image-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.pxl-featured-image-wrapper .pxl-featured-image-item img {
  width: 100%;
  height: 100%;
}
.pxl-featured-image-wrapper .pxl-featured-image-item img.hover-flowmap-deformation {
  opacity: 0;
  z-index: 1;
}
.pxl-featured-image-wrapper .pxl-featured-image-item canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-featured-image-wrapper .pxl-featured-image-item::after {
  content: '';
  pointer-events: none;
  z-index: 9;
}
.pxl-image-wrapper {
  display: flex;
}
.pxl-image-wrapper .pxl-image-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.pxl-image-wrapper .pxl-image-item.scroll-parallax {
  height: 500px;
  width: 100%;
}
.pxl-image-wrapper .pxl-image-item.scroll-parallax img {
  position: absolute;
  inset: 0;
}
.pxl-image-wrapper .pxl-image-item img {
  width: 100%;
  height: 100%;
}
.pxl-image-wrapper .pxl-image-item img.hover-flowmap-deformation {
  opacity: 0;
  z-index: 1;
}
.pxl-image-wrapper .pxl-image-item canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-image-wrapper .pxl-image-item::after {
  content: '';
  pointer-events: none;
  z-index: 9;
}
.pxl-divider-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.pxl-divider-wrapper .pxl-divider-item {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  outline: none;
  background-color: var(--color-secondary);
}
.pxl-divider-wrapper .pxl-divider-title, .pxl-divider-wrapper .pxl-divider-icon {
  white-space: nowrap;
  flex-shrink: 0;
}
.pxl-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.pxl-tags-wrapper a {
  color: var(--color-third);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: transparent;
}
.pxl-tags-wrapper a:hover, .pxl-tags-wrapper a:active {
  color: #fff;
  background-color: var(--color-secondary);
}
.pxl-post-info-wrapper {
  display: flex;
  column-gap: 44px;
  row-gap: 22px;
  flex-wrap: wrap;
}
.pxl-post-info-wrapper .pxl-info-title {
  display: block;
  color: rgba(31, 31, 31, .6);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
.pxl-post-info-wrapper .pxl-info-meta {
  display: block;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: 0.25s linear;
}
.pxl-post-info-wrapper .pxl-info-meta a, .pxl-post-info-wrapper .pxl-info-meta span {
  text-align: center;
  display: inline-block;
  color: inherit;
}
.pxl-accordion-wrapper .pxl-accordion-content {
  height: 0;
  overflow: hidden;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-bottom: thin solid #d9d9d9;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item.active, .pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item:hover {
  z-index: 1;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item.active .pxl-accordion-header .pxl-accordion-action, .pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item:hover .pxl-accordion-header .pxl-accordion-action {
  color: var(--color-primary);
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item.active .pxl-accordion-header .pxl-accordion-action::after, .pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-item:hover .pxl-accordion-header .pxl-accordion-action::after {
  transform: translate(-50%, -50%) rotate(0);
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 24px 20px;
  cursor: pointer;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-header .pxl-accordion-title {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.48px;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-action {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 10px;
  height: 10px;
  color: var(--color-third);
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-action::before, .pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-action::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: inherit;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-action::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-content {
  width: 100%;
}
.pxl-accordion-wrapper.pxl-accordion-default .pxl-accordion-content p {
  padding-bottom: 24px;
  padding-left: 40px;
}
.pxl-icon-wrapper {
  line-height: 1;
  font-size: 30px;
  width: 100%;
}
.pxl-icon-wrapper .pxl-icon-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-icon-wrapper .pxl-icon-item.spin {
  -webkit-animation: none;
  -khtml-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-1 {
  --pxl-rotate: 360deg;
  transform-origin: 42% 50%;
  animation: spin 35s linear infinite;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-3 {
  --pxl-rotate: 360deg;
  transform-origin: 42% 50%;
  animation: spin 30s linear infinite;
  animation-delay: 2.5s;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-5 {
  --pxl-rotate: 360deg;
  transform-origin: 42% 50%;
  animation: spin 25s linear infinite;
  animation-delay: 5s;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-7 {
  --pxl-rotate: 360deg;
  transform-origin: 42% 50%;
  animation: spin 20s linear infinite;
  animation-delay: 7.5s;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-2 {
  --pxl-rotate: -360deg;
  transform-origin: 42% 50%;
  animation: spin 20s linear infinite;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-4 {
  --pxl-rotate: -360deg;
  transform-origin: 42% 50%;
  animation: spin 25s linear infinite;
  animation-delay: 3s;
}
.pxl-icon-wrapper .pxl-icon-item.spin #circuit-svg .group-6 {
  --pxl-rotate: -360deg;
  transform-origin: 42% 50%;
  animation: spin 30s linear infinite;
  animation-delay: 6s;
}
.pxl-heading-wrapper .pxl-heading-title .pxl-title-text {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .pxl-heading-wrapper h1.pxl-heading-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-heading-wrapper h1.pxl-heading-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading-wrapper h1.pxl-heading-title {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading-wrapper h1.pxl-heading-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading-wrapper h1.pxl-heading-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1399px) {
  .pxl-heading-wrapper h2.pxl-heading-title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-heading-wrapper h2.pxl-heading-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading-wrapper h2.pxl-heading-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading-wrapper h2.pxl-heading-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading-wrapper h2.pxl-heading-title {
    font-size: 34px;
  }
}
.pxl-heading-wrapper h3.pxl-heading-title {
  font-size: clamp(2rem, 2.398vw, 2.5rem);
}
.pxl-heading-wrapper h4.pxl-heading-title {
  font-size: clamp(1.5rem, 1.898vw, 2rem);
}
.pxl-heading-wrapper .pxl-heading-title.heading-title-default .pxl-text-highlight {
  color: var(--color-primary);
}
.pxl-heading-wrapper .pxl-heading-title.heading-title-default .pxl-text-highlight2 {
  color: transparent;
  stroke-width: 1px;
  stroke: var(--color-secondary);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-secondary);
}
.pxl-heading-wrapper .pxl-heading-subtitle .pxl-subtitle-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.pxl-heading-wrapper .pxl-heading-subtitle.heading-subtitle-default {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.pxl-heading-wrapper .pxl-heading-subtitle.heading-subtitle-default .pxl-subtitle-icon {
  color: var(--color-primary);
}
.pxl-image-carousel .pxl-image-item {
  display: flex;
  overflow: hidden;
  transition: 0.3s linear;
  transform: scale(var(--pxl-scale)) rotate(var(--pxl-rotate));
}
.pxl-image-carousel .pxl-image-item img {
  transition: inherit;
}
.pxl-social-icons-wrapper {
  display: flex;
  gap: 12px;
}
.pxl-social-icons-wrapper .pxl-social-icon-item:hover.hover-default {
  background-color: var(--color-primary);
}
.pxl-links-wrapper {
  list-style: none;
  margin: 0;
}
.pxl-links-wrapper .pxl-link-item + .pxl-link-item {
  margin-top: 30px;
}
.pxl-links-wrapper .pxl-link {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pxl-icon-gallery {
  display: flex;
  justify-content: space-between;
}
.pxl-icon-gallery .pxl-icon-wrapper {
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
}
@-webkit-keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x));
  }
}
@-moz-keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x));
  }
}
@-ms-keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x));
  }
}
@-o-keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x));
  }
}
@keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x));
  }
}
.pxl-icon-marquee-wrapper {
  --pxl-spacing-inline: 30px;
  display: flex;
  width: 100%;
  overflow-x: clip;
}
.pxl-icon-marquee-wrapper .pxl-icon-marquee-item {
  --pxl-duration: 20s;
  --pxl-translate-x: calc(-100% - (var(--pxl-spacing-inline)/2));
  display: flex;
  width: min-content;
  flex-shrink: 0;
  min-width: 100%;
  gap: 30px;
  justify-content: space-between;
  -webkit-animation: marquee-animation var(--pxl-duration) linear infinite;
  -khtml-animation: marquee-animation var(--pxl-duration) linear infinite;
  -moz-animation: marquee-animation var(--pxl-duration) linear infinite;
  -ms-animation: marquee-animation var(--pxl-duration) linear infinite;
  -o-animation: marquee-animation var(--pxl-duration) linear infinite;
  animation: marquee-animation var(--pxl-duration) linear infinite;
}
.pxl-icon-marquee-wrapper .pxl-icon-marquee-item .svg {
  min-width: 100%;
}
.pxl-icon-marquee-wrapper .pxl-icon-marquee-item.main {
  padding-right: calc(var(--pxl-spacing-inline)/2);
}
.pxl-icon-marquee-wrapper .pxl-icon-marquee-item.duplicated {
  padding-left: calc(var(--pxl-spacing-inline)/2);
}
.pxl-icon-marquee-wrapper .pxl-icon {
  transition: 0.25s;
}
.pxl-icon-marquee-wrapper.ltr {
  justify-content: end;
}
.pxl-icon-marquee-wrapper.ltr .pxl-icon-marquee-item {
  --pxl-translate-x: calc(100% + (var(--pxl-spacing-inline)/2));
}
.pxl-icon-marquee-wrapper.pause-on-hover:hover .pxl-icon-marquee-item {
  animation-play-state: paused;
}
.pxl-text-marquee-wrapper {
  --pxl-spacing-inline: 30px;
  display: flex;
  width: 100%;
  overflow-x: clip;
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item {
  --pxl-duration: 20s;
  --pxl-translate-x: calc(-100% - (var(--pxl-spacing-inline)/2));
  -webkit-animation: marquee-animation var(--pxl-duration) linear infinite;
  -khtml-animation: marquee-animation var(--pxl-duration) linear infinite;
  -moz-animation: marquee-animation var(--pxl-duration) linear infinite;
  -ms-animation: marquee-animation var(--pxl-duration) linear infinite;
  -o-animation: marquee-animation var(--pxl-duration) linear infinite;
  animation: marquee-animation var(--pxl-duration) linear infinite;
  white-space: nowrap;
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item p {
  width: 100%;
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item.main {
  padding-right: calc(var(--pxl-spacing-inline)/2);
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item.duplicated {
  padding-left: calc(var(--pxl-spacing-inline)/2);
}
.pxl-text-marquee-wrapper.ltr {
  justify-content: end;
}
.pxl-text-marquee-wrapper.ltr .pxl-text-marquee-item {
  --pxl-translate-x: calc(100% + (var(--pxl-spacing-inline)/2));
}
.pxl-pricing {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .pxl-pricing {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-pricing {
    flex-direction: column;
  }
}
.pxl-pricing.has-hero .pxl-pricing-hero {
  flex-basis: calc(32.69% - 25px);
  max-width: calc(32.69% - 25px);
}
.pxl-pricing.has-hero .pxl-pricing-carousel {
  flex-basis: calc(67.31% - 25px);
  max-width: calc(67.31% - 25px);
}
@media screen and (max-width: 1199px) {
  .pxl-pricing.has-hero .pxl-pricing-hero {
    flex-basis: calc(32.69% - 15px);
    max-width: calc(32.69% - 15px);
  }
  .pxl-pricing.has-hero .pxl-pricing-carousel {
    flex-basis: calc(67.31% - 15px);
    max-width: calc(67.31% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .pxl-pricing.has-hero .pxl-pricing-hero {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .pxl-pricing.has-hero .pxl-pricing-carousel {
    flex-basis: calc(50% - 13px);
    max-width: calc(50% - 13px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-pricing.has-hero .pxl-pricing-hero, .pxl-pricing.has-hero .pxl-pricing-carousel {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.pxl-pricing .pxl-pricing-hero {
  position: relative;
  padding: 40px 60px 50px 40px;
  border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 595px;
}
@media screen and (max-width: 1199px) {
  .pxl-pricing .pxl-pricing-hero {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-pricing .pxl-pricing-hero {
    min-height: auto;
  }
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-overlay {
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 0;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-title {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3125;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-title .pxl-text-highlight {
  color: transparent;
  stroke: var(--color-primary);
  -webkit-text-stroke: var(--color-primary);
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-description {
  position: relative;
  color: #fff;
  font-family: 'Sora';
  font-size: 14px;
  line-height: 1.7429;
  margin-bottom: 40px;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-inline: 24px;
  fill: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(20px);
  border-radius: 10px;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-toggle button {
  position: relative;
  color: #fff;
  font-family: 'Sora';
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  background-color: transparent;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-toggle button::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-primary);
  transition: width 0.3s linear;
}
.pxl-pricing .pxl-pricing-hero .pxl-pricing-toggle button:hover::before, .pxl-pricing .pxl-pricing-hero .pxl-pricing-toggle button.active::before {
  width: 30px;
}
.pxl-pricing .pxl-pricing-carousel {
  max-width: 100%;
}
.pxl-pricing .pxl-pricing-carousel .swiper-inner {
  --pxl-spacing-inline: 25px;
  --pxl-spacing-block: 0px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .pxl-pricing .pxl-pricing-carousel .swiper-inner {
    --pxl-spacing-inline: 15px;
  }
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-card {
  position: relative;
  padding: 50px 49px 48px 49px;
  border: thin solid #e9e9e9;
  border-radius: 20px;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .pxl-pricing .pxl-pricing-carousel .pxl-pricing-card {
    padding: 50px 30px;
  }
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-card:hover, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-card.active {
  border-color: var(--color-secondary);
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-card:hover .pxl-pricing-divider, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-card.active .pxl-pricing-divider {
  background-color: var(--color-secondary);
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-card:hover .pxl-pricing-button, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-card.active .pxl-pricing-button {
  background-color: var(--color-primary);
  color: var(--white-color);
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-card:hover .pxl-pricing-button .pxl-button-icon, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-card.active .pxl-pricing-button .pxl-button-icon {
  color: inherit;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-card:hover .pxl-pricing-background, .pxl-pricing .pxl-pricing-carousel .pxl-pricing-card.active .pxl-pricing-background {
  opacity: 1;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-background {
  opacity: 0;
  background-color: transparent;
  transition: opacity 0.3s linear;
  background: center center / cover no-repeat;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-sale {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  padding: 5px 11px;
  border-radius: 20px;
  border: thin solid var(--color-primary);
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-price {
  position: relative;
  display: block;
  stroke-width: 1px;
  stroke: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
  color: transparent;
  margin-bottom: 10px;
  font-weight: 600;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-title {
  position: relative;
  margin-bottom: 20px;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-description {
  position: relative;
  font-size: 14px;
  line-height: 1.71429;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-divider {
  position: relative;
  background-color: #e9e9e9;
  margin-block: 31px 38px;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-features {
  position: relative;
  margin-bottom: 36px;
  list-style: none;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-features .pxl-feature-item {
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 1;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-features .pxl-feature-item + .pxl-feature-item {
  margin-top: 25px;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-features .pxl-feature-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-button {
  width: 100%;
  background-color: #f0f2f4;
  color: var(--color-secondary);
  margin-top: auto;
}
.pxl-pricing .pxl-pricing-carousel .pxl-pricing-button .pxl-button-icon {
  color: var(--color-primary);
}
.pxl-map-pin-wrapper .pxl-map-pin-item {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
}
.pxl-map-pin-wrapper .pxl-map-pin-item img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pxl-map-pin-wrapper .pxl-map-pin-link {
  display: flex;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-primary);
}
.pxl-map-pin-wrapper .pxl-map-pin-link svg {
  width: auto;
  height: 36px;
  transition: 0.25s;
}
.pxl-map-pin-wrapper .pxl-map-pin-link .pxl-map-pin-preview {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 225px;
  background: center center / cover no-repeat;
  border-radius: 10px;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 60% 90%, 50% 100%, 40% 90%, 0 90%);
}
.pxl-map-pin-wrapper .pxl-map-pin-link:hover .pxl-map-pin-preview {
  opacity: 1;
  pointer-events: visible;
}
.pxl-map-pin-wrapper .pxl-map-pin-link:hover svg {
  scale: 0;
  opacity: 0;
}
.pxl-circular-text-wrapper {
  position: relative;
  width: fit-content;
  background-color: #fff;
  border: thin solid var(--color-secondary);
  padding: 9px;
  border-radius: 50%;
}
.pxl-circular-text-wrapper .pxl-circular-text-item {
  --pxl-rotate: 0deg;
  --pxl-duration: 25s;
  font-size: 11px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 1;
}
.pxl-circular-text-wrapper .pxl-circular-text-item img {
  -webkit-animation: spin var(--pxl-duration) linear infinite;
  -khtml-animation: spin var(--pxl-duration) linear infinite;
  -moz-animation: spin var(--pxl-duration) linear infinite;
  -ms-animation: spin var(--pxl-duration) linear infinite;
  -o-animation: spin var(--pxl-duration) linear infinite;
  animation: spin var(--pxl-duration) linear infinite;
}
.pxl-circular-text-wrapper .pxl-circular-text-icon {
  z-index: 9;
}
.pxl-circular-text-wrapper .pxl-circular-text-icon svg {
  width: 50px;
  height: auto;
}
.pxl-suggested-posts-carousel .swiper-inner {
  --pxl-spacing-inline: 40px;
  --pxl-spacing-block: 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-suggested-posts-carousel .swiper-inner {
    --pxl-spacing-inline: 15px;
  }
}
.pxl-suggested-posts-carousel .pxl-post-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-suggested-posts-carousel .pxl-post-item:hover .pxl-post-title.show-content-default {
  opacity: 1;
}
.pxl-suggested-posts-carousel .pxl-post-item:hover .pxl-post-title.show-content-scale {
  transform: scaleY(1);
}
.pxl-suggested-posts-carousel .pxl-post-item:hover .pxl-post-title.show-content-slide {
  transform: translateY(0);
}
.pxl-suggested-posts-carousel .pxl-post-featured img {
  width: 100%;
  height: 100%;
}
.pxl-suggested-posts-carousel .pxl-post-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: inherit;
  background-color: #fff;
  padding: 24px;
  transform: scaleY(0);
  transform-origin: bottom center;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-suggested-posts-carousel .pxl-post-title.show-content-default {
  opacity: 1;
}
.pxl-suggested-posts-carousel .pxl-post-title.show-content-scale {
  transform: scaleY(1);
}
.pxl-suggested-posts-carousel .pxl-post-title.show-content-slide {
  transform: translateY(0);
}
.pxl-testimonial-wrapper {
  padding: 49px 50px 49px 50px;
  background-color: #fff;
  border-radius: 20px;
  border: thin solid #e9e9e9;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-wrapper {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-wrapper {
    padding: 30px 15px;
  }
}
.pxl-testimonial-wrapper .pxl-testimonial-content {
  display: block;
  color: var(--color-secondary);
  font-family: 'Sora';
  font-size: 24px;
  font-style: normal;
  line-height: 1.41667;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-wrapper .pxl-testimonial-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-wrapper .pxl-testimonial-content {
    font-size: 20px;
  }
}
.pxl-testimonial-wrapper .pxl-testimonial-metas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.pxl-testimonial-wrapper .pxl-meta-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pxl-testimonial-wrapper .pxl-meta-user img {
  --pxl-box-size: 54px;
}
.pxl-testimonial-wrapper .pxl-meta-user .pxl-user-name {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-testimonial-wrapper .pxl-meta-user .pxl-user-title {
  display: block;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
}
.pxl-testimonial-wrapper .pxl-meta-rating {
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 3px 7.5px;
  background-color: var(--color-secondary);
  border-radius: 20px;
  color: #fff;
  gap: 3px;
}
.pxl-testimonial-wrapper .pxl-meta-rating svg {
  width: 12px;
  height: auto;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .swiper-inner {
  --pxl-spacing-inline: 22.5px;
  --pxl-spacing-block: 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .swiper-inner {
    --pxl-spacing-inline: 15px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-item {
  padding: 48px 50px 50px 50px;
  background-color: #282828;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-item {
    padding: 45px 30px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-rating {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: 20px;
  background-color: var(--color-primary);
  margin-bottom: 20px;
  color: #fff;
  gap: 3px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-rating svg {
  width: 12px;
  height: auto;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-content {
  color: #fff;
  font-size: 30px;
  line-height: 1.33333;
  margin-bottom: 44px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-content {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-content {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-content {
    font-size: 20px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-user .pxl-user-image img {
  --pxl-box-size: 54px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-user .pxl-user-name {
  display: block;
  color: var(--White, #fff);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-testimonial-user .pxl-user-title {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, .5);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-inner {
  --pxl-spacing-inline: 25px;
  --pxl-spacing-block: 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-inner {
    --pxl-spacing-inline: 15px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-navigation {
  margin-top: 60px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-navigation .pxl-swiper-button {
  position: static;
  background-color: #fff;
  border: thin solid #e9e9e9;
  color: #000;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-navigation .pxl-swiper-button:hover {
  border-color: var(--color-primary);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-navigation {
    margin-top: 30px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-item {
  padding: 49px;
  background-color: #fff;
  border-radius: 20px;
  border: thin solid #e9e9e9;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-item {
    padding: 45px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-item {
    padding: 45px 15px;
    font-size: 18px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-rating {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: 20px;
  background-color: var(--color-secondary);
  color: #fff;
  gap: 3px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-rating svg {
  width: 12px;
  height: auto;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-content {
  color: var(--color-secondary);
  font-size: 24px;
  line-height: 1.41667;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-content {
    font-size: 20px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-metas {
    flex-wrap: wrap;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-user .pxl-user-image img {
  --pxl-box-size: 54px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-user .pxl-user-name {
  display: block;
  color: var(--color-secondary);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-user .pxl-user-name {
    font-size: 18px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-testimonial-user .pxl-user-title {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--color-primary);
}
.pxl-tabs .pxl-tab-title-wrapper {
  display: flex;
  align-items: center;
  gap: 430px;
}
.pxl-tabs .pxl-tab-title-wrapper .pxl-tab-title {
  cursor: pointer;
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.pxl-tabs.pxl-tabs-default .pxl-tab-title-wrapper {
  gap: 40px;
}
.pxl-tabs.pxl-tabs-default .pxl-tab-title-wrapper .pxl-tab-title {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--color-secondary);
  stroke-width: 0.6px;
  stroke: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.pxl-tabs.pxl-tabs-default .pxl-tab-title-wrapper .pxl-tab-title:hover, .pxl-tabs.pxl-tabs-default .pxl-tab-title-wrapper .pxl-tab-title.active {
  color: var(--color-secondary);
  -webkit-text-stroke-color: transparent;
  stroke: transparent;
}
.pxl-tabs.pxl-tabs-default .pxl-tab-content-wrapper {
  padding: 39px 0 0 0;
}
.pxl-tabs.pxl-tabs-default .pxl-tab-content-wrapper .pxl-tab-content {
  display: none;
}
.pxl-timeline-carousel {
  position: relative;
}
.pxl-timeline-carousel .swiper-inner {
  --pxl-spacing-inline: 75.5px;
  --pxl-spacing-block: 0px;
}
@media screen and (max-width: 1399px) {
  .pxl-timeline-carousel .swiper-inner {
    --pxl-spacing-inline: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-timeline-carousel .swiper-inner {
    --pxl-spacing-inline: 25px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline-carousel .swiper-inner {
    --pxl-spacing-inline: 15px;
  }
}
.pxl-timeline-carousel .pxl-timeline-featured {
  margin-bottom: 40px;
}
.pxl-timeline-carousel .pxl-timeline-featured img {
  max-height: 300px;
  border-radius: 20px;
}
.pxl-timeline-carousel .pxl-timeline-title {
  letter-spacing: 0;
}
.pxl-timeline-carousel .pxl-timeline-content {
  margin-bottom: 66px;
}
.pxl-timeline-carousel .pxl-timeline-event {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.pxl-timeline-carousel .pxl-timeline-description {
  font-size: 18px;
  line-height: 1.55556;
}
.pxl-timeline-carousel .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  top: 84%;
  left: 0;
  height: 1px;
  background-color: #e9e9e9;
}
.pxl-timeline-carousel .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-secondary);
}
.pxl-play-video-wrapper {
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  overflow: hidden;
  position: relative;
}
.pxl-play-video-wrapper .pxl-play-video-background {
  width: 100%;
  background: center center / cover no-repeat;
  transition: inherit;
}
.pxl-play-video-wrapper .pxl-play-video-button {
  --pxl-box-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
  opacity: 1;
}
.pxl-social-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 27px 26px;
  color: var(--color-secondary);
  transition: 0.25s;
}
.pxl-social-box-wrapper .pxl-social-title {
  position: relative;
  font-weight: 600;
  line-height: 1;
}
.pxl-social-box-wrapper .pxl-social-icon {
  position: relative;
  color: var(--color-primary);
  transition: 0.25s;
}
.pxl-social-box-wrapper:hover {
  color: #fff;
}
.pxl-social-box-wrapper:hover .pxl-social-icon {
  color: #fff;
}
.pxl-social-box-wrapper:hover.hover-default {
  background-color: var(--color-primary);
}
.pxl-circular-text-wrapper-test .pxl-circular-text-item {
  font-size: 12px;
}
.pxl-navigation-carousel, .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pxl-navigation-carousel .pxl-swiper-button, .swiper-navigation .pxl-swiper-button {
  --pxl-box-size: 53px;
  margin: 0;
  border: thin solid rgba(255, 255, 255, .1);
  color: #fff;
  transition: 0.25s linear;
  cursor: pointer;
  overflow: hidden;
}
.pxl-navigation-carousel .pxl-swiper-button.swiper-button-disabled, .swiper-navigation .pxl-swiper-button.swiper-button-disabled {
  pointer-events: visible;
  cursor: not-allowed;
}
.pxl-navigation-carousel .pxl-swiper-button::after, .swiper-navigation .pxl-swiper-button::after {
  content: '';
}
.pxl-navigation-carousel .pxl-swiper-button:hover, .swiper-navigation .pxl-swiper-button:hover {
  border-color: var(--color-primary);
}
.pxl-navigation-carousel .pxl-swiper-button:hover.hover-default, .swiper-navigation .pxl-swiper-button:hover.hover-default {
  background-color: var(--color-primary);
}
.pxl-icon-box-carousel .swiper-slide-clicked .pxl-icon-box-item {
  border-bottom-color: var(--color-primary);
}
.pxl-icon-box-carousel .pxl-icon-box-item {
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  border-bottom: thin solid #e9e9e9;
}
.pxl-icon-box-carousel .pxl-icon-box-item .pxl-icon-box-icon .pxl-icon {
  display: block;
  --pxl-box-size: 54px;
  overflow: hidden;
}
.pxl-icon-box-carousel .pxl-icon-box-item .pxl-icon-box-content .pxl-icon-box-title {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-icon-box-carousel .pxl-icon-box-item .pxl-icon-box-content .pxl-icon-box-description {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
}
.pxl-show-case {
  padding: 10px;
  border-radius: 5px;
  background-color: var(--color-primary);
  transition: all 0.25s linear;
}
.pxl-show-case:hover {
  background-color: #fff;
}
.pxl-show-case:hover .pxl-show-case-image img {
  transform: translateY(calc(-100% + 250px));
}
.pxl-show-case:hover .pxl-show-case-image .pxl-show-case-overlay {
  opacity: 1;
}
.pxl-show-case:hover .pxl-show-case-buttons .pxl-show-case-button {
  transform: scale(1);
  opacity: 1;
}
.pxl-show-case:hover .pxl-show-case-title {
  color: var(--color-secondary);
}
.pxl-show-case .pxl-show-case-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: inherit;
}
.pxl-show-case .pxl-show-case-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 5s linear;
}
.pxl-show-case .pxl-show-case-image .pxl-show-case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s linear;
}
.pxl-show-case .pxl-show-case-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 15px 0px 15px;
  line-height: 1.5;
  transition: all 0.25s linear;
}
.pxl-show-case .pxl-show-case-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  flex-direction: column;
  z-index: 2;
}
.pxl-show-case .pxl-show-case-buttons .pxl-show-case-button {
  transform: scale(0);
  opacity: 0;
  background-color: #fff;
  color: var(--color-secondary);
  height: 42px;
  min-width: 130px;
  font-size: 14px;
}
.pxl-show-case .pxl-show-case-buttons .pxl-show-case-button::before {
  background-color: #000;
}
.pxl-show-case .pxl-show-case-buttons .pxl-show-case-button:hover {
  color: #fff;
}
.pxl-show-case.comming-soon .pxl-show-case-image .pxl-show-case-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
}
.pxl-show-case .pxl-show-case-comming-soon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
  font-size: 18px;
  font-weight: 500px;
  text-transform: uppercase;
  color: #fff;
}
.pxl-button-wrapper {
  display: flex;
  width: 100%;
}
.button, button {
  font-family: var(--primary-font);
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  border: none;
  outline: none;
  color: #fff;
  background-color: var(--color-secondary);
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.3s linear;
}
.button .pxl-button-icon, button .pxl-button-icon, .button .pxl-button-text, button .pxl-button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.button:hover .pxl-button-text::after, button:hover .pxl-button-text::after, .button:hover .pxl-button-text::before, button:hover .pxl-button-text::before {
  height: 0;
}
.button:hover.hover-button-default, button:hover.hover-button-default {
  background-color: var(--color-primary);
}
.button:hover.hover-button-default.pxl-button-secondary, button:hover.hover-button-default.pxl-button-secondary {
  background-color: transparent;
}
.button.pxl-button-primary, button.pxl-button-primary {
  height: 54px;
  border-radius: 10px;
  padding-inline: 30px;
  font-weight: 600;
  gap: 6px;
  text-transform: capitalize;
  overflow: clip;
}
.button.pxl-button-secondary, button.pxl-button-secondary {
  line-height: 1;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.button.pxl-cta-button, button.pxl-cta-button {
  background-color: #fff;
}
.button.pxl-button-link, button.pxl-button-link {
  background-color: transparent;
}
.pxl-close-button {
  --pxl-box-size: 100px;
  position: relative;
  color: var(--color-primary);
}
.pxl-close-button.pxl-view-framed {
  border: thin solid rgba(255, 255, 255, .1);
}
.pxl-close-button.pxl-view-stacked {
  background-color: rgba(255, 255, 255, .1);
}
.pxl-close-button:not(.is-icon):before, .pxl-close-button:not(.is-icon)::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, .1);
  transition: inherit;
}
.pxl-close-button:not(.is-icon)::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pxl-close-button:not(.is-icon)::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pxl-close-button:not(.is-icon):hover::before, .pxl-close-button:not(.is-icon):active::before {
  transform: translate(-50%, -50%) rotate(0);
}
.pxl-close-button:not(.is-icon):hover::after, .pxl-close-button:not(.is-icon):active::after {
  transform: translate(-50%, -50%) rotate(0);
}
.pxl-navigation-menu-wrapper ul, #pxl-header-default ul {
  list-style: none;
  margin: 0;
  /* Main Menu */
}
.pxl-navigation-menu-wrapper .pxl-menu-primary, #pxl-header-default .pxl-menu-primary {
  display: flex;
  align-items: center;
  margin-inline: calc(-1 * var(--pxl-spacing-inline));
}
.pxl-navigation-menu-wrapper .pxl-menu-primary li, #pxl-header-default .pxl-menu-primary li {
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary > li, #pxl-header-default .pxl-menu-primary > li {
  padding-inline: var(--pxl-spacing-inline);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary > li a .pxl-menu-text, #pxl-header-default .pxl-menu-primary > li a .pxl-menu-text {
  position: relative;
  z-index: 9;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default, #pxl-header-default .pxl-menu-primary.menu-default {
  --pxl-spacing-inline: 27px;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li, #pxl-header-default .pxl-menu-primary.menu-default > li {
  line-height: 80px;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > a, #pxl-header-default .pxl-menu-primary.menu-default > li > a {
  display: inline-block;
  position: relative;
  color: var(--color-secondary);
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > a::after, #pxl-header-default .pxl-menu-primary.menu-default > li > a::after {
  --pxl-box-size: 2px;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: calc(-1.5 * var(--pxl-box-size));
  background-color: var(--color-primary);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > a.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li > a.hover-dot-popup {
  transition: color 0.25s linear 0.15s;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > a.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li > a.hover-dot-popup::after {
  border-radius: 5px;
  transition: height 0.15s linear, width 0.15s linear, right 0.15s linear 0.15s, bottom 0.15s linear 0.15s;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > a.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li > a.hover-dot-expand::after {
  transition: width 0.25s linear, bottom 0.25s linear 0.25s;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li:hover > a.hover-default, #pxl-header-default .pxl-menu-primary.menu-default > li:hover > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_item > a.hover-default, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_item > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-default, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-default, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-default, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-default {
  color: var(--color-primary);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li:hover > a.hover-default::after, #pxl-header-default .pxl-menu-primary.menu-default > li:hover > a.hover-default::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_item > a.hover-default::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_item > a.hover-default::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-default::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-default::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-default::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-default::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-default::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-default::after {
  background-color: var(--color-secondary);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li:hover > a.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li:hover > a.hover-dot-popup, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_item > a.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_item > a.hover-dot-popup, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-dot-popup, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-dot-popup, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-dot-popup {
  color: #fff;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li:hover > a.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li:hover > a.hover-dot-popup::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_item > a.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_item > a.hover-dot-popup::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-dot-popup::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-dot-popup::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-dot-popup::after {
  transition: right 0.15s linear, bottom 0.15s linear, height 0.15s linear 0.15s, width 0.15s linear 0.15s;
  right: -15px;
  bottom: -10px;
  width: calc(100% + 30px);
  height: calc(100% + 20px);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li:hover > a.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li:hover > a.hover-dot-expand::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_item > a.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_item > a.hover-dot-expand::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-item > a.hover-dot-expand::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current_page_ancestor > a.hover-dot-expand::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li.current-menu-ancestor > a.hover-dot-expand::after {
  transition: bottom 0.25s linear, width 0.25s linear 0.25s;
  bottom: -2.5px;
  width: calc(100% + (1.5 * var(--pxl-box-size)) * 2);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-default, #pxl-header-default .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-default {
  color: var(--color-primary);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-default::after, #pxl-header-default .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-default::after {
  background-color: var(--color-secondary);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-dot-popup, #pxl-header-default .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-dot-popup {
  color: #fff;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-dot-popup::after, #pxl-header-default .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-dot-popup::after {
  transition: right 0.15s linear, bottom 0.15s linear, height 0.15s linear 0.15s, width 0.15s linear 0.15s;
  right: -15px;
  bottom: -10px;
  width: calc(100% + 30px);
  height: calc(100% + 20px);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-dot-expand::after, #pxl-header-default .pxl-menu-primary.menu-default > li > .pxl-onepage-active.hover-dot-expand::after {
  transition: bottom 0.25s linear, width 0.25s linear 0.25s;
  bottom: -2.5px;
  width: calc(100% + (1.5 * var(--pxl-box-size)) * 2);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical, #pxl-header-default .pxl-menu-primary.menu-vertical {
  --pxl-spacing-inline: 0px;
  flex-direction: column;
  align-items: stretch;
  gap: 50px;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li > a, #pxl-header-default .pxl-menu-primary.menu-vertical > li > a {
  display: block;
  position: relative;
  color: transparent;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  stroke: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li > a.hover-text-slide::after, #pxl-header-default .pxl-menu-primary.menu-vertical > li > a.hover-text-slide::after, .pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li > a.hover-text-scaley::after, #pxl-header-default .pxl-menu-primary.menu-vertical > li > a.hover-text-scaley::after {
  content: attr(data-text);
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  color: currentColor;
  overflow: hidden;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li > a.hover-text-scaley::after, #pxl-header-default .pxl-menu-primary.menu-vertical > li > a.hover-text-scaley::after {
  width: 100%;
  transform: scaleY(0);
  opacity: 0;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li:hover > a, #pxl-header-default .pxl-menu-primary.menu-vertical > li:hover > a {
  color: #fff;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li:hover > a.hover-text-slide::after, #pxl-header-default .pxl-menu-primary.menu-vertical > li:hover > a.hover-text-slide::after {
  width: 100%;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.menu-vertical > li:hover > a.hover-text-scaley::after, #pxl-header-default .pxl-menu-primary.menu-vertical > li:hover > a.hover-text-scaley::after {
  transform: scaleY(1);
  opacity: 1;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu, #pxl-header-default .pxl-menu-primary .sub-menu {
  margin-bottom: 0;
  list-style: none;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li > a, #pxl-header-default .pxl-menu-primary .sub-menu > li > a {
  display: inline-flex;
  position: relative;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li > a.hover-line-expand, #pxl-header-default .pxl-menu-primary .sub-menu > li > a.hover-line-expand {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  align-items: center;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li > a.hover-line-expand::before, #pxl-header-default .pxl-menu-primary .sub-menu > li > a.hover-line-expand::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s linear, margin 0.3s linear;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li:hover > a.hover-line-expand::before, #pxl-header-default .pxl-menu-primary .sub-menu > li:hover > a.hover-line-expand::before, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current-menu-parent > a.hover-line-expand::before, #pxl-header-default .pxl-menu-primary .sub-menu > li.current-menu-parent > a.hover-line-expand::before, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current-menu-ancestor > a.hover-line-expand::before, #pxl-header-default .pxl-menu-primary .sub-menu > li.current-menu-ancestor > a.hover-line-expand::before, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current_page_item > a.hover-line-expand::before, #pxl-header-default .pxl-menu-primary .sub-menu > li.current_page_item > a.hover-line-expand::before, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current-menu-item > a.hover-line-expand::before, #pxl-header-default .pxl-menu-primary .sub-menu > li.current-menu-item > a.hover-line-expand::before {
  width: 20px;
  margin-right: 5px;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li:hover > a.hover-default, #pxl-header-default .pxl-menu-primary .sub-menu > li:hover > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current-menu-parent > a.hover-default, #pxl-header-default .pxl-menu-primary .sub-menu > li.current-menu-parent > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current-menu-ancestor > a.hover-default, #pxl-header-default .pxl-menu-primary .sub-menu > li.current-menu-ancestor > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current_page_item > a.hover-default, #pxl-header-default .pxl-menu-primary .sub-menu > li.current_page_item > a.hover-default, .pxl-navigation-menu-wrapper .pxl-menu-primary .sub-menu > li.current-menu-item > a.hover-default, #pxl-header-default .pxl-menu-primary .sub-menu > li.current-menu-item > a.hover-default {
  color: var(--color-primary);
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.sub-fade-in-up .sub-menu, #pxl-header-default .pxl-menu-primary.sub-fade-in-up .sub-menu {
  margin-top: 30px;
  opacity: 0;
  transition: margin 0.3s linear, opacity 0.3s linear;
  pointer-events: none;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary.sub-flip-down .sub-menu, #pxl-header-default .pxl-menu-primary.sub-flip-down .sub-menu {
  margin-top: 0;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
  transform-origin: 50% 0%;
  transition: opacity 0.3s linear, transform 0.3s linear;
  pointer-events: none;
}
.pxl-navigation-menu-wrapper .pxl-menu-primary li:hover > .sub-menu, #pxl-header-default .pxl-menu-primary li:hover > .sub-menu, .pxl-navigation-menu-wrapper .pxl-menu-primary li:focus > .sub-menu, #pxl-header-default .pxl-menu-primary li:focus > .sub-menu {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: rotateX(0deg) scaleY(1);
}
.pxl-navigation-menu-wrapper.show-effect-dropdown .pxl-menu-primary .sub-menu, #pxl-header-default.show-effect-dropdown .pxl-menu-primary .sub-menu {
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  margin-top: 0;
}
.pxl-navigation-menu-wrapper.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, #pxl-header-default.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-navigation-menu-wrapper.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu, #pxl-header-default.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pxl-icon-box-wrapper {
  display: flex;
  gap: 30px;
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.pxl-icon-box-wrapper .pxl-icon-box-icon {
  font-size: 24px;
}
.pxl-icon-box-wrapper .pxl-icon-box-icon .pxl-icon {
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.pxl-icon-box-wrapper .pxl-icon-box-content {
  display: flex;
  flex-direction: column;
}
.pxl-icon-box-wrapper .pxl-icon-box-title {
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.pxl-icon-box-wrapper.icon-box-award {
  justify-content: space-between;
  align-items: center;
  padding-block: 33px 36px;
  border-bottom: thin solid #d7dce0;
  flex-direction: row-reverse;
}
.pxl-icon-box-wrapper.icon-box-award .pxl-icon-box-content {
  flex-direction: column-reverse;
  gap: 14px;
}
.pxl-icon-box-wrapper.icon-box-award .pxl-icon-box-icon .pxl-icon {
  color: rgba(31, 31, 31, .3);
}
.pxl-icon-box-wrapper.icon-box-award .pxl-icon-box-title {
  letter-spacing: 0;
}
.pxl-icon-box-wrapper.icon-box-award .pxl-icon-box-description {
  font-size: 12px;
}
.pxl-icon-box-wrapper.icon-box-award:hover {
  border-bottom-color: var(--color-secondary);
  z-index: 9;
}
.pxl-icon-box-wrapper.icon-box-award:hover .pxl-icon-box-icon .pxl-icon {
  color: var(--color-primary);
}
.pxl-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-inside {
  display: inline-flex;
}
.pxl-counterslide .pxl-counterslide-digit-spacer {
  visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-digit, .pxl-counterslide .pxl-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pxl-counterslide .pxl-counterslide-ribbon {
  display: block;
}
.pxl-counterslide .pxl-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
  position: absolute;
}
.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@-webkit-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--pxl-color);
    color: var(--pxl-color);
  }
}
@-moz-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--pxl-color);
    color: var(--pxl-color);
  }
}
@-ms-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--pxl-color);
    color: var(--pxl-color);
  }
}
@-o-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--pxl-color);
    color: var(--pxl-color);
  }
}
@keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--pxl-color);
    color: var(--pxl-color);
  }
}
.animated-text-stroke {
  -webkit-animation: animated-text-stroke 2s ease forwards;
  -khtml-animation: animated-text-stroke 2s ease forwards;
  -moz-animation: animated-text-stroke 2s ease forwards;
  -ms-animation: animated-text-stroke 2s ease forwards;
  -o-animation: animated-text-stroke 2s ease forwards;
  animation: animated-text-stroke 2s ease forwards;
}
.pxl-counter-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}
.pxl-counter-wrapper .pxl-counter-number {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.pxl-counter-wrapper.counter-default .pxl-counter-number {
  color: var(--color-secondary);
  font-family: 'Sora';
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.pxl-counter-wrapper.counter-default .pxl-counter-title {
  color: var(--color-third);
  font-family: 'Sora';
  font-size: 14px;
  line-height: 1;
}
.pxl-counter-wrapper.counter-style1 .pxl-counter-number {
  color: transparent;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
  stroke: var(--color-primary);
  font-size: 128px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.84px;
}
@media screen and (max-width: 1199px) {
  .pxl-counter-wrapper.counter-style1 .pxl-counter-number {
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-counter-wrapper.counter-style1 .pxl-counter-number {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-counter-wrapper.counter-style1 .pxl-counter-number {
    font-size: 100px;
  }
}
.pxl-counter-wrapper.counter-style1 .pxl-counter-title {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.pxl-counter-wrapper.counter-style1 .pxl-counter-title .pxl-title-text {
  background-color: #fff;
}
.pxl-counter-wrapper.counter-style2 {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  border: thin solid #e9e9e9;
}
.pxl-counter-wrapper.counter-style2 .pxl-counter-number {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
  stroke-width: 1px;
  stroke: var(--color-primary);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.20833;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * var(--pxl-spacing-inline));
  row-gap: 30px;
}
.wpcf7 form.wpcf7-hidden-submit .wpcf7-submit, .wpcf7 form.wpcf7-hidden-submit .wpcf7-form-control-submit, .wpcf7 form .wpcf7-spinner, .wpcf7 form br {
  display: none;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
  margin: 30px 0 15px;
  background-color: #fff;
  font-size: 18px;
  color: #010101;
  font-weight: 300;
  border: none;
}
.wpcf7 form .wpcf7-form-control {
  display: block;
}
.wpcf7 form .wpcf7-form-group {
  width: 100%;
  padding-inline: var(--pxl-spacing-inline);
}
@media screen and (min-width: 1400px) {
  .wpcf7 form .wpcf7-form-group {
    flex-basis: var(--width-xxl);
    max-width: var(--width-xxl);
  }
}
@media screen and (max-width: 1399px) {
  .wpcf7 form .wpcf7-form-group {
    flex-basis: var(--width-xl);
    max-width: var(--width-xl);
  }
}
@media screen and (max-width: 1199px) {
  .wpcf7 form .wpcf7-form-group {
    flex-basis: var(--width-lg);
    max-width: var(--width-lg);
  }
}
@media screen and (max-width: 991px) {
  .wpcf7 form .wpcf7-form-group {
    flex-basis: var(--width-md);
    max-width: var(--width-md);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-form-group {
    flex-basis: var(--width-sm);
    max-width: var(--width-sm);
  }
}
@media screen and (max-width: 575px) {
  .wpcf7 form .wpcf7-form-group {
    flex-basis: var(--width-xs);
    max-width: var(--width-xs);
  }
}
.wpcf7 form .wpcf7-form-control-group {
  position: relative;
}
.wpcf7 form .wpcf7-form-control-group i {
  position: absolute;
  right: 0;
  top: 0;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 form .wpcf7-form-control-submit {
  padding-inline: var(--pxl-spacing-inline);
  display: block;
}
.wpcf7 form.wpcf7-6 {
  --pxl-spacing-inline: 0px;
  row-gap: 25px;
}
.wpcf7 form.wpcf7-6 i {
  color: var(--color-secondary);
  top: -5px;
}
.wpcf7 form.wpcf7-6 textarea {
  resize: none;
}
.pxl-post-item {
  position: relative;
  overflow: hidden;
}
.pxl-post-item .pxl-item-background {
  opacity: 0;
  transition: opacity 0.25s linear;
  background-color: red;
  z-index: 0;
  background: center center / cover no-repeat;
}
.pxl-post-item:hover .pxl-item-background {
  opacity: 1;
}
.single-post .pxl-post-title {
  z-index: auto;
}
.pxl-single-post .post-tags {
  display: none;
}
.blog .pxl-content-wrap.pxl-has-sidebar.pxl-sidebar-left {
  flex-direction: row-reverse;
}
.pxl-post .pxl-post-title a {
  color: inherit !important;
}
.pxl-post-layout1 .pxl-grid-inner, .blog #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .archive #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .category #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .tag #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .search #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .pxl-post-layout1 .swiper-inner, .blog #pxl-content-main .pxl-blog-standard .swiper-inner, .archive #pxl-content-main .pxl-blog-standard .swiper-inner, .category #pxl-content-main .pxl-blog-standard .swiper-inner, .tag #pxl-content-main .pxl-blog-standard .swiper-inner, .search #pxl-content-main .pxl-blog-standard .swiper-inner {
  --pxl-spacing-inline: 25px;
  --pxl-spacing-block: 35px;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout1 .pxl-grid-inner, .blog #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .archive #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .category #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .tag #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .search #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .pxl-post-layout1 .swiper-inner, .blog #pxl-content-main .pxl-blog-standard .swiper-inner, .archive #pxl-content-main .pxl-blog-standard .swiper-inner, .category #pxl-content-main .pxl-blog-standard .swiper-inner, .tag #pxl-content-main .pxl-blog-standard .swiper-inner, .search #pxl-content-main .pxl-blog-standard .swiper-inner {
    --pxl-spacing-inline: 15px;
    --pxl-spacing-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-layout1 .pxl-grid-inner, .blog #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .archive #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .category #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .tag #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .search #pxl-content-main .pxl-blog-standard .pxl-grid-inner, .pxl-post-layout1 .swiper-inner, .blog #pxl-content-main .pxl-blog-standard .swiper-inner, .archive #pxl-content-main .pxl-blog-standard .swiper-inner, .category #pxl-content-main .pxl-blog-standard .swiper-inner, .tag #pxl-content-main .pxl-blog-standard .swiper-inner, .search #pxl-content-main .pxl-blog-standard .swiper-inner {
    --pxl-spacing-block: 25px;
  }
}
.pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper {
  display: flex;
}
.pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide {
  --pxl-width: 25%;
  flex-basis: calc(var(--pxl-width) + (var(--pxl-spacing-inline) / 2)) !important;
  width: 100% !important;
}
.pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img {
  height: 300px;
}
.pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) {
  --pxl-width: 50%;
  flex-basis: calc(var(--pxl-width) - var(--pxl-spacing-inline)) !important;
  width: 100%;
}
.pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img {
  height: 520px;
}
@media screen and (max-width: 991px) {
  .pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) img {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2), .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 2) {
    --pxl-width: 100%;
  }
}
.pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img {
  height: 400px;
}
@media screen and (max-width: 991px) {
  .pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide:nth-child(3n + 3) img {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide {
    --pxl-width: 50%;
  }
  .pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide img {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-layout1.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .blog #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .archive #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .category #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .tag #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide, .search #pxl-content-main .pxl-blog-standard.layout-masonry .swiper-inner .swiper-wrapper .swiper-slide {
    --pxl-width: 100%;
  }
}
.pxl-post-layout1 .pxl-post-item:hover .pxl-post-btn, .blog #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .archive #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .category #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .tag #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .search #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.pxl-post-layout1 .pxl-post-item:hover .pxl-post-featured::after, .blog #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-featured::after, .archive #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-featured::after, .category #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-featured::after, .tag #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-featured::after, .search #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-featured::after {
  opacity: 1;
}
.pxl-post-layout1 .pxl-post-featured, .blog #pxl-content-main .pxl-blog-standard .pxl-post-featured, .archive #pxl-content-main .pxl-blog-standard .pxl-post-featured, .category #pxl-content-main .pxl-blog-standard .pxl-post-featured, .tag #pxl-content-main .pxl-blog-standard .pxl-post-featured, .search #pxl-content-main .pxl-blog-standard .pxl-post-featured {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
.pxl-post-layout1 .pxl-post-featured a, .blog #pxl-content-main .pxl-blog-standard .pxl-post-featured a, .archive #pxl-content-main .pxl-blog-standard .pxl-post-featured a, .category #pxl-content-main .pxl-blog-standard .pxl-post-featured a, .tag #pxl-content-main .pxl-blog-standard .pxl-post-featured a, .search #pxl-content-main .pxl-blog-standard .pxl-post-featured a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 11;
}
.pxl-post-layout1 .pxl-post-featured::after, .blog #pxl-content-main .pxl-blog-standard .pxl-post-featured::after, .archive #pxl-content-main .pxl-blog-standard .pxl-post-featured::after, .category #pxl-content-main .pxl-blog-standard .pxl-post-featured::after, .tag #pxl-content-main .pxl-blog-standard .pxl-post-featured::after, .search #pxl-content-main .pxl-blog-standard .pxl-post-featured::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
  z-index: 99;
}
.pxl-post-layout1 .pxl-post-btn, .blog #pxl-content-main .pxl-blog-standard .pxl-post-btn, .archive #pxl-content-main .pxl-blog-standard .pxl-post-btn, .category #pxl-content-main .pxl-blog-standard .pxl-post-btn, .tag #pxl-content-main .pxl-blog-standard .pxl-post-btn, .search #pxl-content-main .pxl-blog-standard .pxl-post-btn {
  width: fit-content;
  z-index: 100;
  background-color: #fff;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.pxl-post-layout1 .pxl-post-btn .pxl-button-icon, .blog #pxl-content-main .pxl-blog-standard .pxl-post-btn .pxl-button-icon, .archive #pxl-content-main .pxl-blog-standard .pxl-post-btn .pxl-button-icon, .category #pxl-content-main .pxl-blog-standard .pxl-post-btn .pxl-button-icon, .tag #pxl-content-main .pxl-blog-standard .pxl-post-btn .pxl-button-icon, .search #pxl-content-main .pxl-blog-standard .pxl-post-btn .pxl-button-icon {
  color: var(--color-primary);
}
.pxl-post-layout1 .pxl-post-metas, .blog #pxl-content-main .pxl-blog-standard .pxl-post-metas, .archive #pxl-content-main .pxl-blog-standard .pxl-post-metas, .category #pxl-content-main .pxl-blog-standard .pxl-post-metas, .tag #pxl-content-main .pxl-blog-standard .pxl-post-metas, .search #pxl-content-main .pxl-blog-standard .pxl-post-metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.pxl-post-layout1 .pxl-post-metas .pxl-post-date, .blog #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-date, .archive #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-date, .category #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-date, .tag #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-date, .search #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-date {
  padding: 5px 11px;
  border-radius: 20px;
  border: thin solid #e9e9e9;
  background-color: #fff;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}
.pxl-post-layout1 .pxl-post-metas .pxl-post-category, .blog #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category, .archive #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category, .category #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category, .tag #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category, .search #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}
.pxl-post-layout1 .pxl-post-metas .pxl-post-category a, .blog #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category a, .archive #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category a, .category #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category a, .tag #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category a, .search #pxl-content-main .pxl-blog-standard .pxl-post-metas .pxl-post-category a {
  color: var(--color-third);
}
.pxl-post-layout1 .pxl-post-title, .blog #pxl-content-main .pxl-blog-standard .pxl-post-title, .archive #pxl-content-main .pxl-blog-standard .pxl-post-title, .category #pxl-content-main .pxl-blog-standard .pxl-post-title, .tag #pxl-content-main .pxl-blog-standard .pxl-post-title, .search #pxl-content-main .pxl-blog-standard .pxl-post-title {
  line-height: 1.5;
}
.pxl-post-layout1 .pxl-post-title a, .blog #pxl-content-main .pxl-blog-standard .pxl-post-title a, .archive #pxl-content-main .pxl-blog-standard .pxl-post-title a, .category #pxl-content-main .pxl-blog-standard .pxl-post-title a, .tag #pxl-content-main .pxl-blog-standard .pxl-post-title a, .search #pxl-content-main .pxl-blog-standard .pxl-post-title a {
  color: var(--color-secondary);
}
.pxl-post-layout2 {
  position: relative;
}
.pxl-post-layout2 .pxl-grid-inner {
  --pxl-spacing-inline: 0px;
  --pxl-spacing-block: 0px;
}
.pxl-post-layout2 .pxl-post-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 30px;
  background-color: #fff;
  border-bottom: thin solid #e9e9e9;
  transition: 0.3s;
}
.pxl-post-layout2 .pxl-post-inner .direction-item {
  background-color: var(--color-secondary);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pxl-post-layout2 .pxl-post-inner {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-layout2 .pxl-post-inner {
    flex-direction: column;
    align-items: start;
    padding: 30px 15px;
  }
}
.pxl-post-layout2 .pxl-post-inner:hover.hover-box-default .pxl-post-inner {
  background-color: var(--color-secondary);
}
.pxl-post-layout2 .pxl-post-inner:hover .pxl-post-inner {
  border-bottom-color: var(--color-primary);
}
.pxl-post-layout2 .pxl-post-inner:hover .pxl-post-title {
  color: #fff;
}
.pxl-post-layout2 .pxl-post-inner:hover .pxl-post-category a {
  color: #fff;
}
.pxl-post-layout2 .pxl-post-inner:hover .pxl-post-date {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
.pxl-post-layout2 .pxl-post-group {
  display: inline-flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout2 .pxl-post-group {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-layout2 .pxl-post-group {
    flex-direction: column;
    align-items: start;
  }
}
.pxl-post-layout2 .pxl-post-title {
  position: relative;
  z-index: 3;
  transition: 0.25s;
  max-width: 500px;
  line-height: 1.41667;
}
@media screen and (max-width: 991px) {
  .pxl-post-layout2 .pxl-post-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-layout2 .pxl-post-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-layout2 .pxl-post-title {
    max-width: 100%;
  }
}
.pxl-post-layout2 .pxl-post-date {
  white-space: nowrap;
  position: relative;
  z-index: 3;
  transition: 0.25s;
  border-radius: 20px;
  padding: 5px 11px;
  border: thin solid #e9e9e9;
  font-size: 14px;
  line-height: 1;
  color: var(--color-secondary);
  width: fit-content;
}
.pxl-post-layout2 .pxl-post-category {
  position: relative;
  z-index: 3;
  position: relative;
  z-index: 999;
  font-size: 14px;
}
.pxl-post-layout2 .distort {
  position: absolute;
  pointer-events: none;
  will-change: transform;
  left: 0;
  top: 0;
}
.pxl-post-layout2 .pxl-featured-group {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 57%;
  top: 0;
  transform: translate(-50%, -50%);
}
.pxl-post-layout2 .pxl-featured-group span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center / cover no-repeat;
  clip-path: inset(0 100% 0 0);
  scale: 1.15;
  transition: clip-path 0.35s ease, scale 0.35s ease;
}
.pxl-post-layout2 .pxl-featured-group span.active {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.35s ease, scale 0.35s ease;
  scale: 1;
}
.pxl-portfolio .pxl-post-inner {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-grid-inner, .pxl-portfolio.pxl-portfolio-layout1 .swiper-inner {
  --pxl-spacing-inline: 30px;
  --pxl-spacing-block : 30px;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-grid-inner, .pxl-portfolio.pxl-portfolio-layout1 .swiper-inner {
    --pxl-spacing-inline: 15px;
    --pxl-spacing-block : 15px;
  }
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-button-wrapper {
  justify-content: center;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-item:hover .pxl-post-content.show-content-default {
  opacity: 1;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-item:hover .pxl-post-content.show-content-scale {
  transform: scaleY(1);
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-item:hover .pxl-post-content.show-content-slide {
  transform: translateY(0);
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-featured.hover-distortion-transition, .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-featured.hover-image-parallax {
  z-index: 999;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-featured.hover-image-parallax {
  position: relative;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-content {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  border-radius: inherit;
  background-color: #fff;
  padding: 24px;
  transition: 0.3s linear;
  pointer-events: none;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-content.follow-cursor {
  top: 50%;
  bottom: auto;
  width: max-content;
  transform: translate(-50%, -50%) !important;
  max-width: 100%;
  transition: none;
  transition: opacity 0.3s linear;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-content.show-content-default {
  opacity: 0;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-content.show-content-scale {
  transform: scaleY(0);
  transform-origin: bottom center;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-content.show-content-slide {
  transform: translateY(101%);
}
@media screen and (max-width: 575px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-content {
    padding: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-title {
    font-size: 22px;
  }
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
  margin-bottom: 16px;
}
.pxl-portfolio.pxl-portfolio-layout1 .pxl-post-category a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  border: thin solid #d9dee3;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-category {
    column-gap: 5px;
  }
  .pxl-portfolio.pxl-portfolio-layout1 .pxl-post-category a {
    font-size: 12px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-inner {
  --pxl-spacing-inline: 0px;
  --pxl-spacing-block: 0px;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item {
  overflow: visible;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item.active .pxl-post-item, .pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item:hover .pxl-post-item {
  border-color: var(--color-secondary);
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item.active .pxl-post-content .pxl-post-divider, .pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item:hover .pxl-post-content .pxl-post-divider {
  background-color: var(--color-secondary);
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item.active .pxl-post-header .pxl-post-index, .pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item:hover .pxl-post-header .pxl-post-index {
  color: var(--color-secondary);
  stroke: transparent;
  -webkit-text-stroke-color: transparent;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-grid-item:hover {
  z-index: 7;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-item {
  border-bottom: thin solid #d7dce0;
  transition: border-color 0.3s linear;
  overflow: visible;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  padding-block: 51px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header {
    padding-block: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header {
    flex-direction: column-reverse;
    align-items: start;
    gap: 15px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-category a {
  color: var(--color-secondary);
  padding: 5px 11px;
  border-radius: 20px;
  border: thin solid #d9dee3;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-category {
    font-size: 12px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-index {
  color: transparent;
  stroke-width: 1px;
  stroke: #e9e9e9;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e9e9e9;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.44px;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-index {
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-index {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-index {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-header .pxl-post-index {
    font-size: 40px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-accordion-content {
  height: 0;
  overflow: visible;
  overflow-y: clip;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-title {
    font-size: 24px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content {
    padding-bottom: 30px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-featured {
  position: relative;
  height: 600px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-featured {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-featured {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-featured {
    margin-bottom: 30px;
  }
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-featured a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-featured img {
  height: 100%;
  width: 100%;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-excerpt {
  display: block;
  margin-bottom: 30px;
  max-width: 910px;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-btn {
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-btn .pxl-button-icon {
  color: var(--color-primary);
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-btn::before {
  background-color: var(--color-primary);
}
.pxl-portfolio.pxl-portfolio-layout2 .pxl-post-content .pxl-post-btn:hover .pxl-button-icon {
  color: #fff;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-grid-inner {
  --pxl-spacing-inline: 0px;
  --pxl-spacing-block: 0px;
  position: relative;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-grid-item {
  overflow: visible;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-grid-item.active .pxl-post-inner, .pxl-portfolio.pxl-portfolio-layout3 .pxl-grid-item:hover .pxl-post-inner {
  border-bottom-color: var(--color-secondary);
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-grid-item.active .pxl-post-index, .pxl-portfolio.pxl-portfolio-layout3 .pxl-grid-item:hover .pxl-post-index {
  color: var(--color-secondary);
  stroke: transparent;
  -webkit-text-stroke-color: transparent;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-header {
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  gap: 50px;
  padding-block: 51px;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-item {
  overflow: visible;
  cursor: pointer;
  border-bottom: thin solid #d7dce0;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-main {
  flex-basis: 595px;
  max-width: 595px;
  width: 100%;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-category {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-category a {
  color: var(--color-secondary);
  padding: 5px 11px;
  border-radius: 20px;
  border: thin solid #d9dee3;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-featured {
  width: 100%;
  flex-basis: 540px;
  max-width: 540px;
  height: 0;
  overflow: hidden;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-featured img {
  border-radius: 20px;
  margin-block: -132px -98px;
  width: 100%;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-index {
  position: relative;
  z-index: 9;
  color: transparent;
  stroke-width: 1px;
  stroke: var(--color-secondary);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-secondary);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.44px;
  transition: 0.3s;
  flex-shrink: 0;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-accordion-content {
  height: 0;
  overflow-y: clip;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio.pxl-portfolio-layout3 .pxl-post-title {
    font-size: 30px;
  }
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-content {
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-content .pxl-post-excerpt {
  display: block;
  margin-bottom: 32px;
  max-width: 592px;
}
.pxl-portfolio.pxl-portfolio-layout3 .pxl-post-content .pxl-post-btn {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-grid-inner {
  --pxl-spacing-inline: 0;
  --pxl-spacing-block: 0;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner {
  border-top: thin solid rgba(255, 255, 255, .1);
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner:hover, .pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner.active {
  border-color: rgba(255, 255, 255, .4);
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner:hover .pxl-post-title, .pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner.active .pxl-post-title {
  color: #fff;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner:hover .pxl-post-title .pxl-text-highlight, .pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner.active .pxl-post-title .pxl-text-highlight {
  color: var(--color-primary);
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner:hover .pxl-year, .pxl-portfolio.pxl-portfolio-layout4 .pxl-post-inner.active .pxl-year {
  background-color: var(--color-primary);
  border-color: transparent;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-header-inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-block: 40px;
}
@media screen and (max-width: 575px) {
  .pxl-portfolio.pxl-portfolio-layout4 .pxl-header-inner {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-content {
  padding-bottom: 40px;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-title {
  line-height: 1.4167;
  color: rgba(255, 255, 255, .2);
  max-width: 500px;
  transition: color 0.3s linear;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-title .pxl-text-highlight {
  transition: inherit;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio.pxl-portfolio-layout4 .pxl-post-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio.pxl-portfolio-layout4 .pxl-post-title {
    font-size: 20px;
  }
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-featured {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-excerpt {
  color: #9d9d9d;
  margin-bottom: 30px;
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-btn {
  color: #fff;
  background-color: var(--color-secondary);
  border: thin solid rgba(255, 255, 255, .1);
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-post-btn::before {
  background-color: var(--color-primary);
}
.pxl-portfolio.pxl-portfolio-layout4 .pxl-year {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  padding: 7px 15px;
  border-radius: 20px;
  border: thin solid rgba(255, 255, 255, .1);
  transition: background-color 0.3s linear, border 0.3s linear;
}
@-webkit-keyframes flipX {
  0%, 50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}
@-moz-keyframes flipX {
  0%, 50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}
@-ms-keyframes flipX {
  0%, 50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}
@-o-keyframes flipX {
  0%, 50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}
@keyframes flipX {
  0%, 50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}
.pxl-service .pxl-post-item, .pxl-service .pxl-post-icon, .pxl-service .pxl-post-title, .pxl-service .pxl-post-excerpt, .pxl-service .pxl-post-btn, .pxl-service .pxl-post-thumbnail {
  position: relative;
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.pxl-service.pxl-service-layout1 {
  border-radius: 20px;
  overflow: hidden;
  border: thin solid #d9d9d9;
}
.pxl-service.pxl-service-layout1 .pxl-grid-inner, .pxl-service.pxl-service-layout1 .swiper-inner {
  --pxl-spacing-inline: 0px;
  --pxl-spacing-block : 0px;
}
.pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item, .pxl-service.pxl-service-layout1 .swiper-inner .pxl-grid-item {
  padding: 0;
}
.pxl-service.pxl-service-layout1 .swiper-inner .swiper-slide-visible + .swiper-slide-visible .pxl-post-item {
  border-left: thin solid #e9e9e9;
}
.pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item + .pxl-grid-item .pxl-post-item {
  border-left: thin solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item + .pxl-grid-item .pxl-post-item {
    border-left: none;
    border-top: thin solid #e9e9e9;
  }
}
.pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item:nth-child(n + 4) .pxl-post-item {
  border-top: thin solid #e9e9e9;
}
.pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item:nth-child(4) .pxl-post-item {
  border-left: none;
}
@media screen and (max-width: 1199px) {
  .pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item {
    border-top: none;
  }
  .pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item:nth-child(n + 3) .pxl-post-item {
    border-top: thin solid #e9e9e9;
  }
  .pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item:nth-child(3) .pxl-post-item {
    border-left: none;
  }
  .pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item:nth-child(4) .pxl-post-item {
    border-left: thin solid #e9e9e9;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service.pxl-service-layout1 .pxl-grid-inner .pxl-grid-item .pxl-post-item {
    border: none;
  }
}
.pxl-service.pxl-service-layout1 .pxl-post-item {
  overflow: hidden;
  padding: 50px 40px 50px 40px;
  min-height: 100%;
}
@media screen and (max-width: 1199px) {
  .pxl-service.pxl-service-layout1 .pxl-post-item {
    padding: 50px 30px;
  }
}
.pxl-service.pxl-service-layout1 .pxl-post-item:hover .pxl-post-icon svg, .pxl-service.pxl-service-layout1 .pxl-post-item:hover .pxl-post-icon i {
  transform: rotateY(360deg);
}
.pxl-service.pxl-service-layout1 .pxl-post-item:hover .pxl-post-title .pxl-text-highlight {
  color: var(--color-primary);
  stroke: transparent;
  -webkit-text-stroke-color: transparent;
}
.pxl-service.pxl-service-layout1 .pxl-post-item:hover .pxl-post-btn {
  color: var(--color-primary);
}
.pxl-service.pxl-service-layout1 .pxl-post-item:hover .pxl-post-btn::after {
  transform: translateX(-50%) scaleX(1);
}
.pxl-service.pxl-service-layout1 .pxl-post-icon {
  color: var(--color-secondary);
  margin-bottom: 62px;
}
.pxl-service.pxl-service-layout1 .pxl-post-icon svg, .pxl-service.pxl-service-layout1 .pxl-post-icon i {
  transition: 0.5s;
}
.pxl-service.pxl-service-layout1 .pxl-post-title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.pxl-service.pxl-service-layout1 .pxl-post-title .pxl-text-highlight {
  display: block;
  color: transparent;
  stroke-width: 1px;
  stroke: var(--color-primary);
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  transition: 0.25s linear;
}
@media screen and (max-width: 1199px) {
  .pxl-service.pxl-service-layout1 .pxl-post-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service.pxl-service-layout1 .pxl-post-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service.pxl-service-layout1 .pxl-post-title {
    font-size: 26px;
  }
}
.pxl-service.pxl-service-layout1 .pxl-post-excerpt {
  margin-bottom: 60px;
}
.pxl-service.pxl-service-layout1 .pxl-post-btn {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.pxl-service.pxl-service-layout2 .pxl-grid-inner {
  --pxl-spacing-inline: 0px;
  --pxl-spacing-block : 0px;
}
.pxl-service.pxl-service-layout2 .pxl-post-item {
  display: flex;
  align-items: center;
  padding-block: 40px;
  border-bottom: thin solid rgba(255, 255, 255, .1);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-service.pxl-service-layout2 .pxl-post-item {
    flex-wrap: wrap-reverse;
  }
}
.pxl-service.pxl-service-layout2 .pxl-post-item:hover {
  border-color: var(--color-primary);
}
.pxl-service.pxl-service-layout2 .pxl-post-item:hover .pxl-post-icon svg, .pxl-service.pxl-service-layout2 .pxl-post-item:hover .pxl-post-icon i {
  transform: rotateY(360deg);
}
.pxl-service.pxl-service-layout2 .pxl-post-item:hover .pxl-post-title .pxl-text-highlight {
  color: var(--color-primary);
  stroke: transparent;
  -webkit-text-stroke-color: transparent;
}
.pxl-service.pxl-service-layout2 .pxl-post-icon {
  color: var(--white-color);
  flex-shrink: 0;
}
.pxl-service.pxl-service-layout2 .pxl-post-icon svg, .pxl-service.pxl-service-layout2 .pxl-post-icon i {
  transition: 0.5s;
}
.pxl-service.pxl-service-layout2 .pxl-post-title {
  line-height: 1.3;
  transition: 0.25s;
  color: var(--white-color);
  flex-grow: 1;
}
.pxl-service.pxl-service-layout2 .pxl-post-title .pxl-text-highlight {
  display: block;
  color: transparent;
  stroke-width: 1px;
  stroke: var(--color-primary);
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  transition: 0.25s linear;
}
@media screen and (max-width: 1199px) {
  .pxl-service.pxl-service-layout2 .pxl-post-title {
    font-size: 30px;
  }
}
.pxl-service.pxl-service-layout2 .pxl-post-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 30px;
  flex-shrink: 1;
  flex-shrink: 0;
  flex-basis: 670px;
  max-width: 670px;
}
@media screen and (max-width: 991px) {
  .pxl-service.pxl-service-layout2 .pxl-post-content {
    flex-direction: column;
    flex-shrink: 1;
    flex-basis: 450px;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service.pxl-service-layout2 .pxl-post-content {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}
.pxl-service.pxl-service-layout2 .pxl-post-excerpt {
  flex-basis: 333px;
  max-width: 333px;
}
@media screen and (max-width: 991px) {
  .pxl-service.pxl-service-layout2 .pxl-post-excerpt {
    flex-basis: auto;
    max-width: 100%;
  }
}
.pxl-service.pxl-service-layout2 .pxl-post-featured {
  max-width: 427px;
  flex-basis: 427px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 1;
}
.pxl-service.pxl-service-layout2 .pxl-post-featured img {
  height: 120px;
}
@media screen and (max-width: 991px) {
  .pxl-service.pxl-service-layout2 .pxl-post-featured img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service.pxl-service-layout2 .pxl-post-featured {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}
.pxl-service.pxl-service-layout3 {
  overflow: visible;
}
.pxl-service.pxl-service-layout3 .pxl-grid-inner, .pxl-service.pxl-service-layout3 .swiper-inner {
  --pxl-spacing-inline: 25px;
  --pxl-spacing-block : 25px;
  overflow: visible;
}
@media screen and (max-width: 1199px) {
  .pxl-service.pxl-service-layout3 .pxl-grid-inner, .pxl-service.pxl-service-layout3 .swiper-inner {
    --pxl-spacing-inline: 15px;
    --pxl-spacing-block : 15px;
  }
}
.pxl-service.pxl-service-layout3 .swiper-inner .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
}
.pxl-service.pxl-service-layout3 .swiper-inner .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
  pointer-events: visible;
}
.pxl-service.pxl-service-layout3 .pxl-post-item {
  position: relative;
  overflow: hidden;
  padding: 46px 35px 58px 35px;
  border: thin solid #e9e9e9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  transition: box-shadow 0.3s linear;
}
@media max-sm {
  .pxl-service.pxl-service-layout3 .pxl-post-item {
    padding: 45px 30px;
  }
}
.pxl-service.pxl-service-layout3 .pxl-post-item:hover {
  -webkit-box-shadow: 16px 16px 0px 0px #1f1f1f;
  -khtml-box-shadow: 16px 16px 0px 0px #1f1f1f;
  -moz-box-shadow: 16px 16px 0px 0px #1f1f1f;
  -ms-box-shadow: 16px 16px 0px 0px #1f1f1f;
  -o-box-shadow: 16px 16px 0px 0px #1f1f1f;
  box-shadow: 16px 16px 0px 0px #1f1f1f;
}
@media screen and (max-width: 1399px) {
  .pxl-service.pxl-service-layout3 .pxl-post-item:hover {
    -webkit-box-shadow: 10px 10px 0px 0px #1f1f1f;
    -khtml-box-shadow: 10px 10px 0px 0px #1f1f1f;
    -moz-box-shadow: 10px 10px 0px 0px #1f1f1f;
    -ms-box-shadow: 10px 10px 0px 0px #1f1f1f;
    -o-box-shadow: 10px 10px 0px 0px #1f1f1f;
    box-shadow: 10px 10px 0px 0px #1f1f1f;
  }
}
.pxl-service.pxl-service-layout3 .pxl-post-item:hover .pxl-post-icon svg, .pxl-service.pxl-service-layout3 .pxl-post-item:hover .pxl-post-icon i {
  transform: rotateY(360deg);
}
.pxl-service.pxl-service-layout3 .pxl-post-item:hover .pxl-post-title .pxl-text-highlight {
  color: var(--color-primary);
  stroke: transparent;
  -webkit-text-stroke-color: transparent;
}
.pxl-service.pxl-service-layout3 .pxl-post-item:hover .pxl-post-btn {
  color: var(--color-primary);
}
.pxl-service.pxl-service-layout3 .pxl-post-item:hover .pxl-post-btn::after {
  transform: translateX(-50%) scaleX(1);
}
.pxl-service.pxl-service-layout3 .pxl-post-excerpt {
  margin-bottom: 40px;
}
.pxl-service.pxl-service-layout3 .pxl-post-icon {
  color: var(--color-secondary);
  margin-bottom: 32px;
}
.pxl-service.pxl-service-layout3 .pxl-post-icon svg, .pxl-service.pxl-service-layout3 .pxl-post-icon i {
  transition: 0.5s;
}
.pxl-service.pxl-service-layout3 .pxl-post-title {
  margin-bottom: 33px;
  line-height: 1.3;
}
.pxl-service.pxl-service-layout3 .pxl-post-title .pxl-text-highlight {
  display: block;
  color: transparent;
  stroke-width: 1px;
  stroke: var(--color-primary);
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  transition: 0.25s linear;
}
@media screen and (max-width: 767px) {
  .pxl-service.pxl-service-layout3 .pxl-post-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service.pxl-service-layout3 .pxl-post-title {
    font-size: 28px;
  }
}
.pxl-service.pxl-service-layout3 .pxl-post-btn {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}
.pxl-team-info-wrapper .pxl-team-info-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 1399px) {
  .pxl-team-info-wrapper .pxl-team-info-heading h1.pxl-heading-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-team-info-wrapper .pxl-team-info-heading h1.pxl-heading-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-team-info-wrapper .pxl-team-info-heading h1.pxl-heading-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-team-info-wrapper .pxl-team-info-heading h1.pxl-heading-title {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-team-info-wrapper .pxl-team-info-heading h1.pxl-heading-title {
    font-size: 42px;
  }
}
.pxl-team-info-wrapper .pxl-team-info-heading .pxl-heading-subtitle {
  color: var(--white-color);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.pxl-team-info-wrapper .pxl-team-info-heading .pxl-heading-subtitle .pxl-subtitle-text {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  border-radius: 20px;
  background-color: var(--color-secondary);
}
.pxl-team-info-wrapper .pxl-team-info-quote {
  margin-bottom: 60px;
}
.pxl-team-info-wrapper .pxl-team-info-metas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  column-gap: 60px;
  row-gap: 24px;
  max-width: 552px;
}
@media screen and (max-width: 1199px) {
  .pxl-team-info-wrapper .pxl-team-info-metas {
    max-width: 100%;
    column-gap: 30px;
  }
}
.pxl-team-info-wrapper .pxl-team-info-metas .pxl-meta-box {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: thin solid #d7dce0;
}
.pxl-team-info-wrapper .pxl-team-info-metas .pxl-meta-icon {
  color: var(--color-primary);
}
.pxl-team-info-wrapper .pxl-team-info-metas .pxl-meta-icon svg {
  width: 20px;
  height: auto;
}
.pxl-team-info-wrapper .pxl-team-info-metas .pxl-meta-title {
  color: var(--color-secondary);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.pxl-team-info-wrapper .pxl-team-info-metas .pxl-meta-description {
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 1;
}
.pxl-team.pxl-team-layout1 .swiper-inner, .pxl-team.pxl-team-layout1 .pxl-grid-inner {
  --pxl-spacing-inline: 17px;
  --pxl-spacing-block: 22px;
}
@media screen and (max-width: 1199px) {
  .pxl-team.pxl-team-layout1 .swiper-inner, .pxl-team.pxl-team-layout1 .pxl-grid-inner {
    --pxl-spacing-inline: 15px;
  }
}
.pxl-team.pxl-team-layout1 .swiper-inner {
  overflow: visible;
  overflow-x: clip;
}
.pxl-team.pxl-team-layout1 .swiper-inner .swiper-slide-visible:nth-child(odd) {
  margin-top: 40px;
}
.pxl-team.pxl-team-layout1 .pxl-grid-inner .grid-sizer {
  display: none;
}
.pxl-team.pxl-team-layout1 .pxl-grid-inner .pxl-grid-item {
  overflow: visible;
}
.pxl-team.pxl-team-layout1 .pxl-grid-inner .pxl-grid-item.odd-item {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .pxl-team.pxl-team-layout1 .pxl-grid-inner .pxl-grid-item.odd-item {
    margin-top: 0px;
  }
}
.pxl-team.pxl-team-layout1 .pxl-post-featured {
  position: relative;
  display: block;
  margin-bottom: 40px;
  border-radius: 20px;
  z-index: 9999;
  overflow: hidden;
}
.pxl-team.pxl-team-layout1 .pxl-post-featured.hover-shadow-underfoot {
  overflow: visible;
}
.pxl-team.pxl-team-layout1 .pxl-post-featured.hover-shadow-underfoot img {
  border-radius: inherit;
}
.pxl-team.pxl-team-layout1 .pxl-post-title {
  letter-spacing: 0;
  transition: 0.25s;
}
.pxl-team.pxl-team-layout1 .pxl-post-content {
  margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
  .pxl-team.pxl-team-layout1 .pxl-post-content {
    margin-bottom: 20px;
  }
}
.pxl-team.pxl-team-layout1 .pxl-post-position {
  display: block;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
.pxl-team.pxl-team-layout1 .pxl-post-socials {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pxl-team.pxl-team-layout1 .pxl-post-socials .pxl-social-link {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 1;
}
.pxl-team.pxl-team-layout1 .pxl-post-socials .pxl-social-divider {
  width: 16px;
  height: 1px;
  background-color: #d5dce2;
}
.pxl-team.pxl-team-layout1 .pxl-post-item {
  overflow: visible;
}
.pxl-team.pxl-team-layout1 .pxl-post-item:hover .pxl-post-title {
  color: var(--color-primary);
}
.blog .container > .inner, .archive .container > .inner, .category .container > .inner, .tag .container > .inner, .search .container > .inner {
  padding-block: 120px 120px;
}
.blog #pxl-content-main, .archive #pxl-content-main, .category #pxl-content-main, .tag #pxl-content-main, .search #pxl-content-main {
  --pxl-spacing-block: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--pxl-spacing-inline) * -1);
  margin-block: calc(var(--pxl-spacing-block) * -1);
}
.blog #pxl-content-main .pxl-blog-standard, .archive #pxl-content-main .pxl-blog-standard, .category #pxl-content-main .pxl-blog-standard, .tag #pxl-content-main .pxl-blog-standard, .search #pxl-content-main .pxl-blog-standard {
  padding-inline: var(--pxl-spacing-inline);
  padding-block: var(--pxl-spacing-block);
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .blog #pxl-content-main .pxl-blog-standard, .archive #pxl-content-main .pxl-blog-standard, .category #pxl-content-main .pxl-blog-standard, .tag #pxl-content-main .pxl-blog-standard, .search #pxl-content-main .pxl-blog-standard {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-title, .archive #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-title, .category #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-title, .tag #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-title, .search #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-btn, .archive #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-btn, .category #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-btn, .tag #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-btn, .search #pxl-content-main .pxl-blog-standard .pxl-post-item .pxl-post-btn {
  opacity: 0;
}
.blog #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .archive #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .category #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .tag #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn, .search #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-btn {
  opacity: 1;
}
.blog #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-title, .archive #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-title, .category #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-title, .tag #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-title, .search #pxl-content-main .pxl-blog-standard .pxl-post-item:hover .pxl-post-title {
  text-decoration: underline 2px solid currentColor;
}
.single #pxl-main {
  padding-block: 0;
}
.single.single-portfolio #pxl-main .container, .single.single-service #pxl-main .container, .single.single-team #pxl-main .container {
  max-width: 100%;
  padding: 0;
}
.single.single-portfolio #pxl-main .container .pxl-content-area, .single.single-service #pxl-main .container .pxl-content-area, .single.single-team #pxl-main .container .pxl-content-area {
  flex: 0 0 100%;
}
@media screen and (max-width: 1199px) {
  .single.single-post #pxl-content-area {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .single.single-post #pxl-content-area {
    flex: 0 1 auto;
  }
}
.single.single-post #pxl-content-area .pxl-post-header {
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single.single-post #pxl-content-area .pxl-post-title {
  display: block;
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single.single-post #pxl-content-area .pxl-post-title > span {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .single.single-post #pxl-content-area .pxl-post-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 991px) {
  .single.single-post #pxl-content-area .pxl-post-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single.single-post #pxl-content-area .pxl-post-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .single.single-post #pxl-content-area .pxl-post-title {
    font-size: 26px;
  }
}
.single.single-post #pxl-content-area .pxl-post-group {
  max-width: 808px;
}
.single.single-post #pxl-content-area .pxl-post-metas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 15px;
  margin-bottom: 34px;
}
.single.single-post #pxl-content-area .pxl-post-metas .pxl-meta-info {
  color: #010101;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single.single-post #pxl-content-area .pxl-post-metas .pxl-meta-info svg {
  color: #ff3d00;
}
.single.single-post #pxl-content-area .pxl-post-metas .pxl-meta-info .pxl-meta-text {
  font-family: 'Roboto';
  font-size: 17px;
  line-height: 1.76471;
}
.single.single-post #pxl-content-area .pxl-post-metas .pxl-meta-info .pxl-meta-text.pxl-text-highlight {
  color: #ff3d00;
}
.single.single-post #pxl-content-area .pxl-post-metas .pxl-post-author img {
  --pxl-box-size: 36px;
}
.single.single-post #pxl-content-area .pxl-post-social {
  display: flex;
  gap: 12px;
  padding-block: 40px;
  border-top: thin solid #ebf3ef;
  border-bottom: thin solid #ebf3ef;
  margin-block: 40px 56px;
}
.single.single-post #pxl-content-area .pxl-post-social .pxl-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.single.single-post #pxl-content-area .pxl-post-social .pxl-social-list .pxl-social-item {
  cursor: pointer;
  color: #010101;
  font-family: "Public Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 18px;
  border-radius: 25px;
  background-color: #d7ff37;
  text-transform: uppercase;
}
.single.single-post #pxl-content-area .pxl-post-social .pxl-social-list .pxl-social-item:hover {
  background-color: #010101;
  color: #d7ff37;
}
.single.single-post #pxl-content-area .pxl-post-author-box {
  display: flex;
  align-items: center;
  gap: 28.5px;
  padding: 26px 30px 38px 42px;
  background-color: #f1f1f1;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .single.single-post #pxl-content-area .pxl-post-author-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-avatar {
  overflow: hidden;
  --pxl-box-size: 133px;
}
.single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-name {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #010101;
}
.single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-name > a {
  color: inherit;
}
.single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-description {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 550px;
}
.single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-social {
  display: flex;
  gap: 20px;
}
.single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-social > a {
  display: inline-flex;
  cursor: pointer;
  color: #010101;
}
@media screen and (max-width: 575px) {
  .single.single-post #pxl-content-area .pxl-post-author-box .pxl-author-social {
    justify-content: center;
  }
}
.single.single-post #comments {
  margin-top: 77px;
}
.single.single-post #comments .comment-title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 44.5px;
}
.single.single-post #comments .comment-title:after {
  content: '';
  height: 3px;
  width: 32px;
  background-color: #d7ff37;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .single.single-post #comments .comment-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single.single-post #comments .comment-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .single.single-post #comments .comment-title {
    font-size: 24px;
  }
}
.single.single-post #comments ul {
  margin: 0;
  list-style: none;
}
.single.single-post #comments ul.children {
  padding-top: 68px;
  padding-left: 98px;
}
> .single.single-post #comments ul.children.children {
  padding-left: 98px;
}
> > .single.single-post #comments ul.children.children.children {
  padding-left: 98px;
}
> > > .single.single-post #comments ul.children.children.children.children {
  padding-left: 98px;
}
@media screen and (max-width: 767px) {
  .single.single-post #comments ul.children {
    padding-top: 50px;
    padding-left: 50px;
  }
  > .single.single-post #comments ul.children.children {
    padding-left: 50px;
  }
  > > .single.single-post #comments ul.children.children.children {
    padding-left: 50px;
  }
  > > > .single.single-post #comments ul.children.children.children.children {
    padding-left: 50px;
  }
}
.single.single-post #comments .comment-list {
  margin-top: 60px;
}
.single.single-post #comments .comment-list > li + li .comment-box {
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .single.single-post #comments .comment-list > li + li .comment-box {
    padding-top: 50px;
  }
}
.single.single-post #comments .comment-list .comment .comment-box .comment-inner {
  display: flex;
  gap: 32px;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-inner .comment-image img {
  --pxl-box-size: 98px;
}
@media screen and (max-width: 575px) {
  .single.single-post #comments .comment-list .comment .comment-box .comment-inner {
    flex-direction: column;
  }
}
.single.single-post #comments .comment-list .comment .comment-box .comment-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user {
  margin-bottom: 1px;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user > a {
  color: inherit;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-date {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-text {
  color: #5f5f5f;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-text > p {
  max-width: 599px;
}
.single.single-post #comments .comment-list .comment .comment-box .comment-reply > a {
  color: #ff3d00;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 1.83333;
  text-transform: uppercase;
}
.single.single-post #comments #respond {
  margin-top: 92px;
}
.single.single-post #comments #respond .logged-in-as {
  display: none;
}
.single.single-post #comments #respond .comment-form {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
  max-width: 807px;
}
.single.single-post #comments #respond #reply-title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.single.single-post #comments #respond #reply-title:after {
  content: '';
  height: 3px;
  width: 32px;
  background-color: #d7ff37;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single.single-post #comments #respond #reply-title #cancel-comment-reply-link {
  font-size: 0;
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  background-color: #010101;
  color: #fff;
  border-radius: 50px;
  border: thin solid #010101;
  transition: background-color 0.3s linear;
}
.single.single-post #comments #respond #reply-title #cancel-comment-reply-link::after, .single.single-post #comments #respond #reply-title #cancel-comment-reply-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.3s ease-in-out, color 0.3s linear;
}
.single.single-post #comments #respond #reply-title #cancel-comment-reply-link::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.single.single-post #comments #respond #reply-title #cancel-comment-reply-link:hover {
  background-color: #fff;
  color: #010101;
}
.single.single-post #comments #respond #reply-title #cancel-comment-reply-link:hover::after, .single.single-post #comments #respond #reply-title #cancel-comment-reply-link:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 991px) {
  .single.single-post #comments #respond #reply-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single.single-post #comments #respond #reply-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .single.single-post #comments #respond #reply-title {
    font-size: 24px;
  }
}
.single.single-post #comments #respond .form-control-group {
  display: flex;
  column-gap: 36px;
  row-gap: 28px;
  margin-top: 22px;
}
.single.single-post #comments #respond .form-control {
  width: 100%;
}
.single.single-post #comments #respond .comment-form-cookies-consent {
  display: none;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}
.single.single-post #comments #respond .comment-form-cookies-consent input {
  width: auto;
}
.single.single-post #comments #respond .comment-form-cookies-consent label {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
}
.single.single-post #comments #respond input, .single.single-post #comments #respond textarea {
  width: 100%;
  line-height: 58px;
  border-radius: 100px;
  border: thin solid #d5d5d5;
  background-color: #fff;
  padding-inline: 27px 25px;
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
}
.single.single-post #comments #respond input:focus, .single.single-post #comments #respond textarea:focus {
  border-color: #000;
  color: #000;
}
.single.single-post #comments #respond textarea {
  margin-top: 28px;
  padding: 17px 25px 15px 27px;
  line-height: 1.6;
  border-radius: 20px;
  height: 138px;
}
.single.single-post #comments #respond .form-submit {
  margin-top: 21px;
}
.single.single-post #comments #respond .form-submit .button::before {
   background-color: var(--color-primary);
}
.error404 .pxl-footer {
  display: none;
}
.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockUI:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockUI:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.blockUI.blockOverlay, .blockUI.blockMsg {
  display: none !important;
}
.product-remove {
  position: relative;
  min-width: 50px;
}
.product-remove a.remove {
  font-size: 0px;
  width: 26px;
  height: 26px;
  background-color: var(--color-primary);
  border-radius: 100%;
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover {
  background-color: var(--color-primary);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
  .product-remove {
    min-height: 57px;
  }
}
.woosw-item--add .add_to_cart_button.loading {
  opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
  display: none;
}
#pxl-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-cart-sidebar .pxl-popup--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.8);
  cursor: pointer;
}
#pxl-cart-sidebar .pxl-item--close {
  top: 50%;
  left: auto;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#pxl-cart-sidebar .pxl-item--close:before, #pxl-cart-sidebar .pxl-item--close:after {
  background-color: #666;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex-grow: 1;
  font-family: var(--secondary-font);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
  border: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
  display: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
  margin: 0 4px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  width: 30px;
  height: 30px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
  background-color: #000;
  height: 1px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: #000;
  font-weight: 700;
  font-family: var(--secondary-font);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
  background: var(--color-secondary);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
  background: var(--color-primary);
}
#pxl-cart-sidebar.active {
  visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
  padding: 0;
  border: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #f9f9f9;
}
.woocommerce ins {
  background-color: transparent;
  color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget {
  padding: 0;
  border: none;
  margin-bottom: 52px;
}
.woocommerce #pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: var(--color-primary);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: -3px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 32px;
  font-size: 14px;
  margin-right: 20px;
  padding: 0 18px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #080808;
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
  padding: 0;
  width: 53px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #ececf0;
  color: #222;
  font-size: 15px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:after {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-indent: 0px;
  font-weight: 400;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
  height: 50px;
  color: #222;
  border-color: #ececf0;
  font-size: 15px;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
  border-color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus + button {
  border-color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_products ul li {
  position: relative;
  padding: 0 0 0 95px;
  margin-bottom: 15px;
  min-height: 80px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .product-title {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li img {
  margin: 0;
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
}
.woocommerce #pxl-sidebar-area .widget_products ul li a {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: var(--secondary-font);
}
.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
  color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating {
  margin-bottom: 2px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating:before {
  font-size: 12px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating span::before {
  font-size: 12px;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-color: var(--color-primary);
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--color-primary);
}
@media screen and (max-width: 769px) {
  .woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .woocommerce .coupon .button, .woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 0 0 15px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
  border: 1px solid rgba(22, 29, 57, 0.1);
  text-align: left;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  height: 54px;
  background-color: #fff;
  font-size: 16px;
  padding-left: 26px;
  font-family: var(--secondary-font);
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 39px;
}
.woocommerce .nice-select:before, .woocommerce-page .nice-select:before {
  color: #000001;
  right: 18px;
}
.woocommerce .nice-select ul.list, .woocommerce-page .nice-select ul.list {
  border: 1px solid rgba(22, 29, 57, 0.1);
  border-radius: 0 0 27px 27px;
  left: -1px;
  right: -1px;
  box-shadow: none;
}
.woocommerce .nice-select ul.list li, .woocommerce-page .nice-select ul.list li {
  border-radius: 5px;
}
.woocommerce .nice-select.open, .woocommerce-page .nice-select.open {
  border-radius: 27px 27px 0 0;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 60px;
  background-color: #f8f8f8;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding-left: 32px;
  color: #454545;
}
.woocommerce .select2-container--open .select2-results li.select2-results__option, .woocommerce-page .select2-container--open .select2-results li.select2-results__option {
  padding: 6px 15px;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 26px;
  line-height: 46px;
  border-radius: 46px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-size: 200%, auto;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: right center;
  background-color: transparent;
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
  background-color: var(--color-primary);
}
.woocommerce .comment-form, .woocommerce-page .comment-form, .woocommerce #commentform, .woocommerce-page #commentform {
  max-width: 100%;
  padding: 0;
  border: none;
}
.woocommerce #pxl-wrapper .quantity, .woocommerce-page #pxl-wrapper .quantity {
  position: relative;
  display: inline-flex;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.woocommerce #pxl-wrapper .quantity .qty, .woocommerce-page #pxl-wrapper .quantity .qty {
  padding: 0 30px;
  border: 1px solid rgba(2, 6, 38, 0.1);
  color: #23272a;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: textfield;
  height: 46px;
  width: 98px;
  text-align: left;
  border-radius: 46px;
}
.woocommerce #pxl-wrapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #pxl-wrapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #pxl-wrapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #pxl-wrapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce #pxl-wrapper .quantity-icon, .woocommerce-page #pxl-wrapper .quantity-icon {
  position: absolute;
  right: 22px;
  font-size: 8px;
  color: #4a4c51;
  cursor: pointer;
  width: 10px;
  height: 10px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.woocommerce #pxl-wrapper .quantity-icon.quantity-down, .woocommerce-page #pxl-wrapper .quantity-icon.quantity-down {
  bottom: 12px;
}
.woocommerce #pxl-wrapper .quantity-icon.quantity-down:before, .woocommerce-page #pxl-wrapper .quantity-icon.quantity-down:before {
  content: "\f13c";
  font-family: "Caseicon";
}
.woocommerce #pxl-wrapper .quantity-icon.quantity-up, .woocommerce-page #pxl-wrapper .quantity-icon.quantity-up {
  top: 12px;
}
.woocommerce #pxl-wrapper .quantity-icon.quantity-up:before, .woocommerce-page #pxl-wrapper .quantity-icon.quantity-up:before {
  content: "\f148";
  font-family: "Caseicon";
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 20px 15px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
  font-weight: 500;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
  .woocommerce #pxl-content-area.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.widget_products .amount {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
}
.widget_products del {
  color: #8f8f8f;
}
.widget_products del .amount {
  color: #8f8f8f;
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: ;
}
#shop-breadcrumb ul li a:hover {
  color: var(--color-primary);
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 16px;
  margin-left: 8px;
  color: #223543;
  font-weight: 600;
}
.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 15px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: var(--color-primary);
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  font-size: 16px;
  letter-spacing: 3px;
  width: 105px;
  height: 22px;
}
.woocommerce .star-rating span::before {
  color: #f2994a;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px !important;
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20% - 1px);
    width: -webkit-calc(20% - 1px);
    width: -ms-calc(20% - 1px);
    width: -o-calc(20% - 1px);
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 7px;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: var(--color-primary);
}
.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
  color: var(--color-primary);
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-primary);
}
.woocommerce ul.products li.product .price .amount {
  color: inherit;
}
.woocommerce ul.products li.product .price del {
  color: #8f8f8f;
  opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
  background-image: none;
  text-fill-color: #8f8f8f;
  -o-text-fill-color: #8f8f8f;
  -ms-text-fill-color: #8f8f8f;
  -moz-text-fill-color: #8f8f8f;
  -webkit-text-fill-color: #8f8f8f;
}
.woocommerce ul.products li.product .price ins {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 101;
  margin-bottom: 50px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-topbar {
    padding: 20px 0;
  }
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 0;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  color: #000001;
  font-family: var(--secondary-font);
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
  min-width: 250px;
  margin: 15px 0;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-product-inner {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 21px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.woocommerce .woocommerce-product-inner:before, .woocommerce .woocommerce-product-inner:after {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-radius: inherit;
}
.woocommerce .woocommerce-product-inner:before {
  z-index: -1;
  background-color: #f7f7f7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce .woocommerce-product-inner:after {
  z-index: -2;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  margin-bottom: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
  display: inline-block;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating {
  display: flex;
  justify-content: center;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating .star-rating {
  margin: 0 0 3px;
  letter-spacing: 5px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button {
  flex-direction: row-reverse;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  background: none;
  z-index: 1;
  font-size: 14px;
  line-height: 42px;
  color: #717171;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--secondary-font);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button .btn-cart-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:before {
  border: 1px solid #717171;
  z-index: -2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button .btn-cart-overlay {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
  z-index: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button i {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:focus {
  color: #fff;
  background: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:focus:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:hover .btn-cart-overlay, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:focus .btn-cart-overlay {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.added {
  display: none !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.loading .pxl-cart-loader {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: auto;
  right: 16px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 8;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.loading:after {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward {
  align-items: center;
  width: 100%;
  margin-top: 0;
  background: none;
  z-index: 1;
  font-size: 14px;
  line-height: 42px;
  color: #717171;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--secondary-font);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:before {
  border: 1px solid #717171;
  z-index: -2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:after {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
  z-index: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward i {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:focus {
  color: #fff;
  background: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:focus:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:hover:after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:focus:after {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner:hover:after {
  opacity: 1;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
  width: 54px;
  height: 54px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border-radius: 54px;
  position: relative;
  z-index: 1;
}
.woocommerce nav.woocommerce-pagination .page-numbers:before, .woocommerce nav.woocommerce-pagination .page-numbers:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}
.woocommerce nav.woocommerce-pagination .page-numbers:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce nav.woocommerce-pagination .page-numbers:after {
  opacity: 0;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
}
.woocommerce nav.woocommerce-pagination .page-numbers i {
  font-size: 13px;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers:hover {
  background-color: transparent;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current:before, .woocommerce nav.woocommerce-pagination .page-numbers:hover:before {
  opacity: 0;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current:after, .woocommerce nav.woocommerce-pagination .page-numbers:hover:after {
  opacity: 1;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
  width: 100% !important;
}
.single-product .woosc-quick-table {
  display: none;
}
.single-product .woocommerce-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .woocommerce-social-share label {
  font-size: 20px;
  color: #000001;
  font-weight: 600;
  font-family: var(--secondary-font);
  display: inline-block;
}
.single-product .woocommerce-social-share a {
  height: 35px;
  width: 35px;
  display: inline-flex;
  border-radius: 5px;
  color: #454545;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
.single-product .woocommerce-social-share a:before, .single-product .woocommerce-social-share a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product .woocommerce-social-share a:before {
  border: 1px solid #454545;
  background-color: #fff;
}
.single-product .woocommerce-social-share a:after {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
}
.single-product .woocommerce-social-share a i {
  display: inline-flex;
}
.single-product .woocommerce-social-share a:hover {
  color: #fff;
}
.single-product .woocommerce-social-share a:hover:before {
  opacity: 0;
}
.single-product .woocommerce-social-share a:hover:after {
  opacity: 1;
}
.single-product .woocommerce-sg-product-price {
  margin-bottom: 23px;
}
.single-product .woocommerce-sg-product-price p {
  margin-bottom: 0;
}
.single-product section.related {
  padding-top: 66px;
}
.single-product section.related h2 {
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-product section.related h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .single-product section.related h2 {
    font-size: 30px;
  }
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .single-product section.related ul.products li.product {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .single-product section.related ul.products li.product {
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 57px;
}
.single-product #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child, .single-product > div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature, .single-product > div.product .woocommerce-sg-product-feature {
  margin-bottom: 71px;
  list-style: none;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li, .single-product > div.product .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li i, .single-product > div.product .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 6px;
  color: var(--color-primary);
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child, .single-product > div.product .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li + li, .single-product > div.product .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.single-product #pxl-content-area div.product form.cart, .single-product > div.product form.cart {
  margin-bottom: 20px;
}
.single-product #pxl-content-area div.product form.cart label, .single-product > div.product form.cart label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  color: #191919;
}
.single-product #pxl-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
  color: #000;
  font-size: 15px;
  margin-top: 6px;
}
.single-product #pxl-content-area div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
  color: var(--color-primary);
}
.single-product #pxl-content-area div.product form.cart .single_variation_wrap, .single-product > div.product form.cart .single_variation_wrap {
  width: 100%;
}
.single-product #pxl-content-area div.product form.cart .variations .variable-item:before, .single-product > div.product form.cart .variations .variable-item:before {
  min-width: auto;
  font-size: 12px;
  border-radius: 0px;
  padding: 0 12px;
  line-height: 26px;
  box-shadow: none;
}
.single-product #pxl-content-area div.product form.cart .variations th.label, .single-product > div.product form.cart .variations th.label {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  color: #666;
}
.single-product #pxl-content-area div.product form.cart .variations th.label label, .single-product > div.product form.cart .variations th.label label {
  font-weight: normal;
  color: inherit;
  font-family: inherit;
}
.single-product #pxl-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name, .single-product > div.product form.cart .variations th.label .woo-selected-variation-item-name {
  color: #000;
}
.single-product #pxl-content-area div.product form.cart .variations td.label, .single-product > div.product form.cart .variations td.label {
  padding: 0;
}
.single-product #pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper, .single-product > div.product form.cart .variations td.woo-variation-items-wrapper {
  padding: 0;
  margin-bottom: 12px;
}
.single-product #pxl-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item, .single-product > div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
  padding: 0;
  border-radius: 0px;
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
  font-size: 14px;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
  color: #fff;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #f9f9f9;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
  font-size: 15px;
  line-height: 26px;
  padding: 0 8px;
  color: #383838;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary);
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
  color: #fff;
}
.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart, .single-product > div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price, .single-product > div.product form.cart.variations_form .woocommerce-variation-price {
  margin: 0 0 24px;
}
.single-product #pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
  background-color: var(--color-primary);
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form), .single-product > div.product form.cart:not(.variations_form), .single-product #pxl-content-area div.product form.cart:not(.grouped_form), .single-product > div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0 0 32px;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) select, .single-product > div.product form.cart:not(.variations_form) select, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) select, .single-product > div.product form.cart:not(.grouped_form) select {
  margin: 0;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) label, .single-product > div.product form.cart:not(.variations_form) label, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) label, .single-product > div.product form.cart:not(.grouped_form) label {
  line-height: 50px;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
  padding-bottom: 10px;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td a, .single-product > div.product form.cart .woocommerce-grouped-product-list td a {
  color: inherit;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
    font-size: 14px;
  }
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price del {
  color: #8f8f8f;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__label label {
    font-size: 14px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale, .single-product > div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-gallery-inner, .single-product > div.product .woocommerce-gallery-inner {
  display: flex;
  position: relative;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 57px;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
    margin-bottom: 40px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border-radius: 10px;
  z-index: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before {
  content: '';
  border-radius: inherit;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0.12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #e7e8ea;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  padding: 0;
  overflow: hidden;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport:before, .single-product > div.product .woocommerce-product-gallery .flex-viewport:before {
  content: '';
  border-radius: inherit;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0.12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
  margin: 0 -8px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1;
  border: 1px solid rgba(3, 6, 23, 0.12);
  border-radius: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: rgba(var(--color-primary-rgb),0.32);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a {
  font-size: 0px;
  width: 42px;
  height: 42px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 42px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:before {
  content: "\f136";
  font-family: "Caseicon";
  font-size: 18px;
  display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
  background-color: #fff;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: -60px;
  z-index: 99;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  right: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
  left: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
  right: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
    padding-left: 0;
  }
}
.single-product #pxl-content-area div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-btn, .single-product #pxl-content-area div.product .entry-summary > .woosw-btn, .single-product > div.product .entry-summary > .woosw-btn {
  display: none !important;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button, .single-product > div.product .entry-summary .woocommerce-sg-product-button {
  padding-left: 110px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
  width: 100%;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: var(--color-secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
  content: "\f12f";
  font-family: "Caseicon";
  margin: 0 5px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
  background: var(--color-primary);
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating, .single-product > div.product .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0;
  width: 117px;
  height: 22px;
  letter-spacing: 5px;
  font-size: 18px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #454545;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  font-size: 42px;
  margin-top: 6px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
    font-size: 30px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
    font-size: 28px;
    margin-top: 0px;
  }
}
.single-product #pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--secondary-font);
}
.single-product #pxl-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
  margin-right: 22px;
  color: inherit;
  text-decoration: none;
}
.single-product #pxl-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
  color: #8f8f8f;
}
.single-product #pxl-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
  color: #8f8f8f;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
    font-size: 16px;
  }
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
  display: inline-flex;
  justify-content: center;
  float: none;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button i, .single-product > div.product .entry-summary .single_add_to_cart_button i {
  font-size: 16px;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading, .single-product > div.product .entry-summary .single_add_to_cart_button.loading {
  padding-right: 42px;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:after {
  top: 0;
  right: 14px;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after, .single-product > div.product .entry-summary .single_add_to_cart_button.added:after {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border-bottom: none;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before {
  border-color: #e3e3e3;
  bottom: 50%;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before {
    display: none !important;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0px 40px 0 0;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 10px 0 0;
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 30px;
  font-size: 24px;
  line-height: 54px;
  color: #555;
  font-weight: 500;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
  position: relative;
  border-radius: 54px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-radius: inherit;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:before {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:after {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a:after, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover:after {
  opacity: 1;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    font-size: 17px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top: 36px;
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
  margin-bottom: 0px !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
  font-size: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
  padding: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td {
  border: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th {
  background-color: transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel {
  padding-top: 40px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
  width: 64%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
  width: 36%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 26px;
  margin-top: -2px;
  margin-bottom: 29px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
  display: block;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  font-family: var(--secondary-font);
  line-height: 1.2;
  margin-bottom: 12px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 32px 30px;
  background-color: transparent;
  border: 1px solid rgba(58, 58, 58, 0.15);
  border-radius: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea {
  border-color: transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus {
  border-color: var(--color-primary);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
  font-size: 16px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p {
  margin-bottom: 12px;
  width: 100%;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-notes {
  margin-bottom: 22px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-form-rating {
  margin-top: 4px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent {
  color: rgba(45, 45, 45, 0.8);
  line-height: 1.625;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment {
  height: 172px;
  min-height: 172px;
  font-size: 17px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit .submit {
  font-size: 16px;
  line-height: 54px;
  padding: 0 32px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 15px 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
  font-size: 16px;
  color: #2d2d2d;
  display: block;
  margin: 0 10px 0 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
  display: inline-flex;
  font-size: 16px;
  margin: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
  display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
  margin: 0 2px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
  color: rgba(45, 45, 45, 0.8);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
  color: #f2994a;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 30px 38px 20px;
  background-color: #f5f6f6;
  border-radius: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating {
  font-size: 16px;
  margin-right: -10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 78px;
  -webkit-border-radius: 78px;
  -khtml-border-radius: 78px;
  -moz-border-radius: 78px;
  -ms-border-radius: 78px;
  -o-border-radius: 78px;
  border-radius: 78px;
  border: none;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 60px;
    border: none;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
  font-size: 17px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  padding: 0 0 0 102px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 80px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 12px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin-top: 10px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 22px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #000;
  display: block;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 18px;
  text-transform: uppercase;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .quantity, .single-product > div.product .quantity {
  margin-right: 20px;
  float: none;
}
.single-product #pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
  color: 646464;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
}
.single-product #pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
}
.single-product #pxl-content-area div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product #pxl-content-area div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
  color: #0a1320;
  font-size: 18px;
  text-transform: capitalize;
}
.single-product #pxl-content-area div.product .product_meta > span a:hover, .single-product > div.product .product_meta > span a:hover {
  color: var(--color-primary);
}
.single-product .up-sells.upsells {
  margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
  font-size: 32px;
  margin-bottom: 23px;
}
.single-product .product-type-external .woocommerce-sg-product-button, .single-product .product-type-grouped .woocommerce-sg-product-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product .product-type-grouped form.cart .button {
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .single-product .product-type-grouped .quantity .qty {
    width: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #pxl-content-area div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
    top: 150px;
  }
}
.pswp {
  z-index: 999999;
}
.pswp .pswp__caption {
  display: none;
}
.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
  font-family: "Caseicon";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f136";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f14d";
}
body.woocommerce-cart .pxl-entry-content > .woocommerce {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-cart-form {
  flex-grow: 1;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
  width: 100%;
  max-width: 370px;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-info, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-empty.woocommerce-info {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .return-to-shop {
  width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid var(--color-primary);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
  height: 45px;
  padding: 0 20px;
  min-width: 180px;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
  color: #222;
  border-color: var(--color-primary);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
  float: right;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: var(--color-primary);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: #152136;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--color-primary);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--color-primary);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout a.showcoupon, .woocommerce-checkout a.woocommerce-privacy-policy-link, .woocommerce-checkout .woocommerce-terms-and-conditions-link {
  color: #111;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-checkout a.showcoupon:hover, .woocommerce-checkout a.woocommerce-privacy-policy-link:hover, .woocommerce-checkout .woocommerce-terms-and-conditions-link:hover {
  color: var(--color-primary);
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
  font-size: 16px;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout strong {
  font-weight: 500;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-info {
    padding-bottom: 24px;
  }
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px 30px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px !important;
  }
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout form.checkout_coupon .form-row-last button.button {
    width: 100%;
  }
}
.woocommerce-checkout form.checkout_coupon #coupon_code {
  border-color: transparent;
  height: 46px;
  font-size: 16px;
}
.woocommerce-checkout form.checkout_coupon #coupon_code:focus {
  border-color: var(--color-primary);
}
.woocommerce-checkout form.checkout_coupon > .form-row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  width: 60%;
  padding: 0 35px 0 15px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-checkout #customer_details {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  flex: inherit;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 40px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    font-size: 28px;
  }
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 44px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 40px;
  margin-bottom: 32px;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    font-size: 28px;
  }
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: var(--color-primary);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
  padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce-checkout form.woocommerce-checkout input, .woocommerce-checkout form.woocommerce-checkout textarea {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout form.woocommerce-checkout label {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.woocommerce-checkout form.woocommerce-checkout .form-row-first {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .form-row-first {
    padding-right: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout .form-row-last {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .form-row-last {
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout .form-row-last, .woocommerce-checkout form.woocommerce-checkout .form-row-first {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .form-row-last, .woocommerce-checkout form.woocommerce-checkout .form-row-first {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 28px;
  }
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
  width: 40%;
  padding: 0 15px;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .blockUI {
  background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #order_review {
  background-color: rgba(0, 0, 0, 0.037);
  padding: 34px 40px 40px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 600;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  border: none;
  margin: 0;
  font-size: 16px;
  color: #2d2d2d;
  background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  border: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
  border-bottom: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
  padding-right: 20px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name strong {
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  margin-top: 5px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment label {
  font-size: 16px;
  color: #2d2d2d;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box {
  font-size: 14px;
  line-height: 24px;
  color: rgba(45, 45, 45, 0.7);
  background-color: #fff;
  margin-bottom: 23px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box:before {
  border-bottom-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method {
  padding-top: 4px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label {
  cursor: pointer;
  position: relative;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  position: absolute;
  top: 2px;
  left: -35px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: -30px;
  top: 7px;
  background-color: var(--color-primary);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input {
  opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label:before {
  border-color: var(--color-primary);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order.button {
  float: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-top: 22px;
  font-size: 16px;
  margin-bottom: 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .wp-block-heading {
  font-size: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area {
  /* All Notices */
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 0;
  color: #222;
  position: relative;
  display: block;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-primary);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f14d";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "Caseicon";
  color: var(--color-primary);
  margin-left: -16px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 20px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
  border: none;
  background-color: #fff;
  padding: 27px 30px 30px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
  max-width: 670px;
  margin: 0px auto 50px auto;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -khtml-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -moz-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -ms-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -o-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
}
@media screen and (max-width: 1199px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    padding: 28px 20px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
  font-size: 20px;
  line-height: 1.55555;
  color: #0a1320;
  margin-bottom: 13px;
  font-weight: 500;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .required {
  color: var(--color-primary);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input {
  display: block;
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:after {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:hover:after {
  color: #000;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
  color: var(--color-primary);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text {
  padding-bottom: 17px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a {
  color: #000;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a:hover {
  color: var(--color-primary);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  position: relative;
  margin: 4px 0 28px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 18px;
  color: #0a1320;
  display: inline-flex;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:before {
  content: '';
  width: 28px;
  height: 28px;
  border: 1px solid rgba(22, 29, 57, 0.1);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  border-radius: 28px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:after {
  content: "\f112";
  font-family: "Caseicon";
  color: #000;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme:checked + span:after {
  opacity: 1;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-button.button {
  padding-left: 44px;
  padding-right: 44px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-register {
  font-size: 16px;
  line-height: 1.625;
  color: rgba(45, 45, 45, 0.8);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login {
  margin: 0 -25px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login > div {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
  font-size: 42px;
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
    font-size: 32px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin: 0;
  }
  .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-row span em {
  margin-top: 8px;
  display: block;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-row label {
  display: block;
  margin-bottom: 12px;
  line-height: normal;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-EditAccountForm fieldset {
  padding: 30px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-info {
  text-align: center;
  padding: 24px 30px 90px 30px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: var(--color-primary);
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: var(--color-primary);
}
body #yith-quick-view-modal .onsale {
  top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
  font-weight: 600;
  color: var(--color-primary);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
  color: #666;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
  color: inherit;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #232323;
  font-family: var(--secondary-font);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--color-primary);
  color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
  color: var(--color-primary);
  margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
  color: var(--color-secondary);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
  display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  margin: 0 20px 0 0;
  padding: 0 12px;
  width: 70px;
  height: 54px;
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.wishlist-title .button .fa {
  font-family: FontAwesome;
}
.hidden-title-form input + input {
  margin-top: 15px;
}
.hidden-title-form .btn {
  line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
  display: none;
}
#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: var(--color-secondary) !important;
}
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }
  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
#stripe-payment-data .form-row > label + div {
  width: 100%;
}
.woocommerce-lost-password {
  /* Product Wishlist Popup */
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  max-width: 440px;
  margin: 10px auto 0 auto;
  border-radius: 0px;
  border: 1px solid rgba(22, 35, 43, 0.08);
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
  font-size: 16px;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(45, 45, 45, 0.5);
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
  border-color: var(--color-primary);
  color: #2d2d2d;
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
  font-size: 20px;
  font-weight: 500;
  color: #0a1320;
  margin-bottom: 8px;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  padding-left: 38px;
  padding-right: 38px;
}
.woocommerce-lost-password .woocommerce-form-row label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #222;
}
.woocommerce-lost-password .pxl-entry-content > .woocommerce {
  max-width: 960px;
  margin: auto;
}
.woosw-popup {
  /* Product Wishlist Page */
}
.woosw-popup .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0 22px;
}
.woosw-popup .woosw-popup-content-bot a {
  color: #000;
  text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.woosw-list {
  max-width: 860px;
  margin: auto;
  /* Product Quick View Popup */
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
  position: absolute;
}
.woosw-list table.woosw-items {
  border-left: none;
}
.woosw-list table.woosw-items td {
  border-right: none;
  background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 600;
  color: #000;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price {
  font-size: 15px;
  color: var(--color-primary);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
  background-color: transparent;
  color: inherit;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
  color: #888;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
  font-size: 15px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
  text-align: right;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button {
  min-width: 170px;
  text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added {
  margin: 0 10px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after {
  display: none;
}
.woosq-popup .quantity .qty {
  width: auto;
}
.woosq-popup .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary {
  padding: 0;
}
.woosq-popup div.product .entry-summary .summary-content {
  padding-left: 30px;
  padding-right: 30px;
}
.woosq-popup div.product .entry-summary .entry-title {
  font-size: 32px;
}
.woosq-popup div.product .entry-summary .product_type_external {
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
  width: 100%;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
  opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-info {
  padding: 20px 20px 80px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--color-primary);
  position: relative;
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-info:before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-info a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding-left: 32px;
  padding-right: 32px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border-radius: 0px;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > svg {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  background-color: transparent !important;
  line-height: normal;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button:hover {
  text-decoration: underline;
  color: var(--color-primary) !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
  background-color: rgba(var(--color-primary-rgb),0.1);
  border-color: var(--color-primary);
}
.pxl-popup--close2 {
  position: absolute;
  top: 32px;
  right: 0;
  height: 60px;
  width: 320px;
  z-index: 10000;
  cursor: pointer;
  display: none;
}
.pxl-text--hide {
  display: none;
}
.wc-empty-cart-message {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
