@charset "UTF-8";
@media (min-width: 1600px) {
  .d-xxxl-block {
    display: block;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes pxlFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pxlFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes pxlFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pxlFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes pxlFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pxlFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes pxlFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pxlFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.24;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.24;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(80px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesSix {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-24px, -30px);
  }
  66% {
    transform: translate(24px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesSeven {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: rotate(45deg);
  }
  40% {
    transform: translate(0, 90px);
  }
  60% {
    transform: rotate(90deg);
  }
  80% {
    transform: translate(90px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes pxl_bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes index-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  60% {
    opacity: 0;
    -moz-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -ms-transform: scale(1);
  }
  60% {
    opacity: 0;
    -ms-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -o-transform: scale(1);
  }
  60% {
    opacity: 0;
    -o-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes scaleDisappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes pxl_zoom_reverse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pxl-zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pxl-zoom-in-small {
  0% {
    transform: scale(0.67);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pxl-zoom-out {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pxl-zoom-out-in-small {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin-reverse {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fadeInCustom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInCustom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOutCustom {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOutCustom {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutInCustom {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutInCustom {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpCustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpCustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes playanimate {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes playanimate {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}
@keyframes dotAnimatedBottomToTop5 {
  0% {
    bottom: 46%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 46%;
  }
}
@keyframes dotAnimatedBottomToTop6 {
  0% {
    bottom: 27%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 27%;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-o-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
  }
}
@-o-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
  }
}
@-webkit-keyframes loadershake {
  0% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg);
  }
  50% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
  }
  100% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg);
  }
}
@keyframes loadershake {
  0% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg);
  }
  50% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
  }
  100% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes loader-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes loader-4-1 {
  0% {
    box-shadow: inset 0 0 0 0 #77b80f;
  }
  100% {
    box-shadow: inset 0 -80px 0 0 #77b80f;
  }
}
@keyframes loader-4-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
@keyframes loader-5 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
@keyframes pxl-ken-burns-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes pxl-ken-burns-out {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pxl-ken-burns-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pxlInnerOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes pxlImgOut {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(100%) scale(1.15);
  }
}
@keyframes pxlInnerIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pxlImgIn {
  0% {
    transform: translateX(-100%) scale(1.15);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes BackgroundAnimated {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes BackgroundAnimated {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@-ms-keyframes BackgroundAnimated {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@-moz-keyframes BackgroundAnimated {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes BackgroundAnimatedVertical {
  from {
    background-position: 50% 0;
  }
  to {
    background-position: 50% 100%;
  }
}
@keyframes up-down-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes spineer-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--pxl-shadow-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes spineer-shadow-hover {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--pxl-shadow-color-hover);
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--second-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--second-color);
    box-shadow: 0 0 0 0 var(--second-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
    box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes spineer-second {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--second-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 15px) transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes spineer-second {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--second-color);
    box-shadow: 0 0 0 0 var(--second-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 15px) transparent;
    box-shadow: 0 0 0 var(--pxl-shadow-width, 15px) transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes pxl_spineer_border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes pxl_spineer_border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_skew_in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pxl_skew_in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pxl_skew_in_right {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes progress-loading {
  0% {
    width: 0;
  }
  to {
    width: 90%;
  }
}
@keyframes progress-loading {
  0% {
    width: 0;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes progress-loaded {
  0% {
    width: 90%;
  }
  99% {
    width: 100%;
  }
  to {
    opacity: 0;
  }
}
@keyframes progress-loaded {
  0% {
    width: 90%;
  }
  99% {
    width: 100%;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideLoading {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes icon-bounce_footer {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.elementor-animation-bounce-in {
  transition-duration: 0.5s;
}
.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.elementor-animation-bounce-out {
  transition-duration: 0.5s;
}
.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.elementor-animation-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
  transform: rotate(4deg);
}
.elementor-animation-grow-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.elementor-animation-float {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
  transform: translateY(-8px);
}
.elementor-animation-sink {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
  transform: translateY(8px);
}
@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.elementor-animation-skew {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
  transform: skew(-10deg);
}
.elementor-animation-skew-forward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
  transform: skew(-10deg);
}
.elementor-animation-skew-backward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
  transform: skew(10deg);
}
@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-top {
  transform-origin: 0 100%;
}
.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-bottom {
  transform-origin: 100% 0;
}
.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
*, *:before, *:after {
  outline: none;
  box-sizing: inherit;
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #fff;
}
::selection {
  background-color: var(--primary-color);
  color: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  html {
    overflow-x: hidden;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: inherit;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
dfn, cite, em, i {
  font-style: italic;
}
pre {
  font-size: 14px;
  overflow: auto;
  background: #f5f5f5;
  padding: 15px;
  font-family: monospace, monospace;
  font-size: 1em;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
code, kbd, tt, var {
  font-size: 12px;
}
code {
  padding: 2px 4px;
  color: #c7254e;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  text-decoration: none;
}
mark {
  background: #fff9c0;
}
big {
  font-size: 125%;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img, video, iframe, svg {
  max-width: 100%;
  vertical-align: top;
}
figure {
  margin: 0 0 30px 0;
}
figcaption {
  display: block;
}
form label {
  color: var(--body-color);
  max-width: 100%;
  margin-bottom: 5px;
}
label {
  display: block;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: auto;
  line-height: normal;
  width: auto;
  margin-right: 10px;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  border: none;
}
button, input, optgroup, select, textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
}
@media (max-width: 575px) {
  body {
    font-size: calc(var(--body-font-size) - 1px);
  }
}
body.overflow-x-clip {
  overflow-x: clip;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 7px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
body::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
  border: 0;
}
body:before, body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  -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;
}
body:before {
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  cursor: progress;
}
body:after {
  width: 0;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  opacity: 1;
}
body.loading:before {
  opacity: 1;
  visibility: visible;
}
body.loading:after {
  -webkit-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -khtml-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -moz-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -ms-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -o-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
}
body.loaded:after {
  -webkit-animation: progress-loaded 0.5s ease-out forwards;
  -khtml-animation: progress-loaded 0.5s ease-out forwards;
  -moz-animation: progress-loaded 0.5s ease-out forwards;
  -ms-animation: progress-loaded 0.5s ease-out forwards;
  -o-animation: progress-loaded 0.5s ease-out forwards;
  animation: progress-loaded 0.5s ease-out forwards;
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
}
a {
  text-decoration: none;
  -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);
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover .h1, a:hover .h2, a:hover .h3, a:hover .h4, a:hover .h4-1, a:hover .h5, a:hover .h6 {
  color: var(--link-color-hover);
}
h1, .h1, .size-h1 {
  font-size: var(--heading-font-size-h1);
  line-height: 1.081;
}
@media (max-width: 1599px) {
  h1, .h1, .size-h1 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  h1, .h1, .size-h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  h1, .h1, .size-h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  h1, .h1, .size-h1 {
    font-size: 42px;
  }
}
h2, .h2, .size-h2 {
  font-size: var(--heading-font-size-h2);
}
@media (max-width: 1599px) {
  h2, .h2, .size-h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  h2, .h2, .size-h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2, .h2, .size-h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2, .h2, .size-h2 {
    font-size: 32px;
  }
}
h3, .h3, .size-h3 {
  font-size: var(--heading-font-size-h3);
}
@media (max-width: 1199px) {
  h3, .h3, .size-h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3, .h3, .size-h3 {
    font-size: 24px;
  }
}
h4, .h4, .size-h4 {
  font-size: var(--heading-font-size-h4);
  line-height: 1.14285;
}
@media (max-width: 1199px) {
  h4, .h4, .size-h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4, .h4, .size-h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4, .h4, .size-h4 {
    font-size: 18px;
  }
}
h5, .h5, .size-h5 {
  font-size: var(--heading-font-size-h5);
}
@media (max-width: 1199px) {
  h5, .h5, .size-h5 {
    font-size: 18px;
  }
}
h6, .h6, .size-h6 {
  font-size: var(--heading-font-size-h6);
}
img {
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-position: inside;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 15px;
}
[dir="rtl"] ul ul, [dir="rtl"] ul ol, [dir="rtl"] ol ul, [dir="rtl"] ol ol {
  padding-left: 0;
  padding-right: 15px;
}
ul.list-unstyled, ul.unstyled, ol.list-unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-unstyled ul, ul.list-unstyled ol, ul.unstyled ul, ul.unstyled ol, ol.list-unstyled ul, ol.list-unstyled ol, ol.unstyled ul, ol.unstyled ol {
  list-style: none;
}
ul.horizontal, ol.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
ul.horizontal > li, ol.horizontal > li {
  padding: 5px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e0e0e0;
  border-spacing: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
table th, table td {
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-left: 0;
  text-align: start;
  vertical-align: middle;
}
table th:last-child, table td:last-child {
  border-right: 0;
}
table + * {
  margin-top: 20px;
}
table tbody tr:last-child th, table tbody tr:last-child td {
  border-bottom: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
img.image-fit, img.img-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-filter-object-fit: cover;
  -webkit-object-fit: cover;
}
img.alignleft[alt="Image Alignment 150x150"], img.alignright[alt="Image Alignment 150x150"] {
  clear: both;
}
a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-color-hover);
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
p {
  margin: 0 0 16px;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  padding: 40px 60px 40px 42px;
  margin: 15px 0;
  background-color: var(--primary-color);
  font-family: "Glittery Snowfall";
  font-size: 26px;
  line-height: 1.346;
  color: #fff !important;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  blockquote {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  blockquote {
    font-size: 20px;
    padding: 30px 20px;
  }
}
[dir="rtl"] blockquote.has-text-align-right {
  text-align: left;
}
blockquote cite {
  font-family: var(--heading-font-family);
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  font-style: inherit;
  background: transparent;
  text-transform: uppercase;
  color: var(--second-color);
  position: relative;
  display: block;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 20px;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff !important;
}
.txt-secondary {
  color: var(--second-color);
}
.txt-dark {
  color: #060606;
}
.text-uppercase {
  text-transform: uppercase;
}
.fw-500 {
  font-weight: 500;
}
[dir="rtl"] .rtl-flip {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.custom-phone {
  font-family: var(--heading-font-family);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .d-xxs-none {
    display: none;
  }
}
.d-flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.d-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.d-flex-wrap > * {
  flex-shrink: 0;
  max-width: 100%;
}
.d-flex-auto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.d-flex-auto > * {
  flex: 0 0 auto;
  width: auto !important;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.d-flex-align-justify-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .text-xs-start {
    text-align: start !important;
  }
  .text-xs-end {
    text-align: end !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .justify-content-xs-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-start {
    text-align: start !important;
  }
  .text-xxxl-end {
    text-align: end !important;
  }
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .justify-content-xxxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .elementor-column.pxl-column-element-widescreen-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
  }
}
.mb-0 {
  margin-bottom: 0;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.min-h-100vh {
  min-height: 100vh !important;
}
.text-primary {
  color: var(--primary-color);
}
.text-second {
  color: var(--second-color);
}
.overflow-hidden {
  overflow: hidden !important;
}
@media (max-width: 575px) {
  .overflow-hidden-xs {
    overflow: hidden !important;
  }
}
.bg-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.scale-hover {
  overflow: hidden;
}
.scale-hover img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover .bg-inner, .scale-hover .parallax-inner {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover:hover img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.scale-hover:hover .bg-inner, .scale-hover:hover .parallax-inner {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.scale-hover1 {
  overflow: hidden;
}
.scale-hover1 img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover1 .parallax-inner {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover1:hover img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.scale-hover1:hover .parallax-inner {
  -webkit-transform: scale(1.1) !important;
  -khtml-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.icon-hover:hover .pxl-icon i, .icon-hover:hover .pxl-icon span, .icon-hover:hover svg {
  -webkit-animation: pulse 500ms linear 0s;
  -khtml-animation: pulse 500ms linear 0s;
  -moz-animation: pulse 500ms linear 0s;
  -ms-animation: pulse 500ms linear 0s;
  -o-animation: pulse 500ms linear 0s;
  animation: pulse 500ms linear 0s;
}
.icon-hover1:hover .pxl-icon i, .icon-hover1:hover .pxl-icon span, .icon-hover1:hover svg {
  -webkit-animation: pxl-zoom-out-in-small 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -khtml-animation: pxl-zoom-out-in-small 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -moz-animation: pxl-zoom-out-in-small 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-animation: pxl-zoom-out-in-small 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-animation: pxl-zoom-out-in-small 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  animation: pxl-zoom-out-in-small 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.hover-underline a, a.hover-underline {
  position: relative;
}
.hover-underline a:after, a.hover-underline:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: all 350ms;
}
.hover-underline a:hover, a.hover-underline:hover {
  color: inherit;
}
.hover-underline a:hover:after, a.hover-underline:hover:after {
  width: 100%;
}
.hover-triangle a::before, a.hover-triangle::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--primary-color);
  transition: all 350ms linear 0s;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.hover-triangle a:hover, a.hover-triangle:hover {
  color: inherit;
}
.hover-triangle a:hover:before, a.hover-triangle:hover:before {
  animation: flickerAnimation 0.75s infinite;
}
.text-truncate-1 {
  display: block;
  display: -webkit-box;
  max-height: 25.6px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-1 > * {
  display: block;
  display: -webkit-box;
  max-height: 25.6px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-2 {
  display: block;
  display: -webkit-box;
  max-height: 51.2px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-2 > * {
  display: block;
  display: -webkit-box;
  max-height: 51.2px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-3 {
  display: block;
  display: -webkit-box;
  max-height: 72px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-3 > * {
  display: block;
  display: -webkit-box;
  max-height: 72px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-4 {
  display: block;
  display: -webkit-box;
  max-height: 96px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -khtml-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-4 > * {
  display: block;
  display: -webkit-box;
  max-height: 96px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -khtml-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-5 {
  display: block;
  display: -webkit-box;
  max-height: 120px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -khtml-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-truncate-5 > * {
  display: block;
  display: -webkit-box;
  max-height: 120px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -khtml-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
}
.text-multi-line-1 {
  font-size: 20px;
  line-height: 1.4;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-multi-line-2 {
  font-size: 30px;
  line-height: 1.5;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-multi-line-242 {
  font-size: 24px;
  line-height: 1.16666667;
  min-height: 56.00000016px;
  max-height: 56.00000016px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bypostauthor {
  display: block;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.pxl-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 35px;
  z-index: 1;
}
.list-style-none {
  list-style: none;
}
.italic {
  font-style: italic;
}
.no-padding {
  padding: 0 !important;
}
.text-underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absoluted {
  position: absolute;
  z-index: 1;
}
.pxl-absoluted {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pxl-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pos-fixed, .pos-fix {
  position: fixed;
}
.img-cover {
  object-fit: cover;
}
.img-cover img {
  object-fit: cover;
  height: 100%;
}
.img-cover-center {
  object-fit: cover;
  object-position: center;
}
.transition, .pxl-transition {
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-invisible {
  visibility: hidden;
}
.font-body {
  font-family: var(--body-font-family) !important;
}
.font-heading {
  font-family: var(--heading-font-family);
}
.pxl-heading {
  color: var(--heading-color);
  font-weight: var(--heading-font-weight);
  margin-top: 0;
}
.text-heading {
  color: var(--heading-color);
}
.empty-none:empty {
  display: none !important;
}
.clearfix::after, .clearfix::before {
  display: block;
  clear: both;
  content: "";
}
.shape-animate1 {
  animation: animationFramesTwo 12s infinite linear alternate;
}
.shape-animate2 {
  animation: animationFramesOne 12s infinite linear alternate;
}
.shape-animate3 {
  animation: animationFramesFour 12s infinite linear alternate;
}
.shape-animate4 {
  animation: animationFramesThree 12s infinite linear alternate;
}
.shape-animate5 {
  animation: animationFramesFive 12s infinite linear alternate;
}
.shape-animate6 {
  animation: animationFramesSix 12s infinite linear alternate;
}
.shape-animate7 {
  animation: animationFramesSeven 18s infinite linear alternate;
}
.fade-in-out-custom {
  animation: fadeInOutCustom 8s infinite linear alternate;
}
.fade-out-in-custom {
  animation: fadeOutInCustom 8s infinite linear alternate;
}
.up-down-move {
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: up-down-move;
  animation-timing-function: linear;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.pxl-page .fadeInDown {
  -webkit-animation-name: pxlFadeInDown;
  animation-name: pxlFadeInDown;
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.pxl-page .fadeInLeft {
  -webkit-animation-name: pxlFadeInLeft;
  animation-name: pxlFadeInLeft;
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.pxl-page .fadeInRight {
  -webkit-animation-name: pxlFadeInRight;
  animation-name: pxlFadeInRight;
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.pxl-page .fadeInUp {
  -webkit-animation-name: pxlFadeInUp;
  animation-name: pxlFadeInUp;
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.scaleDisappear {
  -webkit-animation: scaleDisappear 350ms ease-in-out;
  -moz-animation: scaleDisappear 350ms ease-in-out;
  -ms-animation: scaleDisappear 350ms ease-in-out;
  -o-animation: scaleDisappear 350ms ease-in-out;
  animation: scaleDisappear 350ms ease-in-out;
}
.zoomOut.animated {
  -webkit-animation-name: pxl-zoom-out;
  animation-name: pxl-zoom-out;
}
.zoomInSmall.animated {
  -webkit-animation-name: pxl-zoom-in-small;
  animation-name: pxl-zoom-in-small;
}
.pxl-spin {
  -webkit-animation: pxl-spin 2s linear infinite;
  -khtml-animation: pxl-spin 2s linear infinite;
  -moz-animation: pxl-spin 2s linear infinite;
  -ms-animation: pxl-spin 2s linear infinite;
  -o-animation: pxl-spin 2s linear infinite;
  animation: pxl-spin 2s linear infinite;
}
.pxl-spin1 {
  -webkit-animation: pxl-spin 15s linear infinite;
  -khtml-animation: pxl-spin 15s linear infinite;
  -moz-animation: pxl-spin 15s linear infinite;
  -ms-animation: pxl-spin 15s linear infinite;
  -o-animation: pxl-spin 15s linear infinite;
  animation: pxl-spin 15s linear infinite;
}
.pxl-dot-animate {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.pxl-dot-animate .dot-item {
  position: relative;
}
.pxl-dot-animate .dot-item span {
  width: 6px;
  height: 6px;
  background-color: #7a7a7a;
  position: absolute;
  bottom: 14%;
  left: 50%;
  margin-left: -2px;
  z-index: 1;
}
.pxl-dot-animate .dot-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #292929;
}
.pxl-dot-animate .dot-1 span {
  bottom: 8%;
  -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
  animation: dotAnimatedBottomToTop1 30s infinite linear;
}
.pxl-dot-animate .dot-2 span {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
  animation: dotAnimatedBottomToTop2 30s infinite linear;
}
.pxl-dot-animate .dot-3 span {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
  animation: dotAnimatedBottomToTop3 30s infinite linear;
}
.pxl-dot-animate .dot-4 span {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop4 30s infinite linear;
  animation: dotAnimatedBottomToTop4 30s infinite linear;
}
.pxl-dot-animate .dot-5 span {
  bottom: 12%;
  -webkit-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop5 30s infinite linear;
  animation: dotAnimatedBottomToTop5 30s infinite linear;
}
.pxl-dot-animate .dot-6 span {
  bottom: 94%;
  -webkit-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop6 30s infinite linear;
  animation: dotAnimatedBottomToTop6 30s infinite linear;
}
.pxl-transforms {
  -webkit-transform: perspective(var(--pxl-transform-perspective, 0)) rotate(var(--pxl-transform-rotateZ, 0)) rotateX(var(--pxl-transform-rotateX, 0)) rotateY(var(--pxl-transform-rotateY, 0)) translate(var(--pxl-transform-translate, 0)) translateX(var(--pxl-transform-translateX, 0)) translateY(var(--pxl-transform-translateY, 0)) scaleX(calc(var(--pxl-transform-flipX, 1) * var(--pxl-transform-scaleX, var(--pxl-transform-scale, 1)))) scaleY(calc(var(--pxl-transform-flipY, 1) * var(--pxl-transform-scaleY, var(--pxl-transform-scale, 1)))) skewX(var(--pxl-transform-skewX, 0)) skewY(var(--pxl-transform-skewY, 0));
  transform: perspective(var(--pxl-transform-perspective, 0)) rotate(var(--pxl-transform-rotateZ, 0)) rotateX(var(--pxl-transform-rotateX, 0)) rotateY(var(--pxl-transform-rotateY, 0)) translate(var(--pxl-transform-translate, 0)) translateX(var(--pxl-transform-translateX, 0)) translateY(var(--pxl-transform-translateY, 0)) scaleX(calc(var(--pxl-transform-flipX, 1) * var(--pxl-transform-scaleX, var(--pxl-transform-scale, 1)))) scaleY(calc(var(--pxl-transform-flipY, 1) * var(--pxl-transform-scaleY, var(--pxl-transform-scale, 1)))) skewX(var(--pxl-transform-skewX, 0)) skewY(var(--pxl-transform-skewY, 0));
  -webkit-transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
  -ms-transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
  transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
  -webkit-transition: -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
  transition: -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
  -o-transition: transform var(--pxl-transform-transition-duration, 0.4s);
  transition: transform var(--pxl-transform-transition-duration, 0.4s);
  transition: transform var(--pxl-transform-transition-duration, 0.4s), -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
}
.pxl-rotate1 {
  transform: rotate(-90deg);
  transform-origin: 0 0;
}
.transform-origin-0 .elementor-widget-container {
  transform-origin: 0 0;
}
.elementor-column.pxl-bg-ken-burns .elementor-widget-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: pxl-ken-burns-in-out 30s linear infinite;
  -khtml-animation: pxl-ken-burns-in-out 30s linear infinite;
  -moz-animation: pxl-ken-burns-in-out 30s linear infinite;
  -ms-animation: pxl-ken-burns-in-out 30s linear infinite;
  -o-animation: pxl-ken-burns-in-out 30s linear infinite;
  animation: pxl-ken-burns-in-out 30s linear infinite;
}
.pxl-ken-burns {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 10s;
  -o-transition-duration: 10s;
  transition-duration: 10s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.pxl-ken-burns--out {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.pxl-ken-burns--active {
  -webkit-transition-duration: 20s;
  -o-transition-duration: 20s;
  transition-duration: 20s;
}
.pxl-ken-burns--active.pxl-ken-burns--out {
  -webkit-animation: pxl-ken-burns-out 30s linear infinite;
  -khtml-animation: pxl-ken-burns-out 30s linear infinite;
  -moz-animation: pxl-ken-burns-out 30s linear infinite;
  -ms-animation: pxl-ken-burns-out 30s linear infinite;
  -o-animation: pxl-ken-burns-out 30s linear infinite;
  animation: pxl-ken-burns-out 30s linear infinite;
}
.pxl-ken-burns--active.pxl-ken-burns--in {
  -webkit-animation: pxl-ken-burns-in 30s linear infinite;
  -khtml-animation: pxl-ken-burns-in 30s linear infinite;
  -moz-animation: pxl-ken-burns-in 30s linear infinite;
  -ms-animation: pxl-ken-burns-in 30s linear infinite;
  -o-animation: pxl-ken-burns-in 30s linear infinite;
  animation: pxl-ken-burns-in 30s linear infinite;
}
.pxl-ken-burns--active.pxl-ken-burns--in-out {
  -webkit-animation: pxl-ken-burns-in-out 60s linear infinite;
  -khtml-animation: pxl-ken-burns-in-out 60s linear infinite;
  -moz-animation: pxl-ken-burns-in-out 60s linear infinite;
  -ms-animation: pxl-ken-burns-in-out 60s linear infinite;
  -o-animation: pxl-ken-burns-in-out 60s linear infinite;
  animation: pxl-ken-burns-in-out 60s linear infinite;
}
.pxl-section-ken-burns .pxl-section-bg-parallax {
  -webkit-transition-duration: 20s;
  -o-transition-duration: 20s;
  transition-duration: 20s;
}
.pxl-section-ken-burns.pxl-ken-burns--out .pxl-section-bg-ken-burns {
  -webkit-animation: pxl-ken-burns-out 30s linear infinite;
  -khtml-animation: pxl-ken-burns-out 30s linear infinite;
  -moz-animation: pxl-ken-burns-out 30s linear infinite;
  -ms-animation: pxl-ken-burns-out 30s linear infinite;
  -o-animation: pxl-ken-burns-out 30s linear infinite;
  animation: pxl-ken-burns-out 30s linear infinite;
}
.pxl-section-ken-burns.pxl-ken-burns--in .pxl-section-bg-ken-burns {
  -webkit-animation: pxl-ken-burns-in 30s linear infinite;
  -khtml-animation: pxl-ken-burns-in 30s linear infinite;
  -moz-animation: pxl-ken-burns-in 30s linear infinite;
  -ms-animation: pxl-ken-burns-in 30s linear infinite;
  -o-animation: pxl-ken-burns-in 30s linear infinite;
  animation: pxl-ken-burns-in 30s linear infinite;
}
.pxl-section-ken-burns.pxl-ken-burns--in-out .pxl-section-bg-ken-burns {
  -webkit-animation: pxl-ken-burns-in-out 60s linear infinite;
  -khtml-animation: pxl-ken-burns-in-out 60s linear infinite;
  -moz-animation: pxl-ken-burns-in-out 60s linear infinite;
  -ms-animation: pxl-ken-burns-in-out 60s linear infinite;
  -o-animation: pxl-ken-burns-in-out 60s linear infinite;
  animation: pxl-ken-burns-in-out 60s linear infinite;
}
.elementor-section.pxl-border-section-anm {
  border-width: 0 !important;
}
.elementor-column.pxl-border-column-anm > .elementor-element-populated {
  border-width: 0 !important;
}
.elementor-element.pxl-border-wg-anm > .elementor-widget-container {
  border-width: 0 !important;
  position: relative;
}
.pxl-border-animated .pxl-border-anm {
  position: absolute;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-border-animated .pxl-border-anm.bt {
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.pxl-border-animated .pxl-border-anm.br {
  top: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: 100% 0;
}
.pxl-border-animated .pxl-border-anm.bb {
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 100%;
}
.pxl-border-animated .pxl-border-anm.bl {
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.pxl-border-animated.num-3 .pxl-border-anm.br, .pxl-border-animated.num-3 .pxl-border-anm.bb, .pxl-border-animated.num-4 .pxl-border-anm.br, .pxl-border-animated.num-4 .pxl-border-anm.bb {
  transition-delay: 1s;
}
.pxl-border-animated.pxl-animated .pxl-border-anm {
  transform: scale(1);
}
.pxl-bd-anm {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e4e4e4;
  transform: scale(0);
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-bd-anm.bt {
  border-width: 1px 0 0 0;
  transform-origin: 0 0;
}
.pxl-bd-anm.br {
  border-width: 0 1px 0 0;
  transform-origin: 100% 0;
}
.pxl-bd-anm.bb {
  border-width: 0 0 1px 0;
  transform-origin: 0 100%;
}
.pxl-bd-anm.bl {
  border-width: 0 0 0 1px;
  transform-origin: 0 0;
}
.pxl-bd-anm.pxl-animated {
  transform: scale(1);
}
.elementor-widget-divider .elementor-divider-separator {
  transform: scaleX(0);
  transform-origin: 0 100%;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.elementor-widget-divider.pxl-animated .elementor-divider-separator {
  transform: scale(1);
}
.pxl-divider.animated .pxl-divider-separator {
  transform: scaleX(0);
  transform-origin: 0 100%;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.vertical .pxl-divider-separator, .pxl-divider.animated.vertical-dashed .pxl-divider-separator {
  transform: scaleY(0);
  transform-origin: 100% 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.center .pxl-divider-separator {
  transform-origin: 50% 100%;
}
.pxl-divider.animated.reversal .pxl-divider-separator {
  transform-origin: 100% 100%;
}
.pxl-divider.animated.slow .pxl-divider-separator {
  transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.normal .pxl-divider-separator {
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.fast .pxl-divider-separator {
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.pxl-animated .pxl-divider-separator {
  transform: scale(1);
}
.pxl-hd-bd-left .elementor-widget-container:before, .pxl-hd-bd-right .elementor-widget-container:before {
  transform: scaleY(0);
  transform-origin: 100% 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-hd-bd-left.pxl-animated .elementor-widget-container:before, .pxl-hd-bd-right.pxl-animated .elementor-widget-container:before {
  transform: scale(1);
}
.pxl-section-bg-parallax-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.pxl-section-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-section-bg-ken-burns {
  background-image: var(--pxl-ken-burns-bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-position: center center;
}
.pxl-column-bg-parallax-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.pxl-column-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-section-divider-top-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pxl-section-divider-bot-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cursor-map-target:hover .pxl-map-wrap {
  opacity: 1;
}
.pxl-map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -khtml-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pxl-map-wrap .pxl-map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-map-wrap.active {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.pxl-map-wrap.active .pxl-map-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-map-wrap.clicked {
  -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%);
}
@media (max-width: 991px) {
  .pxl-map-wrap.clicked {
    -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%);
  }
}
.list-text-hover .text-hover-item {
  transition: z-index 0.11s 0.17s;
}
.list-text-hover .text-hover-item.active {
  z-index: 3;
}
.pxl-imgs-hover {
  opacity: 0;
  transform: translate(calc(var(--pxl-mouse-x) - 50%), calc(var(--pxl-mouse-y) - 50%));
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-imgs-hover .img-inner {
  transform: translateX(-100%);
}
.pxl-imgs-hover .img-hv-ac {
  transform: translateX(100%) scale(1.4);
}
.pxl-imgs-hover .img-item.active {
  z-index: 2;
}
.pxl-imgs-hover .img-item.deactive .img-hv-ac {
  animation: pxlImgOut 0.55s ease-in-out both;
}
.pxl-imgs-hover .img-item.deactive .img-inner {
  animation: pxlInnerOut 0.55s ease-in-out both;
}
.pxl-imgs-hover .img-item.active .img-hv-ac {
  animation: pxlImgIn 0.55s ease-in-out both;
}
.pxl-imgs-hover .img-item.active .img-inner {
  animation: pxlInnerIn 0.55s ease-in-out both;
}
.pxl-text-img-wrap .content-inner:hover .pxl-imgs-hover {
  opacity: 1;
}
.pxl-text-stroke {
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.08);
  color: transparent;
  text-transform: uppercase;
}
.pxl-bg-parallax-none {
  position: relative;
  overflow: hidden;
}
.pxl-bg-parallax-none .parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pxl-bg-parallax {
  position: relative;
  overflow: hidden;
}
.pxl-bg-parallax:not(.pxl-pll-transform) .parallax-inner {
  position: absolute;
  top: -20px;
  left: -20px;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pxl-pll-transform .parallax-inner {
  background-image: var(--pxl-image-bg-parallax-inner);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-parallax-background {
  position: relative;
  overflow: hidden;
}
.pxl-parallax-background .parallax-inner {
  background-size: cover;
  background-position: center center;
  background-image: var(--pxl-image-bg-parallax-inner);
}
.to-right-from-left:hover .pxl-icon {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-split-text {
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pxl-split-text .split-line {
  overflow: hidden;
}
[class*=" pxl-hover-target-"]:not(.item-image) {
  cursor: pointer;
}
.pxl-transition img {
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-draw-from-top img, .pxl-draw-from-top .parallax-inner {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.pxl-draw-from-top.pxl-animated img, .pxl-draw-from-top.pxl-animated .parallax-inner {
  clip-path: inset(0 0 0 0);
}
.pxl-draw-from-left img, .pxl-draw-from-left .parallax-inner {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.pxl-draw-from-left.pxl-animated img, .pxl-draw-from-left.pxl-animated .parallax-inner {
  clip-path: inset(0 0 0 0);
}
.pxl-draw-from-right img, .pxl-draw-from-right .parallax-inner {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.pxl-draw-from-right.pxl-animated img, .pxl-draw-from-right.pxl-animated .parallax-inner {
  clip-path: inset(0 0 0 0);
}
.pxl-move-from-left {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.pxl-move-from-left img, .pxl-move-from-left .parallax-inner {
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transform: scale(1.5) translate(-150px, 0px);
  -khtml-transform: scale(1.5) translate(-150px, 0px);
  -moz-transform: scale(1.5) translate(-150px, 0px);
  -ms-transform: scale(1.5) translate(-150px, 0px);
  -o-transform: scale(1.5) translate(-150px, 0px);
  transform: scale(1.5) translate(-150px, 0px);
}
.pxl-move-from-left.pxl-animated {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pxl-move-from-left.pxl-animated img, .pxl-move-from-left.pxl-animated .parallax-inner {
  -webkit-transform: scale(1) translate(0px, 0px);
  -khtml-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
.pxl-move-from-right {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.pxl-move-from-right img, .pxl-move-from-right .parallax-inner {
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transform: scale(1.5) translate(150px, 0px);
  -khtml-transform: scale(1.5) translate(150px, 0px);
  -moz-transform: scale(1.5) translate(150px, 0px);
  -ms-transform: scale(1.5) translate(150px, 0px);
  -o-transform: scale(1.5) translate(150px, 0px);
  transform: scale(1.5) translate(150px, 0px);
}
.pxl-move-from-right.pxl-animated {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pxl-move-from-right.pxl-animated img, .pxl-move-from-right.pxl-animated .parallax-inner {
  -webkit-transform: scale(1) translate(0px, 0px);
  -khtml-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
.pxl-skew-in {
  visibility: hidden;
}
.pxl-skew-in.pxl-animated {
  visibility: visible;
  -webkit-animation-name: pxl_skew_in;
  animation-name: pxl_skew_in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-skew-in-right {
  visibility: hidden;
}
.pxl-skew-in-right.pxl-animated {
  visibility: visible;
  -webkit-animation-name: pxl_skew_in_right;
  animation-name: pxl_skew_in_right;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-zoom-in img {
  -webkit-transform: scale(0.4);
  -khtml-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all 800ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 800ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 800ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 800ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 800ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 800ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-zoom-in.pxl-animated img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-zoom-out img {
  -webkit-transform: scale(2);
  -khtml-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 800ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -khtml-transition: all 800ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -moz-transition: all 800ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -ms-transition: all 800ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -o-transition: all 800ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: all 800ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.pxl-zoom-out.pxl-animated img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-mouse-move {
  overflow: hidden;
}
.pxl-hover-anm .shrink {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
}
.pxl-hover-anm .bounce-in {
  transition-duration: var(--animation-duration, 500ms);
}
.pxl-hover-anm .bounce-out {
  transition-duration: var(--animation-duration, 500ms);
}
.pxl-hover-anm .rotate {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
}
.pxl-hover-anm .grow-rotate {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
}
.pxl-hover-anm .float {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
  transition-timing-function: ease-out;
}
.pxl-hover-anm .sink {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
  transition-timing-function: ease-out;
}
.pxl-hover-anm .skew {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
}
.pxl-hover-anm .skew-forward {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
  transform-origin: 0 100%;
}
.pxl-hover-anm .skew-backward {
  transition-duration: var(--animation-duration, 300ms);
  transition-property: transform;
  transform-origin: 0 100%;
}
.pxl-hover-anm .wobble-top {
  transform-origin: 0 100%;
}
.pxl-hover-anm .wobble-bottom {
  transform-origin: 100% 0;
}
.pxl-hover-anm:active .grow, .pxl-hover-anm:focus .grow, .pxl-hover-anm:hover .grow {
  transform: scale(1.1);
}
.pxl-hover-anm:active .shrink, .pxl-hover-anm:focus .shrink, .pxl-hover-anm:hover .shrink {
  transform: scale(0.9);
}
.pxl-hover-anm:active .pulse, .pxl-hover-anm:focus .pulse, .pxl-hover-anm:hover .pulse {
  animation-name: elementor-animation-pulse;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pxl-hover-anm:active .pulse-grow, .pxl-hover-anm:focus .pulse-grow, .pxl-hover-anm:hover .pulse-grow {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: var(--animation-duration, 300ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.pxl-hover-anm:active .pulse-shrink, .pxl-hover-anm:focus .pulse-shrink, .pxl-hover-anm:hover .pulse-shrink {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: var(--animation-duration, 300ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.pxl-hover-anm:active .push, .pxl-hover-anm:focus .push, .pxl-hover-anm:hover .push {
  animation-name: elementor-animation-push;
  animation-duration: var(--animation-duration, 300ms);
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .pop, .pxl-hover-anm:focus .pop, .pxl-hover-anm:hover .pop {
  animation-name: elementor-animation-pop;
  animation-duration: var(--animation-duration, 300ms);
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .bounce-in, .pxl-hover-anm:focus .bounce-in, .pxl-hover-anm:hover .bounce-in {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.pxl-hover-anm:active .bounce-out, .pxl-hover-anm:focus .bounce-out, .pxl-hover-anm:hover .bounce-out {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.pxl-hover-anm:active .rotate, .pxl-hover-anm:focus .rotate, .pxl-hover-anm:hover .rotate {
  transform: rotate(4deg);
}
.pxl-hover-anm:active .grow-rotate, .pxl-hover-anm:focus .grow-rotate, .pxl-hover-anm:hover .grow-rotate {
  transform: scale(1.1) rotate(4deg);
}
.pxl-hover-anm:active .float, .pxl-hover-anm:focus .float, .pxl-hover-anm:hover .float {
  transform: translateY(-8px);
}
.pxl-hover-anm:active .sink, .pxl-hover-anm:focus .sink, .pxl-hover-anm:hover .sink {
  transform: translateY(8px);
}
.pxl-hover-anm:active .bob, .pxl-hover-anm:focus .bob, .pxl-hover-anm:hover .bob {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.pxl-hover-anm:active .hang, .pxl-hover-anm:focus .hang, .pxl-hover-anm:hover .hang {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.pxl-hover-anm:active .skew, .pxl-hover-anm:focus .skew, .pxl-hover-anm:hover .skew {
  transform: skew(-10deg);
}
.pxl-hover-anm:active .skew-forward, .pxl-hover-anm:focus .skew-forward, .pxl-hover-anm:hover .skew-forward {
  transform: skew(-10deg);
}
.pxl-hover-anm:active .skew-backward, .pxl-hover-anm:focus .skew-backward, .pxl-hover-anm:hover .skew-backward {
  transform: skew(10deg);
}
.pxl-hover-anm:active .wobble-vertical, .pxl-hover-anm:focus .wobble-vertical, .pxl-hover-anm:hover .wobble-vertical {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .wobble-horizontal, .pxl-hover-anm:focus .wobble-horizontal, .pxl-hover-anm:hover .wobble-horizontal {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .wobble-to-bottom-right, .pxl-hover-anm:focus .wobble-to-bottom-right, .pxl-hover-anm:hover .wobble-to-bottom-right {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .wobble-to-top-right, .pxl-hover-anm:focus .wobble-to-top-right, .pxl-hover-anm:hover .wobble-to-top-right {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .wobble-top, .pxl-hover-anm:focus .wobble-top, .pxl-hover-anm:hover .wobble-top {
  animation-name: elementor-animation-wobble-top;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .wobble-bottom, .pxl-hover-anm:focus .wobble-bottom, .pxl-hover-anm:hover .wobble-bottom {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .wobble-skew, .pxl-hover-anm:focus .wobble-skew, .pxl-hover-anm:hover .wobble-skew {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: var(--animation-duration, 1000ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-hover-anm:active .buzz, .pxl-hover-anm:focus .buzz, .pxl-hover-anm:hover .buzz {
  animation-name: elementor-animation-buzz;
  animation-duration: var(--animation-duration, 150ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pxl-hover-anm:active .buzz-out:hover, .pxl-hover-anm:focus .buzz-out:hover, .pxl-hover-anm:hover .buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: var(--animation-duration, 750ms);
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.pulse-anm {
  animation-name: elementor-animation-pulse;
  animation-duration: var(--animation-duration, 1750ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pulse-grow-anm {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: var(--animation-duration, 800ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.pulse-shrink-anm {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: var(--animation-duration, 750ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.push-anm {
  animation-name: elementor-animation-push;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pop-anm {
  animation-name: elementor-animation-pop;
  animation-duration: var(--animation-duration, 1450ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bounce-in-anm {
  animation-name: bounceIn;
  animation-duration: var(--animation-duration, 800ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bounce-out-anm {
  animation-name: bounceOut;
  animation-duration: var(--animation-duration, 800ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bob-anm {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.75s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hang-anm {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.swing-anm {
  animation-name: swing;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.tada-anm {
  animation-name: tada;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-vertical-anm {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-horizontal-anm {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-to-bottom-right-anm {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-to-top-right-anm {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: var(--animation-duration, 1500ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-top-anm {
  animation-name: elementor-animation-wobble-top;
  animation-duration: var(--animation-duration, 1200ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-bottom-anm {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: var(--animation-duration, 1200ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wobble-skew-anm {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: var(--animation-duration, 1200ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.buzz-anm {
  animation-name: elementor-animation-buzz;
  animation-duration: var(--animation-duration, 750ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.buzz-out-anm {
  animation-name: elementor-animation-buzz-out;
  animation-duration: var(--animation-duration, 1750ms);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pxl-scroll-top-footer {
  cursor: pointer;
}
.pxl-scroll-top-footer:hover i, .pxl-scroll-top-footer:hover svg {
  animation: icon-bounce_footer 2s linear 0s infinite;
}
.clipped-bg-pinned {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.clipped-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  clip-path: inset(0% 5% 0% 5%);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  background: rgba(222, 222, 222, 0.75);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.5s 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out;
}
.scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}
.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.elementor-section.clip-path-1 {
  clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
}
.elementor-section.clip-path-2:before {
  position: absolute;
  content: "";
  top: 150px;
  left: 0;
  width: 100%;
  clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
  background: #fff7e5;
  height: 650px;
}
.elementor-section.clip-path-2:after {
  position: absolute;
  content: "";
  top: 580px;
  left: 0;
  width: 100%;
  clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
  background: #fff7e5;
  height: 650px;
}
.elementor-section.clip-path-3:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 19.27%;
  background: #fff;
}
@media (max-width: 767px) {
  .elementor-section.clip-path-3:before {
    display: none;
  }
}
.elementor-section.justify-content-between .elementor-container {
  justify-content: space-between;
}
.elementor-section.sticky-inner {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 100px;
  z-index: 1;
}
.pxl-column-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 32px;
  z-index: 1;
}
.elementor-editor-active .pxl-draw-from-top img, .elementor-editor-active .pxl-draw-from-top .parallax-inner {
  clip-path: inset(0 0 0 0);
}
.elementor-editor-active .pxl-draw-from-left img, .elementor-editor-active .pxl-draw-from-left .parallax-inner {
  clip-path: inset(0 0 0 0);
}
.elementor-editor-active .pxl-draw-from-right img, .elementor-editor-active .pxl-draw-from-right .parallax-inner {
  clip-path: inset(0 0 0 0);
}
.elementor-editor-active .pxl-skew-in, .elementor-editor-active .pxl-skew-in-right {
  visibility: visible;
}
.elementor-editor-active .pxl-move-from-left, .elementor-editor-active .pxl-move-from-right {
  clip-path: none;
}
.elementor-editor-active .pxl-move-from-left img, .elementor-editor-active .pxl-move-from-right img {
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.elementor-editor-active .pxl-invisible {
  visibility: visible;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.elementor-section .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .elementor-section.pxl-section-3cols .elementor-column {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .elementor-section.pxl-section-3cols .elementor-column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .elementor-section.pxl-section-3cols .elementor-column {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.elementor-section.about-why-choose::before {
  position: absolute;
  content: "";
  width: 80%;
  height: calc(100% + 20px);
  clip-path: polygon(0 0, 75% 0, 56% 100%, 0% 100%);
  left: 0;
  top: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .elementor-section.about-why-choose::before {
    display: none;
  }
}
.pxl-section-shape-item {
  position: absolute;
}
.d-inline-flex.elementor-widget-icon .elementor-widget-container, .d-inline-flex.elementor-widget-icon .elementor-icon-wrapper {
  display: inline-flex;
}
@media (max-width: 767px) {
  .p-sm-10.elementor-widget-icon .elementor-icon {
    padding: 10px !important;
  }
}
.dialog-type-lightbox {
  z-index: 99999;
}
body.admin-bar .dialog-type-lightbox {
  position: fixed;
}
.hover-show-readmore .elementor-widget {
  -webkit-transform: translateY(50px);
  -khtml-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
}
.hover-show-readmore .pxl-button-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.hover-show-readmore:hover .elementor-widget {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.hover-show-readmore:hover .pxl-button-wrapper {
  opacity: 1;
  visibility: visible;
}
.elementor-element.hover-zoom-pll .pxl-column-bg-parallax, .elementor-element.hover-zoom-pll .parallax-inner {
  -webkit-transition: transform 0.3s linear !important;
  -khtml-transition: transform 0.3s linear !important;
  -moz-transition: transform 0.3s linear !important;
  -ms-transition: transform 0.3s linear !important;
  -o-transition: transform 0.3s linear !important;
  transition: transform 0.3s linear !important;
}
.elementor-element.hover-zoom-pll:hover .pxl-column-bg-parallax, .elementor-element.hover-zoom-pll:hover .parallax-inner {
  -webkit-transform: scale(1.1) !important;
  -khtml-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.elementor-lightbox .dialog-lightbox-close-button {
  z-index: 99;
}
.elementor-column > .elementor-widget-wrap > .parallax-inner {
  position: absolute;
  top: -20px;
  left: -20px;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-pll-slide-down-delay .pxl-section-bg-parallax {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.bg-pll-slide-down-delay .pxl-section-bg-parallax.pxl-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.elementor-section.flex-nowrap .elementor-widget-wrap {
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .elementor-section.flex-nowrap .elementor-widget-wrap {
    flex-wrap: wrap;
  }
}
.elementor-section.gap-24 .elementor-widget-wrap {
  column-gap: 24px;
}
@media (max-width: 991px) {
  .elementor-section.gap-24 .elementor-widget-wrap {
    column-gap: 15px;
  }
}
.shape1-clip {
  clip-path: inset(346px 0 0 93px);
}
.shape2-clip {
  clip-path: inset(270px 0 0 66px);
}
.pxl-loader {
  background: #fff;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-loader.style-1 .loading-spinner {
  margin: -45px auto 0 auto;
  width: 90px;
  height: 90px;
  top: 50%;
  position: relative;
  text-align: center;
}
.pxl-loader.style-2 .loading-spinner {
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.pxl-loader.style-2 .loading-dot1, .pxl-loader.style-2 .loading-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.pxl-loader.style-2 .loading-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pxl-loader.style-3 .loading-2dot-rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.pxl-loader.style-3 .loading-3 {
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  box-shadow: 3em 0px 0px var(--primary-color);
  border-radius: 50%;
  animation: loader-5 1s ease-in-out infinite alternate;
}
.pxl-swiper-initialized .pxl-swiper-loader {
  display: none;
}
.pxl-swiper-loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.pxl-swiper-loader > * {
  max-width: 100%;
}
.pxl-swiper-loader .five-dots {
  display: flex;
  column-gap: 10px;
  z-index: 1;
}
.pxl-swiper-loader .five-dots .dot {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  animation: slideLoading 1s infinite;
}
@media (max-width: 1199px) {
  .pxl-swiper-loader .five-dots .dot {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .pxl-swiper-loader .five-dots .dot {
    width: 5px;
    height: 5px;
  }
}
.swiper-filter-wrap {
  margin-bottom: 60px;
  column-gap: 40px;
  row-gap: 5px;
}
@media (max-width: 1199px) {
  .swiper-filter-wrap {
    margin-bottom: 40px;
    column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .swiper-filter-wrap {
    column-gap: 30px;
  }
}
.swiper-filter-wrap .filter-item {
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 1.444;
  font-weight: 500;
  color: var(--heading-color);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1199px) {
  .swiper-filter-wrap .filter-item {
    font-size: 16px;
  }
}
.swiper-filter-wrap .filter-item.active, .swiper-filter-wrap .filter-item:hover {
  color: var(--second-color);
}
.pxl-swiper-loader .five-dots .dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #c1bfbf;
}
.pxl-swiper-loader .five-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #c1bfbfbf;
}
.pxl-swiper-loader .five-dots .dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #c1bfbf8c;
}
.pxl-swiper-loader .five-dots .dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c1bfbf59;
}
.pxl-swiper-loader .five-dots .dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #c1bfbf45;
}
.pxl-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: transform 0.4s linear;
  -khtml-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -ms-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.non-swiper-slide {
  display: none;
}
.swiper-container-multirow-column > .pxl-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-multirow-column > .pxl-swiper-wrapper .pxl-swiper-slide {
  height: calc((100% - 40px) / 2);
}
.swiper-container-multirow-row > .pxl-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
}
.swiper-container-multirow-row > .pxl-swiper-wrapper .pxl-swiper-slide {
  height: calc((100% - 40px) / 2);
}
.swiper-container-vertical > .pxl-swiper-wrapper {
  flex-direction: column;
}
.swiper-slide img {
  display: block;
}
.swiper-container-cube .swiper-cube-shadow {
  display: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.pxl-swiper-arrows.custom {
  display: flex;
}
.pxl-swiper-arrow {
  font-size: 19px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: var(--body-color);
  border-radius: 50%;
  border: 1px solid var(--body-color);
  -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;
}
.pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.pxl-swiper-arrow .pxl-icon {
  line-height: 1;
}
.pxl-swiper-arrow .pxl-icon span {
  display: flex;
  -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;
}
.pxl-swiper-arrow svg {
  width: 1em;
  height: 1em;
  fill: var(--default-color);
  -webkit-transition: fill 0.3s ease;
  -khtml-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.pxl-swiper-arrow svg path {
  -webkit-transition: stroke 0.3s ease;
  -khtml-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow-prev .cmli-noun-arrow {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-in-vertical .pxl-swiper-arrow, .nav-out-vertical .pxl-swiper-arrow {
  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%);
}
.nav-in-vertical .pxl-swiper-arrow-prev {
  left: 30px;
}
.nav-in-vertical .pxl-swiper-arrow-next {
  right: 30px;
}
.nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev {
  opacity: 0;
  -webkit-transform: translate(50px, -50%);
  -khtml-transform: translate(50px, -50%);
  -moz-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  -o-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 0;
  -webkit-transform: translate(-50px, -50%);
  -khtml-transform: translate(-50px, -50%);
  -moz-transform: translate(-50px, -50%);
  -ms-transform: translate(-50px, -50%);
  -o-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nav-out-vertical .pxl-swiper-arrow-prev {
  left: -23px;
}
@media (max-width: 1199px) {
  .nav-out-vertical .pxl-swiper-arrow-prev {
    left: 15px;
    opacity: 0;
    -webkit-transform: translate(-50px, -50%);
    -khtml-transform: translate(-50px, -50%);
    -moz-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
}
.nav-out-vertical .pxl-swiper-arrow-next {
  right: -23px;
}
@media (max-width: 1199px) {
  .nav-out-vertical .pxl-swiper-arrow-next {
    right: 15px;
    opacity: 0;
    -webkit-transform: translate(50px, -50%);
    -khtml-transform: translate(50px, -50%);
    -moz-transform: translate(50px, -50%);
    -ms-transform: translate(50px, -50%);
    -o-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
}
.nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev {
  opacity: 0;
  -webkit-transform: translate(50px, -50%);
  -khtml-transform: translate(50px, -50%);
  -moz-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  -o-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 0;
  -webkit-transform: translate(-50px, -50%);
  -khtml-transform: translate(-50px, -50%);
  -moz-transform: translate(-50px, -50%);
  -ms-transform: translate(-50px, -50%);
  -o-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  .pxl-swiper-slider:hover .nav-in-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-in-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-in-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-in-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-out-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-out-vertical .pxl-swiper-arrow-next {
    opacity: 1;
    -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%);
  }
}
.pxl-swiper-slider:hover .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 1;
  -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%);
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev {
  height: 100%;
  background-color: transparent;
  cursor: none;
}
@media (min-width: 1200px) {
  .enable-cursor .pxl-swiper-arrow.cursor-arrow-prev {
    width: calc((100vw - 1170px)/2) !important;
    left: calc((100vw - 1170px)/-2) !important;
  }
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev:before {
  display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev span {
  display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev.swiper-button-disabled {
  cursor: not-allowed;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next {
  right: 0;
  width: 104px;
  height: 120%;
  background-color: transparent;
  cursor: none;
}
@media (min-width: 1200px) {
  .enable-cursor .pxl-swiper-arrow.cursor-arrow-next {
    width: calc((100vw - 1170px)/2) !important;
    right: calc((100vw - 1170px)/-2) !important;
  }
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next:before {
  display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next span {
  display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-dots.style-bullets {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  column-gap: 16px;
  row-gap: 10px;
  padding-bottom: 1px;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
  box-shadow: 0px 0px 0px 1px var(--primary-color);
  -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-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover:before, .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 13px;
  height: 13px;
  background-color: var(--third-color);
  margin-top: -6.5px;
  margin-left: -6.5px;
  -webkit-box-shadow: 0px 0px 0px 1px var(--third-color);
  -khtml-box-shadow: 0px 0px 0px 1px var(--third-color);
  -moz-box-shadow: 0px 0px 0px 1px var(--third-color);
  -ms-box-shadow: 0px 0px 0px 1px var(--third-color);
  -o-box-shadow: 0px 0px 0px 1px var(--third-color);
  box-shadow: 0px 0px 0px 1px var(--third-color);
}
.pxl-swiper-dots.style-bullets-outline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  column-gap: 10px;
  padding-bottom: 1px;
}
.pxl-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2c424c;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #2c424c;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.5px;
  margin-left: -4.5px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
  -khtml-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
  -ms-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
  -o-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
  background-color: transparent;
}
.pxl-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet:hover:before, .pxl-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.pxl-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet:hover:after, .pxl-swiper-dots.style-bullets-outline .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.pxl-swiper-dots.style-bullets-number {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
  color: var(--heading-color);
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet {
  flex: 0 0 auto;
  width: auto;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0px 10px;
  -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;
}
@media (max-width: 575px) {
  .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet {
    margin: 0 8px;
  }
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
  padding-right: 110px;
}
@media (max-width: 767px) {
  .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
    padding-right: 90px;
  }
}
@media (max-width: 575px) {
  .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
    padding-right: 70px;
  }
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
  width: 90px;
  -webkit-transition: all 0.3s ease 0.2s;
  -khtml-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
@media (max-width: 767px) {
  .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
    width: 50px;
  }
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet:after {
  background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:before {
  background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:after {
  background-color: #fff;
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet:after {
  background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:before {
  background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:after {
  background-color: var(--primary-color);
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
  -khtml-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
  -ms-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
  -o-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
  box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
}
.pxl-swiper-pagination-progressbar {
  background: #fff;
  width: 100%;
  max-width: 544px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -80px;
}
@media (max-width: 1199px) {
  .pxl-swiper-pagination-progressbar {
    bottom: -50px;
  }
}
.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #929292;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #929292;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #929292;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #929292;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type="search"]::-webkit-input-placeholder {
  color: #929292;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type="search"]:-moz-placeholder {
  color: #929292;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type="search"]::-moz-placeholder {
  color: #929292;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type="search"]:-ms-input-placeholder {
  color: #929292;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
}
input:-internal-autofill-selected {
  background-color: white !important;
  background-image: none !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 30px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.pxl-input-number-spin {
  width: 19px;
  height: 25px;
  background: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 20px;
}
[dir="rtl"] .pxl-input-number-spin {
  left: 20px;
  right: auto;
}
.pxl-input-number-spin-inner {
  cursor: pointer;
  width: 19px;
  height: 12.5px;
  position: relative;
  display: block;
}
.pxl-input-number-spin-inner:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  -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%);
}
.pxl-input-number-spin-inner.pxl-input-number-spin-up:before {
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent var(--primary-color) transparent;
}
.pxl-input-number-spin-inner.pxl-input-number-spin-down:before {
  border-width: 4px 3.5px 0 3.5px;
  border-color: var(--primary-color) transparent transparent transparent;
}
input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  text-align: start;
  padding: 0;
  margin: 0;
}
input::-webkit-datetime-edit {
  text-align: start;
  width: 100%;
}
input[type="search" i]::-webkit-search-cancel-button {
  opacity: 0;
  display: none;
}
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, .select2-container.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  color: var(--heading-color);
  padding: 0 24px;
  line-height: 64px;
  height: 64px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: start;
  outline: none;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="range"]:hover, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:hover, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:hover, input[type="week"]:focus, input[type="week"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="color"]:hover, input[type="color"]:focus, input[type="color"]:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, .select2-container.select2-container--default .select2-selection--single:hover, .select2-container.select2-container--default .select2-selection--single:focus, .select2-container.select2-container--default .select2-selection--single:active {
  background-color: #fff;
  border-color: var(--primary-color);
}
[dir="rtl"] input[type="text"], [dir="rtl"] input[type="email"], [dir="rtl"] input[type="url"], [dir="rtl"] input[type="password"], [dir="rtl"] input[type="search"], [dir="rtl"] input[type="tel"], [dir="rtl"] input[type="number"], [dir="rtl"] input[type="range"], [dir="rtl"] input[type="date"], [dir="rtl"] input[type="month"], [dir="rtl"] input[type="week"], [dir="rtl"] input[type="time"], [dir="rtl"] input[type="datetime"], [dir="rtl"] input[type="datetime-local"], [dir="rtl"] input[type="color"], [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  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, .select2-container.select2-container--default .select2-selection--single {
    line-height: 54px;
    height: 54px;
    font-size: 15px;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"] {
  width: 100%;
}
select {
  width: 100%;
  height: 64px;
  line-height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 30px;
}
[dir="rtl"] select {
  background-position: 10px 50%;
  padding-right: 22px;
  padding-left: 30px;
}
textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 110px;
  min-height: 110px;
  padding-top: 15px;
  line-height: normal;
  resize: vertical;
}
input, select, textarea {
  vertical-align: top;
  position: relative;
}
.pxl-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pxl-select select {
  height: 64px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.pxl-select i {
  position: absolute;
  right: 14px;
  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%);
}
.pxl-custom-checkbox, .pxl-custom-radio {
  position: relative;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
[dir="rtl"] .pxl-custom-checkbox, [dir="rtl"] .pxl-custom-radio {
  margin-right: 0;
  margin-left: 5px;
}
.pxl-custom-checkbox input[type="checkbox"], .pxl-custom-checkbox .pxl-checkmark, .pxl-custom-radio input[type="checkbox"], .pxl-custom-radio .pxl-checkmark {
  width: 17px;
  height: 17px;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pxl-custom-checkbox input, .pxl-custom-radio input {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.pxl-custom-checkbox input:checked + .pxl-checkmark:after, .pxl-custom-radio input:checked + .pxl-checkmark:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.pxl-custom-checkbox .pxl-checkmark, .pxl-custom-radio .pxl-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #DCDCDC;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pxl-custom-checkbox .pxl-checkmark:after, .pxl-custom-radio .pxl-checkmark:after {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.pxl-custom-checkbox + label, .pxl-custom-radio + label {
  display: inline-block;
}
.pxl-custom-radio input:checked + .pxl-checkmark {
  border-color: var(--primary-color);
}
.pxl-custom-radio input:checked + .pxl-checkmark:after {
  background-color: var(--primary-color);
}
.pxl-custom-radio .pxl-checkmark {
  margin-top: 3px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-custom-radio .pxl-checkmark:after {
  background-color: #DCDCDC;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.pxl-custom-checkbox {
  -webkit-transform: translate(0, 3px);
  -khtml-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.ui-timepicker-container ul {
  list-style: none;
}
.ui-timepicker-container .ui-menu-item {
  font-size: 13px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #faab04 !important;
}
.wpcf7-form label {
  font-size: 16px;
  line-height: 1.5;
  color: var(--body-color);
  margin-bottom: 4px;
  text-transform: capitalize;
}
.wpcf7-form label + br {
  display: none;
}
.wpcf7-form .control-item {
  margin-bottom: 15px;
}
.wpcf7-form .wpcf7-textarea {
  height: 180px;
}
.wpcf7-form button[type="submit"] .pxli-spinner {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -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;
}
.wpcf7-form.submitting button[type="submit"] .btn-text {
  opacity: 0;
  visibility: hidden;
}
.wpcf7-form.submitting button[type="submit"] .pxli-spinner {
  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);
  -webkit-animation: pxl-spin 2s linear infinite;
  -khtml-animation: pxl-spin 2s linear infinite;
  -moz-animation: pxl-spin 2s linear infinite;
  -ms-animation: pxl-spin 2s linear infinite;
  -o-animation: pxl-spin 2s linear infinite;
  animation: pxl-spin 2s linear infinite;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  position: absolute;
  color: var(--heading-color);
  padding: 0;
  margin: 0;
  border: 0;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
  color: #f13c3c;
}
.contact-form-main + .wpcf7-response-output {
  bottom: -30px;
}
.contact-form-book + .wpcf7-response-output {
  bottom: -62px;
}
.wpcf7 .form-check {
  display: block;
}
@media (max-width: 575px) {
  .pxl-cf7-wrap .pxl-btn {
    width: 100%;
  }
}
.pxl-cf7-wrap.dark form {
  color: #fff;
}
.pxl-cf7-wrap.dark input[type="text"], .pxl-cf7-wrap.dark input[type="email"], .pxl-cf7-wrap.dark input[type="url"], .pxl-cf7-wrap.dark input[type="password"], .pxl-cf7-wrap.dark input[type="search"], .pxl-cf7-wrap.dark input[type="tel"], .pxl-cf7-wrap.dark input[type="number"], .pxl-cf7-wrap.dark input[type="range"], .pxl-cf7-wrap.dark input[type="date"], .pxl-cf7-wrap.dark input[type="month"], .pxl-cf7-wrap.dark input[type="week"], .pxl-cf7-wrap.dark input[type="time"], .pxl-cf7-wrap.dark input[type="datetime"], .pxl-cf7-wrap.dark input[type="datetime-local"], .pxl-cf7-wrap.dark input[type="color"], .pxl-cf7-wrap.dark textarea, .pxl-cf7-wrap.dark select, .pxl-cf7-wrap.dark .nice-select {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-cf7-wrap.dark input[type="text"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]::-webkit-input-placeholder, .pxl-cf7-wrap.dark textarea::-webkit-input-placeholder, .pxl-cf7-wrap.dark select::-webkit-input-placeholder, .pxl-cf7-wrap.dark .nice-select::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-cf7-wrap.dark input[type="text"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:-moz-placeholder, .pxl-cf7-wrap.dark textarea:-moz-placeholder, .pxl-cf7-wrap.dark select:-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:-moz-placeholder {
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-cf7-wrap.dark input[type="text"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]::-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]::-moz-placeholder, .pxl-cf7-wrap.dark textarea::-moz-placeholder, .pxl-cf7-wrap.dark select::-moz-placeholder, .pxl-cf7-wrap.dark .nice-select::-moz-placeholder {
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-cf7-wrap.dark input[type="text"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:-ms-input-placeholder, .pxl-cf7-wrap.dark textarea:-ms-input-placeholder, .pxl-cf7-wrap.dark select:-ms-input-placeholder, .pxl-cf7-wrap.dark .nice-select:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-cf7-wrap.dark input[type="text"]:hover, .pxl-cf7-wrap.dark input[type="text"]:focus, .pxl-cf7-wrap.dark input[type="text"]:active, .pxl-cf7-wrap.dark input[type="email"]:hover, .pxl-cf7-wrap.dark input[type="email"]:focus, .pxl-cf7-wrap.dark input[type="email"]:active, .pxl-cf7-wrap.dark input[type="url"]:hover, .pxl-cf7-wrap.dark input[type="url"]:focus, .pxl-cf7-wrap.dark input[type="url"]:active, .pxl-cf7-wrap.dark input[type="password"]:hover, .pxl-cf7-wrap.dark input[type="password"]:focus, .pxl-cf7-wrap.dark input[type="password"]:active, .pxl-cf7-wrap.dark input[type="search"]:hover, .pxl-cf7-wrap.dark input[type="search"]:focus, .pxl-cf7-wrap.dark input[type="search"]:active, .pxl-cf7-wrap.dark input[type="tel"]:hover, .pxl-cf7-wrap.dark input[type="tel"]:focus, .pxl-cf7-wrap.dark input[type="tel"]:active, .pxl-cf7-wrap.dark input[type="number"]:hover, .pxl-cf7-wrap.dark input[type="number"]:focus, .pxl-cf7-wrap.dark input[type="number"]:active, .pxl-cf7-wrap.dark input[type="range"]:hover, .pxl-cf7-wrap.dark input[type="range"]:focus, .pxl-cf7-wrap.dark input[type="range"]:active, .pxl-cf7-wrap.dark input[type="date"]:hover, .pxl-cf7-wrap.dark input[type="date"]:focus, .pxl-cf7-wrap.dark input[type="date"]:active, .pxl-cf7-wrap.dark input[type="month"]:hover, .pxl-cf7-wrap.dark input[type="month"]:focus, .pxl-cf7-wrap.dark input[type="month"]:active, .pxl-cf7-wrap.dark input[type="week"]:hover, .pxl-cf7-wrap.dark input[type="week"]:focus, .pxl-cf7-wrap.dark input[type="week"]:active, .pxl-cf7-wrap.dark input[type="time"]:hover, .pxl-cf7-wrap.dark input[type="time"]:focus, .pxl-cf7-wrap.dark input[type="time"]:active, .pxl-cf7-wrap.dark input[type="datetime"]:hover, .pxl-cf7-wrap.dark input[type="datetime"]:focus, .pxl-cf7-wrap.dark input[type="datetime"]:active, .pxl-cf7-wrap.dark input[type="datetime-local"]:hover, .pxl-cf7-wrap.dark input[type="datetime-local"]:focus, .pxl-cf7-wrap.dark input[type="datetime-local"]:active, .pxl-cf7-wrap.dark input[type="color"]:hover, .pxl-cf7-wrap.dark input[type="color"]:focus, .pxl-cf7-wrap.dark input[type="color"]:active, .pxl-cf7-wrap.dark textarea:hover, .pxl-cf7-wrap.dark textarea:focus, .pxl-cf7-wrap.dark textarea:active, .pxl-cf7-wrap.dark select:hover, .pxl-cf7-wrap.dark select:focus, .pxl-cf7-wrap.dark select:active, .pxl-cf7-wrap.dark .nice-select:hover, .pxl-cf7-wrap.dark .nice-select:focus, .pxl-cf7-wrap.dark .nice-select:active {
  color: var(--heading-color);
  background-color: #fff;
  border-color: var(--primary-color);
}
.pxl-cf7-wrap.dark input[type="text"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="text"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="text"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark textarea:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark textarea:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark textarea:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark select:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark select:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark select:active::-webkit-input-placeholder, .pxl-cf7-wrap.dark .nice-select:hover::-webkit-input-placeholder, .pxl-cf7-wrap.dark .nice-select:focus::-webkit-input-placeholder, .pxl-cf7-wrap.dark .nice-select:active::-webkit-input-placeholder {
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark input[type="text"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="text"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="text"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:active:-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:hover:-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:focus:-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:active:-moz-placeholder, .pxl-cf7-wrap.dark textarea:hover:-moz-placeholder, .pxl-cf7-wrap.dark textarea:focus:-moz-placeholder, .pxl-cf7-wrap.dark textarea:active:-moz-placeholder, .pxl-cf7-wrap.dark select:hover:-moz-placeholder, .pxl-cf7-wrap.dark select:focus:-moz-placeholder, .pxl-cf7-wrap.dark select:active:-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:hover:-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:focus:-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:active:-moz-placeholder {
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark input[type="text"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="text"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="text"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="email"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="url"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="password"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="search"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="number"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="range"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="date"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="month"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="week"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="time"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:active::-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:hover::-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:focus::-moz-placeholder, .pxl-cf7-wrap.dark input[type="color"]:active::-moz-placeholder, .pxl-cf7-wrap.dark textarea:hover::-moz-placeholder, .pxl-cf7-wrap.dark textarea:focus::-moz-placeholder, .pxl-cf7-wrap.dark textarea:active::-moz-placeholder, .pxl-cf7-wrap.dark select:hover::-moz-placeholder, .pxl-cf7-wrap.dark select:focus::-moz-placeholder, .pxl-cf7-wrap.dark select:active::-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:hover::-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:focus::-moz-placeholder, .pxl-cf7-wrap.dark .nice-select:active::-moz-placeholder {
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark input[type="text"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="text"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="text"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="email"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="url"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="password"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="search"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="tel"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="number"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="range"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="date"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="month"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="week"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="time"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="datetime-local"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark input[type="color"]:active:-ms-input-placeholder, .pxl-cf7-wrap.dark textarea:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark textarea:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark textarea:active:-ms-input-placeholder, .pxl-cf7-wrap.dark select:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark select:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark select:active:-ms-input-placeholder, .pxl-cf7-wrap.dark .nice-select:hover:-ms-input-placeholder, .pxl-cf7-wrap.dark .nice-select:focus:-ms-input-placeholder, .pxl-cf7-wrap.dark .nice-select:active:-ms-input-placeholder {
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark .nice-select span.current {
  color: #fff;
}
.pxl-cf7-wrap.dark .nice-select:after {
  color: #fff;
}
.pxl-cf7-wrap.dark .nice-select:hover, .pxl-cf7-wrap.dark .nice-select:focus, .pxl-cf7-wrap.dark .nice-select:active {
  border-color: #fff;
}
.pxl-cf7-wrap.dark .nice-select:hover span.current, .pxl-cf7-wrap.dark .nice-select:focus span.current, .pxl-cf7-wrap.dark .nice-select:active span.current {
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark .nice-select:hover:after, .pxl-cf7-wrap.dark .nice-select:focus:after, .pxl-cf7-wrap.dark .nice-select:active:after {
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark .form-check .form-check-label {
  color: #fff;
}
.pxl-cf7-wrap.dark .pxl-btn {
  background-color: #fff;
  border-color: #fff;
  color: var(--heading-color);
}
.pxl-cf7-wrap.dark .pxl-btn:hover, .pxl-cf7-wrap.dark .pxl-btn:focus, .pxl-cf7-wrap.dark .pxl-btn:active {
  background-color: transparent;
  color: #fff;
}
.pxl-cf7-wrap.dark .wpcf7-response-output {
  color: #eee !important;
}
.pxl-search-form-popup {
  max-width: 750px;
  margin: 0 auto;
}
.pxl-search-popup-inner .cat-search-wrap {
  flex: 0 0 173px;
  width: 173px;
  max-width: 173px;
}
.pxl-search-popup-inner .text-search-wrap {
  position: relative;
}
.pxl-search-popup-inner .text-search-wrap .search-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 0;
  padding-right: 48px;
  border: 0;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
.pxl-search-popup-inner .text-search-wrap .search-field:hover, .pxl-search-popup-inner .text-search-wrap .search-field:focus, .pxl-search-popup-inner .text-search-wrap .search-field:active {
  border-color: var(--primary-color) !important;
  background-color: transparent;
}
.pxl-search-popup-inner .text-search-wrap input::-webkit-input-placeholder {
  color: #fff;
}
.pxl-search-popup-inner .text-search-wrap .search-submit {
  width: 48px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #fff;
}
.pxl-search-popup-inner .text-search-wrap .search-submit:hover {
  color: var(--primary-color);
}
.pxl-search-popup-inner .text-search-wrap .pxl-svg {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
}
.pxl-search-popup-inner .text-search-wrap .search-submit:hover .pxl-svg path {
  fill: var(--primary-color);
}
#pxl-search-popup-normal .pxl-search-popup-inner .text-search-wrap .search-submit {
  right: 0;
}
.search-no-results .pxl-content-area .pxl-search-form .pxl-search-field {
  border: 1px solid #DCDCDC;
}
.search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:hover, .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:focus, .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:active {
  border-color: var(--primary-color);
}
.ui-timepicker-container {
  z-index: 2 !important;
}
.nice-select {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  padding: 0 16px 0 16px;
  height: 64px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background-color: #fff;
  color: var(--heading-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -khtml-transition: border-color 0.3s ease, background-color 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-color 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.nice-select:hover, .nice-select:focus, .nice-select:active {
  background-color: #fff;
  border-color: var(--primary-color);
}
.nice-select:after {
  position: absolute;
  font-size: 22px;
  line-height: 1;
  margin-top: 1px;
  font-style: normal;
  font-family: "pxli";
  content: "";
  right: 0;
  top: 50%;
  color: var(--heading-color);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 62px;
  font-size: 16px;
  font-weight: 400;
  color: var(--heading-color);
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select .list {
  max-height: 330px;
  overflow: auto;
  background-color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 15px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 9;
  color: inherit;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.nice-select .list .selected {
  color: #222;
}
.nice-select .list .option {
  font-size: 16px;
  padding: 8px 16px 8px 16px;
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nice-select .list .option.selected {
  font-weight: 500;
}
.nice-select .list .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .list .option:hover, .nice-select .list .option:focus {
  color: var(--link-color-hover);
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  background-color: #fff;
  border-color: var(--primary-color);
}
.nice-select.open .list, .nice-select.open .list.open {
  margin-top: -1px;
  border-color: var(--primary-color);
  border-top-color: #DCDCDC;
  min-width: 100%;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.ui-autocomplete {
  list-style: none;
  padding: 16px 16px;
  background-color: #fff;
  font-size: 15px;
  margin-top: 5px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.ui-autocomplete li {
  cursor: pointer;
  padding: 3px 0;
}
.form-check {
  padding-top: 7px;
  display: flex;
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--second-color);
  border: none;
  cursor: pointer;
  margin-top: 3px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  position: relative;
  text-align: center;
  line-height: 1;
  color: var(--heading-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.form-check .form-check-input:after {
  content: "";
  font-family: "pxli";
  font-size: 10px;
  color: var(--heading-color);
  opacity: 0;
}
.form-check .form-check-input:checked[type=checkbox]:after {
  opacity: 1;
}
.form-check .form-check-label {
  cursor: pointer;
  color: var(--heading-color);
  text-transform: inherit;
  flex: 1;
}
.bordered.form-check-input {
  border: 1px solid #e4e4e4;
  background-color: transparent;
  transition: all 400ms ease-in-out 0s;
}
.bordered.form-check-input[type=checkbox] {
  border-radius: 0;
}
.label-for-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.label-for-checkbox input[type="checkbox"] {
  border: 1px solid #DCDCDC;
  border-radius: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  transition: all 400ms ease-in-out 0s;
  background-position: center;
}
.label-for-checkbox input[type="checkbox"]:checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  background-image: url("../images/checked.png");
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}
.box-checked {
  display: inline-flex;
  cursor: pointer;
  margin-top: 13px;
}
.box-checked:not(.heading) > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.box-checked input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box-checked input[type="checkbox"]::before {
  content: "";
  border-radius: 1px;
  color: var(--heading-color);
  background-color: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  transition: 0.2s;
}
.box-checked input[type="checkbox"]:checked {
  border-color: var(--primary-color);
}
.box-checked input[type="checkbox"]:checked::before {
  background-color: var(--primary-color);
}
.box-checked.checkbox-small input[type="checkbox"] {
  min-width: 12px;
  height: 12px;
  border-color: #929292;
}
.box-checked.checkbox-small input[type="checkbox"]::before {
  width: 6px;
  height: 6px;
}
.form-about-us .box-info {
  display: flex;
  gap: 24px;
}
.form-about-us .box-info p {
  font-size: 16px;
  line-height: 24px;
  color: var(--body-color);
}
.form-about-us .box-info p > span {
  margin-top: 4px;
}
.form-about-us .box-info input {
  height: 64px;
}
@media (max-width: 575px) {
  .form-about-us .box-info input {
    height: 54px;
  }
}
@media (max-width: 575px) {
  .form-about-us .box-info {
    flex-direction: column;
    gap: 20px;
  }
}
.form-about-us .box-mess {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .form-about-us .box-mess {
    margin-top: 20px;
  }
}
.form-about-us textarea {
  resize: none;
}
.form-about-us br {
  display: none;
}
.form-about-us .box-checked input[type="checkbox"] {
  top: 2px;
}
.form-about-us .contact-btn {
  margin-top: 24px;
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  padding: 18px 41.5px;
  position: relative;
  overflow: hidden;
}
.form-about-us .contact-btn::after {
  background: #fff;
  content: "";
  height: 250%;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.form-about-us .contact-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-about-us .contact-btn:hover::after {
  left: 120%;
}
@media (max-width: 575px) {
  .form-about-us .contact-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 30.5px;
  }
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  cursor: pointer;
}
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  text-decoration: none;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
  outline-offset: 0;
}
.btn, button, .button, input[type="submit"], input[type="button"], .pxl-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5625;
  letter-spacing: 0px;
  padding: 14px 35px 14px 35px;
  background-color: var(--primary-color);
  outline: none;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid var(--primary-color);
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  justify-content: center;
  -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: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
  transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
}
@media (max-width: 991px) {
  .btn, button, .button, input[type="submit"], input[type="button"], .pxl-btn {
    padding: 12px 25px 12px 25px;
    font-size: 14px;
  }
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .pxl-btn:hover {
  color: #ffffff;
  outline: medium none;
  text-decoration: none;
  border-color: var(--default-color);
  background-color: var(--default-color);
}
.btn.icon-ps-left, button.icon-ps-left, .button.icon-ps-left, input[type="submit"].icon-ps-left, input[type="button"].icon-ps-left, .pxl-btn.icon-ps-left {
  flex-direction: row-reverse;
}
.btn.icon-ps-left .pxl-icon, button.icon-ps-left .pxl-icon, .button.icon-ps-left .pxl-icon, input[type="submit"].icon-ps-left .pxl-icon, input[type="button"].icon-ps-left .pxl-icon, .pxl-btn.icon-ps-left .pxl-icon {
  margin-right: 6px;
}
.btn.btn-default, button.btn-default, .button.btn-default, input[type="submit"].btn-default, input[type="button"].btn-default, .pxl-btn.btn-default {
  background-color: var(--default-color);
  border-color: var(--default-color);
  color: #fff;
}
.btn.btn-default:hover, button.btn-default:hover, .button.btn-default:hover, input[type="submit"].btn-default:hover, input[type="button"].btn-default:hover, .pxl-btn.btn-default:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn.btn-block, .btn.full-width, button.btn-block, button.full-width, .button.btn-block, .button.full-width, input[type="submit"].btn-block, input[type="submit"].full-width, input[type="button"].btn-block, input[type="button"].full-width, .pxl-btn.btn-block, .pxl-btn.full-width {
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .btn.btn-xs-block, button.btn-xs-block, .button.btn-xs-block, input[type="submit"].btn-xs-block, input[type="button"].btn-xs-block, .pxl-btn.btn-xs-block {
    width: 100%;
  }
}
.pxl-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.pxl-btn.btn-default:after {
  background-color: var(--default-color);
}
.pxl-btn.btn-default:active:after, .pxl-btn.btn-default:hover:after, .pxl-btn.btn-default:focus:after {
  background-color: var(--second-color);
}
.pxl-btn.btn-secondary {
  overflow: hidden;
  position: relative;
}
.pxl-btn.btn-secondary .su-button-effect {
  --size-btn: 100%;
  position: absolute;
  width: calc(var(--size-btn) + 2px);
  height: calc(var(--size-btn) + 2px);
}
.pxl-btn.btn-secondary .su-button-effect::before {
  content: "";
  position: absolute;
  left: var(--x-btn);
  top: var(--y-btn);
  width: 0;
  height: 0;
  background-color: var(--heading-color);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  border-radius: 50%;
}
.pxl-btn.btn-secondary:hover {
  background-color: var(--primary-color);
}
.pxl-btn.btn-secondary:hover .su-button-effect::before {
  width: calc(var(--size-btn) * 2.5);
  height: calc(var(--size-btn) * 10);
}
.pxl-btn .pxl-button-icon {
  position: relative;
}
.pxl-btn .pxl-button-text {
  position: relative;
  z-index: 1;
}
.pxl-btn .pxl-icon {
  -webkit-transition: transform 0.5s ease;
  -khtml-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: 16px;
}
.pxl-btn.icon-ps-right .pxl-icon {
  margin-left: 6px;
}
.pxl-btn svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.pxl-btn span {
  position: relative;
  -webkit-transition: transform 0.3s linear;
  -khtml-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.pxl-btn .pxl-icon {
  z-index: 1;
}
.pxl-btn .btn-text {
  display: inline-block;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.pxl-btn .pxl-btn-spinner {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-btn.loading .btn-icon, .pxl-btn .loading .btn-icon {
  opacity: 0;
  visibility: hidden;
}
.pxl-btn.loading .btn-text, .pxl-btn .loading .btn-text {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-btn.loading .pxl-btn-spinner, .pxl-btn .loading .pxl-btn-spinner {
  font-size: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.link-more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  font-family: var(--heading-font-family);
  font-weight: 500;
  color: var(--heading-color);
}
.link-more > * {
  max-width: 100%;
}
.link-more.underline-true {
  padding-bottom: 4px;
}
.link-more.underline-true:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--second-color);
  position: absolute;
  left: 0;
  bottom: 0;
  -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;
}
.link-more.underline-true:hover:after {
  width: 100%;
  background-color: var(--link-color-hover);
}
.link-more.underline-true.underline_style-1:after {
  width: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 2px;
  transform-origin: center;
}
.link-more.underline-true.underline_style-1:hover:after {
  width: 0;
}
.link-more .pxl-icon .pxl-button-icon {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.link-more:hover {
  color: var(--link-color-hover);
}
.link-more:hover:after {
  bottom: 3px;
}
.readmore-circle {
  background-color: var(--second-color);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 20px;
}
@media (max-width: 991px) {
  .readmore-circle {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
.pxl-readmore {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.625;
  text-transform: capitalize;
  font-family: var(--heading-font-family);
  font-weight: 500;
  color: var(--heading-color);
  padding-bottom: 5px;
}
.pxl-readmore .pxl-icon {
  font-size: 12px;
  opacity: 0;
  margin-left: 8px;
  -webkit-transform: translateX(-15px);
  -khtml-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -khtml-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
}
.pxl-readmore:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--second-color);
  position: absolute;
  left: 0;
  bottom: 0;
  -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;
}
.pxl-readmore:hover {
  color: var(--second-color);
}
.pxl-readmore:hover .pxl-icon {
  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-readmore:hover:after {
  bottom: 3px;
}
.btn-link {
  font-weight: normal;
  color: var(--link-color);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--link-color-hover);
  text-decoration: none;
}
.btn-readmore-plus {
  width: 41px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  background-color: var(--second-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.dash-link-more {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border-style: dashed;
  border-width: 2px;
  border-color: var(--primary-color);
  border-radius: 3px;
  padding: 14px 54px;
  text-align: center;
  cursor: pointer;
  color: #1b1b1b;
}
@media (max-width: 480px) {
  .dash-link-more {
    padding: 14px 24px;
  }
}
.dash-link-more:active, .dash-link-more:hover, .dash-link-more:focus {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
.pxl-btn-content > span {
  flex: 0 0 auto;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  display: inline-flex;
}
.pxl-btn-content > span.pxl-align-icon-right {
  order: 2;
}
.pxl-btn-content .pxl-btn-icon {
  margin-top: -2px;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.pxl-readmore-round-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-readmore-round-arrow > * {
  max-width: 100%;
}
.pxl-readmore-round-arrow .pxli {
  width: 86px;
  height: 86px;
  display: inline-flex;
  border: 2px solid var(--primary-color);
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
}
@media (max-width: 1199px) {
  .pxl-readmore-round-arrow .pxli {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}
.pxl-readmore-round-arrow .rm-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 15px;
}
.pxl-readmore-round-arrow:hover .pxli {
  -webkit-animation: bounceIn 3s linear 0s;
  -khtml-animation: bounceIn 3s linear 0s;
  -moz-animation: bounceIn 3s linear 0s;
  -ms-animation: bounceIn 3s linear 0s;
  -o-animation: bounceIn 3s linear 0s;
  animation: bounceIn 3s linear 0s;
}
.pxl-readmore-round-arrow:hover .rm-text {
  -webkit-animation: readmoreIcon 500ms linear 0s;
  -khtml-animation: readmoreIcon 500ms linear 0s;
  -moz-animation: readmoreIcon 500ms linear 0s;
  -ms-animation: readmoreIcon 500ms linear 0s;
  -o-animation: readmoreIcon 500ms linear 0s;
  animation: readmoreIcon 500ms linear 0s;
}
.pxl-readmore-round-arrow-small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-readmore-round-arrow-small > * {
  max-width: 100%;
}
.pxl-readmore-round-arrow-small .pxli {
  width: 53px;
  height: 53px;
  display: inline-flex;
  border: 2px solid var(--primary-color);
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
}
.pxl-readmore-round-arrow-small:hover .pxli {
  -webkit-animation: bounceIn 2s linear 0s;
  -khtml-animation: bounceIn 2s linear 0s;
  -moz-animation: bounceIn 2s linear 0s;
  -ms-animation: bounceIn 2s linear 0s;
  -o-animation: bounceIn 2s linear 0s;
  animation: bounceIn 2s linear 0s;
}
.header-height {
  height: 115px;
}
.pxl-header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
#pxl-header {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
}
.header-type-df {
  position: relative;
}
.header-type-df.h-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -khtml-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -moz-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -ms-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -o-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.pxl-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s ease-out !important;
  -khtml-transition: all 0.6s ease-out !important;
  -moz-transition: all 0.6s ease-out !important;
  -ms-transition: all 0.6s ease-out !important;
  -o-transition: all 0.6s ease-out !important;
  transition: all 0.6s ease-out !important;
}
.pxl-header-sticky.h-fixed {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.pxl-header-sticky.pxl-header-rotate-x {
  -webkit-transition: all 0.3s ease-out !important;
  -khtml-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  -webkit-transform: perspective(300px) rotateX(-90deg);
  transform: perspective(300px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -khtml-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.pxl-header-sticky.pxl-header-rotate-x.h-fixed {
  -webkit-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.pxl-header-main-sticky {
  z-index: 1;
}
.pxl-header-main-sticky.h-fixed {
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -webkit-animation: 0.45s ease-out headerSlideDown;
  -khtml-animation: 0.45s ease-out headerSlideDown;
  -moz-animation: 0.45s ease-out headerSlideDown;
  -ms-animation: 0.45s ease-out headerSlideDown;
  -o-animation: 0.45s ease-out headerSlideDown;
  animation: 0.45s ease-out headerSlideDown;
}
.pxl-header-transparent-sticky {
  z-index: 1;
}
.pxl-header-transparent-sticky.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -webkit-animation: 0.5s ease-out headerSlideDown;
  -khtml-animation: 0.5s ease-out headerSlideDown;
  -moz-animation: 0.5s ease-out headerSlideDown;
  -ms-animation: 0.5s ease-out headerSlideDown;
  -o-animation: 0.5s ease-out headerSlideDown;
  animation: 0.5s ease-out headerSlideDown;
}
.pxl-header-fixed-top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: background 0.4s ease-in-out 0.3s;
  transition: background 0s ease-in-out 0s;
}
.admin-bar .pxl-header-fixed-top {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-fixed-top {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .pxl-header-fixed-top {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .pxl-header-mobile-transparent, .pxl-header-mobile-transparent-sticky {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.pxl-header-mobile-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -khtml-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -moz-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -ms-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -o-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
}
.pxl-header-mobile-sticky.mh-fixed {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.pxl-header-mobile-sticky.pxl-header-mobile-rotate-x {
  -webkit-transition: all 0.3s ease-out !important;
  -khtml-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  -webkit-transform: perspective(300px) rotateX(-90deg);
  transform: perspective(300px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -khtml-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.pxl-header-mobile-sticky.pxl-header-mobile-rotate-x.mh-fixed {
  -webkit-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.pxl-header-mobile-main-sticky {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out !important;
  -khtml-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.pxl-header-mobile-main-sticky.mh-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -webkit-animation: 0.5s ease-out headerSlideDown;
  -khtml-animation: 0.5s ease-out headerSlideDown;
  -moz-animation: 0.5s ease-out headerSlideDown;
  -ms-animation: 0.5s ease-out headerSlideDown;
  -o-animation: 0.5s ease-out headerSlideDown;
  animation: 0.5s ease-out headerSlideDown;
}
.pxl-header-mobile-transparent-sticky {
  z-index: 1;
}
.pxl-header-mobile-transparent-sticky.mh-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -webkit-animation: 0.5s ease-out headerSlideDown;
  -khtml-animation: 0.5s ease-out headerSlideDown;
  -moz-animation: 0.5s ease-out headerSlideDown;
  -ms-animation: 0.5s ease-out headerSlideDown;
  -o-animation: 0.5s ease-out headerSlideDown;
  animation: 0.5s ease-out headerSlideDown;
}
.pxl-header-mobile-fixed-top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3 ease;
}
.logged-in .pxl-header-mobile-fixed-top {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .logged-in .pxl-header-mobile-fixed-top {
    top: 46px;
  }
}
.header-mobile-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.menu-mobile-toggle-nav {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 22px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.menu-mobile-toggle-nav span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 2px;
  -webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -o-transition: width 0.3s linear 0s, background-color 0.3s ease;
  transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.menu-mobile-toggle-nav span:nth-child(1) {
  width: 24px;
  top: 0;
  bottom: auto;
}
.menu-mobile-toggle-nav span:nth-child(2) {
  width: 32px;
  top: 10px;
  bottom: auto;
}
.menu-mobile-toggle-nav span:nth-child(3) {
  width: 18px;
  top: auto;
  bottom: 0;
}
.menu-mobile-toggle-nav:hover span {
  background-color: var(--heading-color);
}
.menu-mobile-toggle-nav:hover span:nth-child(1) {
  width: 32px;
}
.menu-mobile-toggle-nav:hover span:nth-child(2) {
  width: 18px;
}
.menu-mobile-toggle-nav:hover span:nth-child(3) {
  width: 24px;
}
@media (max-width: 1199px) {
  .pxl-header-mobile .header-main-mobile {
    position: relative;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    background-color: #fff;
  }
  .pxl-header-mobile .mobile-menu-toggle .bars {
    line-height: 1;
    cursor: pointer;
  }
  .pxl-header-mobile .mobile-menu-toggle .bars span {
    width: 30px;
    height: 3px;
    background-color: var(--second-color);
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  }
  .pxl-header-mobile .mobile-menu-toggle .bars span:nth-child(2) {
    margin: 7px 0;
  }
  .pxl-header-mobile .mobile-menu-toggle .bars:hover span {
    background-color: var(--primary-color);
  }
  .header-mobile-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-mobile-content > * {
    max-width: 100%;
  }
}
.logo-default {
  display: block;
  margin-top: 10px;
}
.logo-default.logo-desktop img {
  max-width: var(--logo-width);
}
.logo-default.logo-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo-default.logo-mobile img {
  max-width: var(--logo-mobile_width);
}
.pxl-primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-primary-menu ul, .pxl-primary-menu ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pxl-primary-menu li {
  position: relative;
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.pxl-primary-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(500px) rotateY(0);
  -khtml-transform: perspective(500px) rotateY(0);
  -moz-transform: perspective(500px) rotateY(0);
  -ms-transform: perspective(500px) rotateY(0);
  -o-transform: perspective(500px) rotateY(0);
  transform: perspective(500px) rotateY(0);
}
.pxl-primary-menu > li {
  flex: 0 0 auto;
  width: auto;
  margin: 0 20px;
  display: inline-flex;
}
.pxl-primary-menu > li:after {
  content: "";
  width: 100%;
  min-width: 230px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 2;
}
.pxl-primary-menu > li > a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font-family);
  line-height: 115px;
  letter-spacing: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.pxl-primary-menu > li > a .pxl-icon {
  width: 10px;
  height: auto;
  font-size: 14px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: -18px;
  opacity: 0;
  -webkit-transform: scaleY(0) translateY(-50%);
  -khtml-transform: scaleY(0) translateY(-50%);
  -moz-transform: scaleY(0) translateY(-50%);
  -ms-transform: scaleY(0) translateY(-50%);
  -o-transform: scaleY(0) translateY(-50%);
  transform: scaleY(0) translateY(-50%);
  -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;
}
.pxl-primary-menu > li > a svg {
  width: 24px;
  height: auto;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: -24px;
  opacity: 0;
  -webkit-transform: scaleY(0) translateY(-50%);
  -khtml-transform: scaleY(0) translateY(-50%);
  -moz-transform: scaleY(0) translateY(-50%);
  -ms-transform: scaleY(0) translateY(-50%);
  -o-transform: scaleY(0) translateY(-50%);
  transform: scaleY(0) translateY(-50%);
  -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;
  fill: var(--second-color);
}
.pxl-primary-menu > li > a:hover {
  color: var(--heading-color);
}
.pxl-primary-menu > li > .main-menu-toggle {
  opacity: 0;
}
.pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle, .pxl-primary-menu > li.current-menu-item > a, .pxl-primary-menu > li.current-menu-item > .main-menu-toggle, .pxl-primary-menu > li.current-menu-ancestor > a, .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle {
  color: var(--heading-color);
  opacity: 1;
}
.pxl-primary-menu > li.active > a .pxl-icon, .pxl-primary-menu > li.active > a svg, .pxl-primary-menu > li.current-menu-item > a .pxl-icon, .pxl-primary-menu > li.current-menu-item > a svg, .pxl-primary-menu > li.current-menu-ancestor > a .pxl-icon, .pxl-primary-menu > li.current-menu-ancestor > a svg, .pxl-primary-menu > li:hover > a .pxl-icon, .pxl-primary-menu > li:hover > a svg {
  opacity: 1;
  -webkit-transform: scaleY(1) translateY(-50%);
  -khtml-transform: scaleY(1) translateY(-50%);
  -moz-transform: scaleY(1) translateY(-50%);
  -ms-transform: scaleY(1) translateY(-50%);
  -o-transform: scaleY(1) translateY(-50%);
  transform: scaleY(1) translateY(-50%);
}
.pxl-primary-menu > li.pxl-megamenu.current-menu-item:before, .pxl-primary-menu > li.pxl-megamenu.current-menu-ancestor:before {
  width: 0;
  height: 0;
  -webkit-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
  -khtml-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
  -moz-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
  -ms-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
  -o-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
  transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
}
.pxl-primary-menu > li.pxl-megamenu.current-menu-item:hover:before, .pxl-primary-menu > li.pxl-megamenu.current-menu-ancestor:hover:before {
  width: 100%;
  height: 4px;
}
.pxl-primary-menu > li > .main-menu-toggle {
  line-height: 1;
  align-self: center;
  margin-left: 6px;
  font-weight: normal;
  color: var(--heading-color);
  font-size: 13px;
  margin-bottom: -2px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-primary-menu > li > .main-menu-toggle:before {
  font-family: "pxli";
  content: "";
  color: var(--primary-color);
  font-weight: 600;
}
[dir="rtl"] .pxl-primary-menu > li > .main-menu-toggle {
  margin-left: 0;
  margin-right: 8px;
}
.pxl-primary-menu > li > .sub-menu {
  left: -15px;
}
[dir="rtl"] .pxl-primary-menu > li > .sub-menu {
  left: auto;
  right: -15px;
}
.pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle {
  color: var(--heading-color);
}
.pxl-primary-menu > li.active > a .pxl-menu-title:after, .pxl-primary-menu > li.active > .main-menu-toggle .pxl-menu-title:after, .pxl-primary-menu > li:hover > a .pxl-menu-title:after, .pxl-primary-menu > li:hover > .main-menu-toggle .pxl-menu-title:after {
  background: var(--heading-color);
}
.pxl-primary-menu > li.active:before, .pxl-primary-menu > li:hover:before {
  background-color: var(--heading-color);
}
.pxl-primary-menu .sub-menu:not(.pxl-mega-menu) {
  padding: 16px 0;
}
.pxl-primary-menu .sub-menu {
  width: 230px;
  color: var(--heading-color);
  background-color: #F6F6F6;
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  top: calc(100% + 10px);
  left: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: perspective(500px) rotateY(20deg);
  -khtml-transform: perspective(500px) rotateY(20deg);
  -moz-transform: perspective(500px) rotateY(20deg);
  -ms-transform: perspective(500px) rotateY(20deg);
  -o-transform: perspective(500px) rotateY(20deg);
  transform: perspective(500px) rotateY(20deg);
  transform-origin: -50% 0%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1), opacity 0.25s cubic-bezier(0, 0, 0.76, 1);
  -khtml-transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1), opacity 0.25s cubic-bezier(0, 0, 0.76, 1);
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1), opacity 0.25s cubic-bezier(0, 0, 0.76, 1);
  -ms-transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1), opacity 0.25s cubic-bezier(0, 0, 0.76, 1);
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1), opacity 0.25s cubic-bezier(0, 0, 0.76, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1), opacity 0.25s cubic-bezier(0, 0, 0.76, 1);
}
.pxl-primary-menu .sub-menu.back {
  left: auto;
  right: 100%;
}
[dir="rtl"] .pxl-primary-menu .sub-menu {
  left: auto;
  right: 100%;
}
[dir="rtl"] .pxl-primary-menu .sub-menu.back {
  right: auto;
  left: 100%;
}
.pxl-primary-menu .sub-menu a {
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-primary-menu .sub-menu li {
  padding: 0;
}
.pxl-primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
.pxl-primary-menu .sub-menu li > .main-menu-toggle {
  line-height: 1;
  align-self: center;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 13px;
  color: var(--heading-color);
  opacity: 1;
  -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: transform 0.3s ease, opacity 0.3s ease;
  -khtml-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.pxl-primary-menu .sub-menu li > .main-menu-toggle:before {
  font-family: "pxli";
  content: "";
}
.pxl-primary-menu .sub-menu li > a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 20px;
  color: var(--heading-color);
  background-color: transparent;
  position: relative;
}
.pxl-primary-menu .sub-menu li > a:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-primary-menu .sub-menu li:hover > .sub-menu {
  top: -16px;
}
.pxl-primary-menu .sub-menu li:hover > .main-menu-toggle {
  color: var(--third-color);
  opacity: 0;
  -webkit-transform: translate(10px, -50%);
  -khtml-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
.pxl-primary-menu .sub-menu li.active > .main-menu-toggle, .pxl-primary-menu .sub-menu li.current-menu-item > .main-menu-toggle, .pxl-primary-menu .sub-menu li.current-menu-ancestor > .main-menu-toggle {
  color: var(--third-color);
}
.pxl-primary-menu .sub-menu li.active > a, .pxl-primary-menu .sub-menu li.current-menu-item > a, .pxl-primary-menu .sub-menu li.current-menu-ancestor > a {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-primary-menu .sub-menu li.active > a:before, .pxl-primary-menu .sub-menu li.current-menu-item > a:before, .pxl-primary-menu .sub-menu li.current-menu-ancestor > a:before {
  left: 0;
}
.pxl-primary-menu .pxl-parent-menu-icon {
  float: right;
}
.pxl-primary-menu .pxl-parent-menu-icon:before {
  margin-left: 5px;
  font-family: "pxli";
  content: "j";
  font-size: 12px;
}
[dir="rtl"] .pxl-primary-menu .pxl-parent-menu-icon:before {
  margin-left: 0;
  margin-right: 5px;
}
[dir="rtl"] .pxl-primary-menu .pxl-parent-menu-icon {
  float: left;
}
.style-vr .pxl-primary-menu {
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px;
}
.style-vr .pxl-primary-menu > li {
  margin: 0;
  flex: 0 0 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.style-vr .pxl-primary-menu > li > * {
  max-width: 100%;
}
.style-vr .pxl-primary-menu > li > .main-menu-toggle {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  font-size: 16px;
}
.style-vr .pxl-primary-menu > li > .main-menu-toggle:before {
  content: "";
}
.style-vr .pxl-primary-menu > li > a {
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.style-vr .pxl-primary-menu > li.active > a, .style-vr .pxl-primary-menu > li.active > .main-menu-toggle, .style-vr .pxl-primary-menu > li.current-menu-item > a, .style-vr .pxl-primary-menu > li.current-menu-item > .main-menu-toggle, .style-vr .pxl-primary-menu > li.current-menu-ancestor > a, .style-vr .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle, .style-vr .pxl-primary-menu > li:hover > a, .style-vr .pxl-primary-menu > li:hover > .main-menu-toggle {
  color: var(--heading-color);
  font-weight: 700;
}
.style-vr .pxl-primary-menu > li > .sub-menu {
  left: 0;
  right: 0;
}
[dir="rtl"] .style-vr .pxl-primary-menu > li > .sub-menu {
  left: 0;
}
.style-vr .pxl-primary-menu .sub-menu {
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 30px 30px;
}
.style-vr .pxl-primary-menu .sub-menu a:hover {
  padding-left: 0;
}
li.pxl-megamenu {
  position: static;
}
.pxl-mega-menu {
  max-width: var(--megamenu-max-width);
}
@media (min-width: 1200px) {
  .pxl-mega-menu {
    left: 50% !important;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -khtml-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -ms-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -o-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -webkit-transform: translate(-50%, 20px) !important;
    -khtml-transform: translate(-50%, 20px) !important;
    -moz-transform: translate(-50%, 20px) !important;
    -ms-transform: translate(-50%, 20px) !important;
    -o-transform: translate(-50%, 20px) !important;
    transform: translate(-50%, 20px) !important;
  }
}
@media (max-width: 1199px) {
  .pxl-mega-menu .elementor-section {
    background-image: none !important;
    background-color: transparent !important;
  }
  .pxl-mega-menu .elementor-background-overlay {
    background-image: none !important;
    background-color: transparent !important;
  }
}
.pxl-mega-menu .pxl-heading-wrap .heading-title {
  display: inline-flex;
}
.pxl-primary-menu li:hover > .sub-menu.pxl-mega-menu {
  -webkit-transform: translate(-50%, 0) !important;
  -khtml-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}
.pxl-primary-menu .sub-menu.pxl-mega-menu {
  width: 100%;
  background-color: #fff;
}
.sub-menu.pxl-mega-menu {
  width: 100%;
}
.sub-menu.pxl-mega-menu .elementor-container .elementor-container {
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .header-main-menu .sub-menu.pxl-mega-menu {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pxl-primary-menu .sub-menu.pxl-mega-menu a:not(.pxl-btn) {
    border-bottom: 0;
    overflow: visible;
  }
  .pxl-primary-menu .sub-menu.pxl-mega-menu a:not(.pxl-btn):before {
    display: none;
  }
  .pxl-primary-menu .sub-menu.pxl-mega-menu a:not(.pxl-btn):hover {
    background-color: transparent;
  }
  .pxl-primary-menu .sub-menu.pxl-mega-menu .current-menu-item > a:not(.pxl-btn), .pxl-primary-menu .sub-menu.pxl-mega-menu .current-menu-ancestor > a:not(.pxl-btn) {
    background-color: transparent;
  }
}
.pxl-nav-menu-mobile ul, .pxl-nav-menu-mobile ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pxl-nav-menu-mobile ul li, .pxl-nav-menu-mobile ol li {
  position: relative;
  padding: 0;
}
.pxl-mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pxl-mobile-menu > li {
  color: #010101;
  position: relative;
  border-top: solid 1px #DCDCDC;
}
.pxl-mobile-menu > li:last-child {
  border-bottom: solid 1px #DCDCDC;
}
.pxl-mobile-menu > li > a {
  width: 100%;
  padding: 12px 15px 12px 26px;
  color: #010101;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.pxl-mobile-menu .menu-item:hover, .pxl-mobile-menu .menu-item:active, .pxl-mobile-menu .current-menu-item, .pxl-mobile-menu .current-menu-ancestor {
  color: var(--primary-color);
}
.pxl-mobile-menu .menu-item:hover > a, .pxl-mobile-menu .menu-item:active > a, .pxl-mobile-menu .current-menu-item > a, .pxl-mobile-menu .current-menu-ancestor > a {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-mobile-menu .menu-item:active {
  color: var(--primary-color);
}
.pxl-mobile-menu .menu-item:active > a {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-mobile-menu .sub-menu {
  display: none;
  list-style: none;
}
.pxl-mobile-menu .sub-menu .menu-item {
  position: relative;
  color: #010101;
}
.pxl-mobile-menu .sub-menu .menu-item > a {
  width: 100%;
  padding: 12px 20px 12px 34px;
  border-top: 1px solid #DCDCDC;
  display: inline-block;
  color: #010101;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  font-family: var(--heading-font-family);
  text-transform: capitalize;
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.pxl-mobile-menu .sub-menu .menu-item .menu-item > a {
  padding: 12px 20px 12px 42px;
}
.pxl-mobile-menu .sub-menu .menu-item:hover, .pxl-mobile-menu .sub-menu .current-menu-item, .pxl-mobile-menu .sub-menu .current-menu-ancestor {
  color: var(--primary-color);
}
.pxl-mobile-menu .sub-menu .menu-item:hover > a, .pxl-mobile-menu .sub-menu .current-menu-item > a, .pxl-mobile-menu .sub-menu .current-menu-ancestor > a {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-mobile-menu .sub-menu .menu-item:active {
  color: var(--primary-color);
}
.pxl-mobile-menu .sub-menu .menu-item:active > a {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-mobile-menu .sub-menu .pxl-heading-wrap {
  display: none;
}
.pxl-mobile-menu .main-menu-toggle {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 13px;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 4px 4px 0 4px;
  -khtml-border-radius: 4px 4px 0 4px;
  -moz-border-radius: 4px 4px 0 4px;
  -ms-border-radius: 4px 4px 0 4px;
  -o-border-radius: 4px 4px 0 4px;
  border-radius: 4px 4px 0 4px;
  -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;
}
.pxl-mobile-menu .main-menu-toggle:before {
  content: "";
  font-family: "pxli";
}
.pxl-mobile-menu .main-menu-toggle.open:before {
  content: "";
  font-family: "pxli";
}
.pxl-mobile-menu .sub-menu .main-menu-toggle {
  top: 5px;
}
.pxl-nav-menu-inner.style-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .pxl-nav-menu-inner.style-2 ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .pxl-nav-menu-inner.style-2 ul {
    justify-content: center;
  }
}
.pxl-nav-menu-inner.style-2 ul li {
  position: relative;
  padding: 0;
}
.pxl-nav-menu-inner.style-2 ul > li {
  flex: 0 0 auto;
  width: auto;
  margin: 0 25px;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .pxl-nav-menu-inner.style-2 ul > li {
    margin: 0 15px;
  }
}
.pxl-nav-menu-inner.style-2 ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  color: #7e7e7e;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .pxl-nav-menu-inner.style-2 ul > li > a {
    letter-spacing: 0;
  }
}
.pxl-nav-menu-inner.style-2 ul > li.active > a, .pxl-nav-menu-inner.style-2 ul > li.active > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li.current-menu-item > a, .pxl-nav-menu-inner.style-2 ul > li.current-menu-item > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li.current-menu-ancestor > a, .pxl-nav-menu-inner.style-2 ul > li.current-menu-ancestor > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li:hover > a, .pxl-nav-menu-inner.style-2 ul > li:hover > .main-menu-toggle {
  color: #fff;
}
@media (min-width: 1200px) {
  .pxl-canvas-menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .pxl-canvas-menu ul, .pxl-canvas-menu ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pxl-canvas-menu > li {
    position: relative;
  }
  .pxl-canvas-menu > li > a {
    padding: 10px 0;
    font-size: 40px;
    font-family: var(--heading-font-family);
    letter-spacing: 0.02em;
    font-weight: 700;
    position: relative;
    color: var(--heading-color);
  }
  .pxl-canvas-menu > li > a .pxl-menu-title {
    position: relative;
  }
  .pxl-canvas-menu > li > a .pxl-menu-title:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--heading-color);
    position: absolute;
    left: 0;
    bottom: 0;
    -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;
  }
  .pxl-canvas-menu > li > a:active .pxl-menu-title:after, .pxl-canvas-menu > li > a:hover .pxl-menu-title:after {
    width: 100%;
  }
  .pxl-canvas-menu > li.current-menu-parent > a, .pxl-canvas-menu > li.current-menu-ancestor > a {
    color: var(--second-color);
  }
  .pxl-canvas-menu > li.current-menu-parent > a .pxl-menu-title:after, .pxl-canvas-menu > li.current-menu-ancestor > a .pxl-menu-title:after {
    background-color: var(--second-color);
  }
  .pxl-canvas-menu .sub-menu {
    display: none;
    list-style: none;
    padding: 8px 0 18px 3px;
  }
  .pxl-canvas-menu .sub-menu .menu-item {
    position: relative;
    color: var(--heading-color);
  }
  .pxl-canvas-menu .sub-menu .menu-item > a {
    padding: 2px 15px;
    display: inline-block;
    color: var(--heading-color);
    font-size: 18px !important;
    position: relative;
  }
  .pxl-canvas-menu .sub-menu .menu-item > a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 50%;
    left: 0;
    background-color: var(--second-color);
    margin-top: -2.5px;
    border-radius: 50%;
  }
  .pxl-canvas-menu .sub-menu .menu-item:hover, .pxl-canvas-menu .sub-menu .menu-item:active, .pxl-canvas-menu .sub-menu .current-menu-item, .pxl-canvas-menu .sub-menu .current-menu-ancestor {
    color: var(--second-color);
  }
  .pxl-canvas-menu .sub-menu .menu-item:hover > a, .pxl-canvas-menu .sub-menu .menu-item:active > a, .pxl-canvas-menu .sub-menu .current-menu-item > a, .pxl-canvas-menu .sub-menu .current-menu-ancestor > a {
    color: var(--second-color);
  }
  .pxl-canvas-menu .pxl-mega-menu .elementor-section {
    padding: 0;
  }
  .pxl-canvas-menu .pxl-mega-menu .elementor-section .elementor-column {
    width: 100% !important;
  }
  .pxl-canvas-menu .pxl-mega-menu .elementor-section .elementor-column > .elementor-element-populated {
    padding: 0 !important;
  }
  .pxl-canvas-menu .pxl-mega-menu .hide-in-canvas-menu {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pxl-canvas-menu > li > a {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .pxl-canvas-menu .pxl-mega-menu {
    width: auto;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0) !important;
    -khtml-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
.pxl-pagetitle.layout-df {
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding-top: 24px;
  padding-bottom: 70px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.09);
}
.pxl-pagetitle.layout-df .main-title {
  font-weight: 500;
  margin-bottom: 0;
  word-wrap: break-word;
  position: relative;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb {
  margin-bottom: 60px;
}
.pxl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.pxl-breadcrumb .breadcrumb-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-breadcrumb .breadcrumb-inner > * {
  max-width: 100%;
}
.pxl-breadcrumb .br-item {
  flex: 0 0 auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.4285;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.pxl-breadcrumb .br-item a {
  color: var(--primary-color);
}
.pxl-breadcrumb .br-item:last-child .br-divider {
  display: none !important;
}
.pxl-breadcrumb .br-divider {
  font-size: 14px;
  margin: 0 5px;
  display: inline-flex;
}
.pxl-page {
  position: relative;
}
.pxl-main:not(.page-builder-el) {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pxl-main:not(.page-builder-el) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pxl-main:not(.page-builder-el) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.blog .pxl-main, body.archive .pxl-main, body.single-post .pxl-main, body.search-results .pxl-main {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  body.blog .pxl-main, body.archive .pxl-main, body.single-post .pxl-main, body.search-results .pxl-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  body.blog .pxl-main, body.archive .pxl-main, body.single-post .pxl-main, body.search-results .pxl-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.post-type-archive-car-services .pxl-main, body.tax-car-services-category .pxl-main, body.tax-car-specifications .pxl-main, body.tax-car-location-type .pxl-main, body.tax-vehicle-type .pxl-main {
  padding-top: 0;
  padding-bottom: 0;
}
body.side-panel-open.pos-full::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
body.side-panel-open.pos-full::-webkit-scrollbar-track {
  border-radius: 0;
}
body.side-panel-open.pos-full::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .has-sidebar .content-blog .pxl-content-main {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .pxl-sidebar-area {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .pxl-sidebar-area {
    margin-top: 80px;
  }
}
.error404 .pxl-main {
  padding-top: 0;
  padding-bottom: 0;
}
.error404 .page-404-wrap {
  height: 100vh;
}
.error404 .page-404-wrap .page-404-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 115px;
  height: 100%;
}
@media (max-width: 1800px) {
  .error404 .page-404-wrap .page-404-content {
    padding-left: 65px;
  }
}
@media (max-width: 1599px) {
  .error404 .page-404-wrap .page-404-content {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .error404 .page-404-wrap .page-404-content {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .error404 .page-404-wrap .img-404 {
    max-width: 30vw;
  }
}
@media (max-width: 767px) {
  .error404 .page-404-wrap .img-404 {
    max-width: 40vw;
  }
}
.error404 .page-404-wrap .title {
  font-family: "Rethink Sans";
  font-size: 90px;
  line-height: 1.125;
  margin-bottom: 15px;
  margin-top: 8px;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .error404 .page-404-wrap .title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .error404 .page-404-wrap .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .error404 .page-404-wrap .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .error404 .page-404-wrap .title {
    font-size: 30px;
  }
}
.error404 .page-404-wrap .img-404-layer {
  margin-bottom: 20px;
  max-width: 35vw;
}
.error404 .page-404-wrap .desc {
  font-family: "Glittery Snowfall";
  font-size: 26px;
  line-height: 1.3846153846;
  max-width: 920px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  color: var(--heading-color);
}
@media (max-width: 1599px) {
  .error404 .page-404-wrap .desc {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .error404 .page-404-wrap .desc {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .error404 .page-404-wrap .desc {
    font-size: 16px;
  }
}
.pxl-archive-post {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.pxl-archive-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.pxl-archive-post .post-featured {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.pxl-archive-post .post-featured img {
  border-radius: 8px;
}
.pxl-archive-post .post-category {
  position: absolute;
  top: 16px;
  right: 16px;
}
.pxl-archive-post .post-category a {
  background-color: var(--heading-color);
  color: #fff;
  padding: 11px 15.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--heading-font-family);
  border-radius: 20px;
}
@media (max-width: 575px) {
  .pxl-archive-post .post-category a {
    font-size: 13px;
  }
}
.pxl-archive-post .post-content {
  position: relative;
}
.pxl-archive-post .pxli-thumbtack {
  width: 32px;
  height: 32px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-right: 3px;
  text-align: center;
  line-height: 32px;
  position: relative;
  top: -4px;
}
.pxl-archive-post .archive-feature {
  margin-bottom: 32px;
}
.pxl-archive-post .post-title {
  position: relative;
  margin-bottom: 12px;
  word-wrap: break-word;
}
.pxl-archive-post .post-excerpt {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}
.pxl-archive-post .pxl-divider {
  background-color: #DCDCDC;
  height: 1px;
  margin: 17px 0 15px;
  position: relative;
}
.pxl-archive-post .archive-metas {
  gap: 24px;
}
.pxl-archive-post .archive-metas svg {
  min-width: 14px;
  height: 14px;
  color: var(--primary-color);
}
.pxl-archive-post .archive-metas span, .pxl-archive-post .archive-metas .meta-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--body-color);
}
.pxl-archive-post .archive-metas .post-comment-count {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pxl-archive-post .post-date, .pxl-archive-post .post-comment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.search-results-post .archive-metas {
  padding-top: 0;
}
.search-results-post .no-excerpt .post-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-results-post .no-excerpt .post-title:before, .search-results-post .no-excerpt .post-title:after {
  display: none;
}
.pxl-single-page p:last-child {
  clear: both;
}
.pxl-single-page p:last-child img[class*="align"] {
  margin-bottom: 0;
}
.content-post .elementor-widget-image {
  overflow: hidden;
}
.content-post .elementor-widget-pxl_video {
  overflow: hidden;
}
.single-post .post-featured {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.single-post .post-featured img {
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 575px) {
  .single-post .post-featured img {
    min-height: 400px;
  }
}
.pxl-single-post .post-title {
  line-height: 1.333333;
  margin-bottom: 17px;
}
.pxl-single-post .zoom-light {
  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%);
  width: 77px;
  height: 77px;
  line-height: 1;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  color: var(--default-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
@media (max-width: 1199px) {
  .pxl-single-post .zoom-light {
    width: 67px;
    height: 67px;
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .pxl-single-post .zoom-light {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
}
.pxl-single-post .zoom-light svg {
  width: 16px;
  height: auto;
}
.pxl-single-post .zoom-light svg path {
  fill: var(--default-color);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-single-post .zoom-light:hover {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
  -webkit-animation: spineer-second 2s infinite;
  animation: spineer-second 2s infinite;
}
.pxl-single-post .zoom-light:hover svg path {
  fill: #fff;
}
.pxl-single-post .post-content .heading-title {
  margin-bottom: 15px;
}
.pxl-single-post .content-inner {
  color: var(--body-color);
}
.pxl-single-post .content-inner > p:first-child > iframe {
  margin-top: 8px;
}
.pxl-main:not(.page-builder-el) .pxl-single-post .post-content {
  padding: 37px 0px 38px 0px;
}
.post-metas {
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.post-metas .meta-inner {
  row-gap: 10px;
}
@media (max-width: 1199px) {
  .post-metas .meta-inner {
    row-gap: 4px;
  }
}
.post-metas .meta-inner a {
  color: inherit;
}
.post-metas .meta-inner a:hover {
  color: var(--primary-color);
}
.post-metas .meta-inner .meta-item {
  position: relative;
  display: flex;
  align-items: center;
  white-space: pre-wrap;
  line-height: 20px;
  padding-right: 9px;
}
@media (max-width: 575px) {
  .post-metas .meta-inner .meta-item {
    padding-right: 7px;
  }
}
.post-metas .meta-inner .meta-item .pxl-icon {
  color: var(--primary-color);
  line-height: 1;
  margin-right: 7px;
}
.post-metas .meta-inner .meta-item svg {
  width: 12px;
  height: auto;
  color: var(--primary-color);
  margin-right: 6px;
  margin-top: -2px;
}
.post-metas .meta-inner .meta-item svg path {
  stroke: var(--primary-color);
}
.post-metas .meta-inner .meta-item.post-comment-count svg {
  width: 14px;
}
.post-metas .meta-inner .meta-item + .meta-item {
  padding-left: 10px;
}
@media (max-width: 575px) {
  .post-metas .meta-inner .meta-item + .meta-item {
    padding-left: 7px;
  }
}
.post-metas .meta-inner .cmt-count {
  margin-right: 3px;
}
.post-metas .meta-inner .post-date .pxl-icon {
  margin-top: -1px;
}
.post-footer {
  margin-top: 32px;
  row-gap: 24px;
  border-top: 1px solid #DCDCDC;
  padding-top: 32px;
}
.post-tags-inner {
  gap: 12px;
}
.post-tags-inner a {
  flex: 0 0 auto;
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0 18px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 34px;
  color: var(--heading-color);
}
.post-tags-inner a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.post-shares {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
}
.post-shares .social-share-ac {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-shares .social-share-ac .pxl-icon {
  font-size: 15px;
  width: 44px;
  height: 44px;
  background-color: var(--primary-color);
  color: #fff;
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.post-shares .social-share-ac .pxl-icon svg {
  fill: #fff;
  width: 15px;
  height: auto;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.post-shares .social-share-ac .label {
  font-family: var(--heading-font-family);
  font-weight: 500;
  color: var(--heading-color);
  font-size: 16px;
  position: relative;
}
.post-shares .social-share .social-item {
  position: relative;
  right: -15px;
  -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;
}
.post-shares .social-share .pxl-icon {
  font-size: 20px;
  color: var(--heading-color);
  display: inline-block;
  text-align: center;
  margin: 1px;
}
.post-shares .social-share .pxl-icon svg {
  fill: var(--heading-color);
  width: 20px;
  height: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.post-shares .social-share .pxl-icon:hover {
  color: var(--primary-color);
}
@media (max-width: 575px) {
  .post-shares .social-share .pxl-icon {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .post-shares .social-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .post-shares .social-item:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .post-shares .social-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .post-shares .social-item:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .post-shares .social-item:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.post-author-info .author-avatar img {
  flex-shrink: 0;
  max-width: 75px;
  border-radius: 7px;
  margin-right: 24px;
  overflow: hidden;
}
.post-author-info .author-description .title-socials {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post-author-info .author-description .title-socials > * {
  max-width: 100%;
}
.post-author-info .author-description .title-socials small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.post-author-info .author-description .title-socials .author-name {
  font-size: 18px;
  letter-spacing: -0.03em;
  color: var(--second-color);
  font-weight: 500;
}
.post-author-info .author-description .title-socials .author-name a {
  color: inherit;
}
.post-author-info .author-description .title-socials .author-name a:hover {
  color: var(--link-color);
}
.post-author-info .author-description .title-socials .user-social {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.post-author-info .author-description .title-socials .user-social > * {
  max-width: 100%;
}
.post-author-info .author-description .title-socials .user-social > * {
  margin-left: 4px;
  margin-right: 4px;
}
.post-author-info .author-description .title-socials .user-social .bi-facebook {
  color: #3b5ea1;
}
.post-author-info .author-description .title-socials .user-social .bi-twitter {
  color: #2bb3fa;
}
.post-author-info .author-description .title-socials .user-social .bi-linkedin {
  color: #087ec0;
}
.post-author-info .author-description .title-socials .user-social .bi-google {
  color: #e24d43;
}
.post-author-info .author-description .title-socials .user-social .bi-rss {
  color: #ffa500;
}
.post-author-info .author-description .title-socials .user-social .bi-instagram {
  color: #db944c;
}
.post-author-info .author-description .title-socials .user-social .bi-skype {
  color: #0ebaee;
}
.post-author-info .author-description .title-socials .user-social .bi-pinterest {
  color: #ee2c34;
}
.post-author-info .author-description .title-socials .user-social .bi-vimeo {
  color: #27bcf1;
}
.post-author-info .author-description .title-socials .user-social .bi-youtube {
  color: #df2926;
}
.single-car-services .pxl-content-container .services-title {
  margin-bottom: 16px;
  line-height: 1.1;
}
.single-car-services .pxl-content-container .post-services-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.single-car-services .pxl-content-container .post-services-tags > a {
  margin: 6px;
  flex: 0 0 auto;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  transition: all 350ms ease-in-out 0s;
}
.single-car-services .pxl-content-container .post-services-tags > a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 575px) {
  .single-car-services .pxl-content-container .post-services-tags > a {
    font-size: 15px;
    line-height: 17px;
  }
}
.single-car-services .pxl-single-car-services-1 .box-gallery {
  padding-right: 13px;
}
@media (max-width: 991px) {
  .single-car-services .pxl-single-car-services-1 .box-gallery {
    padding-right: 15px;
  }
}
.single-car-services .pxl-single-car-services-1 .featured-gallery {
  display: grid;
  gap: 24px;
}
.single-car-services .pxl-single-car-services-1 .featured-gallery img {
  border-radius: 8px;
}
@media (max-width: 575px) {
  .single-car-services .pxl-single-car-services-1 .featured-gallery img {
    min-height: 400px;
    object-fit: cover;
  }
}
.single-car-services .pxl-single-car-services-1 .content-sidebar {
  padding-left: 46px;
}
@media (max-width: 1199px) {
  .single-car-services .pxl-single-car-services-1 .content-sidebar {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .single-car-services .pxl-single-car-services-1 .content-sidebar {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .single-car-services .pxl-single-car-services-1 .content-sidebar {
    margin-top: 50px;
  }
}
.single-car-services .pxl-related-services {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .single-car-services .pxl-related-services {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .single-car-services .pxl-related-services {
    margin-top: 60px;
  }
}
.single-car-services .pxl-related-services .widget-title {
  font-weight: 600;
  font-size: 56px;
  text-transform: capitalize;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .single-car-services .pxl-related-services .widget-title {
    font-size: 43px;
  }
}
@media (max-width: 575px) {
  .single-car-services .pxl-related-services .widget-title {
    margin-top: 36px;
  }
}
.single-car-services .pxl-related-services .item-featured {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.single-car-services .pxl-related-services .item-featured img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  transition: all 400ms ease-in-out;
}
@media (max-width: 575px) {
  .single-car-services .pxl-related-services .item-featured img {
    min-height: 400px;
  }
}
.single-car-services .pxl-related-services .item-featured:hover img {
  transform: scale(1.11) rotate(3deg);
}
.single-car-services .pxl-related-services .item-content {
  margin-top: 24px;
}
.single-car-services .pxl-related-services .item-content .item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.single-car-services .pxl-single-car-services-2 .pxl-content-area {
  margin-top: 60px;
}
.single-car-services .pxl-single-car-services-2 .pxl-content-area .content-inner {
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .single-car-services .pxl-single-car-services-2 .pxl-content-area .content-inner {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .single-car-services .pxl-single-car-services-2 .pxl-content-area .content-inner {
    padding-right: 15px;
  }
}
.single-car-services .pxl-single-car-services-2 .pxl-content-area .content-sidebar {
  padding-left: 10.5px;
}
@media (max-width: 991px) {
  .single-car-services .pxl-single-car-services-2 .pxl-content-area .content-sidebar {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .single-car-services .pxl-single-car-services-2 .pxl-content-area {
    margin-top: 50px;
  }
}
.single-car-services .pxl-single-car-services-2 .box-info-car {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14.5px 0;
  margin-top: 23.5px;
  border-bottom: 1px solid #DCDCDC;
}
.single-car-services .pxl-single-car-services-2 .box-info-car .item-seat-door, .single-car-services .pxl-single-car-services-2 .box-info-car .item-transmission-fuel {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .single-car-services .pxl-single-car-services-2 .box-info-car .item-seat-door {
    width: 45%;
  }
  .single-car-services .pxl-single-car-services-2 .box-info-car .item-transmission-fuel {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .single-car-services .pxl-single-car-services-2 .box-info-car {
    flex-direction: column;
    gap: 20px;
  }
  .single-car-services .pxl-single-car-services-2 .box-info-car .item-seat-door {
    width: 100%;
  }
  .single-car-services .pxl-single-car-services-2 .box-info-car .item-seat-door > span {
    padding-left: 0;
  }
  .single-car-services .pxl-single-car-services-2 .box-info-car .item-transmission-fuel {
    width: 100%;
  }
  .single-car-services .pxl-single-car-services-2 .box-info-car .item-transmission-fuel > span {
    padding-left: 0;
  }
}
.single-next-prev-nav {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .single-next-prev-nav {
    padding: 0;
    background-color: transparent;
  }
}
.single-next-prev-nav .divider {
  width: 30px;
  padding: 0 15px;
}
.single-next-prev-nav .nav-inner {
  display: inline-block;
  position: relative;
}
.single-next-prev-nav .nav-inner > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.single-next-prev-nav .nav-inner:hover i {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media (min-width: 576px) {
  .single-next-prev-nav .nav-label-wrap {
    margin-bottom: 15px;
  }
}
.single-next-prev-nav .nav-label {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--heading-color);
  position: relative;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 575px) {
  .single-next-prev-nav .nav-label {
    font-size: 14px;
  }
}
.single-next-prev-nav i {
  width: 40px;
  height: 40px;
  border: 1px solid #929292;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  margin-top: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #929292;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.single-next-prev-nav .prev i {
  margin-right: 12px;
}
.single-next-prev-nav .next i {
  margin-left: 12px;
}
.single-next-prev-nav .next .nav-text {
  max-width: 261px;
}
.single-next-prev-nav .nav-text {
  font-family: var(--heading-font-family);
  font-weight: 500;
  color: var(--heading-color);
  max-width: 298px;
  display: flex;
  margin-top: 16px;
  display: block;
  display: -webkit-box;
  max-height: 1056px*px;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.single-next-prev-nav .nav-text > * {
  display: block;
  display: -webkit-box;
  max-height: 1056px*px;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 575px) {
  .single-next-prev-nav .nav-text {
    font-size: 18px;
  }
}
.posts-pagination, .woocommerce-pagination {
  padding-top: 80px;
}
.posts-pagination:empty, .woocommerce-pagination:empty {
  display: none;
}
.posts-pagination .pagination-inner, .woocommerce-pagination .pagination-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  align-items: center;
}
.posts-pagination .pagination-inner > *, .woocommerce-pagination .pagination-inner > * {
  max-width: 100%;
}
.posts-pagination .page-numbers, .posts-pagination .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
  flex: 0 0 auto;
  margin: 5px;
  vertical-align: top;
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--second-color);
  color: var(--heading-color);
  border-radius: 6px;
}
.posts-pagination .page-numbers.dots, .posts-pagination .post-page-numbers.dots, .woocommerce-pagination .page-numbers.dots, .woocommerce-pagination .post-page-numbers.dots {
  line-height: 30px;
}
.posts-pagination .page-numbers:hover, .posts-pagination .page-numbers.current, .posts-pagination .post-page-numbers:hover, .posts-pagination .post-page-numbers.current, .woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers.current {
  background: var(--heading-color);
  color: #fff;
}
.posts-pagination.page-links, .woocommerce-pagination.page-links {
  justify-content: start;
}
.pxl-grid .posts-pagination {
  padding-top: 50px;
}
.content-blog .pagination-inner {
  justify-content: center;
}
.comment-list-wrap .navigation {
  justify-content: flex-end;
}
.pxl-entry-content + .navigation.page-links {
  margin-top: 0;
}
.navigation.page-links {
  margin-top: 26px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.navigation.page-links > * {
  max-width: 100%;
}
.navigation.page-links .post-nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.navigation.page-links .post-nav-links > * {
  max-width: 100%;
}
.navigation.page-links .post-nav-links .post-page-numbers:first-child {
  margin-left: 5px;
}
.navigation.page-links .post-page-numbers {
  flex: 0 0 auto;
  vertical-align: top;
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(var(--primary-color-rgb), 0.12);
  color: var(--heading-color);
  border-radius: 50%;
}
.navigation.page-links .post-page-numbers:hover, .navigation.page-links .post-page-numbers.current {
  background: var(--primary-color);
  color: #fff;
}
.pxl-load-more {
  margin-top: 50px;
}
.pxl-load-more .btn-grid-loadmore {
  min-width: 170px;
}
.pxl-load-more .btn-grid-loadmore.right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pxl-load-more .btn-grid-loadmore.right > * {
  max-width: 100%;
}
.pxl-load-more .pxl-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  -khtml-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.pxl-load-more .pxl-icon.left {
  margin-right: 6px;
}
.pxl-load-more .pxl-icon.right {
  order: 2;
  margin-left: 8px;
  margin-right: 0;
}
.pxl-load-more .btn-text {
  display: inline-block;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.pxl-load-more .pxl-btn-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-load-more .loading .pxl-icon {
  opacity: 0;
  visibility: hidden;
}
.pxl-load-more .loading .btn-text {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-load-more .loading .pxl-btn-icon {
  font-size: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.pxl-widget-title {
  margin-bottom: 25px;
}
.elementor-widget-sidebar, .pxl-sidebar-area {
  padding-left: 35px;
}
@media (max-width: 1499px) {
  .elementor-widget-sidebar, .pxl-sidebar-area {
    padding-left: 15px;
  }
}
.elementor-widget-sidebar .sidebar-area-wrap, .pxl-sidebar-area .sidebar-area-wrap {
  background-color: var(--second-color);
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 575px) {
  .elementor-widget-sidebar .sidebar-area-wrap, .pxl-sidebar-area .sidebar-area-wrap {
    padding: 30px 22px;
  }
}
.elementor-widget-sidebar .widget, .pxl-sidebar-area .widget {
  position: relative;
  border-radius: 20px;
}
.elementor-widget-sidebar .widget ul, .elementor-widget-sidebar .widget ol, .pxl-sidebar-area .widget ul, .pxl-sidebar-area .widget ol {
  list-style: none;
  margin: 0;
}
.elementor-widget-sidebar .widget ul ul, .elementor-widget-sidebar .widget ul ol, .elementor-widget-sidebar .widget ol ul, .elementor-widget-sidebar .widget ol ol, .pxl-sidebar-area .widget ul ul, .pxl-sidebar-area .widget ul ol, .pxl-sidebar-area .widget ol ul, .pxl-sidebar-area .widget ol ol {
  padding-left: 15px;
}
[dir="rlt"] .elementor-widget-sidebar .widget ul ul, [dir="rlt"] .elementor-widget-sidebar .widget ul ol, [dir="rlt"] .elementor-widget-sidebar .widget ol ul, [dir="rlt"] .elementor-widget-sidebar .widget ol ol, [dir="rlt"] .pxl-sidebar-area .widget ul ul, [dir="rlt"] .pxl-sidebar-area .widget ul ol, [dir="rlt"] .pxl-sidebar-area .widget ol ul, [dir="rlt"] .pxl-sidebar-area .widget ol ol {
  padding-left: 0;
  padding-right: 15px;
}
.elementor-widget-sidebar .widget.widget_search .widget-title, .pxl-sidebar-area .widget.widget_search .widget-title {
  margin-bottom: 12px;
}
.elementor-widget-sidebar .widget-title, .pxl-sidebar-area .widget-title {
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.elementor-widget-sidebar .widget-title span, .pxl-sidebar-area .widget-title span {
  position: relative;
}
.elementor-widget-sidebar .widget-title a, .pxl-sidebar-area .widget-title a {
  color: inherit;
}
.elementor-widget-sidebar .widget + .widget, .pxl-sidebar-area .widget + .widget {
  margin-top: 40px;
}
.elementor-widget-sidebar p:empty, .pxl-sidebar-area p:empty {
  display: none;
}
.elementor-widget-sidebar .wp-caption .wp-caption-text, .pxl-sidebar-area .wp-caption .wp-caption-text {
  text-align: center;
}
.widget_archive .menu-item a, .widget_archive .page_item a, .widget_archive .pxl-list-item a, .widget_categories .menu-item a, .widget_categories .page_item a, .widget_categories .pxl-list-item a, .widget_nav_menu .menu-item a, .widget_nav_menu .page_item a, .widget_nav_menu .pxl-list-item a, .widget_pages .menu-item a, .widget_pages .page_item a, .widget_pages .pxl-list-item a {
  font-family: var(--heading-font-family);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 3px 0 3px 0;
  text-transform: capitalize;
}
.widget_archive .menu-item a:before, .widget_archive .page_item a:before, .widget_archive .pxl-list-item a:before, .widget_categories .menu-item a:before, .widget_categories .page_item a:before, .widget_categories .pxl-list-item a:before, .widget_nav_menu .menu-item a:before, .widget_nav_menu .page_item a:before, .widget_nav_menu .pxl-list-item a:before, .widget_pages .menu-item a:before, .widget_pages .page_item a:before, .widget_pages .pxl-list-item a:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--primary-color);
  transition: all 350ms linear 0s;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.widget_archive .menu-item a > .count, .widget_archive .page_item a > .count, .widget_archive .pxl-list-item a > .count, .widget_categories .menu-item a > .count, .widget_categories .page_item a > .count, .widget_categories .pxl-list-item a > .count, .widget_nav_menu .menu-item a > .count, .widget_nav_menu .page_item a > .count, .widget_nav_menu .pxl-list-item a > .count, .widget_pages .menu-item a > .count, .widget_pages .page_item a > .count, .widget_pages .pxl-list-item a > .count {
  margin-left: 8px;
  font-family: var(--body-font-family);
  letter-spacing: 0.1em;
}
.widget_archive .menu-item a:hover, .widget_archive .page_item a:hover, .widget_archive .pxl-list-item a:hover, .widget_categories .menu-item a:hover, .widget_categories .page_item a:hover, .widget_categories .pxl-list-item a:hover, .widget_nav_menu .menu-item a:hover, .widget_nav_menu .page_item a:hover, .widget_nav_menu .pxl-list-item a:hover, .widget_pages .menu-item a:hover, .widget_pages .page_item a:hover, .widget_pages .pxl-list-item a:hover {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  color: var(--primary-color);
}
.widget_archive .menu-item a:hover:before, .widget_archive .page_item a:hover:before, .widget_archive .pxl-list-item a:hover:before, .widget_categories .menu-item a:hover:before, .widget_categories .page_item a:hover:before, .widget_categories .pxl-list-item a:hover:before, .widget_nav_menu .menu-item a:hover:before, .widget_nav_menu .page_item a:hover:before, .widget_nav_menu .pxl-list-item a:hover:before, .widget_pages .menu-item a:hover:before, .widget_pages .page_item a:hover:before, .widget_pages .pxl-list-item a:hover:before {
  animation: flickerAnimation 0.75s infinite;
}
.widget_archive .menu-item:first-child, .widget_archive .page_item:first-child, .widget_archive .pxl-list-item:first-child, .widget_categories .menu-item:first-child, .widget_categories .page_item:first-child, .widget_categories .pxl-list-item:first-child, .widget_nav_menu .menu-item:first-child, .widget_nav_menu .page_item:first-child, .widget_nav_menu .pxl-list-item:first-child, .widget_pages .menu-item:first-child, .widget_pages .page_item:first-child, .widget_pages .pxl-list-item:first-child {
  padding-top: 0;
}
.widget_archive .menu-item:last-child, .widget_archive .page_item:last-child, .widget_archive .pxl-list-item:last-child, .widget_categories .menu-item:last-child, .widget_categories .page_item:last-child, .widget_categories .pxl-list-item:last-child, .widget_nav_menu .menu-item:last-child, .widget_nav_menu .page_item:last-child, .widget_nav_menu .pxl-list-item:last-child, .widget_pages .menu-item:last-child, .widget_pages .page_item:last-child, .widget_pages .pxl-list-item:last-child {
  padding-bottom: 0;
}
.widget_meta .widget-content > ul {
  overflow: hidden;
}
.widget_meta .widget-content > ul > li a {
  font-family: var(--heading-font-family);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 3px 0 3px 0;
  text-transform: capitalize;
}
.widget_meta .widget-content > ul > li a:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--primary-color);
  transition: all 350ms linear 0s;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.widget_meta .widget-content > ul > li a > .count {
  margin-left: 8px;
  font-family: var(--body-font-family);
  letter-spacing: 0.1em;
}
.widget_meta .widget-content > ul > li a:hover {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  color: var(--primary-color);
}
.widget_meta .widget-content > ul > li a:hover:before {
  animation: flickerAnimation 0.75s infinite;
}
.widget_meta .widget-content > ul > li:first-child {
  padding-top: 0;
}
.widget_meta .widget-content > ul > li:last-child {
  padding-bottom: 0;
}
.elementor-widget-wp-widget-search h5, .elementor-widget-wp-widget-pxl_recent_posts h5, .elementor-widget-wp-widget-categories h5, .elementor-widget-wp-widget-tag_cloud h5, .elementor-widget-wp-widget-recent-comments h5, .elementor-widget-wp-widget-calendar h5, .elementor-widget-wp-widget-archives h5 {
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.elementor-widget-wp-widget-search ul, .elementor-widget-wp-widget-pxl_recent_posts ul, .elementor-widget-wp-widget-categories ul, .elementor-widget-wp-widget-tag_cloud ul, .elementor-widget-wp-widget-recent-comments ul, .elementor-widget-wp-widget-calendar ul, .elementor-widget-wp-widget-archives ul {
  margin-bottom: 0;
  list-style: none;
}
.elementor-widget-wp-widget-search h5 {
  margin-bottom: 12px;
}
.elementor-widget-wp-widget-categories .pxl-list-item {
  position: relative;
  display: block;
}
.elementor-widget-wp-widget-categories .pxl-list-item a {
  font-family: var(--heading-font-family);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 3px 0 3px 0;
  text-transform: capitalize;
}
.elementor-widget-wp-widget-categories .pxl-list-item a:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--primary-color);
  transition: all 350ms linear 0s;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.elementor-widget-wp-widget-categories .pxl-list-item a > .count {
  margin-left: 4px;
}
.elementor-widget-wp-widget-categories .pxl-list-item a:hover {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  color: var(--primary-color);
}
.elementor-widget-wp-widget-categories .pxl-list-item a:hover:before {
  animation: flickerAnimation 0.75s infinite;
}
.elementor-widget-wp-widget-archives .pxl-list-item {
  display: block;
  padding: 4px 0;
}
.elementor-widget-wp-widget-archives .pxl-list-item a {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline;
  color: var(--body-color);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--body-color) 1px);
  background-repeat: no-repeat;
  background-size: 0% 95%;
  transition: background-size 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.elementor-widget-wp-widget-archives .pxl-list-item a:hover {
  color: inherit;
  background-size: 100% 95%;
}
.elementor-widget-wp-widget-archives .pxl-list-item:first-child {
  padding-top: 0;
}
.elementor-widget-wp-widget-archives .pxl-list-item:last-child {
  padding-bottom: 0;
}
.elementor-widget-wp-widget-calendar .calendar_wrap {
  position: relative;
}
.elementor-widget-wp-widget-calendar .calendar_wrap .wp-calendar-nav {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
}
.elementor-widget-wp-widget-calendar .calendar_wrap .wp-calendar-nav > span {
  display: flex;
  align-items: center;
}
.elementor-widget-wp-widget-calendar .calendar_wrap .wp-calendar-nav > span a {
  font-size: 0;
}
.elementor-widget-wp-widget-calendar .calendar_wrap .wp-calendar-nav > span a::before {
  font-size: 20px;
  font-weight: 700;
  color: #929292;
  transition: all 300ms ease 0s;
}
.elementor-widget-wp-widget-calendar .calendar_wrap .wp-calendar-nav > span a:hover::before {
  color: var(--primary-color);
}
.widget_nav_menu .menu-item {
  position: relative;
}
.widget_nav_menu .menu-item .pxl-menu-toggle {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  margin-top: 4px;
}
.widget_nav_menu .menu-item .pxl-menu-toggle:hover {
  color: var(--link-color-hover);
}
.widget_nav_menu .menu-item .pxl-menu-toggle:before {
  font-family: "pxli";
  content: "";
}
[dir="rtl"] .widget_nav_menu .menu-item .pxl-menu-toggle {
  right: auto;
  left: 0;
}
.widget_nav_menu .menu-item .pxl-menu-toggle.open:before {
  content: "";
}
.widget_nav_menu .menu-item .sub-menu {
  padding-left: 15px;
}
.pxl-widget-inner > * {
  position: relative;
  z-index: 1;
}
.pxl-widget-inner > .pxl-wg-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.woocommerce-product-search, .pxl-search-form {
  position: relative;
}
.woocommerce-product-search [type="search"], .pxl-search-form [type="search"] {
  padding-left: 36px;
  background-color: #fff;
  border-color: transparent;
  height: 54px;
}
.woocommerce-product-search [type="submit"], .pxl-search-form [type="submit"] {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 54px;
  line-height: 54px;
  background-color: transparent;
  border-color: transparent;
  color: #929292;
  border-radius: 50%;
  font-size: 16px;
  -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;
}
[dir="rtl"] .woocommerce-product-search [type="submit"], [dir="rtl"] .pxl-search-form [type="submit"] {
  right: auto;
  left: 6px;
}
.woocommerce-product-search [type="submit"] span, .pxl-search-form [type="submit"] span {
  margin: 0;
}
.woocommerce-product-search [type="submit"] svg, .pxl-search-form [type="submit"] svg {
  width: 16px;
  height: auto;
  fill: #929292;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.woocommerce-product-search [type="submit"]:active, .woocommerce-product-search [type="submit"]:hover, .woocommerce-product-search [type="submit"]:focus, .pxl-search-form [type="submit"]:active, .pxl-search-form [type="submit"]:hover, .pxl-search-form [type="submit"]:focus {
  color: var(--primary-color);
}
.woocommerce-product-search [type="submit"]:active svg, .woocommerce-product-search [type="submit"]:hover svg, .woocommerce-product-search [type="submit"]:focus svg, .pxl-search-form [type="submit"]:active svg, .pxl-search-form [type="submit"]:hover svg, .pxl-search-form [type="submit"]:focus svg {
  fill: var(--primary-color);
}
.woocommerce-product-search:hover [type="submit"], .pxl-search-form:hover [type="submit"] {
  border-color: transparent;
}
.woocommerce-product-search .pxl-search-field::placeholder, .pxl-search-form .pxl-search-field::placeholder {
  color: #929292;
}
table.wp-calendar-table {
  border-spacing: 0;
  border: 1px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0 13px 14px;
  background-color: #fff;
}
table.wp-calendar-table caption {
  color: var(--heading-color);
  border: 1px solid #D8D8D8;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 24px 0;
  background-color: #fff;
}
table.wp-calendar-table th, table.wp-calendar-table td {
  text-align: center;
  border-right: 0;
  padding: 5px 8px;
  position: relative;
  border: none;
}
@media (max-width: 1399px) {
  table.wp-calendar-table th, table.wp-calendar-table td {
    padding: 3px;
  }
}
@media (max-width: 991px) {
  table.wp-calendar-table th, table.wp-calendar-table td {
    padding: 5px 8px;
  }
}
table.wp-calendar-table th a, table.wp-calendar-table td a {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 4px;
  display: block;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.wp-calendar-table th a:before, table.wp-calendar-table td a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
table.wp-calendar-table th:hover a:before, table.wp-calendar-table td:hover a:before {
  background-color: var(--primary-color);
}
.widget_calendar .wp-calendar-nav {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget_calendar .calendar_wrap {
  position: relative;
}
.widget_calendar .calendar_wrap .wp-calendar-nav {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
}
.widget_calendar .calendar_wrap .wp-calendar-nav > span {
  display: flex;
  align-items: center;
}
.widget_calendar .calendar_wrap .wp-calendar-nav > span a {
  font-size: 0;
}
.widget_calendar .calendar_wrap .wp-calendar-nav > span a::before {
  font-size: 20px;
  font-weight: 700;
  color: #929292;
  transition: all 300ms ease 0s;
}
.widget_calendar .calendar_wrap .wp-calendar-nav > span a:hover::before {
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl-post-item, .elementor-widget-wp-widget-pxl_recent_posts .pxl-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.widget_pxl_recent_posts .pxl-post-item > *, .elementor-widget-wp-widget-pxl_recent_posts .pxl-post-item > * {
  max-width: 100%;
}
.widget_pxl_recent_posts .pxl-post-item + .pxl-post-item, .elementor-widget-wp-widget-pxl_recent_posts .pxl-post-item + .pxl-post-item {
  margin-top: 16px;
}
.widget_pxl_recent_posts .pxl-post-img, .elementor-widget-wp-widget-pxl_recent_posts .pxl-post-img {
  flex-shrink: 0;
}
.widget_pxl_recent_posts .pxl-post-img img, .elementor-widget-wp-widget-pxl_recent_posts .pxl-post-img img {
  max-width: 110px;
  transition: all 0.25s linear;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .widget_pxl_recent_posts .pxl-post-img img, .elementor-widget-wp-widget-pxl_recent_posts .pxl-post-img img {
    width: 80px;
  }
}
.widget_pxl_recent_posts .pxl-list-content, .elementor-widget-wp-widget-pxl_recent_posts .pxl-list-content {
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .widget_pxl_recent_posts .pxl-list-content, .elementor-widget-wp-widget-pxl_recent_posts .pxl-list-content {
    padding-left: 10px;
  }
}
.widget_pxl_recent_posts .pxl-wg-post-title, .elementor-widget-wp-widget-pxl_recent_posts .pxl-wg-post-title {
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  max-height: 576px*px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.widget_pxl_recent_posts .pxl-wg-post-title > *, .elementor-widget-wp-widget-pxl_recent_posts .pxl-wg-post-title > * {
  display: block;
  display: -webkit-box;
  max-height: 576px*px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.widget_pxl_recent_posts .box-date, .widget_pxl_recent_posts .post-comment-count, .elementor-widget-wp-widget-pxl_recent_posts .box-date, .elementor-widget-wp-widget-pxl_recent_posts .post-comment-count {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.widget_pxl_recent_posts .box-date .cmt-count, .widget_pxl_recent_posts .post-comment-count .cmt-count, .elementor-widget-wp-widget-pxl_recent_posts .box-date .cmt-count, .elementor-widget-wp-widget-pxl_recent_posts .post-comment-count .cmt-count {
  margin-right: 3px;
}
.widget_pxl_recent_posts .box-date svg, .widget_pxl_recent_posts .post-comment-count svg, .elementor-widget-wp-widget-pxl_recent_posts .box-date svg, .elementor-widget-wp-widget-pxl_recent_posts .post-comment-count svg {
  color: var(--primary-color);
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.widget_pxl_recent_posts .box-date-comment, .elementor-widget-wp-widget-pxl_recent_posts .box-date-comment {
  display: flex;
  column-gap: 19px;
}
@media (max-width: 1399px) {
  .widget_pxl_recent_posts .box-date-comment, .elementor-widget-wp-widget-pxl_recent_posts .box-date-comment {
    flex-direction: column;
    row-gap: 2px;
  }
}
@media (max-width: 991px) {
  .widget_pxl_recent_posts .box-date-comment, .elementor-widget-wp-widget-pxl_recent_posts .box-date-comment {
    flex-direction: row;
    row-gap: 2px;
  }
}
@media (max-width: 575px) {
  .widget_pxl_recent_posts .box-date-comment, .elementor-widget-wp-widget-pxl_recent_posts .box-date-comment {
    flex-direction: column;
  }
}
.widget_media_gallery #gallery-1 {
  margin: -5px;
}
.widget_media_gallery #gallery-1 .gallery-item {
  float: none;
  padding: 5px;
  margin: 0;
  width: 33.333333%;
}
.widget_media_gallery #gallery-1 .gallery-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.widget_media_gallery #gallery-1 .gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--primary-color-rgb), 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.widget_media_gallery #gallery-1 .gallery-item a:after {
  content: "";
  font-family: "pxli";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  margin-top: -8px;
  margin-left: -8px;
  color: #fff;
  line-height: 1;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.widget_media_gallery #gallery-1 .gallery-item a:hover:before {
  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);
}
.widget_media_gallery #gallery-1 .gallery-item a:hover:after {
  transition-delay: 0.3s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget_media_gallery #gallery-1 img {
  border: 0;
}
.widget_nav_menu.horizontal .menu {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.widget_nav_menu.horizontal .menu li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 8px;
}
.widget_nav_menu.horizontal .menu li a {
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.widget_nav_menu.horizontal .menu li a:hover {
  border-color: var(--second-color);
}
.widget_nav_menu.horizontal .menu li:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
[dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
  margin-left: 0;
  margin-right: 8px;
}
.widget_nav_menu.horizontal .menu li:last-child:after {
  display: none;
}
.widget_nav_menu.horizontal .sub-menu {
  display: none;
}
.widget_recent_comments li, .elementor-widget-wp-widget-recent-comments li {
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
}
.widget_recent_comments li svg, .elementor-widget-wp-widget-recent-comments li svg {
  color: var(--primary-color);
  min-width: 15px;
  height: 15px;
  position: relative;
  top: 5px;
}
.widget_recent_comments li:first-child, .elementor-widget-wp-widget-recent-comments li:first-child {
  padding-top: 10px;
}
.widget_recent_comments .comment-author-link, .elementor-widget-wp-widget-recent-comments .comment-author-link {
  position: relative;
  padding-left: 24px;
}
.widget_recent_comments .comment-author-link:before, .elementor-widget-wp-widget-recent-comments .comment-author-link:before {
  content: "";
  font-family: "pxli";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}
.widget_recent_comments .comment-author-link a, .elementor-widget-wp-widget-recent-comments .comment-author-link a {
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: 500;
}
.widget_recent_entries a {
  font-size: 18px;
  font-family: var(--heading-font-family);
  padding: 2px 0;
  display: block;
}
.widget_recent_entries li:first-child a {
  padding-top: 0;
}
.widget_recent_entries li:last-child a {
  padding-bottom: 0;
}
.widget_rss .rss-widget-feed {
  display: inline-flex;
}
.widget_rss li .rss-date {
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.widget_rss li .rssSummary {
  margin-bottom: 10px;
}
.widget_rss li cite {
  font-weight: 700;
  color: var(--primary-color);
}
.widget_rss .rss-widget-icon {
  vertical-align: middle;
}
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.tagcloud > a {
  margin: 6px;
  flex: 0 0 auto;
  background-color: #fff;
  display: inline-block;
  font-size: 14px !important;
  padding: 0 18px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 34px;
  color: var(--heading-color);
}
.tagcloud > a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.widget-author-info .post-author {
  margin-bottom: 1.25rem;
}
.widget-author-info .post-author .author-thumb img {
  border-radius: 7px;
  margin-right: 1.375rem;
  width: 75px;
}
.widget-author-info .post-author .author-text h5 {
  color: var(--second-color);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.widget-author-info .post-author .author-text h5 a {
  color: inherit;
}
.widget-author-info .post-author .author-text h5 a:hover {
  color: var(--default-color);
}
.widget-author-info .post-author .author-text span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  padding-top: 4px;
  color: #9cb2d3;
}
.widget-author-info .author-desc {
  margin-bottom: 1rem;
}
.widget-author-info .user-social {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.widget-author-info .user-social > * {
  max-width: 100%;
}
.widget-author-info .user-social > * {
  margin-left: 8px;
  margin-right: 8px;
}
.widget-author-info .user-social a {
  color: #060606;
  font-size: 1rem;
  opacity: 0.5;
}
.widget-author-info .user-social a:hover {
  opacity: 1;
  color: var(--default-color);
}
.widget_mc4wp_form_widget .mailchimp-form label {
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 12px;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn {
  margin-top: 15px;
  display: block;
  width: 100%;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn .pxl-icon {
  font-size: 15px;
  margin-left: 5px;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn:active, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:hover, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:focus {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn:active .pxl-icon, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:hover .pxl-icon, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:focus .pxl-icon {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-author-info.widget {
  border: 0;
  padding: 0 30px 25px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .pxl-author-info.widget {
    padding: 0 20px 25px 20px;
  }
}
.pxl-author-info.widget:before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f0eb;
  border-radius: 20px;
}
.pxl-author-info.widget .content-inner {
  text-align: center;
  position: relative;
}
.pxl-author-info.widget .content-inner:hover .image-wrap {
  -webkit-transform: scale(1.02);
  -khtml-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  border-color: transparent;
}
.pxl-author-info.widget .content-inner:hover .image-wrap img {
  box-shadow: 0px 0px 48px 0px rgba(var(--second-color-rgb),0.3);
  -webkit-transform: scale(1.02);
  -khtml-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.pxl-author-info.widget .image-wrap {
  width: 203px;
  height: 203px;
  border: 3px solid var(--second-color);
  border-radius: 50%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1199px) {
  .pxl-author-info.widget .image-wrap {
    width: 180px;
    height: 180px;
  }
}
.pxl-author-info.widget .image-wrap img {
  border-radius: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-author-info.widget .author-name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 4px;
}
.pxl-author-info.widget .author-desc {
  margin-bottom: 18px;
  padding-top: 30px;
  margin-top: 17px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
}
@media (max-width: 991px) {
  .pxl-author-info.widget .author-desc {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-author-info.widget .author-social {
  margin: -5px;
}
.pxl-author-info.widget .author-social .social-item {
  margin: 5px;
}
.pxl-author-info.widget .author-social .social-item a {
  width: 43px;
  height: 43px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: var(--primary-color);
  position: relative;
}
.pxl-author-info.widget .author-social .social-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--third-color);
  opacity: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-author-info.widget .author-social .social-item a .pxl-icon {
  position: relative;
}
.pxl-author-info.widget .author-social .social-item a:hover {
  color: #fff;
}
.pxl-author-info.widget .author-social .social-item a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #707070;
  font-style: italic;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 0px;
  word-wrap: normal;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: none;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.gallery {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  margin-top: 28px;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1em;
  padding: 0 10px;
  width: 50%;
}
.gallery-item .gallery-icon {
  overflow: hidden;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
  margin-top: 8px;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.alignfull {
  margin-bottom: 20px;
}
.wp-block-gallery.alignfull .blocks-gallery-caption {
  margin-bottom: 20px;
}
.wp-block-gallery.alignleft {
  margin-right: 20px;
}
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull {
  width: 100vw;
}
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull .blocks-gallery-grid {
  position: relative;
  left: calc(-12.5% - 128px);
  width: calc(125% + 150px);
  max-width: calc(125% + 150px);
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.333333%;
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex;
}
.elementor-lightbox .elementor-swiper-button [class*=" eicon-"], .elementor-lightbox .elementor-swiper-button [class^=eicon] {
  font-family: "pxli";
}
.elementor-lightbox .elementor-swiper-button .eicon-chevron-right:before {
  content: "";
}
.elementor-lightbox .elementor-swiper-button .eicon-chevron-left:before {
  content: "";
}
.comment-list-wrap {
  margin-top: 99px;
  position: relative;
}
@media (max-width: 575px) {
  .comment-list-wrap {
    margin-top: 50px;
  }
}
.comments-title {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 38px 0;
}
@media (max-width: 1199px) {
  .comments-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .comments-title {
    font-size: 26px;
    margin: 0 0 24px 0;
  }
}
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist .comment {
  margin-top: 16px;
}
.commentlist .comment .comment-body {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 575px) {
  .commentlist .comment .comment-body {
    padding: 22px;
  }
}
.commentlist > .comment:first-child, .commentlist > .review:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.commentlist > .comment:not(:last-child) > .children, .commentlist > .review:not(:last-child) > .children {
  margin-bottom: 0;
}
.commentlist .comment-avatar {
  padding-right: 4px !important;
}
.commentlist .comment-avatar img {
  border: 2px solid var(--second-color);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .commentlist .comment-avatar img {
    max-width: 50px;
  }
}
.commentlist .comment-content .comment-content-head {
  row-gap: 15px;
}
@media (max-width: 575px) {
  .commentlist .comment-content .comment-content-head {
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
}
.commentlist .comment-content .comment-title {
  position: relative;
  font-family: var(--heading-font-family);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .commentlist .comment-content .comment-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.commentlist .comment-content .comment-title a {
  color: inherit;
}
.commentlist .comment-content .comment-title a:hover {
  color: var(--link-color-hover);
}
.commentlist .comment-content .comment-date {
  font-size: 14px;
  line-height: 20px;
}
.commentlist .comment-content .comment-meta {
  font-size: 12px;
  color: #333;
}
@media (max-width: 480px) {
  .commentlist .comment-content .comment-meta {
    margin-top: 10px;
  }
}
.commentlist .comment-text-wrap {
  margin-top: 16px;
}
.commentlist .children {
  list-style: none;
  padding: 0 0 0 120px;
  margin: 0;
}
[dir="rtl"] .commentlist .children {
  padding: 0 60px 0 0;
}
@media (max-width: 1399px) {
  .commentlist .children {
    padding: 0 0 0 35px;
  }
  [dir="rtl"] .commentlist .children {
    padding: 0 35px 0 0;
  }
}
@media (max-width: 575px) {
  .commentlist .children {
    padding: 0 0 0 20px;
  }
  [dir="rtl"] .commentlist .children {
    padding: 0 20px 0 0;
  }
}
.commentlist .comment-reply-link {
  font-size: 16px;
  line-height: 44px;
  position: relative;
  display: inline-flex;
  padding: 0 16px;
  background-color: var(--primary-color);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .commentlist .comment-reply-link {
    font-size: 13px;
    line-height: 30px;
    padding: 0 11px;
  }
}
.commentlist .comment-reply-link .reply-icon {
  margin-right: 2px;
  color: #fff;
  font-size: 12px;
  margin-top: -2px;
  -webkit-transition: color 0.3s ease;
  -khtml-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 480px) {
  .commentlist .comment-reply-link .reply-icon {
    color: var(--link-color-hover);
  }
}
.commentlist .comment-reply-link:hover {
  background-color: var(--heading-color);
}
.comments-pagination {
  margin-top: 24px;
}
.comment-respond {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 575px) {
  .comment-respond {
    margin-top: 50px;
  }
}
.comment-respond .comment-reply-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 62px;
  color: var(--heading-color);
  margin: 0 0 32px 0;
}
@media (max-width: 1199px) {
  .comment-respond .comment-reply-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .comment-respond .comment-reply-title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}
.comment-respond .comment-reply-title small {
  font-size: 60%;
}
.comment-respond .comment-form .comment-none-post {
  display: none;
}
.comment-respond .comment-form .text-heading {
  margin-bottom: 27px;
  display: block;
}
.comment-respond .comment-form .comment-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.comment-respond .comment-form .comment-form-field {
  margin-top: 4px;
}
.comment-respond .comment-form .comment-form-field input {
  height: 64px;
}
.comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email {
  margin-top: 24px;
}
.comment-respond .comment-form .pxl-comment-form-rating .comment-form-field {
  margin-top: 0;
}
.comment-respond .comment-form input[type=checkbox] {
  display: none;
}
.comment-respond .comment-form input[type=checkbox] + label:before {
  content: "";
  font-family: "pxli";
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  color: var(--heading-color);
  background-color: transparent;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  position: relative;
  top: -2px;
  font-size: 10px;
  text-align: center;
  line-height: 17px;
}
.comment-respond .comment-form input[type=checkbox]:checked + label:before {
  color: var(--primary-color);
}
.comment-respond .comment-form input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.comment-respond .comment-form .comment-form-comment textarea {
  height: 180px;
  resize: none;
}
@media (max-width: 1199px) {
  .comment-respond .comment-form .comment-form-comment textarea {
    height: 150px;
  }
}
.comment-respond .comment-form-cookies-consent {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.comment-respond .comment-form-cookies-consent .cms-custom-checkbox {
  flex: 0 0 auto;
  margin-top: 1px;
}
.comment-respond .comment-form-cookies-consent label {
  max-width: 426px;
  margin: 0;
  color: var(--body-color);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.comment-respond .form-submit {
  margin: 32px 0 0;
}
.comment-respond .form-submit .pxl-btn {
  font-size: 22px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  line-height: 26px;
  padding: 18px 151px;
}
@media (max-width: 767px) {
  .comment-respond .form-submit .pxl-btn {
    padding: 13px 80px;
  }
}
@media (max-width: 575px) {
  .comment-respond .form-submit .pxl-btn {
    padding: 11px 40px;
    font-size: 16px;
  }
}
.logged-in-as {
  margin-bottom: 0;
  font-size: 0;
}
#cancel-comment-reply-link {
  padding-left: 15px;
  color: var(--primary-color);
  font-weight: normal;
}
[dir="rtl"] #cancel-comment-reply-link {
  padding-left: 0;
  padding-right: 15px;
}
p.no-comments {
  margin-top: 30px;
  color: red;
}
.rating-container {
  display: inline-block;
  height: 18px;
  vertical-align: top;
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 17px;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: "pxli";
  line-height: 1;
}
.rating-container > input + label:before {
  display: inline-block;
  content: "";
  color: #000;
}
.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before, .pxl-rating-icon-filled:before {
  content: "";
  color: var(--second-color);
}
.rating-container:hover > input + label:before, .pxl-rating-icon-empty:before {
  content: "";
  color: #000;
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
  content: "";
  color: var(--second-color);
}
.pxl-rating-icon-filled, .pxl-rating-icon-empty {
  font-family: "pxli";
  display: inline-block;
  overflow: hidden;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.pxl-rating-icon-empty {
  z-index: -1;
}
.phb-review-form .phb-review-reply-title {
  text-transform: uppercase;
}
.phb-review-form .phb-stars {
  margin-bottom: 8px;
}
.phb-review-form .phb-stars:hover a {
  color: var(--second-color);
}
.phb-review-form .phb-stars .stars {
  display: flex;
}
.phb-review-form .phb-stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #111111;
}
.phb-review-form .phb-stars a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
}
.phb-review-form .phb-stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "pxli";
  content: "";
  text-indent: 0;
}
.phb-review-form .phb-stars a:hover ~ a {
  color: #111111;
}
.phb-review-form .phb-stars.selected a.active {
  color: var(--second-color);
}
.phb-review-form .phb-stars.selected a.active ~ a {
  color: #111111;
}
.phb-review-form .phb-stars.selected a:not(.active) {
  color: var(--second-color);
}
.phb-review-form .phb-stars.selected:hover a {
  color: var(--second-color);
}
.phb-review-form .phb-stars.selected:hover a.active ~ a {
  color: var(--second-color);
}
.phb-review-form .phb-stars.selected a:hover ~ a {
  color: #111111 !important;
}
.phb-review-form .phb-review-fields .row > div {
  margin-bottom: 15px;
}
.phb-review-form .phb-review-fields textarea {
  margin-bottom: 30px;
}
.woocommerce-Reviews .comment-title {
  column-gap: 20px;
}
.logged-in .comment-form .comment-none-post {
  display: block;
}
.pxl-scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--second-color);
  opacity: 0;
  visibility: hidden;
  border: 1.2px solid rgba(1, 1, 1, 0.05);
}
@media (max-width: 1199px) {
  .pxl-scroll-top {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.pxl-scroll-top .pxl-scroll-progress-circle {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  z-index: -1;
  transform: translateY(-50%);
}
.pxl-scroll-top .pxl-scroll-progress-circle path {
  fill: none;
  stroke: var(--heading-color);
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pxl-scroll-top span {
  font-size: 13px;
  color: var(--heading-color);
  position: relative;
  top: -1px;
  position: relative;
  -webkit-animation: icon-bounce 2s linear 0s infinite;
  -khtml-animation: icon-bounce 2s linear 0s infinite;
  -moz-animation: icon-bounce 2s linear 0s infinite;
  -ms-animation: icon-bounce 2s linear 0s infinite;
  -o-animation: icon-bounce 2s linear 0s infinite;
  animation: icon-bounce 2s linear 0s infinite;
}
.pxl-scroll-top:hover span {
  -webkit-animation: toTopFromBottom 0.6s forwards;
  -khtml-animation: toTopFromBottom 0.6s forwards;
  -moz-animation: toTopFromBottom 0.6s forwards;
  -ms-animation: toTopFromBottom 0.6s forwards;
  -o-animation: toTopFromBottom 0.6s forwards;
  animation: toTopFromBottom 0.6s forwards;
}
.pxl-scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
[dir="rtl"] .pxl-scroll-top {
  right: auto;
  left: 20px;
}
.pxl-footer.footer-type-df a {
  color: #616277;
}
.pxl-footer.footer-type-df a:hover {
  color: #616277;
}
.pxl-footer-bottom {
  border-top: 1px solid #e0e1e6;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #616277;
  font-size: 14px;
}
.pxl-copyright-text a {
  font-weight: 700;
}
.footer-bottom {
  color: #616277;
  font-size: 14px;
}
.footer-bottom .elementor-widget-text-editor a {
  color: #616277;
}
.pxl-footer .pxl-primary-menu > li > a span:before {
  display: none;
}
.pxl-page-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.5);
  opacity: 0;
  visibility: hidden;
  cursor: none;
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -khtml-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -moz-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -ms-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -o-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
}
.pxl-page-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .pxl-page-overlay.active-mobile {
    opacity: 1;
    visibility: visible;
  }
}
.admin-bar .pxl-hidden-template {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-hidden-template {
    top: 46px;
    height: calc(100% - 46px);
  }
}
.pxl-hidden-template {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 0;
  background: var(--tpl-bg-color);
  right: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pxl-hidden-template .pxl-panel-header .panel-header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-hidden-template .pxl-panel-header .panel-header-inner > * {
  max-width: 100%;
}
.pxl-hidden-template .pxl-panel-content {
  position: relative;
  flex: 1;
}
.pxl-hidden-template::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
.pxl-hidden-template::-webkit-scrollbar-track {
  border-radius: 0;
}
.pxl-hidden-template::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.pxl-hidden-template:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.pxl-hidden-template:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
.pxl-close {
  position: absolute;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
  -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;
}
.pxl-close:before, .pxl-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background-color: var(--heading-color);
  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;
}
.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-panel-content .menu-main-container-wrap {
  padding: 0;
  min-height: calc(100% - 50px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.pxl-panel-content .menu-main-container-wrap > * {
  max-width: 100%;
}
.pxl-hidden-template.el-builder.pxl-user-login .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated, .pxl-hidden-template.el-builder.pxl-side-mobile .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated {
  padding: 0;
}
.pxl-hidden-template.el-builder.pxl-user-login .elementor-section-boxed .elementor-inner-section > .elementor-column-gap-default, .pxl-hidden-template.el-builder.pxl-side-mobile .elementor-section-boxed .elementor-inner-section > .elementor-column-gap-default {
  margin: 0;
}
.pxl-hidden-template.pos-full .pxl-close {
  top: 40px;
  right: 50px;
}
@media (max-width: 991px) {
  .pxl-hidden-template.pos-full .pxl-close {
    top: 30px;
    right: 30px;
  }
}
.pxl-hidden-template.pxl-user-login .pxl-close:before, .pxl-hidden-template.pxl-user-login .pxl-close:after {
  background-color: var(--primary-color);
}
.pxl-hidden-template.pxl-side-mobile {
  background-color: var(--second-color);
}
.pxl-hidden-template.pxl-side-mobile .pxl-close {
  top: 8px;
  right: 8px;
}
.pxl-hidden-template.pxl-side-mobile .pxl-close:before, .pxl-hidden-template.pxl-side-mobile .pxl-close:after {
  background-color: var(--heading-color);
}
.pxl-hidden-template.pxl-side-mobile .pxl-mobile-menu .main-menu-toggle {
  color: var(--primary-color);
}
.pxl-hidden-template.mobile-panel-df {
  padding: 30px 30px 30px 30px;
}
.pxl-hidden-template.mobile-panel-df .pxl-logo {
  max-width: 165px;
  margin-bottom: 32px;
}
.pxl-hidden-template.pxl-hidden-sidebar .pxl-close {
  top: 22px;
  right: 22px;
}
@media (max-width: 575px) {
  .pxl-hidden-template.pxl-hidden-sidebar .pxl-close {
    top: 15px;
    right: 15px;
  }
}
.pxl-hidden-template.pos-left {
  width: 100%;
  max-width: 300px;
  right: auto;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -khtml-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 575px) {
  .pxl-hidden-template.pos-left {
    width: 90%;
  }
}
.pxl-hidden-template.pos-left.pxl-hidden-sidebar {
  max-width: 490px;
}
.pxl-hidden-template.pos-right {
  width: 100%;
  max-width: 500px;
  right: 0;
  left: auto;
  background-color: #fff;
  -webkit-transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 575px) {
  .pxl-hidden-template.pos-right {
    width: 90%;
  }
}
.pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
  position: relative;
  padding: 64px 52px;
}
@media (max-width: 575px) {
  .pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
    padding: 48px 15px;
  }
}
@media (max-width: 480px) {
  .pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
    padding: 48px 0;
  }
}
.pxl-hidden-template.pos-right .pxl-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  background-image: none;
  background: var(--primary-color);
  z-index: 1;
}
.pxl-hidden-template.pos-right .pxl-close:before, .pxl-hidden-template.pos-right .pxl-close:after {
  width: 50%;
  background-color: #fff;
  left: 50%;
  margin-left: -10px;
}
.pxl-hidden-template.pos-top {
  width: 100%;
  max-height: 280px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -khtml-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.pxl-hidden-template.pos-top .pxl-panel-header {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.pxl-hidden-template.pos-top .pxl-close {
  top: 10px;
  right: 10px;
}
.pxl-hidden-template.pos-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}
@media (max-width: 767px) {
  .pxl-hidden-template.pos-center {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
  width: 100%;
  max-width: 568px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -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;
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: none;
}
@media (max-width: 1199px) {
  .pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
    max-width: 670px;
  }
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap::-webkit-scrollbar-track {
  border-radius: 0;
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
.pxl-hidden-template.pos-center .pxl-panel-header {
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.pxl-hidden-template.pos-center .pxl-close {
  top: 15px;
  right: 15px;
}
.pxl-hidden-template.pos-center.open .pxl-hidden-template-wrap {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-hidden-template.pos-full .pxl-panel-header {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.pxl-hidden-template.pos-full .pxl-hidden-template-wrap {
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -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;
}
.pxl-hidden-template.pos-full .pxl-panel-content {
  padding: 0;
}
.pxl-hidden-template.pos-full.open .pxl-hidden-template-wrap {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-hidden-template.pos-custom {
  width: 100%;
  max-width: 447px;
  top: var(--hd-top-offset);
  right: var(--hd-right-offset);
  bottom: var(--hd-bottom-offset);
  left: var(--hd-left-offset);
  -webkit-transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 1199px) {
  .pxl-hidden-template.pos-custom {
    top: var(--hd-top-offset-mobile);
    right: var(--hd-right-offset-mobile);
    bottom: var(--hd-bottom-offset-mobile);
    left: var(--hd-left-offset-mobile);
  }
}
@media (max-width: 575px) {
  .pxl-hidden-template.pos-custom {
    width: 90%;
  }
}
.pxl-hidden-template.pos-custom .pxl-close {
  background-color: var(--second-color);
}
.pxl-hidden-template.open {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 99999;
}
.pxl-side-menu {
  width: 100%;
  max-width: 400px;
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.pxl-side-menu .pxl-panel-header {
  padding: 30px 40px 0 40px;
  position: relative;
  z-index: 1;
}
.pxl-side-menu .pxl-panel-content {
  padding: 0 25px 40px;
}
.pxl-popup-menu > .pxl-panel-content > .container > div.elementor {
  max-width: 25%;
}
.pxl-popup-menu .elementor-section, .pxl-popup-menu .elementor-section .elementor-container, .pxl-popup-menu .elementor-column, .pxl-popup-menu .elementor-column-wrap, .pxl-popup-menu .elementor-widget-wrap, .pxl-popup-menu .elementor-widget {
  position: static;
}
.admin-bar .pxl-side-cart {
  height: auto;
  top: 50%;
}
.phb-review-form-wrap .pxl-hidden-template-wrap {
  background-color: #fff;
}
.elementor-section .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}
.elementor-section.pxl-section-static-pos-yes .elementor-container {
  position: static;
}
.elementor-section.pxl-section-static-pos-yes .elementor-column, .elementor-section.pxl-section-static-pos-yes .elementor-column-wrap {
  position: static;
}
.elementor-section.pxl-section-static-pos-yes .elementor-widget-wrap {
  position: static;
}
.elementor-section.pxl-section-overflow-hidden-yes {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty .pxl-column-bg-parallax {
    margin: -10px;
  }
}
.elementor-editor-active .pxl-primary-menu > li > .sub-menu {
  display: none;
}
.elementor-column.pxl-column-overflow-hidden-yes > .elementor-widget-wrap {
  overflow: hidden !important;
}
.elementor-editor-active .pxl-header-sticky {
  display: none;
}
.elementor-editor-active .pxl-header-mobile-sticky {
  display: none;
}
.elementor-editor-active .elementor-widget-divider .elementor-divider-separator {
  transform: scale(1);
}
.elementor-editor-active .pxl-border-animated .pxl-border-anm.bb {
  transform: scale(1);
}
.elementor-editor-active .pxl-hd-bd-left .elementor-widget-container:before, .elementor-editor-active .pxl-hd-bd-right .elementor-widget-container:before {
  transform: scale(1);
}
.elementor-editor-active .elementor-widget-pxl_layer .elementor-widget-empty-icon {
  display: none !important;
}
.elementor-editor-active .pxl-page.header-pos-fixed-left, .elementor-editor-active .pxl-page.header-pos-fixed-right {
  padding-left: 0;
  padding-right: 0;
}
.elementor-editor-active .pxl-page.header-pos-fixed-left .pxl-header, .elementor-editor-active .pxl-page.header-pos-fixed-right .pxl-header {
  display: none;
}
.elementor-editor-active .pxl-scroll-top {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.elementor-editor-active .pxl-footer.pxl-footer-absoluted {
  bottom: 314px;
}
.elementor-column {
  min-height: 0px;
}
.elementor-lightbox .swiper-zoom-container > canvas, .elementor-lightbox .swiper-zoom-container > img, .elementor-lightbox .swiper-zoom-container > svg {
  object-fit: cover;
  -o-object-fit: cover;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 0 12px;
}
@media (min-width: 576px) {
  .pxl-page .elementor-inner-section.container-auto > .elementor-column-gap-default {
    margin: 0 auto;
  }
}
.pxl-shape-divider-pos-top .pxl-shape-divider {
  top: -1px;
}
.pxl-shape-divider-mask .pxl-shape-divider {
  width: 100%;
  height: 25px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  mask-image: var(--ss-mask-url);
  -webkit-mask-image: var(--ss-mask-url);
  -ms-mask-image: var(--ss-mask-url);
  -o-mask-image: var(--ss-mask-url);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
  mask-position: center top;
}
@media (min-width: 768px) {
  .elementor-editor-active .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty {
    margin: 0;
  }
}
.pxl-heading-wrap h1, .pxl-heading-wrap h2, .pxl-heading-wrap h3, .pxl-heading-wrap h4, .pxl-heading-wrap h5, .pxl-heading-wrap h6 {
  margin: 0;
}
.pxl-heading-wrap .center .heading-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.pxl-heading-wrap .heading-subtitle {
  line-height: 1.333;
}
.pxl-heading-wrap .heading-subtitle.has-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pxl-heading-wrap .heading-subtitle.has-img .img-before {
  width: 81px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .pxl-heading-wrap .heading-subtitle.has-img .img-before {
    width: 70px;
    margin-right: 15px;
  }
}
.pxl-heading-wrap .pxl-typed {
  text-decoration-thickness: 3px !important;
  text-underline-offset: 6px;
}
.pxl-heading-wrap .clip-text {
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: left center;
}
.pxl-heading-wrap .clip-text.cliptext-bg-anm-horizontal {
  -webkit-animation: BackgroundAnimated 10s linear infinite;
  -moz-animation: BackgroundAnimated 10s linear infinite;
  -ms-animation: BackgroundAnimated 10s linear infinite;
  -o-animation: BackgroundAnimated 10s linear infinite;
  animation: BackgroundAnimated 10s linear infinite;
}
.pxl-heading-wrap .clip-text.cliptext-bg-anm-vertical {
  -webkit-animation: BackgroundAnimatedVertical 10s linear infinite;
  -moz-animation: BackgroundAnimatedVertical 10s linear infinite;
  -ms-animation: BackgroundAnimatedVertical 10s linear infinite;
  -o-animation: BackgroundAnimatedVertical 10s linear infinite;
  animation: BackgroundAnimatedVertical 10s linear infinite;
}
.pxl-text-editor {
  letter-spacing: 0.01em;
}
.pxl-text-editor a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
}
.pxl-text-editor.pxl-text-truncate {
  font-size: var(--truncate-font-size);
  line-height: var(--truncate-line-height);
  max-height: calc(var(--truncate-font-size) * var(--truncate-line-height) * var(--truncate-line));
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--truncate-line);
  -webkit-box-orient: vertical;
}
.pxl-post-title-wg a {
  color: inherit;
}
.pxl-post-title-wg a:hover {
  color: var(--link-color-hover);
}
.pxl-list-style {
  column-gap: var(--item-gap);
}
@media (max-width: 1199px) {
  .pxl-list-style .list-content br {
    display: none;
  }
}
.pxl-list-style .list-content a {
  position: relative;
}
.pxl-list-style .list-content a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--link-color);
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pxl-list-style .list-content a:hover:after {
  width: 100%;
  background-color: var(--link-color-hover);
}
.pxl-list-style .list-content p {
  margin-bottom: 10px;
}
.pxl-list-style .list-content p:last-child {
  margin-bottom: 0;
}
.pxl-list-style.bullet .list-content {
  position: relative;
  padding-left: 20px;
  color: var(--heading-color);
  font-size: 16px;
  line-height: 26px;
}
.pxl-list-style.bullet .list-content:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: inline-block;
  background-color: var(--third-color);
  position: absolute;
  left: 0;
  top: 9px;
}
.pxl-list-style.bullet .list-item:first-child .list-content:before {
  display: var(--hide-first-icon);
}
.pxl-list-style.icon {
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color);
}
.pxl-list-style.icon .list-item {
  padding: 6px 0;
}
.pxl-list-style.icon .list-icon {
  color: var(--second-color);
  font-size: 14px;
  padding-right: 10px;
  flex-shrink: 0;
}
.pxl-list-style.icon .list-icon span, .pxl-list-style.icon .list-icon svg {
  position: relative;
  top: 2px;
}
.pxl-list-style.icon .list-icon svg {
  width: 14px;
  height: auto;
  fill: var(--second-color);
}
.pxl-list-style.icon .list-item:first-child .list-icon {
  display: var(--hide-first-icon);
}
.pxl-list-style.label-value .list-item {
  column-gap: 4px;
}
.pxl-list-style.label-value .lbl {
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.pxl-list-style.label-value .value {
  letter-spacing: 0.01em;
}
.pxl-list-style.dropdown .current-item {
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  border-radius: 8px;
  padding: 0 12px 0 0;
  width: 100%;
}
.pxl-list-style.dropdown .current-item:after {
  content: "";
  font-family: "pxli";
  vertical-align: middle;
  display: inline-block;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  color: #adabab;
  position: relative;
  top: 2px;
}
[dir="rtl"] .pxl-list-style.dropdown .current-item:after {
  margin-left: 0;
  margin-right: 5px;
}
.pxl-list-style.dropdown .current-item:before {
  content: "";
  width: 100px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 100%;
}
[dir="rtl"] .pxl-list-style.dropdown .current-item:before {
  left: auto;
  right: 0;
}
.pxl-list-style.dropdown .current-item .pxl-icon {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  width: 1em;
  height: 1em;
  fill: var(--primary-color);
}
[dir="rtl"] .pxl-list-style.dropdown .current-item .pxl-icon {
  margin-right: 0;
  margin-left: 12px;
}
.pxl-list-style.dropdown .current-item .pxl-icon svg {
  width: 1em;
  height: 1em;
  fill: var(--primary-color);
}
.pxl-list-style.dropdown .current-item .pxl-icon img {
  width: 1em;
}
.pxl-list-style.dropdown ul {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  min-width: 63px;
  top: calc(100% + 30px);
  right: 0;
  left: auto;
  width: 100%;
  border-top: 0px solid #cdcdcd;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-list-style.dropdown ul li {
  margin: 0;
  list-style-type: none;
  display: block;
  position: relative;
}
.pxl-list-style.dropdown ul li a {
  border: 0;
  padding: 6px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.pxl-list-style.dropdown ul li a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-list-style.dropdown ul li .pxl-icon {
  font-size: 12px;
  margin-right: 5px;
  display: inline-flex;
  width: 1em;
  height: 1em;
  color: var(--primary-color);
  fill: var(--primary-color);
}
.pxl-list-style.dropdown ul li:last-child a {
  border: 0;
}
.pxl-list-style.dropdown:focus ul, .pxl-list-style.dropdown:hover ul {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.pxl-video-player {
  background-size: cover;
  background-repeat: no-repeat;
}
.pxl-video-player.layout-1.has-bg {
  overflow: hidden;
}
.pxl-video-player.layout-1.has-bg .pxl-video-lightbox {
  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%);
  transform-origin: 0 0;
}
.pxl-video-player.layout-1 .pxl-video-btn {
  width: 67px;
  height: 67px;
  line-height: 1;
  font-size: 14px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  background-color: transparent;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1 .pxl-video-btn svg {
  width: 16px;
  height: auto;
  fill: #fff;
}
.pxl-video-player.layout-1 .pxl-video-btn svg path {
  fill: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1 .pxl-video-btn .pxl-icon {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1 .pxl-video-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--default-color);
}
.pxl-video-player.layout-1 .pxl-video-btn:hover svg {
  fill: var(--default-color);
}
.pxl-video-player.layout-1 .pxl-video-btn:hover svg path {
  fill: var(--default-color);
}
.pxl-video-player.layout-1 .pxl-video-btn:hover + .video-text {
  margin-left: 22px;
}
.pxl-video-player.layout-1 .video-text {
  font-weight: 600;
  color: #fff;
  margin-left: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1.btn-style-shadow .pxl-video-btn {
  -webkit-animation: spineer-shadow 1.5s infinite;
  animation: spineer-shadow 1.5s infinite;
}
.pxl-video-player.layout-1.btn-style-shadow .pxl-video-btn:hover {
  -webkit-animation: spineer-shadow-hover 1.5s infinite;
  animation: spineer-shadow-hover 1.5s infinite;
}
.pxl-video-player.layout-1.btn-style-dashed-border .pxl-video-btn {
  position: relative;
}
.pxl-video-player.layout-1.btn-style-dashed-border .pxl-video-btn:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.5);
  border-radius: 50%;
  -webkit-animation: spin-reverse 30s infinite linear;
  -khtml-animation: spin-reverse 30s infinite linear;
  -moz-animation: spin-reverse 30s infinite linear;
  -ms-animation: spin-reverse 30s infinite linear;
  -o-animation: spin-reverse 30s infinite linear;
  animation: spin-reverse 30s infinite linear;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-video-player.layout-1.btn-style-dashed-border .pxl-video-btn:hover {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pxl-video-player.layout-1.btn-style-dashed-border .pxl-video-btn:hover:before {
  border-color: #fff;
}
.pxl-video-player.layout-1 .parallax-inner {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-video-player.layout-2 .btn-video-wrap {
  justify-content: center;
}
.pxl-video-player.layout-2 .btn-video-wrap .video-text {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 0.15em;
  font-weight: 500;
  padding-bottom: 5px;
}
.pxl-video-player.layout-2 .btn-video-wrap .video-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transform-origin: center;
  -webkit-transition: width 0.3s ease-in-out;
  -khtml-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.pxl-video-player.layout-2 .btn-video-wrap .video-text:hover:after {
  width: 0;
}
.custom-style.pxl-video-layout-1 .pxl-video-player {
  padding: 10px;
}
@media (max-width: 480px) {
  .custom-style.pxl-video-layout-1 .pxl-video-player {
    padding: 8px;
  }
}
.custom-style.pxl-video-layout-1 .pxl-video-lightbox {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  height: 100%;
}
.custom-style.pxl-video-layout-1 .pxl-video-lightbox .btn-video-wrap {
  height: 100%;
}
.pxl-image-wg.pxl-bg-parallax img {
  opacity: 0;
  visibility: hidden;
}
.pxl-image-wg .parallax-inner {
  background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-image-wg.pxl-border-radius-in {
  overflow: hidden;
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 0;
}
.pxl-image-wg.pxl-border-radius-in img {
  -webkit-transform: scale(1.86);
  transform: scale(1.86);
}
.pxl-anchor-wrap .pxl-anchor {
  cursor: pointer;
  -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;
}
.pxl-anchor-wrap .pxl-anchor .anchor-title {
  -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;
}
.pxl-anchor-wrap .pxl-anchor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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;
}
.pxl-anchor-wrap .pxl-anchor-icon svg {
  width: 24px;
  height: auto;
}
.pxl-anchor-wrap .pxl-anchor-icon svg path {
  -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;
}
.pxl-anchor-wrap .menu-toggle-bg-nav, .pxl-anchor-wrap .menu-toggle-bg-nav-right {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .toggle-inner, .pxl-anchor-wrap .menu-toggle-bg-nav-right .toggle-inner {
  width: 24px;
  height: 19px;
  position: relative;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider {
  position: absolute;
  height: 1px;
  background-color: #192830;
  -webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -o-transition: width 0.3s linear 0s, background-color 0.3s ease;
  transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider-1 {
  width: 24px;
  top: 0;
  bottom: auto;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider-2 {
  width: 16px;
  top: 9px;
  bottom: auto;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider-3 {
  width: 24px;
  top: auto;
  bottom: 0;
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider {
  background-color: var(--second-color);
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider-1 {
  width: 16px;
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider-2 {
  width: 24px;
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider-3 {
  width: 16px;
}
.pxl-anchor-wrap .menu-toggle-bg-nav-right .divider {
  right: 0;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav {
  display: inline-block;
  width: 39px;
  min-width: 39px;
  height: 23px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span {
  position: absolute;
  height: 1px;
  background-color: var(--primary-color);
  border-radius: 0;
  -webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -o-transition: width 0.3s linear 0s, background-color 0.3s ease;
  transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span:nth-child(1) {
  width: 39px;
  top: 0;
  bottom: auto;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span:nth-child(2) {
  width: 28px;
  top: 11px;
  bottom: auto;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span:nth-child(3) {
  width: 39px;
  top: auto;
  bottom: 0;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span, .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span {
  background-color: #fff;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span:nth-child(1), .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span:nth-child(1) {
  width: 28px;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span:nth-child(2), .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span:nth-child(2) {
  width: 39px;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span:nth-child(3), .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span:nth-child(3) {
  width: 28px;
}
.pxl-socials-wrap svg {
  width: 16px;
  height: 16px;
  fill: var(--heading-color);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-socials-wrap.layout-1 .socials-list {
  column-gap: 27px;
}
.pxl-socials-wrap.layout-1 .social-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.pxl-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pxl-divider.horizontal .pxl-divider-separator {
  border-top: 1px solid #DCDCDC;
}
.pxl-divider.vertical .pxl-divider-separator {
  border-left: 1px solid #DCDCDC;
}
.pxl-divider.horizontal-dashed .pxl-divider-separator {
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(90deg, var(--clr-border), var(--clr-border) 7px, transparent 7px, transparent 11px);
  background-repeat: no-repeat;
}
.pxl-divider.vertical-dashed .pxl-divider-separator {
  height: 100%;
  width: 1px;
  background-image: repeating-linear-gradient(var(--clr-border), var(--clr-border) 5px, transparent 5px, transparent 9px);
  background-repeat: no-repeat;
}
.pxl-links.layout-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}
.pxl-links.layout-1 > * {
  max-width: 100%;
}
.pxl-links.layout-1 li {
  display: inline-flex;
  position: relative;
}
.pxl-links.layout-1 a {
  display: flex;
  align-items: center;
}
.pxl-links.layout-1 a:hover {
  color: var(--second-color);
}
.pxl-links.layout-1 .pxl-icon {
  font-size: 14px;
  color: var(--second-color);
  margin-right: 8px;
  display: inline-flex;
}
.pxl-links.layout-1 svg {
  height: auto;
  margin-right: 8px;
}
.pxl-links.layout-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 10px;
}
.pxl-links.layout-2 li {
  position: relative;
  overflow: hidden;
}
.pxl-links.layout-2 li .pxl-icon {
  font-size: 14px;
  margin-right: 8px;
  line-height: 1;
}
.pxl-links.layout-2 li svg {
  width: 14px;
  height: auto;
}
.pxl-links.layout-2 li a {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.pxl-links.layout-2 li a:hover .pxl-icon {
  animation: flickerAnimation 0.75s infinite;
}
.pxl-mailchimp .mailchimp-footer {
  position: relative;
}
.pxl-mailchimp .mailchimp-footer input[type="email"] {
  border-radius: 8px;
  background-color: #fff;
  color: var(--heading-color);
  border-color: transparent;
  width: 100%;
  padding: 0 54px 0 15px;
  height: 54px;
}
.pxl-mailchimp .mailchimp-footer input[type="email"]::-webkit-input-placeholder {
  color: #929292;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  font-size: 18px;
}
.pxl-mailchimp .mailchimp-footer input[type="email"]:-moz-placeholder {
  color: #929292;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  font-size: 18px;
}
.pxl-mailchimp .mailchimp-footer input[type="email"]::-moz-placeholder {
  color: #929292;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  font-size: 18px;
}
.pxl-mailchimp .mailchimp-footer input[type="email"]:-ms-input-placeholder {
  color: #929292;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  font-size: 18px;
}
.pxl-mailchimp .mailchimp-footer button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  width: 54px;
  height: 54px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transition: all 350ms ease-in-out 0s;
}
.pxl-mailchimp .mailchimp-footer button .btn-text {
  display: none;
}
.pxl-mailchimp .mailchimp-footer button i {
  font-size: 12px;
  transition: all 350ms ease-in-out 0s;
  transform: rotate(0);
}
.pxl-mailchimp .mailchimp-footer button:active, .pxl-mailchimp .mailchimp-footer button:hover, .pxl-mailchimp .mailchimp-footer button:focus {
  border-radius: 50%;
}
.pxl-mailchimp .mailchimp-footer button:active i, .pxl-mailchimp .mailchimp-footer button:hover i, .pxl-mailchimp .mailchimp-footer button:focus i {
  transform: rotate(45deg);
}
.pxl-mailchimp .mailchimp-footer p {
  margin-bottom: 0;
}
.pxl-mailchimp .mc4wp-response {
  margin-top: 0;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  padding: 10px 26px;
  color: #fff;
  font-size: 14px;
}
.pxl-mailchimp .mc4wp-response a {
  color: inherit;
}
.pxl-mailchimp .mc4wp-response:empty {
  display: none;
}
.pxl-nav-menu.has-icon {
  padding-left: 24px;
}
.pxl-accordion.style1 .ac-content {
  display: none;
}
.pxl-accordion.style1 .ac-title {
  padding: 10px 60px 10px 30px;
  font-weight: 500;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #DCDCDC;
  position: relative;
}
.pxl-accordion.style1 .ac-title > * {
  max-width: 100%;
}
@media (max-width: 575px) {
  .pxl-accordion.style1 .ac-title {
    padding: 10px 50px 10px 15px;
  }
}
.pxl-accordion.style1 .ac-title svg {
  width: 16px;
  height: 16px;
  fill: var(--heading-color);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 28px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1199px) {
  .pxl-accordion.style1 .ac-title svg {
    right: 24px;
  }
}
.pxl-accordion.style1 .ac-title .icon-minus {
  opacity: 0;
  visibility: hidden;
}
.pxl-accordion.style1 .ac-content {
  padding: 29px 30px 26px 30px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #DCDCDC;
}
@media (min-width: 1200px) {
  .pxl-accordion.style1 .ac-content {
    padding-right: 150px;
  }
}
@media (max-width: 575px) {
  .pxl-accordion.style1 .ac-content {
    padding: 29px 15px 26px 15px;
  }
}
.pxl-accordion.style1 .ac-item {
  border: none;
  background: transparent;
}
.pxl-accordion.style1 .ac-item.active .ac-title {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.pxl-accordion.style1 .ac-item.active svg {
  fill: #fff;
}
.pxl-accordion.style1 .ac-item.active .icon-plus {
  opacity: 0;
  visibility: hidden;
}
.pxl-accordion.style1 .ac-item.active .icon-minus {
  opacity: 1;
  visibility: visible;
}
.pxl-accordion.style1 .ac-item:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.pxl-accordion.style2 .ac-content {
  display: none;
}
.pxl-accordion.style2 .ac-title {
  padding: 24px 42px;
  font-family: var(--heading-font-family);
  font-size: 28px;
  line-height: 1.14285;
  font-weight: 600;
  background: var(--second-color);
  color: var(--heading-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.pxl-accordion.style2 .ac-title > * {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .pxl-accordion.style2 .ac-title {
    font-size: 22px;
  }
}
.pxl-accordion.style2 .ac-title i {
  font-size: 16px;
  color: var(--primary-color);
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(0);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 575px) {
  .pxl-accordion.style2 .ac-title i {
    font-size: 13px;
    left: 12px;
  }
}
@media (max-width: 575px) {
  .pxl-accordion.style2 .ac-title {
    padding: 15px 30px;
  }
}
.pxl-accordion.style2 .ac-content {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .pxl-accordion.style2 .ac-content {
    padding: 15px;
  }
}
.pxl-accordion.style2 .ac-item {
  border: none;
  background: transparent;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-accordion.style2 .ac-item.active {
  margin-bottom: 24px;
}
.pxl-accordion.style2 .ac-item.active .ac-title {
  background: var(--primary-color);
  color: #fff;
}
.pxl-accordion.style2 .ac-item.active i {
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
.pxl-accordion.style2 .ac-item + .ac-item {
  margin-top: 24px;
}
@media (max-width: 575px) {
  .pxl-accordion.style2 .ac-item + .ac-item {
    margin-top: 18px;
  }
}
.pxl-portfolio-meta .widget-title {
  color: #fff;
  font-weight: 600;
  padding: 15px 35px;
  margin-bottom: 0;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--primary-color);
}
@media (max-width: 1199px) {
  .pxl-portfolio-meta .widget-title {
    padding: 15px 20px;
  }
}
.pxl-portfolio-meta .meta-wrap {
  padding: 32px 35px;
  border: 1px solid #e9e4df;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1199px) {
  .pxl-portfolio-meta .meta-wrap {
    padding: 32px 20px;
  }
}
.pxl-portfolio-meta .meta-wrap .meta-item {
  align-items: center;
  position: relative;
}
.pxl-portfolio-meta .meta-wrap .meta-item .pxl-icon {
  font-size: 14px;
  color: var(--third-color);
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.pxl-portfolio-meta .meta-wrap .meta-item svg {
  width: 14px;
  height: 14px;
}
.pxl-portfolio-meta .meta-wrap .meta-item svg path {
  fill: var(--third-color);
}
.pxl-portfolio-meta .meta-wrap .meta-item .meta-text {
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
}
.pxl-portfolio-meta .meta-wrap .meta-item + .meta-item {
  padding-top: 14px;
  margin-top: 16px;
}
.pxl-portfolio-meta .meta-wrap .meta-item + .meta-item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #e9e4df, #e9e4df 5px, transparent 5px, transparent 8px);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner {
  display: flex;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon {
  margin-right: 24px;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-icon {
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 300ms ease-out 0s;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-icon i {
  color: #fff;
  font-size: 26px;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-icon svg {
  fill: #fff;
  width: 26px;
  height: 26px;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--heading-color);
  margin-bottom: 13px;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .desc {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-icon {
  transform: translateY(-5px);
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-icon i {
  animation-name: animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@media (max-width: 575px) {
  .coming-soon .pxl-fancybox-wrap.layout-10 .fancy-img {
    height: auto !important;
  }
}
.coming-soon .pxl-fancybox-wrap.layout-10 .fancy-img img {
  height: 100%;
}
@media (max-width: 575px) {
  .coming-soon .pxl-fancybox-wrap.layout-10 .fancy-img img {
    height: auto;
    position: relative;
  }
}
.coming-soon .pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .fancy-img img {
  transform: translateY(0);
}
.pxl-counter.layout-1 .counter-title {
  font-weight: 500;
  margin-bottom: 0;
}
.pxl-counter.layout-1 .counter-number {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  color: var(--third-color);
  display: flex;
  align-items: end;
  margin-left: -5px;
}
@media (max-width: 1199px) {
  .pxl-counter.layout-1 .counter-number {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .pxl-counter.layout-1 .counter-number {
    font-size: 40px;
  }
}
.pxl-counter.layout-1 .counter-number .odometer-formatting-mark {
  position: relative;
  top: 4px;
}
.pxl-tabs.layout-1 .tab-content {
  display: none;
  margin-top: 32px;
  margin-left: 340px;
}
.pxl-tabs.layout-1 .item-title {
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 111.5px;
}
@media (max-width: 767px) {
  .pxl-tabs.layout-1 .item-title {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .pxl-tabs.layout-1 .item-title {
    width: 80%;
  }
}
.pxl-tabs.layout-1 .item-subtitle {
  font-weight: 600;
  padding-left: 0;
}
@media (max-width: 767px) {
  .pxl-tabs.layout-1 .item-subtitle {
    width: 100%;
    padding-left: 15px;
    margin-top: 15px;
  }
}
.pxl-tabs.layout-1 .tab-title {
  position: relative;
  align-items: center;
  cursor: pointer;
}
.pxl-tabs.layout-1 .tab-title:hover .plus-xy::before, .pxl-tabs.layout-1 .tab-title:hover .plus-xy::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pxl-tabs.layout-1 .plus-xy {
  position: absolute;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  left: 15px;
}
.pxl-tabs.layout-1 .plus-xy::before, .pxl-tabs.layout-1 .plus-xy::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: var(--heading-color);
  transition: all 350ms linear 0s;
}
.pxl-tabs.layout-1 .plus-xy::before {
  width: 24px;
  height: 1px;
}
.pxl-tabs.layout-1 .plus-xy::after {
  width: 1px;
  height: 24px;
}
@media (max-width: 767px) {
  .pxl-tabs.layout-1 .plus-xy {
    position: relative;
  }
}
@media (max-width: 575px) {
  .pxl-tabs.layout-1 .plus-xy {
    width: 45px;
    height: 45px;
  }
  .pxl-tabs.layout-1 .plus-xy::before {
    width: 15px;
  }
  .pxl-tabs.layout-1 .plus-xy::after {
    height: 15px;
  }
}
.pxl-tabs.layout-1 .box-content {
  border-top: 1px solid #DCDCDC;
  padding: 39.5px 0;
}
.pxl-tabs.layout-1 .box-content:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.pxl-tabs.layout-2 .tabs-content {
  position: relative;
}
.pxl-tabs.layout-2 .tabs-content .tab-content {
  display: none;
  opacity: 0;
  -webkit-animation: pxlFadeInUp 400ms linear 1 forwards;
  -khtml-animation: pxlFadeInUp 400ms linear 1 forwards;
  -moz-animation: pxlFadeInUp 400ms linear 1 forwards;
  -ms-animation: pxlFadeInUp 400ms linear 1 forwards;
  -o-animation: pxlFadeInUp 400ms linear 1 forwards;
  animation: pxlFadeInUp 400ms linear 1 forwards;
}
.pxl-tabs.layout-2 .tabs-content .tab-content.active {
  display: block;
}
.pxl-tabs.layout-2 .tabs-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 15px;
  justify-content: center;
}
.pxl-tabs.layout-2 .tabs-title > * {
  max-width: 100%;
}
.pxl-tabs.layout-2 .tabs-title .tab-title {
  text-align: center;
  padding: 13px 24px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--heading-color);
  border-radius: 24.5px;
  cursor: pointer;
  position: relative;
  -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;
  background-color: var(--second-color);
}
.pxl-tabs.layout-2 .tabs-title .tab-title:hover {
  background-color: var(--heading-color);
  color: #fff;
}
.pxl-tabs.layout-2 .tabs-title .tab-title.active {
  background-color: var(--heading-color);
  color: #fff;
}
@media (max-width: 575px) {
  .pxl-tabs.layout-2 .tabs-title .tab-title {
    padding: 8px 20px 8px;
    font-size: 16px;
    line-height: 20px;
  }
}
.pxl-tabs.layout-2 .tabs-content {
  margin-top: 32px;
}
.pxl-icon-wg .pxl-icon {
  font-size: 36px;
}
.pxl-icon-wg .pxl-icon i, .pxl-icon-wg .pxl-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.ld-cursor .pxl-icon-wg .icon-inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--third-color);
  border-radius: 50%;
  -webkit-animation: pxl_spineer_border 1.5s ease-out infinite;
  animation: pxl_spineer_border 1.5s ease-out infinite;
}
.list-tags .pxl-icon-list-wg .list-item {
  cursor: default;
}
.list-tags .pxl-icon-list-wg .item-title {
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-icon-list-wg .list-item {
  column-gap: 10px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-icon-list-wg .list-item a {
  color: inherit;
}
.pxl-icon-list-wg .list-item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.pxl-icon-list-wg .pxl-icon {
  font-size: 26px;
  position: relative;
  top: var(--icon-vertical-offset, initial);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-icon-list-wg .pxl-icon i, .pxl-icon-list-wg .pxl-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-icon-list-wg .pxl-icon .icon-text {
  display: block;
  line-height: 1;
}
.pxl-icon-list-wg .item-title {
  margin-bottom: 0;
}
.pxl-icon-list-wg .item-title a {
  color: inherit;
}
.pxl-icon-list-wg .item-text {
  margin-bottom: 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-icon-list-wg.items-inline .list-item:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
.pxl-language-switcher .current-item {
  display: inline-flex;
  font-size: 16px;
  align-items: center;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 0 12px;
  line-height: 54px;
  color: var(--heading-color);
  font-family: var(--body-font-family);
  text-transform: uppercase;
  justify-content: center;
  min-width: 63px;
}
.pxl-language-switcher .current-item:after {
  content: "";
  font-family: "pxli";
  vertical-align: middle;
  display: inline-block;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  color: var(--primary-color);
}
[dir="rtl"] .pxl-language-switcher .current-item:after {
  margin-left: 0;
  margin-right: 5px;
}
.pxl-language-switcher .current-item:before {
  content: "";
  width: 100px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 100%;
}
[dir="rtl"] .pxl-language-switcher .current-item:before {
  left: auto;
  right: 0;
}
.pxl-language-switcher .current-item .pxl-icon {
  border: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
}
[dir="rtl"] .pxl-language-switcher .current-item .pxl-icon {
  margin-right: 0;
  margin-left: 12px;
}
.pxl-language-switcher .current-item .pxl-icon svg {
  width: 1em;
  height: 1em;
}
.pxl-language-switcher .current-item .pxl-icon img {
  width: 1em;
}
.pxl-language-switcher.dropdown ul {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  min-width: 63px;
  top: calc(100% + 30px);
  right: 0;
  left: auto;
  border-top: 0px solid #cdcdcd;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-language-switcher.dropdown ul li {
  margin: 0;
  list-style-type: none;
  display: block;
  position: relative;
}
.pxl-language-switcher.dropdown ul li a {
  border: 0;
  padding: 6px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.pxl-language-switcher.dropdown ul li a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-language-switcher.dropdown ul li:last-child a {
  border: 0;
}
.pxl-language-switcher.dropdown:focus ul, .pxl-language-switcher.dropdown:hover ul {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.pxl-language-switcher.list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 0;
}
.pxl-language-switcher.list ul > * {
  max-width: 100%;
}
.pxl-language-switcher.list ul li a {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
}
.pxl-search-wrap-wg .message-notify {
  padding: 12px 16px;
  border: 2px solid #fd9f9f;
  margin-top: 10px;
  border-radius: 8px;
}
.pxl-search-wrap-wg .message-notify h5 {
  margin-bottom: 5px;
}
.pxl-search-wrap-wg .message-notify p {
  font-size: 15px;
}
.pxl-search-wrap-wg.layout-1 .pxl-search-field {
  line-height: 54px;
  height: 54px;
  border-radius: 8px;
  padding-left: 46px;
  padding-right: 16px;
  background-color: #F6F6F6;
  border-color: transparent;
}
.pxl-search-wrap-wg.layout-1 .pxl-search-field::-webkit-input-placeholder {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-search-wrap-wg.layout-1 .pxl-search-field:-moz-placeholder {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-search-wrap-wg.layout-1 .pxl-search-field::-moz-placeholder {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-search-wrap-wg.layout-1 .pxl-search-field:-ms-input-placeholder {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-search-wrap-wg.layout-1 .pxl-search-submit {
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  color: #929292;
  z-index: 1;
}
.pxl-search-wrap-wg.layout-1 .pxl-search-submit:hover {
  color: var(--primary-color);
}
.pxl-search-wrap-wg.layout-2 .vehicle-type-wrap {
  margin-bottom: 16px;
}
.pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button {
  font-size: 16px;
  line-height: 24px;
  padding: 7px 24px;
  border: 1px solid var(--body-color);
  border-radius: 20px;
  color: var(--heading-color);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button {
    padding: 5px 16px;
  }
}
.pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button:hover, .pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button:active, .pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button:focus, .pxl-search-wrap-wg.layout-2 .vehicle-type-wrap .vehicle-type-button.active {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: #fff;
}
.pxl-search-wrap-wg.layout-2 .vehicle-type-wrap input {
  display: none;
}
.pxl-search-wrap-wg.layout-2 .item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
}
.pxl-search-wrap-wg.layout-2 .pxl-search-form .pxl-search-field {
  border: 1px solid #DCDCDC;
  padding-left: 40px;
  font-size: 16px;
}
.pxl-search-wrap-wg.layout-2 .pxl-search-form .box-search {
  display: flex;
  position: relative;
}
.pxl-search-wrap-wg.layout-2 .pxl-search-form .box-search > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--heading-color);
  position: absolute;
  left: 16px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  z-index: 1;
}
.pxl-search-wrap-wg.layout-2 .pxl-search-form .box-search > span::before {
  color: var(--body-color);
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .pxl-search-wrap-wg.layout-2 .item-date {
    max-width: 336px;
  }
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date, .pxl-search-wrap-wg.layout-2 .item-date .box-time {
  position: relative;
  width: 50%;
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date > span, .pxl-search-wrap-wg.layout-2 .item-date .box-time > span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
  font-size: 16px;
  z-index: 1;
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date input, .pxl-search-wrap-wg.layout-2 .item-date .box-time input {
  padding-left: 42px;
  width: 100%;
  font-size: 16px;
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date input {
  border-radius: 8px 0 0 8px;
  border-right-width: 0px;
}
.pxl-search-wrap-wg.layout-2 .item-date .box-time input {
  border-radius: 0 8px 8px 0;
  border-left-width: 0px;
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date-time {
  display: flex;
  position: relative;
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date-time::before {
  content: "";
  position: absolute;
  background-color: #979797;
  width: 1px;
  height: 43px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-2 .item-date .box-date-time::before {
    height: 33px;
  }
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date-time:hover input, .pxl-search-wrap-wg.layout-2 .item-date .box-date-time:focus input, .pxl-search-wrap-wg.layout-2 .item-date .box-date-time:active input {
  border-color: var(--primary-color);
}
.pxl-search-wrap-wg.layout-2 .item-date .box-date-time:hover::before, .pxl-search-wrap-wg.layout-2 .item-date .box-date-time:focus::before, .pxl-search-wrap-wg.layout-2 .item-date .box-date-time:active::before {
  background-color: var(--primary-color);
}
.pxl-search-wrap-wg.layout-2 label {
  margin-bottom: 0;
}
.pxl-search-wrap-wg.layout-2 .pxl-search-submit {
  position: relative;
}
.pxl-search-wrap-wg.layout-2 .pxl-search-submit.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  padding: 18px 60px 18px 60px;
  background-color: var(--primary-color);
  border-radius: 8px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-2 .pxl-search-submit.btn-secondary {
    font-size: 18px;
    padding: 13px 40px 13px 40px;
  }
}
.pxl-search-wrap-wg.layout-2 .pxl-search-submit.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.5);
}
.pxl-search-wrap-wg.layout-2 button[type="submit"] {
  min-width: 150px;
}
.pxl-search-wrap-wg.layout-3 .message-notify h5 {
  color: #fff;
}
.pxl-search-wrap-wg.layout-3 .message-notify p {
  color: #dcdcdc;
}
.pxl-search-wrap-wg.layout-3 .vehicle-type-wrap {
  margin-bottom: 24px;
}
.pxl-search-wrap-wg.layout-3 .vehicle-type-wrap .vehicle-type-button {
  font-size: 20px;
  line-height: 28px;
  padding: 10px 24px;
  border: 1px solid #DCDCDC;
  border-radius: 24.5px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-3 .vehicle-type-wrap .vehicle-type-button {
    font-size: 16px;
    padding: 5px 24px;
    border-radius: 20px;
  }
}
.pxl-search-wrap-wg.layout-3 .vehicle-type-wrap .vehicle-type-button:hover, .pxl-search-wrap-wg.layout-3 .vehicle-type-wrap .vehicle-type-button:active, .pxl-search-wrap-wg.layout-3 .vehicle-type-wrap .vehicle-type-button:focus, .pxl-search-wrap-wg.layout-3 .vehicle-type-wrap .vehicle-type-button.active {
  background-color: #fff;
  border-color: #fff;
  color: var(--heading-color);
}
.pxl-search-wrap-wg.layout-3 .vehicle-type-wrap input {
  display: none;
}
.pxl-search-wrap-wg.layout-3 .fields-wrap {
  padding: 40px 24px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  .pxl-search-wrap-wg.layout-3 .fields-wrap {
    padding: 24px 15px 32px 15px;
  }
}
.pxl-search-wrap-wg.layout-3 .item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
}
.pxl-search-wrap-wg.layout-3 .pxl-search-form .pxl-search-field {
  border: 1px solid #DCDCDC;
  padding-left: 40px;
  font-size: 16px;
}
.pxl-search-wrap-wg.layout-3 .pxl-search-form .box-search {
  display: flex;
  position: relative;
}
.pxl-search-wrap-wg.layout-3 .pxl-search-form .box-search > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--heading-color);
  position: absolute;
  left: 16px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  z-index: 1;
}
.pxl-search-wrap-wg.layout-3 .pxl-search-form .box-search > span::before {
  color: var(--body-color);
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .pxl-search-wrap-wg.layout-3 .item-date {
    max-width: 336px;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date, .pxl-search-wrap-wg.layout-3 .item-date .box-time {
  position: relative;
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date > span, .pxl-search-wrap-wg.layout-3 .item-date .box-time > span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
  font-size: 16px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-date > span, .pxl-search-wrap-wg.layout-3 .item-date .box-time > span {
    left: 12px;
    font-size: 14px;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date input, .pxl-search-wrap-wg.layout-3 .item-date .box-time input {
  padding-left: 38px;
  width: 100%;
  font-size: 16px;
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date input:hover, .pxl-search-wrap-wg.layout-3 .item-date .box-date input:focus, .pxl-search-wrap-wg.layout-3 .item-date .box-date input:active, .pxl-search-wrap-wg.layout-3 .item-date .box-time input:hover, .pxl-search-wrap-wg.layout-3 .item-date .box-time input:focus, .pxl-search-wrap-wg.layout-3 .item-date .box-time input:active {
  border-color: #DCDCDC;
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date {
  width: 55%;
}
@media (max-width: 1199px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-date {
    width: 50%;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date input {
  border-radius: 8px 0 0 8px;
  border-right-width: 0px;
  padding-right: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-date input {
    padding-left: 32px;
    padding-right: 0;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-time {
  width: 45%;
}
@media (max-width: 1199px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-time {
    width: 50%;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-time input {
  border-radius: 0 8px 8px 0;
  border-left-width: 0px;
  padding-right: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-time input {
    padding-right: 0;
    padding-left: 32px;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date-time {
  display: flex;
  position: relative;
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date-time::before {
  content: "";
  position: absolute;
  background-color: #979797;
  width: 1px;
  height: 43px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1280px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-date-time::before {
    left: 54%;
  }
}
@media (max-width: 1199px) {
  .pxl-search-wrap-wg.layout-3 .item-date .box-date-time::before {
    left: 50%;
  }
}
.pxl-search-wrap-wg.layout-3 .item-date .box-date-time:hover input, .pxl-search-wrap-wg.layout-3 .item-date .box-date-time:focus input, .pxl-search-wrap-wg.layout-3 .item-date .box-date-time:active input {
  border-color: transparent;
}
.pxl-search-wrap-wg.layout-3 label {
  margin-bottom: 0;
}
.pxl-search-wrap-wg.layout-3 .pxl-search-submit {
  position: relative;
}
.pxl-search-wrap-wg.layout-3 .pxl-search-submit.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  padding: 18px 40px 18px 40px;
  background-color: var(--primary-color);
  border-radius: 8px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-3 .pxl-search-submit.btn-secondary {
    padding: 13px 40px 13px 40px;
    font-size: 18px;
  }
}
.pxl-search-wrap-wg.layout-3 .pxl-search-submit.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.5);
}
.pxl-search-wrap-wg.layout-3 button[type="submit"] {
  min-width: 150px;
}
.pxl-search-wrap-wg.layout-4 {
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 1599px) {
  .pxl-search-wrap-wg.layout-4 {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .pxl-search-wrap-wg.layout-4 {
    padding: 24px 16px;
  }
}
@media (max-width: 575px) {
  .pxl-search-wrap-wg.layout-4 {
    padding: 24px 15px 32px 15px;
  }
}
.pxl-search-wrap-wg.layout-4 .message-notify h5 {
  color: #fff;
}
.pxl-search-wrap-wg.layout-4 .message-notify p {
  color: #dcdcdc;
}
.pxl-search-wrap-wg.layout-4 .vehicle-type-wrap {
  margin-bottom: 32px;
}
.pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button {
  font-size: 16px;
  line-height: 24px;
  padding: 7px 24px;
  border: 1px solid var(--body-color);
  border-radius: 20px;
  color: var(--heading-color);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button {
    padding: 5px 16px;
  }
}
.pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button:hover, .pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button:active, .pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button:focus, .pxl-search-wrap-wg.layout-4 .vehicle-type-wrap .vehicle-type-button.active {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: #fff;
}
.pxl-search-wrap-wg.layout-4 .vehicle-type-wrap input {
  display: none;
}
.pxl-search-wrap-wg.layout-4 .item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
}
.pxl-search-wrap-wg.layout-4 .pxl-search-form .pxl-search-field {
  border: 1px solid #F6F6F6;
  padding-left: 40px;
  font-size: 16px;
  background-color: #F6F6F6;
}
.pxl-search-wrap-wg.layout-4 .pxl-search-form .box-search {
  display: flex;
  position: relative;
}
.pxl-search-wrap-wg.layout-4 .pxl-search-form .box-search > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--heading-color);
  position: absolute;
  left: 16px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  z-index: 1;
}
.pxl-search-wrap-wg.layout-4 .pxl-search-form .box-search > span::before {
  color: var(--body-color);
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .pxl-search-wrap-wg.layout-4 .item-date {
    max-width: 336px;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date, .pxl-search-wrap-wg.layout-4 .item-date .box-time {
  position: relative;
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date > span, .pxl-search-wrap-wg.layout-4 .item-date .box-time > span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
  font-size: 16px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-date > span, .pxl-search-wrap-wg.layout-4 .item-date .box-time > span {
    left: 12px;
    font-size: 14px;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date input, .pxl-search-wrap-wg.layout-4 .item-date .box-time input {
  padding-left: 38px;
  width: 100%;
  font-size: 16px;
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date input:hover, .pxl-search-wrap-wg.layout-4 .item-date .box-date input:focus, .pxl-search-wrap-wg.layout-4 .item-date .box-date input:active, .pxl-search-wrap-wg.layout-4 .item-date .box-time input:hover, .pxl-search-wrap-wg.layout-4 .item-date .box-time input:focus, .pxl-search-wrap-wg.layout-4 .item-date .box-time input:active {
  border-color: #DCDCDC;
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date {
  width: 55%;
}
@media (max-width: 1199px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-date {
    width: 50%;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date input {
  border-radius: 8px 0 0 8px;
  border-right-width: 0px;
  padding-right: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-date input {
    padding-left: 32px;
    padding-right: 0;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-time {
  width: 45%;
}
@media (max-width: 1199px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-time {
    width: 50%;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-time input {
  border-radius: 0 8px 8px 0;
  border-left-width: 0px;
  padding-right: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-time input {
    padding-right: 0;
    padding-left: 32px;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date-time {
  display: flex;
  position: relative;
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date-time input {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date-time::before {
  content: "";
  position: absolute;
  background-color: #dcdcdc;
  width: 1px;
  height: 43px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1280px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-date-time::before {
    left: 54%;
  }
}
@media (max-width: 1199px) {
  .pxl-search-wrap-wg.layout-4 .item-date .box-date-time::before {
    left: 50%;
  }
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date-time:hover input, .pxl-search-wrap-wg.layout-4 .item-date .box-date-time:focus input, .pxl-search-wrap-wg.layout-4 .item-date .box-date-time:active input {
  border-color: var(--primary-color);
}
.pxl-search-wrap-wg.layout-4 .item-date .box-date-time:hover::before, .pxl-search-wrap-wg.layout-4 .item-date .box-date-time:focus::before, .pxl-search-wrap-wg.layout-4 .item-date .box-date-time:active::before {
  background-color: var(--primary-color);
}
.pxl-search-wrap-wg.layout-4 label {
  margin-bottom: 0;
}
.pxl-search-wrap-wg.layout-4 .pxl-search-submit {
  position: relative;
}
.pxl-search-wrap-wg.layout-4 .pxl-search-submit.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 0;
  background-color: var(--primary-color);
  border-radius: 8px;
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .pxl-search-wrap-wg.layout-4 .pxl-search-submit.btn-secondary {
    font-size: 18px;
    width: 100%;
    height: 54px;
  }
}
.pxl-search-wrap-wg.layout-4 .pxl-search-submit.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.5);
}
.pxl-user-anchor-wrap {
  position: relative;
}
.pxl-user-anchor-wrap:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
}
.pxl-user-anchor-wrap .pxl-anchor {
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 18px 51.5px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pxl-user-anchor-wrap .pxl-anchor::after {
  background: #fff;
  content: "";
  height: 250%;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.pxl-user-anchor-wrap .pxl-anchor:hover::after {
  left: 120%;
}
.pxl-user-anchor-wrap .pxl-anchor .anchor-title {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.pxl-user-anchor-wrap .pxl-anchor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  -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;
}
.pxl-user-anchor-wrap .pxl-anchor-icon svg {
  width: 1em;
  height: 1em;
}
.pxl-user-anchor-wrap .pxl-anchor-icon svg path {
  -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;
}
.pxl-user-anchor-wrap .user-logged-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background-color: var(--primary-color);
  padding: 18px 54px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pxl-user-anchor-wrap .user-logged-link > * {
  max-width: 100%;
}
.pxl-user-anchor-wrap .user-logged-link::after {
  background: #fff;
  content: "";
  height: 250%;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.pxl-user-anchor-wrap .user-logged-link .pxl-icon-img {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.pxl-user-anchor-wrap .user-logged-link .pxl-icon-img img {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  -khtml-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.pxl-user-anchor-wrap .user-logged-link .pxl-icon-img svg {
  width: 1em;
  height: 1em;
}
.pxl-user-anchor-wrap .user-logged-link .user-title {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.pxl-user-anchor-wrap .user-logged-link:hover::after {
  left: 120%;
}
.pxl-user-anchor-wrap .ua-submenu {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  min-width: 250px;
  top: calc(100% + 30px);
  right: -15px;
  left: auto;
  border-top: 0px solid #cdcdcd;
  padding: 20px 15px;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  -webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
  -khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
  -o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
  box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  .pxl-user-anchor-wrap .ua-submenu {
    right: auto;
  }
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar {
  flex: 0 0 64px;
  width: 64px;
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar a {
  display: block;
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar img {
  border-radius: 8px;
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar .username {
  line-height: 1;
  color: #7e7e7e;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  text-align: center;
  display: none;
}
.pxl-user-anchor-wrap .ua-submenu ul {
  flex: 0 0 calc(100% - 64px);
  width: calc(100% - 64px);
  list-style: none;
  padding: 0 15px 0 15px;
  margin: 0;
  font-size: 14px;
}
.pxl-user-anchor-wrap .ua-submenu ul li {
  margin: 0;
  list-style-type: none;
  display: block;
  position: relative;
}
.pxl-user-anchor-wrap .ua-submenu ul li.user-info-item {
  margin-top: -5px;
}
.pxl-user-anchor-wrap .ua-submenu ul li a {
  display: block;
  margin: 0;
}
.pxl-user-anchor-wrap .ua-submenu ul li .display-name {
  display: block;
}
.pxl-user-anchor-wrap .ua-submenu ul li .username {
  line-height: 1;
  color: #7e7e7e;
  font-size: 13px;
  display: block;
  margin-top: 3px;
}
.pxl-user-anchor-wrap:focus .ua-submenu, .pxl-user-anchor-wrap:hover .ua-submenu {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.pxl-testimonial-wrap.layout-1 .testimonial-inner {
  display: flex;
}
.pxl-testimonial-wrap.layout-1 .item-image {
  margin-right: 24px;
}
@media (max-width: 1199px) {
  .pxl-testimonial-wrap.layout-1 .item-image {
    margin-right: 16px;
  }
}
.pxl-testimonial-wrap.layout-1 .item-image img {
  border-radius: 50%;
}
.pxl-testimonial-wrap.layout-1 .item-name {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--heading-color);
}
.pxl-testimonial-wrap.layout-1 .item-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pxl-testimonial-wrap.layout-1 .box-name-date {
  display: flex;
  gap: 8px;
  align-items: end;
}
.pxl-testimonial-wrap.layout-1 .item-description {
  display: block;
  font-weight: 400;
  line-height: 24px;
  color: var(--heading-color);
}
.pxl-testimonial-wrap.layout-1 .rating-star {
  position: relative;
  color: #EEDB09;
  width: max-content;
  display: inline-block;
  letter-spacing: 8px;
  -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;
  margin: 12px 0 16px;
}
.pxl-testimonial-wrap.layout-1 .rating-star:before {
  content: "" "" "" "" "";
  display: block;
  font-family: "pxli";
  font-size: 16px;
  line-height: 1;
}
.pxl-testimonial-wrap.layout-1 .rating-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 0;
}
.pxl-testimonial-wrap.layout-1 .rating-star span:before {
  content: "" "" "" "" "";
  font-family: "pxli";
  font-size: 15px;
  line-height: 1;
}
.pxl-image3d.layout-1 #container3D canvas {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-section-accordion-item .pxl-section-accordion-header {
  cursor: pointer;
}
.pxl-section-accordion-item .pxl-section-accordion-content {
  overflow: hidden;
  height: 0;
}
.elementor-editor-active .pxl-section-accordion-item .pxl-section-accordion-content {
  overflow: visible;
  height: auto;
}
.pxl-car-filter.layout-1 {
  padding: 24px;
  border-radius: 8px;
}
.pxl-car-filter.layout-1 .wg-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 32px;
}
.pxl-car-filter.layout-1 .title-lbl {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pxl-car-filter.layout-1 .list-item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.pxl-car-filter.layout-1 .list-item li label {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--heading-color);
  line-height: 1.333;
  margin-bottom: 0;
}
.pxl-car-filter.layout-1 .pxl-divider {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}
.pxl-car-filter.layout-1 .pxl-divider:before {
  content: "";
  width: calc(100% + 48px);
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  left: -24px;
}
.pxl-car-filter.layout-2 {
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pxl-car-filter.layout-2 {
    padding: 24px;
  }
}
.pxl-car-filter.layout-2 .wg-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 32px;
}
.pxl-car-filter.layout-2 .title-lbl {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pxl-car-filter.layout-2 .list-item {
  column-gap: 8px;
  row-gap: 8px;
}
.pxl-car-filter.layout-2 .list-item .item {
  display: inline-flex;
}
.pxl-car-filter.layout-2 .list-item input[type="checkbox"] {
  display: none;
}
.pxl-car-filter.layout-2 .list-item li label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 18px;
  margin-bottom: 0;
  cursor: pointer;
  padding: 9px 16px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-car-filter.layout-2 .list-item li label:hover, .pxl-car-filter.layout-2 .list-item li label.active {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-car-filter.layout-2 .pxl-divider {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}
.pxl-car-filter.layout-2 .pxl-divider:before {
  content: "";
  width: calc(100% + 64px);
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  left: -32px;
}
@media (max-width: 1199px) {
  .pxl-car-filter.layout-2 .pxl-divider:before {
    width: calc(100% + 48px);
    left: -24px;
  }
}
.pxl-car-listing-wg .nice-select:after {
  content: "";
  color: var(--primary-color);
}
.pxl-car-listing-wg .nice-select span.current {
  font-size: 18px;
}
.layout-car-listing-1 .top-toolbar {
  margin-bottom: 22px;
}
.layout-car-listing-1 .top-toolbar .result-count {
  font-size: 42px;
  margin-bottom: 0;
}
.layout-car-listing-1 .top-toolbar .subtitle-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.layout-car-listing-1 .top-toolbar .filter-anchor {
  font-size: 16px;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  cursor: pointer;
}
.layout-car-listing-1 .top-toolbar .sort-listing {
  min-width: 222px;
}
@media (max-width: 991px) {
  .layout-car-listing-1 .top-toolbar .sort-listing {
    min-width: 180px;
  }
}
.layout-car-listing-1 .grid-item-inner {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  padding: 24px;
}
.layout-car-listing-1 .grid-item-inner:hover .post-thumbs img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
@media (max-width: 767px) {
  .layout-car-listing-1 .grid-item-inner {
    padding: 24px 16px;
  }
}
.layout-car-listing-1 .item-title {
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  max-height: 528px*px;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.layout-car-listing-1 .item-title > * {
  display: block;
  display: -webkit-box;
  max-height: 528px*px;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.layout-car-listing-1 .item-title a {
  display: inline;
  color: var(--heading-color);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--heading-color) 1px);
  background-repeat: no-repeat;
  background-size: 0% 95%;
  transition: background-size 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.layout-car-listing-1 .item-title a:hover {
  color: inherit;
  background-size: 100% 95%;
}
@media (max-width: 575px) {
  .layout-car-listing-1 .item-title {
    display: block;
    display: -webkit-box;
    max-height: 360px*px;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .layout-car-listing-1 .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 360px*px;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
.layout-car-listing-1 .item-featured {
  border-radius: 4px;
  overflow: hidden;
}
.layout-car-listing-1 .item-featured img {
  width: 100%;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.layout-car-listing-1 .item-information {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 16px;
  max-width: 304px;
}
.layout-car-listing-1 .item-information .item-text {
  flex: 0 0 auto;
  display: inline-block;
}
.layout-car-listing-1 .item-information .item-text i {
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 4px;
}
.layout-car-listing-1 .item-information .item-text span {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.layout-car-listing-1 .item-content {
  margin-top: 16px;
}
.layout-car-listing-1 .item-price-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.layout-car-listing-1 .item-price-button .price {
  font-weight: 500;
  font-size: 22px;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
}
.layout-car-listing-1 .item-price-button .price-text {
  font-size: 14px;
  position: relative;
  bottom: 2px;
}
.layout-car-listing-1 .item-price-button .pxl-btn.btn-secondary {
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 33px;
}
.layout-car-listing-1 .item-price-button .pxl-btn.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.6);
}
.layout-car-listing-1 .posts-pagination {
  padding-top: 40px;
}
.layout-car-listing-2 {
  position: relative;
}
.layout-car-listing-2:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 190px;
  background: -webkit-linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.layout-car-listing-2 .top-toolbar {
  margin-bottom: 22px;
}
.layout-car-listing-2 .top-toolbar .result-count {
  font-size: 42px;
  margin-bottom: 0;
}
.layout-car-listing-2 .filter-anchor {
  font-size: 16px;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  cursor: pointer;
}
.layout-car-listing-2 .pxl-grid-inner {
  height: 905px;
  overflow: hidden;
  overflow-y: auto;
}
.layout-car-listing-2 .pxl-grid-inner::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
.layout-car-listing-2 .pxl-grid-inner::-webkit-scrollbar-track {
  border-radius: 0;
}
.layout-car-listing-2 .pxl-grid-inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.layout-car-listing-2 .pxl-grid-inner:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.layout-car-listing-2 .pxl-grid-inner:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
.layout-car-listing-2 .grid-item-inner {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
.layout-car-listing-2 .item-featured {
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .layout-car-listing-2 .item-featured {
    border-radius: 6px 6px 0 0;
  }
}
.layout-car-listing-2 .item-featured .post-thumbs {
  height: 100%;
}
.layout-car-listing-2 .item-featured img {
  width: 100%;
  max-width: 300px;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .layout-car-listing-2 .item-featured img {
    max-width: 270px;
  }
}
@media (max-width: 1199px) {
  .layout-car-listing-2 .item-featured img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .layout-car-listing-2 .item-featured img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .layout-car-listing-2 .item-featured img {
    max-width: 270px;
  }
}
@media (max-width: 575px) {
  .layout-car-listing-2 .item-featured img {
    max-width: 100%;
  }
}
.layout-car-listing-2 .item-featured:hover img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
.layout-car-listing-2 .item-content {
  padding: 16px;
}
@media (max-width: 575px) {
  .layout-car-listing-2 .item-content {
    padding: 24px 16px 16px 16px;
  }
}
.layout-car-listing-2 .item-title {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  max-height: 528px*px;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.layout-car-listing-2 .item-title > * {
  display: block;
  display: -webkit-box;
  max-height: 528px*px;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.layout-car-listing-2 .item-title a {
  display: inline;
  color: var(--heading-color);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--heading-color) 1px);
  background-repeat: no-repeat;
  background-size: 0% 95%;
  transition: background-size 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.layout-car-listing-2 .item-title a:hover {
  color: inherit;
  background-size: 100% 95%;
}
@media (max-width: 575px) {
  .layout-car-listing-2 .item-title {
    display: block;
    display: -webkit-box;
    max-height: 360px*px;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .layout-car-listing-2 .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 360px*px;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
.layout-car-listing-2 .item-information {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  column-gap: 12px;
}
.layout-car-listing-2 .item-information .item-text {
  flex: 0 0 auto;
  display: inline-block;
}
.layout-car-listing-2 .item-information .item-text i {
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 4px;
}
.layout-car-listing-2 .item-information .item-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.layout-car-listing-2 .item-price-button {
  margin-top: 16px;
}
.layout-car-listing-2 .item-price-button .price {
  font-weight: 500;
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
}
.layout-car-listing-2 .item-price-button .price-text {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
}
.layout-car-listing-2 .item-price-button .pxl-btn.btn-secondary {
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 33px;
}
.layout-car-listing-2 .item-price-button .pxl-btn.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.6);
}
.layout-car-listing-3 {
  position: relative;
}
.layout-car-listing-3 .top-toolbar {
  margin-bottom: 22px;
}
.layout-car-listing-3 .top-toolbar .result-count {
  font-size: 42px;
  margin-bottom: 0;
}
.layout-car-listing-3 .top-toolbar .subtitle-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.layout-car-listing-3 .top-toolbar .filter-anchor {
  font-size: 16px;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  cursor: pointer;
}
.layout-car-listing-3 .top-toolbar .sort-listing {
  min-width: 222px;
}
@media (max-width: 991px) {
  .layout-car-listing-3 .top-toolbar .sort-listing {
    min-width: 180px;
  }
}
.layout-car-listing-3 .grid-item-inner {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
.layout-car-listing-3 .item-featured {
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .layout-car-listing-3 .item-featured {
    border-radius: 6px 6px 0 0;
  }
}
.layout-car-listing-3 .item-featured .post-thumbs {
  height: 100%;
}
.layout-car-listing-3 .item-featured img {
  width: 100%;
  max-width: 300px;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .layout-car-listing-3 .item-featured img {
    max-width: 270px;
  }
}
@media (max-width: 1199px) {
  .layout-car-listing-3 .item-featured img {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .layout-car-listing-3 .item-featured img {
    max-width: 100%;
  }
}
.layout-car-listing-3 .item-featured:hover img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
.layout-car-listing-3 .item-content {
  padding: 24px;
}
@media (max-width: 1199px) {
  .layout-car-listing-3 .item-content {
    padding: 16px;
  }
}
.layout-car-listing-3 .item-title {
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .layout-car-listing-3 .item-title {
    font-size: 24px;
    margin-bottom: 3px;
  }
}
.layout-car-listing-3 .item-information {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
}
.layout-car-listing-3 .item-information .item-text {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 20px;
}
.layout-car-listing-3 .item-information .item-text i {
  font-size: 14px;
  color: var(--primary-color);
  margin-right: 4px;
}
.layout-car-listing-3 .item-information .item-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.layout-car-listing-3 .item-information .item-text:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -1px;
}
.layout-car-listing-3 .item-information .item-text:last-child:before {
  content: none;
}
.layout-car-listing-3 .item-text-location {
  font-size: 16px;
  color: var(--heading-color);
}
@media (max-width: 1199px) {
  .layout-car-listing-3 .item-text-location {
    font-size: 14px;
  }
}
.layout-car-listing-3 .item-text-location i {
  color: var(--primary-color);
  margin-right: 4px;
}
@media (min-width: 768px) {
  .layout-car-listing-3 .item-price-action {
    flex-direction: column;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .layout-car-listing-3 .item-price-action {
    margin-top: 16px;
  }
}
.layout-car-listing-3 .total-price {
  line-height: 1.14285;
}
@media (max-width: 1199px) {
  .layout-car-listing-3 .total-price {
    font-size: 24px;
  }
}
.layout-car-listing-3 .text-intro {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 16px;
}
@media (max-width: 1599px) {
  .layout-car-listing-3 .text-intro {
    margin-bottom: 8px;
  }
}
.layout-car-listing-3 .pxl-btn.btn-secondary {
  line-height: 18px;
  text-transform: uppercase;
  padding: 12px 50px;
}
@media (max-width: 1199px) {
  .layout-car-listing-3 .pxl-btn.btn-secondary {
    padding: 12px 32px;
  }
}
.layout-car-listing-3 .pxl-btn.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.6);
}
.layout-car-listing-3 .posts-pagination {
  padding-top: 40px;
}
.pxl-car-location-map .pxl-car-map {
  width: 100%;
  min-height: 200px;
}
.pxl-car-gallery-wg.layout-1 .box-feature {
  display: flex;
  gap: 24px;
}
.pxl-car-gallery-wg.layout-1 .box-feature .post-image {
  height: 100%;
}
.pxl-car-gallery-wg.layout-1 .box-feature .post-image img {
  max-width: 936px;
  object-fit: cover;
  border-radius: 8px;
  max-height: 560px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .pxl-car-gallery-wg.layout-1 .box-feature .post-image img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .pxl-car-gallery-wg.layout-1 .box-feature .post-featured {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .pxl-car-gallery-wg.layout-1 .box-feature .post-featured {
    width: 61%;
  }
}
.pxl-car-gallery-wg.layout-1 .featured-gallery {
  max-height: 560px;
  overflow-y: auto;
  border-radius: 8px;
}
.pxl-car-gallery-wg.layout-1 .featured-gallery::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
.pxl-car-gallery-wg.layout-1 .featured-gallery::-webkit-scrollbar-track {
  border-radius: 0;
}
.pxl-car-gallery-wg.layout-1 .featured-gallery::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.pxl-car-gallery-wg.layout-1 .featured-gallery:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.pxl-car-gallery-wg.layout-1 .featured-gallery:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
.pxl-car-gallery-wg.layout-1 .featured-gallery img {
  object-fit: cover;
  border-radius: 8px;
  max-height: 268px;
}
@media (max-width: 767px) {
  .pxl-car-gallery-wg.layout-1 .featured-gallery img {
    max-height: max-content;
  }
}
@media (max-width: 1199px) {
  .pxl-car-gallery-wg.layout-1 .featured-gallery {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .pxl-car-gallery-wg.layout-1 .featured-gallery {
    width: 38%;
  }
}
.pxl-car-gallery-wg.layout-2 .featured-gallery {
  max-height: 100%;
  overflow-y: auto;
  border-radius: 8px;
}
.pxl-car-gallery-wg.layout-2 .featured-gallery::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
.pxl-car-gallery-wg.layout-2 .featured-gallery::-webkit-scrollbar-track {
  border-radius: 0;
}
.pxl-car-gallery-wg.layout-2 .featured-gallery::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.pxl-car-gallery-wg.layout-2 .featured-gallery:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.pxl-car-gallery-wg.layout-2 .featured-gallery:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
.pxl-car-gallery-wg.layout-2 .featured-gallery img {
  width: 100%;
  border-radius: 8px;
}
.pxl-car-meta-wg .box-info-car i {
  color: var(--primary-color);
  font-size: 25px;
}
@media (max-width: 575px) {
  .pxl-car-meta-wg .box-info-car i {
    font-size: 18px;
  }
}
.pxl-car-meta-wg .box-info-car .item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 575px) {
  .pxl-car-meta-wg .box-info-car .item-text {
    font-size: 16px;
    line-height: 23px;
  }
}
.pxl-car-info-wg .heading {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pxl-car-info-wg .h6 {
  font-weight: 500;
  line-height: 1.13;
}
.pxl-car-info-wg .col-left, .pxl-car-info-wg .col-right {
  row-gap: 40px;
}
.pxl-car-info-wg .hour-item .lbl {
  flex: 0 0 auto;
  width: 30%;
}
.pxl-car-info-wg .hour-item .val {
  flex: 0 0 auto;
  width: 70%;
}
.pxl-car-extra-service-wg.checking label {
  cursor: pointer;
}
.pxl-car-extra-service-wg label {
  line-height: 1.5;
  margin-top: 0;
}
.pxl-car-extra-service-wg .pxl-icon {
  margin-right: 8px;
  color: var(--primary-color);
}
.pxl-car-price-wg .total {
  color: var(--primary-color);
  line-height: 1.0476190476;
  margin-bottom: 3px;
  display: inline-flex;
}
.pxl-car-price-wg .extra-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.pxl-car-price-wg.layout-2 .total {
  margin-bottom: 5px;
  position: relative;
  bottom: -1px;
}
.pxl-car-cancel-wg .title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pxl-car-cancel-wg .desc {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}
.pxl-car-booking-form-wg.layout-1 .form-field + .form-field {
  margin-top: 24px;
}
.pxl-car-booking-form-wg.layout-1 .field-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.pxl-car-booking-form-wg.layout-1 .item-date {
  width: 100%;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date, .pxl-car-booking-form-wg.layout-1 .item-date .box-time {
  position: relative;
  width: 50%;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date > span, .pxl-car-booking-form-wg.layout-1 .item-date .box-time > span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
  font-size: 16px;
  z-index: 1;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date input, .pxl-car-booking-form-wg.layout-1 .item-date .box-time input {
  padding-left: 42px;
  width: 100%;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date input {
  border-radius: 8px 0 0 8px;
  border-right-width: 0px;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-time input {
  border-radius: 0 8px 8px 0;
  border-left-width: 0px;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date-time {
  display: flex;
  position: relative;
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date-time::before {
  content: "";
  position: absolute;
  background-color: #DCDCDC;
  width: 1px;
  height: 43px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date-time:hover input {
  border-color: var(--primary-color);
}
.pxl-car-booking-form-wg.layout-1 .item-date .box-date-time:hover::before {
  background-color: var(--primary-color);
}
.pxl-car-booking-form-wg.layout-1 .message-notify {
  padding: 12px 16px;
  border: 2px solid #fd9f9f;
  margin-top: 10px;
  border-radius: 8px;
}
.pxl-car-booking-form-wg.layout-1 .message-notify h5 {
  margin-bottom: 5px;
}
.pxl-car-booking-form-wg.layout-1 .message-notify p {
  font-size: 15px;
}
.pxl-car-booking-form-wg.layout-2 .form-inner {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
.pxl-car-booking-form-wg.layout-2 .lbl {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.pxl-car-booking-form-wg.layout-2 .info-wrap {
  padding: 32px 32px 24px 32px;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1199px) {
  .pxl-car-booking-form-wg.layout-2 .info-wrap {
    padding: 32px 16px 24px;
  }
}
.pxl-car-booking-form-wg.layout-2 .info-wrap .form-title {
  margin-bottom: 18px;
}
.pxl-car-booking-form-wg.layout-2 .info-wrap .info-tax {
  margin-top: 18px;
}
.pxl-car-booking-form-wg.layout-2 .total-summary {
  padding: 24px 32px 32px 32px;
}
@media (max-width: 1199px) {
  .pxl-car-booking-form-wg.layout-2 .total-summary {
    padding: 32px 16px 24px;
  }
}
.pxl-car-booking-form-wg.layout-2 .total-summary .pay-rest {
  margin-top: 16px;
}
.pxl-car-booking-form-wg.layout-2 .button-wrap {
  margin-top: 22px;
}
.pxl-car-featured-wg .item {
  padding: 9px 16px;
  line-height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}
.pxl-reservation-itinerary-wg {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
.pxl-reservation-itinerary-wg .title {
  padding: 32px 32px 24px;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1199px) {
  .pxl-reservation-itinerary-wg .title {
    padding: 28px 16px 24px;
  }
}
.pxl-reservation-itinerary-wg .content {
  padding: 24px 32px 32px;
}
@media (max-width: 1199px) {
  .pxl-reservation-itinerary-wg .content {
    padding: 16px 16px 24px;
  }
}
.pxl-reservation-itinerary-wg .content > div {
  margin-bottom: 22px;
}
.pxl-reservation-itinerary-wg .content .lbl {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.pxl-reservation-payment-wg {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
.pxl-reservation-payment-wg .title {
  padding: 32px 32px 24px;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1199px) {
  .pxl-reservation-payment-wg .title {
    padding: 28px 16px 24px;
  }
}
.pxl-reservation-payment-wg .content {
  padding: 24px 32px 32px;
}
@media (max-width: 1199px) {
  .pxl-reservation-payment-wg .content {
    padding: 16px 16px 24px;
  }
}
.pxl-reservation-payment-wg .content > div {
  margin-bottom: 22px;
}
.pxl-reservation-payment-wg .content .lbl {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.pxl-reservation-payment-wg .content .pxl-btn {
  text-align: left;
  justify-content: start;
  column-gap: 10px;
  padding: 12px 16px 12px 16px;
}
.pxl-reservation-vehicle-wg {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
.pxl-reservation-vehicle-wg .title {
  padding: 32px 32px 24px;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1199px) {
  .pxl-reservation-vehicle-wg .title {
    padding: 28px 16px 24px;
  }
}
.pxl-reservation-vehicle-wg .content {
  padding: 24px 32px 32px;
}
@media (max-width: 1199px) {
  .pxl-reservation-vehicle-wg .content {
    padding: 16px 16px 24px;
  }
}
.pxl-reservation-vehicle-wg .content .car-names {
  margin-bottom: 22px;
}
.pxl-reservation-vehicle-wg .content .box-info-car {
  margin-bottom: 22px;
}
.pxl-reservation-vehicle-wg .content .lbl {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.pxl-reservation-vehicle-wg .content .meta-item {
  font-size: 14px;
}
.pxl-reservation-vehicle-wg .content .pxl-btn {
  text-align: left;
  justify-content: start;
  column-gap: 10px;
  padding: 12px 16px 12px 16px;
}
.reservation-payment-popup .pm-method-item {
  padding: 16px 25px 20px 25px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .reservation-payment-popup .pm-method-item {
    padding: 16px 15px 20px 15px;
  }
}
.reservation-payment-popup .pm-method-item + .pm-method-item {
  margin-top: 20px;
}
.reservation-payment-popup .pm-method-item .method-item-title {
  column-gap: 12px;
  margin-bottom: 8px;
}
.reservation-payment-popup .pm-method-item .method-item-title > * {
  display: inline-flex;
}
.reservation-payment-popup .pm-method-item .method-item-title input[type="radio"] {
  margin-right: 0;
  position: relative;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0ms;
  -khtml-transition: all 0.3s ease 0ms;
  -moz-transition: all 0.3s ease 0ms;
  -ms-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
}
[dir="rtl"] .reservation-payment-popup .pm-method-item .method-item-title input[type="radio"] {
  left: auto;
  right: 0;
  margin: 0;
}
.reservation-payment-popup .pm-method-item .method-item-title input[type="radio"]:checked ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.reservation-payment-popup .pm-method-item .method-item-title input[type="radio"]:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.reservation-payment-popup .pm-method-item .method-item-title .checkmark {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d8d8d8;
  border-color: #9b9b9b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0ms;
  -khtml-transition: all 0.3s ease 0ms;
  -moz-transition: all 0.3s ease 0ms;
  -ms-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
}
.reservation-payment-popup .pm-method-item .method-item-title .checkmark:after {
  content: "";
  font-family: "pxli";
  display: inline-flex;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
.reservation-payment-popup .pm-method-item .method-item-title label {
  font-size: 22px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0;
}
.reservation-payment-popup .pm-method-item .method-item-content .mt-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.reservation-payment-popup .pm-method-item .method-item-content .bank-wrap-content {
  font-size: 14px;
}
.reservation-payment-popup .pm-method-item .method-item-content .bank-wrap-content .lbl {
  color: var(--heading-color);
}
.reservation-payment-popup .pm-method-item .method-item-content .bank-wrap-content .inner-item {
  border-top: 1px solid #DCDCDC;
  padding-top: 8px;
  margin-top: 8px;
}
.reservation-payment-popup .pm-method-item .method-item-content .bank-wrap-content .bank-wrap-inner > div:nth-child(1) .inner-item {
  border-top: 0;
}
@media (min-width: 576px) {
  .reservation-payment-popup .pm-method-item .method-item-content .bank-wrap-content .bank-wrap-inner > div:nth-child(2) .inner-item {
    border-top: 0;
  }
}
.reservation-payment-popup .pm-method-item .method-item-content .card-wrap {
  margin-top: 15px;
}
.reservation-payment-popup .pm-method-item .method-item-content .card-wrap .card-wrap-inner {
  padding: 13px 10px 13px 20px;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
}
.reservation-payment-popup .pm-method-item .method-item-content .card-wrap .pxv-stripe-errors {
  color: #eb1c26;
  padding-top: 5px;
  font-size: 14px;
}
.reservation-element-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  will-change: transform;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.reservation-element-popup.open {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 99999;
}
.reservation-element-popup .pxl-panel-content {
  position: relative;
  width: 100%;
  max-width: 570px;
  max-height: 100vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
  -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;
}
.reservation-element-popup .pxl-panel-content::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}
.reservation-element-popup .pxl-panel-content::-webkit-scrollbar-track {
  border-radius: 0;
}
.reservation-element-popup .pxl-panel-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.reservation-element-popup .pxl-panel-content:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.reservation-element-popup .pxl-panel-content:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
@media (max-width: 600px) {
  .reservation-element-popup .pxl-panel-content {
    max-width: 90%;
  }
}
.reservation-element-popup .pxl-close {
  top: 5px;
  right: 5px;
}
.reservation-billing-popup .pxl-panel-content {
  background-color: #fff;
  padding: 32px;
}
.reservation-billing-popup input[type="text"], .reservation-billing-popup input[type="email"], .reservation-billing-popup input[type="url"], .reservation-billing-popup input[type="password"], .reservation-billing-popup input[type="search"], .reservation-billing-popup input[type="tel"], .reservation-billing-popup input[type="number"], .reservation-billing-popup input[type="range"], .reservation-billing-popup input[type="date"], .reservation-billing-popup input[type="month"], .reservation-billing-popup input[type="week"], .reservation-billing-popup input[type="time"], .reservation-billing-popup input[type="datetime"], .reservation-billing-popup input[type="datetime-local"], .reservation-billing-popup input[type="color"], .reservation-billing-popup textarea, .reservation-billing-popup select, .reservation-billing-popup .select2-container.select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.reservation-billing-popup .lbl {
  font-size: 16px;
  margin-bottom: 4px;
}
.reservation-billing-popup .form-field {
  margin-bottom: 16px;
  position: relative;
}
.reservation-billing-popup .error-tooltip {
  left: 8px;
}
.reservation-billing-popup .pxli-spinner {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.reservation-billing-popup .pxl-btn.loading .btn-text {
  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);
}
.reservation-billing-popup .pxl-btn.loading .pxli-spinner {
  font-size: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.reservation-payment-popup .form-action {
  margin-top: 20px;
}
.reservation-payment-popup .pxli-spinner {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-reservation-protection-wg {
  padding: 32px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 575px) {
  .pxl-reservation-protection-wg {
    padding: 24px 16px;
  }
}
.pxl-reservation-protection-wg:hover, .pxl-reservation-protection-wg.selected {
  border-color: var(--primary-color);
}
.pxl-reservation-protection-wg .title {
  margin-bottom: 8px;
}
.pxl-reservation-protection-wg .subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.pxl-reservation-protection-wg .protected-price {
  margin-top: 16px;
}
.pxl-reservation-protection-wg .featured-list .pxl-icon {
  font-size: 16px;
  margin-right: 8px;
  color: var(--primary-color);
}
.pxl-reservation-protection-wg .featured-list .item-text {
  font-weight: 500;
  line-height: 1.125;
}
.pxl-reservation-car-form-wg .post-thumbs {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  position: relative;
}
.pxl-reservation-car-form-wg .post-thumbs img {
  width: 100%;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-reservation-car-form-wg .post-thumbs:hover img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
.pxl-reservation-car-form-wg .content-summary, .pxl-reservation-car-form-wg .content-action {
  padding: 32px;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}
@media (max-width: 1199px) {
  .pxl-reservation-car-form-wg .content-summary, .pxl-reservation-car-form-wg .content-action {
    padding: 28px 16px 32px;
  }
}
.pxl-reservation-car-form-wg .content-action {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pxl-reservation-car-form-wg .lbl {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.pxl-reservation-car-form-wg .info-price {
  margin-bottom: 16px;
}
.pxl-reservation-car-form-wg .info-tax {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .pxl-reservation-car-form-wg .info-tax {
    margin-bottom: 24px;
  }
}
.pxl-reservation-car-form-wg .extra-services {
  font-size: 14px;
}
.pxl-reservation-car-form-wg .extra-services h6 {
  margin-bottom: 8px;
}
.pxl-reservation-car-form-wg .extra-services .service-item + .service-item {
  margin-top: 3px;
}
.pxl-reservation-car-form-wg .extra-services .service-item:last-child {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .pxl-reservation-car-form-wg .extra-services .service-item:last-child {
    margin-bottom: 24px;
  }
}
.pxl-reservation-car-form-wg .protected-plan {
  font-size: 14px;
}
.pxl-reservation-car-form-wg .protected-plan h6 {
  margin-bottom: 8px;
}
.pxl-reservation-car-form-wg .protected-plan .protected-item {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .pxl-reservation-car-form-wg .protected-plan .protected-item {
    margin-bottom: 24px;
  }
}
.pxl-reservation-car-form-wg .total-summary h6 span {
  text-transform: capitalize;
  color: #27ae60;
  font-weight: 400;
}
.pxl-reservation-car-form-wg .pay-rest {
  margin-top: 16px;
}
.pxl-reservation-car-form-wg .coupon-code-field {
  margin-top: 24px;
}
.pxl-reservation-car-form-wg .coupon-code-field.applied .coupon-code {
  border-color: #27ae60;
  color: #27ae60;
}
.pxl-reservation-car-form-wg .coupon-code-field.applied button.btn-coupon-code {
  background-color: #27ae60;
  border-color: #27ae60;
}
.pxl-reservation-car-form-wg .coupon-code {
  height: 64px;
}
.pxl-reservation-car-form-wg button.btn-coupon-code {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  width: 54px;
  height: 54px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.4;
  cursor: default;
  transform: scale(1);
  transition: all 350ms ease-in-out 0s;
}
.pxl-reservation-car-form-wg button.btn-coupon-code .btn-text {
  display: none;
}
.pxl-reservation-car-form-wg button.btn-coupon-code .pxl-icon {
  font-size: 12px;
  transition: all 350ms ease-in-out 0s;
  transform: rotate(0);
}
.pxl-reservation-car-form-wg button.btn-coupon-code.active {
  opacity: 1;
  cursor: pointer;
}
.pxl-reservation-car-form-wg button.btn-coupon-code.active:active, .pxl-reservation-car-form-wg button.btn-coupon-code.active:hover, .pxl-reservation-car-form-wg button.btn-coupon-code.active:focus {
  border-radius: 50%;
}
.pxl-reservation-car-form-wg button.btn-coupon-code.active:active .pxl-icon, .pxl-reservation-car-form-wg button.btn-coupon-code.active:hover .pxl-icon, .pxl-reservation-car-form-wg button.btn-coupon-code.active:focus .pxl-icon {
  transform: rotate(45deg);
}
.pxl-reservation-car-form-wg button.btn-coupon-code.loading .pxl-icon {
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.pxl-reservation-car-form-wg button.btn-coupon-code.loading .pxl-icon:before {
  content: "";
}
.pxl-reservation-car-form-wg .cancel-lbl {
  margin-bottom: 8px;
}
.pxl-reservation-car-form-wg .cancel-text {
  margin-bottom: 32px;
}
.pxl-reservation-car-form-wg .pxli-spinner {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-reservation-car-form-wg .pxl-reservation-submit.loading .btn-text {
  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-reservation-car-form-wg .pxl-reservation-submit.loading .pxli-spinner {
  font-size: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.pxl-reservation-received-wg {
  font-size: 16px;
}
.pxl-reservation-received-wg .bk-notices {
  padding: 24px 70px 20px 30px;
  border: 1px solid var(--primary-color);
  margin-bottom: 38px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pxl-reservation-received-wg .bk-notices {
    padding: 16px 16px 16px 20px;
  }
}
@media (max-width: 767px) {
  .pxl-reservation-received-wg .bk-notices {
    padding: 16px 16px 16px 16px;
  }
}
.pxl-reservation-received-wg .bk-notices .pxl-icon {
  color: var(--primary-color);
  font-size: 36px;
  margin-right: 24px;
}
.pxl-reservation-received-wg .bk-notices p {
  color: var(--heading-color);
}
.pxl-reservation-received-wg .bk-notices a {
  color: var(--primary-color);
}
.pxl-reservation-received-wg .bk-notices a:hover {
  color: rgba(var(--primary-color-rgb), 0.8);
}
.pxl-reservation-received-wg .lbl {
  color: var(--heading-color);
  font-weight: 500;
}
.pxl-reservation-received-wg .list-item li {
  position: relative;
  padding: 4px 0 4px 24px;
}
.pxl-reservation-received-wg .list-item li:before {
  content: "";
  font-family: "pxli";
  display: inline-block;
  position: absolute;
  left: 0;
}
[dir="rtl"] .pxl-reservation-received-wg .list-item li:before {
  left: auto;
  right: 0;
}
.pxl-reservation-received-wg .bk-service-protection {
  border-top: 1px solid #DCDCDC;
  margin-top: 32px;
}
.pxl-reservation-received-wg .bk-service-dts {
  margin-top: 32px;
}
.pxl-reservation-received-wg .bk-protection-dts {
  margin-top: 32px;
}
.pxl-reservation-received-wg .bk-dts-total {
  border-top: 1px solid #DCDCDC;
  margin-top: 32px;
  padding-top: 28px;
}
.pxl-reservation-received-wg .tt-price {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pxl-reservation-received-wg .thank-you-desc {
  border-top: 1px solid #dedede;
  padding-top: 43px;
  font-size: 22px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--heading-color);
}
@media (max-width: 767px) {
  .pxl-reservation-received-wg .thank-you-desc {
    font-size: 20px;
    font-weight: 500;
  }
}
.pxl-reservation-received-wg .signature {
  margin-top: 30px;
}
.pxl-reservation-received-wg .signature img {
  max-width: 186px;
}
@media (max-width: 480px) {
  .pxl-reservation-received-wg .signature img {
    max-width: 146px;
  }
}
.pxl-reservation-received-wg .manager-signature {
  margin-top: 12px;
}
.pxl-reservation-received-wg .manager-signature .mng-name {
  color: var(--heading-color);
  font-weight: 500;
}
.pxl-reservation-received-wg .back-to-home {
  margin-top: 40px;
}
.pxl-rental-history-wg .tracking-mail-field {
  height: 64px;
}
.pxl-rental-history-wg button.btn-tracking {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  width: 54px;
  height: 54px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: scale(1);
  transition: all 350ms ease-in-out 0s;
}
.pxl-rental-history-wg button.btn-tracking .btn-text {
  display: none;
}
.pxl-rental-history-wg button.btn-tracking .pxl-icon {
  font-size: 12px;
  transition: all 350ms ease-in-out 0s;
  transform: rotate(0);
}
.pxl-rental-history-wg button.btn-tracking:active, .pxl-rental-history-wg button.btn-tracking:hover, .pxl-rental-history-wg button.btn-tracking:focus {
  border-radius: 50%;
}
.pxl-rental-history-wg button.btn-tracking:active .pxl-icon, .pxl-rental-history-wg button.btn-tracking:hover .pxl-icon, .pxl-rental-history-wg button.btn-tracking:focus .pxl-icon {
  transform: rotate(45deg);
}
.pxl-rental-history-wg button.btn-tracking.loading .pxl-icon {
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.pxl-rental-history-wg button.btn-tracking.loading .pxl-icon:before {
  content: "";
}
.pxl-rental-history-wg .bk-list-head .th {
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.pxl-rental-history-wg .col-thumbs {
  flex: 0 0 auto;
  width: 170px;
}
@media (max-width: 1199px) {
  .pxl-rental-history-wg .col-thumbs {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .col-thumbs {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .pxl-rental-history-wg .col-thumbs {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .pxl-rental-history-wg .col-thumbs {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .pxl-rental-history-wg .col-name {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .col-name {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .pxl-rental-history-wg .col-name {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .pxl-rental-history-wg .col-name {
    width: 65%;
  }
}
.pxl-rental-history-wg .col-date {
  flex: 0 0 auto;
  width: 16%;
}
@media (max-width: 1199px) {
  .pxl-rental-history-wg .col-date {
    width: 15%;
  }
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .col-date {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .pxl-rental-history-wg .col-date {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .pxl-rental-history-wg .col-date {
    width: 100%;
  }
}
.pxl-rental-history-wg .col-location {
  flex: 0 0 auto;
  width: 26%;
}
@media (max-width: 1199px) {
  .pxl-rental-history-wg .col-location {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .col-location {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .pxl-rental-history-wg .col-location {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .pxl-rental-history-wg .col-location {
    width: 100%;
  }
}
.pxl-rental-history-wg .col-total {
  flex: 0 0 auto;
  width: 10%;
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .col-total {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .pxl-rental-history-wg .col-total {
    width: 30%;
  }
}
.pxl-rental-history-wg .col-status {
  flex: 0 0 auto;
  width: 10%;
}
@media (max-width: 1199px) {
  .pxl-rental-history-wg .col-status {
    width: 14%;
  }
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .col-status {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .pxl-rental-history-wg .col-status {
    width: 70%;
  }
}
.pxl-rental-history-wg .bk-list-item {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.pxl-rental-history-wg .bk-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #DCDCDC;
}
@media (max-width: 991px) {
  .pxl-rental-history-wg .bk-list-item {
    row-gap: 20px;
  }
}
.pxl-rental-history-wg .bk-list-item p {
  margin-bottom: 0;
}
.pxl-rental-history-wg .bk-list-item .lbl {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: var(--body-color);
}
.pxl-rental-history-wg .bk-list-item .item-thumbnail img {
  border-radius: 8px;
}
.pxl-rental-history-wg .bk-list-item .item-name h4 {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .pxl-rental-history-wg .bk-list-item .item-name h4 {
    margin-bottom: 10px;
  }
}
.pxl-rental-history-wg .bk-list-item .bk-link {
  font-weight: 500;
  color: var(--primary-color);
  line-height: 18px;
}
.pxl-rental-history-wg .bk-list-item .bk-link:hover, .pxl-rental-history-wg .bk-list-item .bk-link:focus, .pxl-rental-history-wg .bk-list-item .bk-link:active {
  color: var(--heading-color);
}
.pxl-rental-history-wg .bk-list-item .item-date {
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color);
}
.pxl-rental-history-wg .bk-list-item .item-location p {
  margin-bottom: 3px;
}
.pxl-rental-history-wg .bk-list-item .item-location .h6 {
  font-weight: 500;
}
.pxl-rental-history-wg .bk-list-item .item-total h5 {
  font-weight: 500;
  margin-bottom: 0;
}
.pxl-rental-history-wg .bk-list-item .btn-status {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 11px 15px;
  color: #fff;
  background-color: var(--primary-color);
  height: 40px;
  border-radius: 20px;
}
.pxl-rental-history-wg .bk-list-item .btn-status.completed {
  background-color: var(--heading-color);
}
.pxl-rental-history-wg .bk-list-item .btn-status.cancelled {
  background-color: #EE0909;
}
.pxl-rental-history-wg .bk-list-item .btn-status.in-progress {
  background-color: #30488b;
}
.pxl-rental-history-wg .bk-list-item .btn-status.failed {
  background-color: #950c0c;
}
.pxl-car-brands-wg {
  display: flex;
  flex-direction: column;
}
.pxl-car-brands-wg .car-item {
  position: relative;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
  perspective: 1000px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1599px) {
  .pxl-car-brands-wg .car-item {
    height: 180px;
  }
}
@media (max-width: 1399px) {
  .pxl-car-brands-wg .car-item {
    height: 165px;
  }
}
@media (max-width: 1199px) {
  .pxl-car-brands-wg .car-item {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .pxl-car-brands-wg .car-item {
    height: 120px;
  }
}
@media (max-width: 575px) {
  .pxl-car-brands-wg .car-item {
    height: 100px;
  }
}
.pxl-car-brands-wg .car-item.active {
  height: 790px;
}
@media (max-width: 1599px) {
  .pxl-car-brands-wg .car-item.active {
    height: 720px;
  }
}
@media (max-width: 1399px) {
  .pxl-car-brands-wg .car-item.active {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  .pxl-car-brands-wg .car-item.active {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .pxl-car-brands-wg .car-item.active {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .pxl-car-brands-wg .car-item.active {
    height: 420px;
  }
}
@media (max-width: 575px) {
  .pxl-car-brands-wg .car-item.active {
    height: 380px;
  }
}
.pxl-car-brands-wg .car-item.active .car-content {
  padding-top: 7%;
}
@media (min-width: 1200px) {
  .pxl-car-brands-wg .car-item.active .car-content {
    left: 50%;
  }
}
.pxl-car-brands-wg .car-item.active .car-content .desc {
  opacity: 1;
}
.pxl-car-brands-wg .car-bg {
  position: absolute;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  will-change: transform;
}
.pxl-car-brands-wg .car-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
  z-index: 1;
}
.pxl-car-brands-wg .car-content {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  left: 30px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4%;
  padding-bottom: 110px;
  -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;
}
@media (min-width: 1200px) {
  .pxl-car-brands-wg .car-content {
    left: 80px;
  }
}
@media (min-width: 1600px) {
  .pxl-car-brands-wg .car-content {
    left: calc((100vw - 1424px)/2);
  }
}
@media (max-width: 1599px) {
  .pxl-car-brands-wg .car-content {
    padding-bottom: 100px;
  }
}
@media (max-width: 1399px) {
  .pxl-car-brands-wg .car-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .pxl-car-brands-wg .car-content {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .pxl-car-brands-wg .car-content {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .pxl-car-brands-wg .car-content {
    padding-top: 7%;
  }
}
.pxl-car-brands-wg .title {
  color: #fff;
  margin-bottom: 0;
}
.pxl-car-brands-wg .desc {
  opacity: 0;
  font-size: 22px;
  line-height: 1.1818;
  max-width: 500px;
  margin-top: 24px;
  -webkit-transition: opacity 0.3s ease;
  -khtml-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .pxl-car-brands-wg .desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pxl-car-brands-wg .desc {
    font-size: 18px;
  }
}
.pxl-car-brands-wg .details-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--primary-color);
  color: #fff;
  width: 160px;
  height: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1.1818;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -khtml-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.05s ease;
}
@media (max-width: 1599px) {
  .pxl-car-brands-wg .details-button {
    width: 150px;
    height: 150px;
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .pxl-car-brands-wg .details-button {
    width: 140px;
    height: 140px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .pxl-car-brands-wg .details-button {
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .pxl-car-brands-wg .details-button {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .pxl-car-brands-wg .details-button {
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .pxl-car-brands-wg .details-button {
    width: 80px;
    height: 80px;
  }
}
.pxl-car-brands-wg .details-button a {
  color: inherit;
}
.grid-filter-wrap {
  row-gap: 10px;
  column-gap: 42px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .grid-filter-wrap {
    column-gap: 30px;
    margin-bottom: 40px;
  }
}
.grid-filter-wrap .filter-item {
  position: relative;
  color: var(--heading-color);
  display: inline-block;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer;
  padding-bottom: 10px;
  -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;
}
@media (max-width: 1199px) {
  .grid-filter-wrap .filter-item {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .grid-filter-wrap .filter-item {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.grid-filter-wrap .filter-item:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--second-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transform-origin: center;
  -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;
}
.grid-filter-wrap .filter-item.active, .grid-filter-wrap .filter-item:hover {
  color: var(--second-color);
}
.grid-filter-wrap .filter-item.active:before, .grid-filter-wrap .filter-item:hover:before {
  width: 100%;
  left: 50%;
}
.pxl-post-grid.layout-post-1 .grid-item-inner {
  position: relative;
}
.pxl-post-grid.layout-post-1 .grid-item-inner:hover .post-thumbs img {
  transform: scale(1.11) rotate(3deg);
}
.pxl-post-grid.layout-post-1 .grid-item-inner:hover .pxl-divider::before {
  width: 100%;
}
.pxl-post-grid.layout-post-1 .post-category {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: var(--heading-color);
  color: #fff;
  padding: 11px 15.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--heading-font-family);
  border-radius: 20px;
}
.pxl-post-grid.layout-post-1 .post-category a {
  color: inherit;
}
@media (max-width: 575px) {
  .pxl-post-grid.layout-post-1 .post-category {
    font-size: 13px;
  }
}
.pxl-post-grid.layout-post-1 .post-thumbs {
  border-radius: 8px;
  overflow: hidden;
}
.pxl-post-grid.layout-post-1 .post-thumbs img {
  transition: all 500ms ease-in-out;
  width: 100%;
}
@media (max-width: 575px) {
  .pxl-post-grid.layout-post-1 .post-thumbs img {
    min-height: 400px;
    object-fit: cover;
  }
}
.pxl-post-grid.layout-post-1 .item-content {
  margin-top: 16px;
}
.pxl-post-grid.layout-post-1 .item-title {
  font-style: normal;
  font-weight: 600;
  max-width: 410px;
  display: block;
  display: -webkit-box;
  max-height: 1792px*px;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 8px;
}
.pxl-post-grid.layout-post-1 .item-title > * {
  display: block;
  display: -webkit-box;
  max-height: 1792px*px;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 575px) {
  .pxl-post-grid.layout-post-1 .item-title {
    display: block;
    display: -webkit-box;
    max-height: 1232px*px;
    font-size: 22px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .pxl-post-grid.layout-post-1 .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 1232px*px;
    font-size: 22px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
.pxl-post-grid.layout-post-1 .item-excerpt {
  display: block;
  display: -webkit-box;
  max-height: 1152px*px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-post-grid.layout-post-1 .item-excerpt > * {
  display: block;
  display: -webkit-box;
  max-height: 1152px*px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 575px) {
  .pxl-post-grid.layout-post-1 .item-excerpt {
    font-size: 15px;
  }
}
.pxl-post-grid.layout-post-1 .pxl-divider {
  background-color: #DCDCDC;
  height: 1px;
  margin: 17px 0 15px;
  position: relative;
}
.pxl-post-grid.layout-post-1 .pxl-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
}
.pxl-post-grid.layout-post-1 .post-meta svg {
  min-width: 12px;
  height: 12px;
  color: var(--primary-color);
}
.pxl-post-grid.layout-post-1 .post-meta span, .pxl-post-grid.layout-post-1 .post-meta .meta-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--body-color);
}
.pxl-post-grid.layout-post-1 .post-meta .post-comment-count {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pxl-post-grid.layout-post-1 .post-date, .pxl-post-grid.layout-post-1 .post-comment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pxl-post-grid.layout-post-1 .post-comment {
  margin-left: 12px;
}
.pxl-post-grid.layout-post-1 .posts-pagination {
  padding-top: 60px;
}
.pxl-team-grid.layout-1 .item-inner .item-image {
  overflow: hidden;
  border-radius: 8px;
}
.pxl-team-grid.layout-1 .item-inner img {
  width: 100%;
  transition: all 500ms ease-in-out;
}
.pxl-team-grid.layout-1 .item-inner .item-content {
  margin-top: 24px;
}
.pxl-team-grid.layout-1 .item-inner .item-name {
  font-weight: 600;
  margin-bottom: 8px;
}
.pxl-team-grid.layout-1 .item-inner .item-name a {
  color: inherit;
  display: inline;
  color: var(--heading-color);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--heading-color) 1px);
  background-repeat: no-repeat;
  background-size: 0% 95%;
  transition: background-size 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pxl-team-grid.layout-1 .item-inner .item-name a:hover {
  color: inherit;
  background-size: 100% 95%;
}
.pxl-team-grid.layout-1 .item-inner .item-position {
  font-size: 18px;
  line-height: 1.333333;
  color: var(--heading-color);
}
@media (max-width: 1199px) {
  .pxl-team-grid.layout-1 .item-inner .item-position {
    font-size: 16px;
  }
}
.pxl-team-grid.layout-1 .item-inner:hover img {
  transform: scale(1.1) rotate(3deg);
}
.pxl-car-services-grid.layout-car-services-1 .item-information {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 16px;
  max-width: 304px;
}
.pxl-car-services-grid.layout-car-services-1 .item-information .item-text {
  flex: 0 0 auto;
  display: inline-block;
}
.pxl-car-services-grid.layout-car-services-1 .item-information .item-text i {
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 4px;
}
.pxl-car-services-grid.layout-car-services-1 .item-information .item-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.pxl-car-services-grid.layout-car-services-1 .item-content {
  margin-top: 16px;
}
.pxl-car-services-grid.layout-car-services-1 .item-title {
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  max-height: 896px*px;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-car-services-grid.layout-car-services-1 .item-title > * {
  display: block;
  display: -webkit-box;
  max-height: 896px*px;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-car-services-grid.layout-car-services-1 .item-title a {
  display: inline;
  color: var(--heading-color);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--heading-color) 1px);
  background-repeat: no-repeat;
  background-size: 0% 95%;
  transition: background-size 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pxl-car-services-grid.layout-car-services-1 .item-title a:hover {
  color: inherit;
  background-size: 100% 95%;
}
@media (max-width: 1199px) {
  .pxl-car-services-grid.layout-car-services-1 .item-title {
    font-size: 24px;
    display: block;
    display: -webkit-box;
    max-height: 624px*px;
    font-size: 24px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .pxl-car-services-grid.layout-car-services-1 .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 624px*px;
    font-size: 24px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .pxl-car-services-grid.layout-car-services-1 .item-title {
    font-size: 22px;
    display: block;
    display: -webkit-box;
    max-height: 528px*px;
    font-size: 22px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .pxl-car-services-grid.layout-car-services-1 .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 528px*px;
    font-size: 22px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
@media (max-width: 575px) {
  .pxl-car-services-grid.layout-car-services-1 .item-title {
    font-size: 18px;
    display: block;
    display: -webkit-box;
    max-height: 396px*px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .pxl-car-services-grid.layout-car-services-1 .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 396px*px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
.pxl-car-services-grid.layout-car-services-1 .grid-item-inner {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 991px) {
  .pxl-car-services-grid.layout-car-services-1 .grid-item-inner {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .pxl-car-services-grid.layout-car-services-1 .grid-item-inner {
    padding: 24px 16px;
  }
}
.pxl-car-services-grid.layout-car-services-1 .grid-item-inner:hover .post-thumbs img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
.pxl-car-services-grid.layout-car-services-1 .item-price-button {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.pxl-car-services-grid.layout-car-services-1 .item-price-button .pxl-btn.btn-secondary {
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 33px;
}
.pxl-car-services-grid.layout-car-services-1 .item-price-button .pxl-btn.btn-secondary:hover .su-button-effect::before {
  height: calc(var(--size-btn)* 7.6);
}
.pxl-car-services-grid.layout-car-services-1 .item-featured {
  border-radius: 4px;
  overflow: hidden;
}
.pxl-car-services-grid.layout-car-services-1 .item-featured img {
  width: 100%;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.post-list-toolbar {
  margin-bottom: 50px;
}
.post-list-toolbar .result-count {
  font-family: var(--heading-font-family);
  color: var(--heading-color);
}
.post-list-toolbar .nice-select {
  min-width: 194px;
  padding: 0 60px 0 35px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}
.post-list-toolbar .nice-select:after {
  right: 28px;
}
.layout-car-services-list-1 .list-item {
  position: relative;
  overflow: hidden;
}
.layout-car-services-list-1 .list-item a {
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  position: relative;
  display: block;
  -webkit-transform: translateX(-22px);
  -khtml-transform: translateX(-22px);
  -moz-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  -o-transform: translateX(-22px);
  transform: translateX(-22px);
}
.layout-car-services-list-1 .list-item a:before {
  content: "";
  font-family: "pxli";
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
  color: var(--second-color);
}
.layout-car-services-list-1 .list-item a:hover {
  color: var(--link-color-hover);
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.layout-car-services-list-1 .list-item + .list-item {
  padding-top: 14px;
  margin-top: 16px;
}
.layout-car-services-list-1 .list-item + .list-item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #e9e4df, #e9e4df 5px, transparent 5px, transparent 8px);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-swiper-slider:not(.pxl-swiper-initialized) .pxl-swiper-slider-wrap {
  visibility: hidden;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap {
  position: relative;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .item-featured img {
  transform: scale(1.11) rotate(3deg);
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .pxl-divider::before {
  width: 100%;
}
.pxl-post-carousel.layout-post-1 .post-category {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: var(--heading-color);
  color: #fff;
  padding: 11px 15.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--heading-font-family);
  border-radius: 20px;
}
.pxl-post-carousel.layout-post-1 .post-category a {
  color: inherit;
}
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-1 .post-category {
    font-size: 13px;
  }
}
.pxl-post-carousel.layout-post-1 .item-featured {
  border-radius: 8px;
  overflow: hidden;
}
.pxl-post-carousel.layout-post-1 .item-featured img {
  transition: all 500ms ease-in-out;
  width: 100%;
}
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-1 .item-featured img {
    object-fit: cover;
  }
}
.pxl-post-carousel.layout-post-1 .item-inner {
  margin-top: 16px;
}
.pxl-post-carousel.layout-post-1 .item-title {
  font-style: normal;
  font-weight: 600;
  max-width: 75%;
}
.pxl-post-carousel.layout-post-1 .item-excerpt {
  display: block;
  display: -webkit-box;
  max-height: 1152px*px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-post-carousel.layout-post-1 .item-excerpt > * {
  display: block;
  display: -webkit-box;
  max-height: 1152px*px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-1 .item-excerpt {
    font-size: 15px;
  }
}
.pxl-post-carousel.layout-post-1 .pxl-divider {
  background-color: #DCDCDC;
  height: 1px;
  margin: 17px 0 15px;
  position: relative;
}
.pxl-post-carousel.layout-post-1 .pxl-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
}
.pxl-post-carousel.layout-post-1 .post-meta svg {
  min-width: 12px;
  height: 12px;
  color: var(--primary-color);
}
.pxl-post-carousel.layout-post-1 .post-meta span, .pxl-post-carousel.layout-post-1 .post-meta .meta-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--body-color);
}
.pxl-post-carousel.layout-post-1 .post-meta .post-comment-count {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pxl-post-carousel.layout-post-1 .post-date, .pxl-post-carousel.layout-post-1 .post-comment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pxl-post-carousel.layout-post-1 .post-comment {
  margin-left: 12px;
}
.pxl-testimonial-carousel.layout-1 .item-title {
  font-family: "Inter Tight";
  font-size: 23px;
  color: var(--heading-color);
  margin-bottom: 18px;
  line-height: 1.2;
}
.pxl-testimonial-carousel.layout-1 .item-desc {
  color: #FFFFFF;
  margin-top: 22px;
  display: block;
  display: -webkit-box;
  max-height: 2240px*px;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -khtml-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-testimonial-carousel.layout-1 .item-desc > * {
  display: block;
  display: -webkit-box;
  max-height: 2240px*px;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -khtml-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-testimonial-carousel.layout-1 .item-info-wrap {
  margin-top: 26px;
}
.pxl-testimonial-carousel.layout-1 .item-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.pxl-testimonial-carousel.layout-1 .item-name {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 2px;
}
.pxl-testimonial-carousel.layout-1 .rating-star {
  position: relative;
  color: #EEDB09;
  width: 112px;
  display: inline-block;
  letter-spacing: 8px;
  -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;
}
.pxl-testimonial-carousel.layout-1 .rating-star:before {
  content: "" "" "" "" "";
  display: block;
  font-family: "pxli";
  font-size: 16px;
  line-height: 1;
}
.pxl-testimonial-carousel.layout-1 .rating-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 1;
}
.pxl-testimonial-carousel.layout-1 .rating-star span:before {
  content: "" "" "" "" "";
  font-family: "pxli";
  font-size: 15px;
  line-height: 1;
}
.pxl-testimonial-carousel.layout-1 .item-position {
  font-size: 16px;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel.layout-1 .item-position {
    font-size: 14px;
  }
}
.pxl-gallery-carousel {
  position: relative;
}
.pxl-gallery-carousel.layout-1 .item-inner {
  border-radius: 8px;
}
.pxl-gallery-carousel.layout-1 .item-inner .item-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.pxl-gallery-carousel.layout-1 .item-inner .pxl-galleries-light-box {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0.2s;
  -khtml-transition: opacity 0.3s ease 0.2s;
  -moz-transition: opacity 0.3s ease 0.2s;
  -ms-transition: opacity 0.3s ease 0.2s;
  -o-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}
.pxl-gallery-carousel.layout-1 .item-inner:hover .item-image img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pxl-gallery-carousel.layout-1.bg-mode .item-image img, .pxl-gallery-carousel.layout-1.bg-scroll-mode .item-image img {
  opacity: 0;
}
.pxl-gallery-carousel.layout-1.bg-mode .pxl-swiper-slider-wrap, .pxl-gallery-carousel.layout-1.bg-scroll-mode .pxl-swiper-slider-wrap {
  height: 100%;
}
.pxl-gallery-carousel.layout-1.bg-mode .pxl-swiper-container, .pxl-gallery-carousel.layout-1.bg-scroll-mode .pxl-swiper-container {
  height: 100%;
}
.pxl-gallery-carousel.layout-1.bg-mode .item-inner, .pxl-gallery-carousel.layout-1.bg-scroll-mode .item-inner {
  height: 100%;
}
.pxl-gallery-carousel.layout-1.bg-mode .bg-inner, .pxl-gallery-carousel.layout-1.bg-scroll-mode .bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: var(--pxl-img-bg-inner);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pxl-gallery-carousel.layout-1.bg-mode .parallax-inner, .pxl-gallery-carousel.layout-1.bg-scroll-mode .parallax-inner {
  bottom: -30px;
}
.pxl-gallery-carousel.layout-2 .item-inner .item-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery-carousel.layout-2 .item-inner .pxl-galleries-light-box {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0.2s;
  -khtml-transition: opacity 0.3s ease 0.2s;
  -moz-transition: opacity 0.3s ease 0.2s;
  -ms-transition: opacity 0.3s ease 0.2s;
  -o-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}
.pxl-gallery-carousel.layout-2 .item-inner .link-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-gallery-carousel.layout-2 .item-inner .item-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.pxl-gallery-carousel.layout-2 .item-inner .fill-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pxl-gallery-carousel.layout-2.bg-mode .item-image img, .pxl-gallery-carousel.layout-2.bg-scroll-mode .item-image img {
  opacity: 0;
}
.pxl-gallery-carousel.layout-2.bg-mode .pxl-swiper-slider-wrap, .pxl-gallery-carousel.layout-2.bg-scroll-mode .pxl-swiper-slider-wrap {
  height: 100%;
}
.pxl-gallery-carousel.layout-2.bg-mode .pxl-swiper-container, .pxl-gallery-carousel.layout-2.bg-scroll-mode .pxl-swiper-container {
  height: 100%;
}
.pxl-gallery-carousel.layout-2.bg-mode .item-inner, .pxl-gallery-carousel.layout-2.bg-scroll-mode .item-inner {
  height: 100%;
}
.pxl-gallery-carousel.layout-2.bg-mode .bg-inner, .pxl-gallery-carousel.layout-2.bg-scroll-mode .bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: var(--pxl-img-bg-inner);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pxl-gallery-carousel.layout-2.bg-mode .parallax-inner, .pxl-gallery-carousel.layout-2.bg-scroll-mode .parallax-inner {
  bottom: -30px;
}
.pxl-gallery-carousel.shadow-item .item-inner {
  -webkit-box-shadow: 2px 0 35px 8px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 2px 0 35px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0 35px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 0 35px 8px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 0 35px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 35px 8px rgba(0, 0, 0, 0.15);
}
.pxl-fancybox-carousel.layout-1 .car-img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.pxl-fancybox-carousel.layout-1 .car-img img {
  width: 100%;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-fancybox-carousel.layout-1 .title-wrap {
  margin-bottom: 10px;
}
.pxl-fancybox-carousel.layout-1 h4.title {
  margin-bottom: 0;
}
.pxl-fancybox-carousel.layout-1 .rating {
  color: var(--heading-color);
  column-gap: 7px;
}
.pxl-fancybox-carousel.layout-1 .rating .pxl-icon {
  font-size: 14px;
  color: var(--primary-color);
  position: relative;
  top: -1px;
}
.pxl-fancybox-carousel.layout-1 .car_location {
  font-size: 16px;
  line-height: 24px;
  column-gap: 8px;
}
.pxl-fancybox-carousel.layout-1 .car_location .pxl-icon {
  position: relative;
  top: 4px;
  color: var(--primary-color);
}
.pxl-fancybox-carousel.layout-1 .car-price {
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 8px;
  background-color: #F6F6F6;
}
@media (max-width: 575px) {
  .pxl-fancybox-carousel.layout-1 .car-price {
    padding-top: 5px 12px;
    border-radius: 6px;
  }
}
.pxl-fancybox-carousel.layout-1 .car-price .price {
  font-size: 24px;
  line-height: 1;
  color: var(--heading-color);
}
@media (max-width: 575px) {
  .pxl-fancybox-carousel.layout-1 .car-price .price {
    font-size: 20px;
  }
}
.pxl-fancybox-carousel.layout-1 .fancybox-inner:hover .car-img img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
.pxl-fancybox-carousel.layout-2 .item-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.pxl-fancybox-carousel.layout-2 .item-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to top, #090909 0%, rgba(0, 0, 0, 0.09) 100%);
  background: -moz-linear-gradient(to top, #090909 0%, rgba(0, 0, 0, 0.09) 100%);
  background: -o-linear-gradient(to top, #090909 0%, rgba(0, 0, 0, 0.09) 100%);
  background: linear-gradient(to top, #090909 0%, rgba(0, 0, 0, 0.09) 100%);
}
.pxl-fancybox-carousel.layout-2 .item-img img {
  width: 100%;
  -webkit-transform: scale(1.05) translateX(0px);
  -khtml-transform: scale(1.05) translateX(0px);
  -moz-transform: scale(1.05) translateX(0px);
  -ms-transform: scale(1.05) translateX(0px);
  -o-transform: scale(1.05) translateX(0px);
  transform: scale(1.05) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-fancybox-carousel.layout-2 .date-text {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--heading-color);
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.61);
}
@media (max-width: 575px) {
  .pxl-fancybox-carousel.layout-2 .date-text {
    display: none;
  }
}
.pxl-fancybox-carousel.layout-2 .pxl-fancybox-content {
  padding: 32px;
}
@media (max-width: 575px) {
  .pxl-fancybox-carousel.layout-2 .pxl-fancybox-content {
    padding: 24px 16px;
  }
}
.pxl-fancybox-carousel.layout-2 .title {
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 5px;
}
.pxl-fancybox-carousel.layout-2 .sub-title {
  color: #fff;
  margin-bottom: 0;
}
.pxl-fancybox-carousel.layout-2 .pxl-btn {
  margin-top: 24px;
  background-color: #fff;
  border-color: #fff;
  color: var(--heading-color);
  text-transform: uppercase;
  padding: 10px 24px;
}
@media (max-width: 575px) {
  .pxl-fancybox-carousel.layout-2 .pxl-btn {
    margin-top: 12px;
  }
}
.pxl-fancybox-carousel.layout-2 .pxl-btn:hover, .pxl-fancybox-carousel.layout-2 .pxl-btn:focus, .pxl-fancybox-carousel.layout-2 .pxl-btn:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.pxl-fancybox-carousel.layout-2 .fancybox-inner:hover .car-img img {
  -webkit-transform: scale(1.05) translateX(-6px);
  -khtml-transform: scale(1.05) translateX(-6px);
  -moz-transform: scale(1.05) translateX(-6px);
  -ms-transform: scale(1.05) translateX(-6px);
  -o-transform: scale(1.05) translateX(-6px);
  transform: scale(1.05) translateX(-6px);
}
.pxl-car-services-carousel.layout-car-services-1 .item-featured {
  margin-bottom: 16px;
  border-radius: 8px;
}
.pxl-car-services-carousel.layout-car-services-1 .item-featured img {
  width: 100%;
}
.pxl-car-services-carousel.layout-car-services-1 .item-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.pxl-car-services-carousel.layout-car-services-1 .total-price {
  line-height: 1.14;
}
.pxl-car-services-carousel.layout-car-services-1 .text-intro {
  margin-top: 3px;
  font-size: 14px;
  line-height: 20px;
}
.pxl-car-services-carousel.layout-car-services-1 .price-per-day {
  font-weight: 500;
}
.pxl-car-services-carousel.layout-car-services-2 .item-featured {
  margin-bottom: 24px;
  border-radius: 8px;
}
.pxl-car-services-carousel.layout-car-services-2 .item-featured img {
  width: 100%;
}
.pxl-car-services-carousel.layout-car-services-2 .item-title {
  font-weight: 500;
  margin-bottom: 14px;
}
.pxl-related-post {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pxl-related-post {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .pxl-related-post {
    padding-top: 80px;
  }
}
.pxl-related-post .widget-title {
  margin-bottom: 32px;
}
.pxl-related-post .item-inner-wrap:hover .item-featured img {
  transform: scale(1.11) rotate(3deg);
}
.pxl-related-post .post-category {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: var(--heading-color);
  color: #fff;
  padding: 11px 15.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--heading-font-family);
  border-radius: 20px;
}
.pxl-related-post .post-category a {
  color: inherit;
}
@media (max-width: 575px) {
  .pxl-related-post .post-category {
    font-size: 13px;
  }
}
.pxl-related-post .item-featured {
  border-radius: 8px;
  overflow: hidden;
}
.pxl-related-post .item-featured img {
  transition: all 500ms ease-in-out;
  width: 100%;
}
@media (max-width: 575px) {
  .pxl-related-post .item-featured img {
    min-height: 400px;
    object-fit: cover;
  }
}
.pxl-related-post .item-content {
  margin-top: 16px;
}
.pxl-related-post .item-title {
  font-style: normal;
  font-weight: 600;
  max-width: 410px;
  display: block;
  display: -webkit-box;
  max-height: 1792px*px;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 8px;
}
.pxl-related-post .item-title > * {
  display: block;
  display: -webkit-box;
  max-height: 1792px*px;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 575px) {
  .pxl-related-post .item-title {
    display: block;
    display: -webkit-box;
    max-height: 1232px*px;
    font-size: 22px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
  .pxl-related-post .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 1232px*px;
    font-size: 22px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
  }
}
.pxl-related-post .item-excerpt {
  display: block;
  display: -webkit-box;
  max-height: 1152px*px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
.pxl-related-post .item-excerpt > * {
  display: block;
  display: -webkit-box;
  max-height: 1152px*px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 575px) {
  .pxl-related-post .item-excerpt {
    font-size: 15px;
  }
}
.pxl-related-post .pxl-divider {
  background-color: #DCDCDC;
  height: 1px;
  margin: 17px 0 15px;
  position: relative;
}
.pxl-related-post .pxl-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
}
.pxl-related-post .post-meta svg {
  min-width: 12px;
  height: 12px;
  color: var(--primary-color);
}
.pxl-related-post .post-meta span, .pxl-related-post .post-meta .meta-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--body-color);
}
.pxl-related-post .post-meta .post-comment-count {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pxl-related-post .post-date, .pxl-related-post .post-comment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pxl-related-post .post-comment {
  margin-left: 12px;
}
.pxl-related-post .posts-pagination {
  padding-top: 60px;
}
.pxl-instagram-carousel .item-inner a {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.pxl-instagram-carousel .item-inner a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  border-radius: 8px;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -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;
}
.pxl-instagram-carousel .item-inner a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-instagram-carousel .item-inner a:hover .pxl-icon {
  opacity: 1;
  -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%);
}
.pxl-instagram-carousel .item-inner .pxl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -khtml-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-transition: all 0.3s ease 0.1s;
  -khtml-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
@media (max-width: 1199px) {
  .pxl-instagram-carousel .item-inner .pxl-icon {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pxl-instagram-carousel .item-inner .pxl-icon {
    font-size: 24px;
  }
}
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-prev {
  left: -60px;
}
@media (max-width: 1399px) {
  .pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-prev {
    left: 0;
  }
}
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-next {
  right: -60px;
}
@media (max-width: 1399px) {
  .pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-next {
    right: 0;
  }
}
.pxl-sliders-wrap {
  position: relative;
  height: 100%;
}
.pxl-sliders-wrap:not(.pxl-swiper-initialized) .pxl-slider-wrapper {
  visibility: hidden;
}
.pxl-slider-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.pxl-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pxl-slider-item > div {
  width: 100%;
}
.pxl-slider-item .pxl-slide-bg {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pxl-slider-item .pxl-btn {
  position: relative;
  z-index: 1;
}
.pxl-slider-item .pxl-elementor-animate {
  visibility: hidden;
}
.pxl-slider-item .pxl-elementor-animate.animated {
  visibility: visible;
}
.effect-fade .pxl-slider-item:not(.swiper-slide-active) {
  z-index: -1;
}
.effect-fade .pxl-slider-item.swiper-slide-active {
  z-index: 1;
}
.pxl-slide-bg {
  background-image: var(--slide-bg-lazy);
}
.pxl-slider-container:hover .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-prev, .pxl-slider-container:focus .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-prev {
  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-slider-container:hover .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-next, .pxl-slider-container:focus .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-next {
  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-slider-arrow-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.pxl-slider-arrow-wrap > * {
  max-width: 100%;
}
.pxl-slider-arrow-wrap.pos-absolute.wrap {
  position: absolute;
}
.pxl-slider-arrow-wrap.pos-absolute.separate .pxl-slider-arrow-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pxl-slider-arrow-wrap.pos-absolute.separate .pxl-slider-arrow-next {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pxl-slider-arrow-wrap.pos-df {
  margin-top: 30px;
}
.pxl-slider-arrow-wrap.pos-df.wrap {
  justify-content: center;
}
.pxl-slider-arrow-wrap.separate {
  margin-top: 0;
  justify-content: space-between;
}
.pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-prev {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-next {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.pxl-slider-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.pxl-slider-arrow > * {
  max-width: 100%;
}
.pxl-slider-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-slider-arrow .arrow-text {
  font-size: 16px;
  position: relative;
}
.pxl-slider-arrow .pxl-icon {
  font-size: 25px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1199px) {
  .pxl-slider-arrow .pxl-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pxl-slider-arrow .pxl-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.pxl-slider-arrow .pxl-icon svg {
  width: 1em;
  height: 1em;
  -webkit-transition: fill 0.3s ease;
  -khtml-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.pxl-slider-arrow .pxl-icon svg path {
  -webkit-transition: fill 0.3s ease;
  -khtml-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.pxl-slider-dots.style-bullets {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  column-gap: 10px;
  margin: 0 2px;
}
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-slider-dots.style-bullets .pxl-slider-pagination-bullet:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #cccccc;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-slider-dots.style-bullets .pxl-slider-pagination-bullet:hover, .pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
  box-shadow: 0px 0px 0px 1px var(--primary-color);
}
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet:hover:before, .pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
  background: var(--primary-color);
}
.pxl-slider-dots.style-bullets-number {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
  color: #fff;
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet {
  flex: 0 0 auto;
  width: auto;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0px 10px;
  -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;
}
@media (max-width: 575px) {
  .pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet {
    margin: 0 8px;
  }
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
  padding-right: 110px;
}
@media (max-width: 767px) {
  .pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
    padding-right: 90px;
  }
}
@media (max-width: 575px) {
  .pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
    padding-right: 70px;
  }
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
  width: 90px;
  -webkit-transition: all 0.3s ease 0.2s;
  -khtml-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
@media (max-width: 767px) {
  .pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
    width: 50px;
  }
}
.pxl-slide-item-wrap.full-screen {
  height: 100vh;
}
.pxl-slide-item-wrap.full-screen .slide-content-wrap > div {
  height: 100vh;
}
.nunito-font {
  font-family: "Nunito", Sans-serif;
}
.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.col2-set .col-1, .col2-set .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 769px) {
  .col2-set .col-1, .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.shop-toolbars {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .shop-toolbars {
    margin-bottom: 30px;
  }
}
.shop-toolbars > .row {
  position: relative;
}
.shop-toolbars .pxl-view-layout {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.shop-toolbars .pxl-view-layout li {
  display: inline-flex;
}
.shop-toolbars .pxl-view-layout a {
  font-size: 16px;
  line-height: 1;
  color: var(--second-color);
  width: 46px;
  height: 46px;
  background: var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shop-toolbars .pxl-view-layout a svg {
  width: 1em;
  height: 1em;
  fill: var(--second-color);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.shop-toolbars .pxl-view-layout a:hover {
  color: #fff;
}
.shop-toolbars .pxl-view-layout a:hover svg {
  fill: #fff;
}
.shop-toolbars .pxl-view-layout .active a {
  color: #fff;
}
.shop-toolbars .pxl-view-layout .active a svg {
  fill: #fff;
}
.shop-toolbars .number-result {
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
}
@media (max-width: 575px) {
  .shop-toolbars .number-result {
    margin-bottom: 20px;
  }
}
.shop-toolbars .pxl-toolbar-ordering {
  position: relative;
}
.shop-toolbars .pxl-toolbar-ordering form {
  min-width: 235px;
}
.products.columns-1 > li.product {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}
.products.columns-2 > li.product {
  max-width: 50%;
  width: 50%;
  flex: 0 0 50%;
}
.products.columns-3 > li.product {
  max-width: 33.3333%;
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
.products.columns-4 > li.product {
  max-width: 25%;
  width: 25%;
  flex: 0 0 25%;
}
.products.columns-5 > li.product {
  max-width: 20%;
  width: 20%;
  flex: 0 0 20%;
}
.products.columns-6 > li.product {
  max-width: 16.6666%;
  width: 16.6666%;
  flex: 0 0 16.6666%;
}
@media (max-width: 1599px) {
  .products.columns-5s > li.product {
    max-width: 25%;
    width: 25%;
    flex: 0 0 25%;
  }
  .products.columns-6 > li.product {
    max-width: 25%;
    width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1199px) {
  .products.columns-4 > li.product {
    max-width: 33.3333%;
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .products.columns-5 > li.product {
    max-width: 33.3333%;
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .products.columns-6 > li.product {
    max-width: 33.3333%;
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 991px) {
  .products.columns-3 > li.product {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }
  .products.columns-4 > li.product {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }
  .products.columns-5 > li.product {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }
  .products.columns-6 > li.product {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .products.columns-2 > li.product, .products.columns-3 > li.product, .products.columns-4 > li.product, .products.columns-5 > li.product, .products.columns-6 > li.product {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .products.columns-2 > li.product, .products.columns-3 > li.product, .products.columns-4 > li.product, .products.columns-5 > li.product, .products.columns-6 > li.product {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
}
.pxl-myaccount-login-reg-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  position: relative;
  text-align: center;
  line-height: 14px;
  margin-right: 13px;
}
.pxl-myaccount-login-reg-form input[type="checkbox"]:after {
  content: "";
  font-family: "pxli";
  font-size: 10px;
  color: #fff;
  opacity: 0;
}
.pxl-myaccount-login-reg-form input[type="checkbox"]:checked[type=checkbox] {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-myaccount-login-reg-form input[type="checkbox"]:checked[type=checkbox]:after {
  opacity: 1;
}
.pxl-myaccount-login-reg-form .pxl-login-form {
  width: 100%;
  max-width: 570px;
  padding: 40px 50px 65px;
  border: 1px solid #d0d0d0;
  display: none;
}
@media (max-width: 575px) {
  .pxl-myaccount-login-reg-form .pxl-login-form {
    padding: 30px 20px 35px;
  }
}
.pxl-myaccount-login-reg-form .pxl-login-form.active {
  display: block;
}
.pxl-myaccount-login-reg-form .pxl-login-form h3 {
  font-size: 30px;
  margin-bottom: 68px;
}
.pxl-myaccount-login-reg-form .pxl-login-form .form-actions .button {
  height: 50px;
}
.pxl-myaccount-login-reg-form .pxl-login-form .form-actions a.create-acc {
  margin-top: 15px;
  width: 100%;
}
.pxl-myaccount-login-reg-form .pxl-register-form {
  display: none;
  width: 100%;
  max-width: 570px;
  padding: 40px 50px 65px;
  border: 1px solid #d0d0d0;
  display: none;
}
@media (max-width: 575px) {
  .pxl-myaccount-login-reg-form .pxl-register-form {
    padding: 30px 20px 35px;
  }
}
.pxl-myaccount-login-reg-form .pxl-register-form.active {
  display: block;
}
.pxl-myaccount-login-reg-form .pxl-register-form h3 {
  font-size: 30px;
  margin-bottom: 68px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .form-actions .button {
  width: 100%;
  height: 50px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .form-actions a.btn-login {
  margin-top: 15px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-privacy-policy-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.015em;
  margin-top: 35px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-privacy-policy-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-password-strength {
  margin-top: 8px;
  color: #d62a28;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-password-hint {
  color: #cf8207;
  line-height: 24px;
  display: block;
}
.pxl-wc-account-wrap .wc-account-nav {
  border: 1px solid #d0d0d0;
}
.pxl-wc-account-wrap .avatar-wrap {
  padding: 30px 20px 30px 20px;
}
.pxl-wc-account-wrap .avatar-wrap .profile-preview {
  display: inline-block;
  width: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
  box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
}
.pxl-wc-account-wrap .avatar-wrap .hello {
  font-size: 14px;
}
.pxl-wc-account-wrap .avatar-wrap .full-name {
  font-size: 20px;
  margin-top: 3px;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation li {
  margin: -1px -1px 0;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #d0d0d0;
  color: inherit;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation .is-active a, .pxl-wc-account-wrap .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: var(--heading-color);
  border-top-color: var(--heading-color);
}
@media (max-width: 991px) {
  .pxl-wc-account-wrap .woocommerce-MyAccount-content {
    margin-top: 80px;
  }
}
.pxl-wc-account-wrap .wc-account-content {
  font-size: 16px;
}
.pxl-wc-account-wrap .wc-account-content strong {
  color: var(--heading-color);
}
.pxl-wc-account-wrap .wc-account-content h3 {
  font-size: 20px;
}
.pxl-wc-account-wrap .wc-account-content table {
  border-radius: 0;
}
@media (max-width: 767px) {
  .pxl-wc-account-wrap .wc-account-content table {
    font-size: 14px;
  }
}
.pxl-wc-account-wrap .wc-account-content table th, .pxl-wc-account-wrap .wc-account-content table td {
  padding: 8px 15px;
  border-color: #d0d0d0;
}
.pxl-wc-account-wrap .wc-account-content table th {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pxl-wc-account-wrap .wc-account-content table button, .pxl-wc-account-wrap .wc-account-content table .button {
  padding: 10px 20px 10px 20px;
  width: 100%;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-customer-details {
  margin-top: 50px;
}
.pxl-wc-account-wrap .wc-account-content address {
  font-style: normal;
}
.pxl-wc-account-wrap .wc-account-content .form-row {
  margin-bottom: 20px;
}
.pxl-wc-account-wrap .wc-account-content input[type="text"], .pxl-wc-account-wrap .wc-account-content input[type="email"], .pxl-wc-account-wrap .wc-account-content input[type="url"], .pxl-wc-account-wrap .wc-account-content input[type="password"], .pxl-wc-account-wrap .wc-account-content input[type="search"], .pxl-wc-account-wrap .wc-account-content input[type="tel"], .pxl-wc-account-wrap .wc-account-content input[type="number"], .pxl-wc-account-wrap .wc-account-content input[type="range"], .pxl-wc-account-wrap .wc-account-content input[type="date"], .pxl-wc-account-wrap .wc-account-content input[type="month"], .pxl-wc-account-wrap .wc-account-content input[type="week"], .pxl-wc-account-wrap .wc-account-content input[type="time"], .pxl-wc-account-wrap .wc-account-content input[type="datetime"], .pxl-wc-account-wrap .wc-account-content input[type="datetime-local"], .pxl-wc-account-wrap .wc-account-content input[type="color"], .pxl-wc-account-wrap .wc-account-content select, .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single {
  height: 55px;
}
.pxl-wc-account-wrap .wc-account-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  color: #707070;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: transparent;
  border-bottom-color: #000;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  top: 0;
  right: 15px;
  width: 15px;
  line-height: 55px;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  font-size: 14px;
  font-family: "pxli";
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media (max-width: 575px) {
  .pxl-wc-account-wrap .wc-account-content .woocommerce-orders-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address .woocommerce-Address-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address h2, .pxl-wc-account-wrap .wc-account-content .woocommerce-Address h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address a.edit {
  color: #707070;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address a.edit:hover {
  color: #000;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-address-fields button[type="submit"] {
  margin-top: 30px;
  width: 100%;
}
.pxl-wc-account-wrap .wc-account-content .edit-account button[type="submit"] {
  margin-top: 30px;
  width: 100%;
}
.pxl-wc-account-wrap .wc-account-content .edit-account fieldset {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .pxl-wc-account-wrap .wc-account-content .woosc_list {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .tr-image img {
  width: 70px;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .tr-content {
  display: none;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .added_to_cart, .pxl-wc-account-wrap .wc-account-content .woosc_list button, .pxl-wc-account-wrap .wc-account-content .woosc_list .button {
  padding: 12px 35px 12px 35px;
  display: block;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .pxl-add-to-cart.added {
  display: none;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .th-placeholder, .pxl-wc-account-wrap .wc-account-content .woosc_list .td-placeholder {
  display: none;
}
@media (max-width: 575px) {
  .pxl-wc-account-wrap .wc-account-content .woosw-list {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.pxl-wc-account-wrap .wc-account-content .woosw-list table.woosw-items tr th, .pxl-wc-account-wrap .wc-account-content .woosw-list table.woosw-items td {
  padding: 8px 15px;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .woosw-item--image img {
  width: 70px;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .added_to_cart, .pxl-wc-account-wrap .wc-account-content .woosw-list button, .pxl-wc-account-wrap .wc-account-content .woosw-list .button {
  padding: 12px 35px 12px 35px;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .pxl-add-to-cart.added {
  display: none;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .woosw-actions {
  display: none;
}
.woocommerce-form-login .form-fields + .form-fields, .woocommerce-form-register .form-fields + .form-fields, .pxl-wc-account-wrap .form-fields + .form-fields {
  margin-top: 30px;
}
.woocommerce-form-login .input-text, .woocommerce-form-register .input-text, .pxl-wc-account-wrap .input-text {
  font-size: 16px;
  height: 55px;
}
.woocommerce-form-login .input-text::-webkit-input-placeholder, .woocommerce-form-register .input-text::-webkit-input-placeholder, .pxl-wc-account-wrap .input-text::-webkit-input-placeholder {
  font-size: 16px;
}
.woocommerce-form-login .input-text:-moz-placeholder, .woocommerce-form-register .input-text:-moz-placeholder, .pxl-wc-account-wrap .input-text:-moz-placeholder {
  font-size: 16px;
}
.woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-form-register .input-text::-moz-placeholder, .pxl-wc-account-wrap .input-text::-moz-placeholder {
  font-size: 16px;
}
.woocommerce-form-login .input-text:-ms-input-placeholder, .woocommerce-form-register .input-text:-ms-input-placeholder, .pxl-wc-account-wrap .input-text:-ms-input-placeholder {
  font-size: 16px;
}
.woocommerce-form-login .password-input, .woocommerce-form-register .password-input, .pxl-wc-account-wrap .password-input {
  position: relative;
  display: block;
}
.woocommerce-form-login .show-password-input, .woocommerce-form-register .show-password-input, .pxl-wc-account-wrap .show-password-input {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 18px;
  color: #707070;
  display: inline-block;
  line-height: 55px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  -khtml-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.woocommerce-form-login .show-password-input:before, .woocommerce-form-register .show-password-input:before, .pxl-wc-account-wrap .show-password-input:before {
  content: "";
  font-family: "pxli";
}
.woocommerce-form-login .show-password-input:hover, .woocommerce-form-register .show-password-input:hover, .pxl-wc-account-wrap .show-password-input:hover {
  color: #000;
}
.woocommerce-form-login .form-actions, .woocommerce-form-register .form-actions, .pxl-wc-account-wrap .form-actions {
  margin-top: 47px;
}
.woocommerce-form-login .remember-forgot, .woocommerce-form-register .remember-forgot, .pxl-wc-account-wrap .remember-forgot {
  margin-bottom: 42px;
}
.woocommerce-form-login .remember-forgot label, .woocommerce-form-register .remember-forgot label, .pxl-wc-account-wrap .remember-forgot label {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.015em;
  margin: 0;
}
.woocommerce-form-login .remember-forgot .lost_password a, .woocommerce-form-register .remember-forgot .lost_password a, .pxl-wc-account-wrap .remember-forgot .lost_password a {
  color: #0099cc;
  font-size: 14px;
}
.woocommerce-form-login .remember-forgot .lost_password a:hover, .woocommerce-form-register .remember-forgot .lost_password a:hover, .pxl-wc-account-wrap .remember-forgot .lost_password a:hover {
  color: var(--link-color);
}
.woocommerce-form-login button[type="submit"], .woocommerce-form-register button[type="submit"], .pxl-wc-account-wrap button[type="submit"] {
  width: 100%;
  padding: 14px 35px 14px 35px;
}
.error-tooltip {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  pointer-events: none;
  display: inline-block;
  color: #fff;
  padding: 8px 10px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  background: #fe2724;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.error-tooltip:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
  margin-bottom: 0;
  left: 12px;
  transition: 0.3s;
  border-bottom-color: #fe2724;
  top: -12px;
  bottom: auto;
}
.pxl-ttip {
  position: relative;
  display: inline-block;
}
.pxl-ttip:hover .tt-txt {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.tt-txt {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
}
.tt-txt:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
  margin-bottom: 0;
  left: calc(50% - 6px);
  top: auto;
  bottom: -12px;
  transition: 0.3s;
}
.pxl-ttip .tt-txt {
  position: absolute;
  pointer-events: none;
  display: inline-block;
  background: #1b1b1b;
  color: #fff;
  padding: 8px 10px 8px 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  background: #1b1b1b;
  z-index: 1000000;
  pointer-events: none;
  -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: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.tt_top .tt-txt, .tt-top .tt-txt {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tt_top .tt-txt:before, .tt-top .tt-txt:before {
  border-top-color: #1b1b1b;
}
.tt_top:hover .tt-txt, .tt-top:hover .tt-txt {
  -webkit-transform: translate(-50%, -8px);
  -khtml-transform: translate(-50%, -8px);
  -moz-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  -o-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
.tt-top-left .tt-txt, .tt-top-right .tt-txt {
  bottom: 100%;
  left: 50%;
}
.tt-top-left .tt-txt:before, .tt-top-right .tt-txt:before {
  border-top-color: #1b1b1b;
}
.tt-top-left:hover .tt-txt, .tt-top-right:hover .tt-txt {
  -webkit-transform: translate(0, -8px);
  -khtml-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.tt-top-left .tt-txt {
  -webkit-transform: translate(-100%, 0);
  -khtml-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-left: 12px;
}
.tt-top-left .tt-txt:before {
  left: auto;
  right: 6px;
}
.tt-top-left:hover .tt-txt {
  -webkit-transform: translate(-100%, -8px);
  -khtml-transform: translate(-100%, -8px);
  -moz-transform: translate(-100%, -8px);
  -ms-transform: translate(-100%, -8px);
  -o-transform: translate(-100%, -8px);
  transform: translate(-100%, -8px);
}
.tt-top-right .tt-txt {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-left: -12px;
}
.tt-top-right .tt-txt:before {
  left: 6px;
  right: auto;
}
.tt-top-right:hover .tt-txt {
  -webkit-transform: translate(0, -8px);
  -khtml-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.tt-left .tt-txt {
  left: auto;
  right: 100%;
  bottom: 50%;
  margin-bottom: -14px;
}
.tt-left .tt-txt:before {
  border-left-color: #1b1b1b;
  margin-right: -11px;
  margin-bottom: -6px;
  right: 0;
  bottom: 50%;
  left: auto;
}
.tt-left:hover .tt-txt {
  -webkit-transform: translate(-8px, 0);
  -khtml-transform: translate(-8px, 0);
  -moz-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  -o-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}
.tt-right .tt-txt {
  left: 100%;
  bottom: 50%;
  margin-bottom: -14px;
}
.tt-right .tt-txt:before {
  border-right-color: #1b1b1b;
  margin-left: -11px;
  margin-bottom: -6px;
  left: 0;
  bottom: 50%;
}
.tt-right:hover .tt-txt {
  -webkit-transform: translate(8px, 0);
  -khtml-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0);
}
.tt-bottom .tt-txt {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tt-bottom .tt-txt:before {
  border-bottom-color: #1b1b1b;
  top: -12px;
  bottom: auto;
}
.tt-bottom:hover .tt-txt {
  -webkit-transform: translate(-50%, 8px);
  -khtml-transform: translate(-50%, 8px);
  -moz-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  -o-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
}
.tt-bottom-left .tt-txt, .tt-bottom-right .tt-txt {
  top: 100%;
  left: 50%;
}
.tt-bottom-left .tt-txt:before, .tt-bottom-right .tt-txt:before {
  border-bottom-color: #1b1b1b;
  top: -12px;
  bottom: auto;
}
.tt-bottom-left:hover .tt-txt, .tt-bottom-right:hover .tt-txt {
  -webkit-transform: translate(0, 8px);
  -khtml-transform: translate(0, 8px);
  -moz-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  -o-transform: translate(0, 8px);
  transform: translate(0, 8px);
}
.tt-bottom-left .tt-txt {
  -webkit-transform: translate(-100%, 100%);
  -khtml-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  -o-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  margin-left: 12px;
}
.tt-bottom-left .tt-txt:before {
  left: auto;
  right: 6px;
}
.tt-bottom-left:hover .tt-txt {
  -webkit-transform: translate(-100%, 8px);
  -khtml-transform: translate(-100%, 8px);
  -moz-transform: translate(-100%, 8px);
  -ms-transform: translate(-100%, 8px);
  -o-transform: translate(-100%, 8px);
  transform: translate(-100%, 8px);
}
.tt-bottom-right .tt-txt {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-left: -12px;
}
.tt-bottom-right .tt-txt:before {
  left: 6px;
  right: auto;
}
.tt-bottom-right:hover .tt-txt {
  -webkit-transform: translate(0, 8px);
  -khtml-transform: translate(0, 8px);
  -moz-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  -o-transform: translate(0, 8px);
  transform: translate(0, 8px);
}
.field-checkbox .pu-error .tt-text {
  left: 0;
  right: auto;
}
.field-checkbox .pu-error .tt-text:before {
  left: 0;
  right: auto;
}
.checkout-payment .form-field {
  position: relative;
}
.checkout-payment .form-field .pu-error {
  position: absolute;
  bottom: 7px;
  left: auto;
  right: 10px;
}
.checkout-payment .form-field .pu-error .tt-text {
  min-width: 200px;
}
.pxl-cursor-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  transform-origin: center;
  color: #000;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s linear, opacity 0.2s linear;
  display: inline-block;
}
@media (max-width: 575px) {
  .pxl-cursor-icon {
    width: 18px;
    height: 18px;
    font-size: 17px;
  }
}
.pxl-cursor-icon .pxl-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.pxl-cursor-icon .pxl-icon:before, .pxl-cursor-icon .pxl-icon:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: var(--second-color);
  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;
}
.pxl-cursor-icon .pxl-icon: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-cursor-icon .pxl-icon: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-cursor-icon.active {
  position: fixed !important;
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-cursor-icon.hide {
  display: none;
}
.pxl-page-overlay .pxl-cursor-icon .pxl-icon:before, .pxl-page-overlay .pxl-cursor-icon .pxl-icon:after {
  background-color: #fff;
}
.pxl-hidden-template .pxl-cursor-icon .pxl-icon:before, .pxl-hidden-template .pxl-cursor-icon .pxl-icon:after {
  background-color: #fff;
}
.cursor-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1199px) {
  .cursor-img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .cursor-img {
    width: 80px;
    height: 80px;
  }
}
.cursor-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.cursor-media.active {
  opacity: 0.8;
}
.pxl-archive-post:not(.sticky) .pxli-thumbtack {
  display: none;
}
body:not(.theme-core) .post-tags-share {
  justify-content: flex-start;
}
body:not(.theme-core) .single-next-prev-nav .nav-label-wrap {
  margin-bottom: 0;
}
body:not(.theme-core) .single-next-prev-nav .nav-title-wrap {
  display: none;
}
body:not(.theme-core) th {
  font-weight: 500;
}
body:not(.theme-core) .pxl-archive-post .post-category {
  display: none;
}
body:not(.theme-core) .single-post .post-featured img {
  width: auto;
}
.post-password-form {
  position: relative;
}
.post-password-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pxl-sidebar-area .wp-block-latest-comments li {
  margin-bottom: 13px;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-cover {
  color: #fff;
}
.single-post p[class], .single-post p[style] {
  line-height: normal;
  clear: both;
  overflow: hidden;
}
[class*="wp-block-"]:first-child {
  margin-top: 0;
}
[class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.wp-block-pages-list__item {
  margin-bottom: 0;
}
.pxl-sidebar-area [class*="wp-block-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.pxl-sidebar-area [class*="wp-block-"]:first-child {
  margin-top: 0;
}
.pxl-sidebar-area [class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
  line-height: var(--body-line-height);
}
.pxl-sidebar-area .widget_block h2 {
  margin-bottom: 25px;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.wp-block-group.has-background {
  padding: 15px 20px;
}
.wp-block-group .wp-block-button + * {
  padding-top: 15px;
}
.wp-block-rss {
  list-style: none;
}
.wp-block-table .has-fixed-layout {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.blocks-gallery-caption {
  margin-bottom: 30px;
}
.wp-caption.alignright {
  margin-bottom: 0 !important;
}
.wp-block-quote br {
  display: none;
}
.pxl-sidebar-area .wp-block-latest-comments li {
  padding: 6px 0;
  font-size: 16px;
}
.pxl-sidebar-area .wp-block-latest-comments li:first-child {
  padding-top: 10px;
}
.pxl-sidebar-area .wp-block-latest-comments .wp-block-latest-comments__comment-author {
  position: relative;
  padding-left: 24px;
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: 500;
}
.pxl-sidebar-area .wp-block-latest-comments .wp-block-latest-comments__comment-author:before {
  content: "";
  font-family: "pxli";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}
.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
  padding-top: 0;
  padding-bottom: 0;
}
.widget_block.widget_search {
  border: 0;
  padding: 0;
}
.wp-block-search__label {
  display: none;
}
.wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  padding-right: 50px;
  background-color: transparent;
  border-color: #DCDCDC;
  height: 54px;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 43px;
  height: 52px;
  line-height: 1;
  background-color: transparent;
  border-color: transparent;
  color: #929292;
  border-radius: 0;
  font-size: 0;
  -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;
}
[dir="rtl"] .wp-block-search__inside-wrapper .wp-block-search__button {
  right: auto;
  left: 6px;
}
.wp-block-search__inside-wrapper .wp-block-search__button:not(.has-icon):before {
  content: "";
  font-size: 16px;
  display: inline-block;
  line-height: 43px;
  font-family: "pxli" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search__inside-wrapper .wp-block-search__button:active {
  color: var(--primary-color);
}
.wp-block-search__inside-wrapper:hover .wp-block-search__button, .wp-block-search__inside-wrapper:focus .wp-block-search__button, .wp-block-search__inside-wrapper:active .wp-block-search__button {
  color: var(--primary-color);
}
ul.wp-block-archives {
  list-style: none;
}
blockquote a, .wp-block-quote a {
  color: var(--second-color);
}
blockquote a:hover, .wp-block-quote a:hover {
  color: #fff;
}
.wp-block-latest-posts__list ul {
  margin: 0;
}
.wp-block-latest-posts__list li > a {
  padding: 4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-family: var(--heading-font-family);
  font-size: 16px;
  line-height: 24px;
}
.wp-block-archives-list, .wp-block-categories-list, .wp-block-page-list {
  list-style: none;
}
.wp-block-archives-list ul, .wp-block-categories-list ul, .wp-block-page-list ul {
  list-style: none;
}
.wp-block-archives-list > li a, .wp-block-categories-list > li a, .wp-block-page-list > li a {
  font-family: var(--heading-font-family);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 3px 0 3px 0;
  text-transform: capitalize;
}
.wp-block-archives-list > li a:before, .wp-block-categories-list > li a:before, .wp-block-page-list > li a:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--primary-color);
  transition: all 350ms linear 0s;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.wp-block-archives-list > li a > .count, .wp-block-categories-list > li a > .count, .wp-block-page-list > li a > .count {
  margin-left: 8px;
  font-family: var(--body-font-family);
  letter-spacing: 0.1em;
}
.wp-block-archives-list > li a:hover, .wp-block-categories-list > li a:hover, .wp-block-page-list > li a:hover {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  color: var(--primary-color);
}
.wp-block-archives-list > li a:hover:before, .wp-block-categories-list > li a:hover:before, .wp-block-page-list > li a:hover:before {
  animation: flickerAnimation 0.75s infinite;
}
.wp-block-archives-list > li:first-child, .wp-block-categories-list > li:first-child, .wp-block-page-list > li:first-child {
  padding-top: 0;
}
.wp-block-archives-list > li:last-child, .wp-block-categories-list > li:last-child, .wp-block-page-list > li:last-child {
  padding-bottom: 0;
}
.wp-block-table thead {
  border-bottom: 0;
}
.wp-block-table tfoot {
  border-top: 0;
}
.post-password-form input[type="password"] {
  height: 55px;
}
.pu-login-form .pu-form-heading {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .pu-login-form .pu-form-heading {
    margin-bottom: 30px;
  }
}
.pu-login-form .form-title {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .pu-login-form .form-title {
    margin-bottom: 8px;
  }
}
.pu-login-form .form-desc {
  font-size: 18px;
}
.pu-login-form .pu-form-item {
  margin-bottom: 24px;
}
.pu-login-form .pu-form-item input {
  padding-left: 48px;
}
.pu-login-form label {
  color: var(--heading-color);
}
.pu-login-form label.lbl {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.pu-login-form .remember-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.pu-login-form .remember-wrap > * {
  max-width: 100%;
}
.pu-login-form .pu-button-action {
  margin-bottom: 24px;
}
.pu-login-form .pu-button-action .pxl-btn {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--heading-font-family);
  padding: 18px 30px;
}
@media (max-width: 575px) {
  .pu-login-form .pu-button-action .pxl-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 30px;
  }
}
.pu-login-form .pu-button-action .pxl-btn:hover {
  background-color: var(--heading-color);
}
.pu-login-form button[type="submit"] {
  display: block;
  width: 100%;
}
.pu-login-form button[type="submit"]:hover, .pu-login-form button[type="submit"]:focus, .pu-login-form button[type="submit"]:active {
  background-color: var(--primary-color);
  color: #fff;
}
.pu-login-form .lost_password a {
  color: var(--primary-color);
}
.pu-login-form .lost_password a:hover {
  color: var(--link-color-hover);
}
.pu-login-form .forget-link-form {
  text-align: center;
}
.pu-login-form .forget-link-form a {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: var(--primary-color);
  position: relative;
}
.pu-login-form .forget-link-form a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: var(--link-color-hover);
  -webkit-transform: translateX(-50%) scale(0);
  -khtml-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 300ms linear;
  -khtml-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pu-login-form .forget-link-form a:hover:after {
  width: 100%;
  -webkit-transform: translateX(-50%) scale(1);
  -khtml-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.pu-login-form .pu-link-form {
  color: var(--heading-color);
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.pu-login-form .pu-link-form a {
  color: var(--link-color-hover);
  position: relative;
}
.pu-login-form .pu-link-form a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--link-color-hover);
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -khtml-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
  -khtml-transition: transform 0.3s linear, opacity 0.3s linear;
  -moz-transition: transform 0.3s linear, opacity 0.3s linear;
  -ms-transition: transform 0.3s linear, opacity 0.3s linear;
  -o-transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.pu-login-form .pu-link-form a:hover:after {
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
  -khtml-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.pu-login-form .username-input-group {
  position: relative;
  display: block;
}
.pu-login-form .username-input-group::before {
  content: "";
}
.pu-login-form .password-input-group::before {
  content: "";
}
.pu-login-form .username-input-group::before, .pu-login-form .password-input-group::before {
  font-family: "pxli";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #929292;
  z-index: 1;
}
.pu-login-form .username-input-group:hover::before, .pu-login-form .username-input-group:focus::before, .pu-login-form .password-input-group:hover::before, .pu-login-form .password-input-group:focus::before {
  color: var(--primary-color);
}
.pu-reg-form .pu-form-heading {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .pu-reg-form .pu-form-heading {
    margin-bottom: 30px;
  }
}
.pu-reg-form .form-title {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .pu-reg-form .form-title {
    margin-bottom: 8px;
  }
}
.pu-reg-form .form-desc {
  font-size: 18px;
}
.pu-reg-form .pu-form-item {
  margin-bottom: 23px;
}
.pu-reg-form label {
  color: var(--heading-color);
}
.pu-reg-form label.lbl {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.pu-reg-form .privacy_policy a {
  margin-left: 4px;
  margin-right: 4px;
  color: var(--link-color-hover);
}
.pu-reg-form .privacy_policy a:hover {
  color: var(--link-color);
}
.pu-reg-form .pu-button-action {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .pu-reg-form .pu-button-action {
    margin-bottom: 30px;
  }
}
.pu-reg-form button[type="submit"] {
  display: block;
  width: 100%;
}
.pu-reg-form button[type="submit"]:hover, .pu-reg-form button[type="submit"]:focus, .pu-reg-form button[type="submit"]:active {
  background-color: var(--primary-color);
  color: #fff;
}
.pu-reg-form .pu-link-form {
  color: var(--heading-color);
}
.pu-reg-form .pu-link-form a {
  color: var(--link-color-hover);
  position: relative;
}
.pu-reg-form .pu-link-form a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--link-color-hover);
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -khtml-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
  -khtml-transition: transform 0.3s linear, opacity 0.3s linear;
  -moz-transition: transform 0.3s linear, opacity 0.3s linear;
  -ms-transition: transform 0.3s linear, opacity 0.3s linear;
  -o-transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.pu-reg-form .pu-link-form a:hover:after {
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
  -khtml-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.pxl-frontend-form button[type="submit"] {
  min-width: 186px;
  -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;
}
.pxl-frontend-form button[type="submit"] .btn-text {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
.pxl-frontend-form button[type="submit"] .pxli-spinner {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.pxl-frontend-form button[type="submit"].loading .btn-text {
  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-frontend-form button[type="submit"].loading .pxli-spinner {
  font-size: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 1s infinite linear;
  -khtml-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.pxl-frontend-form button[type="submit"]:hover {
  background-color: var(--heading-color);
}
.pxl-frontend-form .pxl-btn {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--heading-font-family);
  padding: 18px 30px;
}
@media (max-width: 575px) {
  .pxl-frontend-form .pxl-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 30px;
  }
}
.pu-error {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.pu-error .tt-text {
  position: absolute;
  top: 7px;
  right: 0;
  pointer-events: none;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 1.5;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #e15a58;
}
.pu-error .tt-text:before {
  content: "";
  position: absolute;
  background: 0 0;
  z-index: 1000001;
  margin-bottom: 0;
  top: auto;
  left: auto;
  right: 6px;
  top: -12px;
  bottom: auto;
  transition: 0.3s;
  border-bottom-color: #e15a58;
}
.field-checkbox .pu-error .tt-text {
  left: 0;
  right: auto;
}
.field-checkbox .pu-error .tt-text:before {
  left: 0;
  right: auto;
}
.pu-password-strength.short {
  color: #ff030b;
}
.pu-password-strength.bad {
  color: #ff9800;
}
.pu-password-strength.good {
  color: #b0c017;
}
.pu-password-strength.strong {
  color: #5ed640;
}
.pu-password-hint {
  font-size: 13px;
  color: #ff030b;
}
.pxl-login-reg-form .pxl-login-form {
  display: none;
}
.pxl-login-reg-form .pxl-login-form.active {
  display: block;
}
.pxl-login-reg-form .pxl-register-form {
  display: none;
}
.pxl-login-reg-form .pxl-register-form.active {
  display: block;
}
.gx-0 {
  column-gap: 0px;
}
.gy-0 {
  row-gap: 0px;
}
.row.gx-0 {
  --bs-gutter-x: 0px;
  column-gap: 0;
}
.row.gy-0 {
  --bs-gutter-y: 0px;
  row-gap: 0;
}
.gx-5 {
  column-gap: 5px;
}
.gy-5 {
  row-gap: 5px;
}
.row.gx-5 {
  --bs-gutter-x: 5px;
  column-gap: 0;
}
.row.gy-5 {
  --bs-gutter-y: 5px;
  row-gap: 0;
}
.gx-8 {
  column-gap: 8px;
}
.gy-8 {
  row-gap: 8px;
}
.row.gx-8 {
  --bs-gutter-x: 8px;
  column-gap: 0;
}
.row.gy-8 {
  --bs-gutter-y: 8px;
  row-gap: 0;
}
.gx-10 {
  column-gap: 10px;
}
.gy-10 {
  row-gap: 10px;
}
.row.gx-10 {
  --bs-gutter-x: 10px;
  column-gap: 0;
}
.row.gy-10 {
  --bs-gutter-y: 10px;
  row-gap: 0;
}
.gx-12 {
  column-gap: 12px;
}
.gy-12 {
  row-gap: 12px;
}
.row.gx-12 {
  --bs-gutter-x: 12px;
  column-gap: 0;
}
.row.gy-12 {
  --bs-gutter-y: 12px;
  row-gap: 0;
}
.gx-15 {
  column-gap: 15px;
}
.gy-15 {
  row-gap: 15px;
}
.row.gx-15 {
  --bs-gutter-x: 15px;
  column-gap: 0;
}
.row.gy-15 {
  --bs-gutter-y: 15px;
  row-gap: 0;
}
.gx-16 {
  column-gap: 16px;
}
.gy-16 {
  row-gap: 16px;
}
.row.gx-16 {
  --bs-gutter-x: 16px;
  column-gap: 0;
}
.row.gy-16 {
  --bs-gutter-y: 16px;
  row-gap: 0;
}
.gx-20 {
  column-gap: 20px;
}
.gy-20 {
  row-gap: 20px;
}
.row.gx-20 {
  --bs-gutter-x: 20px;
  column-gap: 0;
}
.row.gy-20 {
  --bs-gutter-y: 20px;
  row-gap: 0;
}
.gx-24 {
  column-gap: 24px;
}
.gy-24 {
  row-gap: 24px;
}
.row.gx-24 {
  --bs-gutter-x: 24px;
  column-gap: 0;
}
.row.gy-24 {
  --bs-gutter-y: 24px;
  row-gap: 0;
}
.gx-25 {
  column-gap: 25px;
}
.gy-25 {
  row-gap: 25px;
}
.row.gx-25 {
  --bs-gutter-x: 25px;
  column-gap: 0;
}
.row.gy-25 {
  --bs-gutter-y: 25px;
  row-gap: 0;
}
.gx-30 {
  column-gap: 30px;
}
.gy-30 {
  row-gap: 30px;
}
.row.gx-30 {
  --bs-gutter-x: 30px;
  column-gap: 0;
}
.row.gy-30 {
  --bs-gutter-y: 30px;
  row-gap: 0;
}
.gx-40 {
  column-gap: 40px;
}
.gy-40 {
  row-gap: 40px;
}
.row.gx-40 {
  --bs-gutter-x: 40px;
  column-gap: 0;
}
.row.gy-40 {
  --bs-gutter-y: 40px;
  row-gap: 0;
}
.gx-50 {
  column-gap: 50px;
}
.gy-50 {
  row-gap: 50px;
}
.row.gx-50 {
  --bs-gutter-x: 50px;
  column-gap: 0;
}
.row.gy-50 {
  --bs-gutter-y: 50px;
  row-gap: 0;
}
.gx-60 {
  column-gap: 60px;
}
.gy-60 {
  row-gap: 60px;
}
.row.gx-60 {
  --bs-gutter-x: 60px;
  column-gap: 0;
}
.row.gy-60 {
  --bs-gutter-y: 60px;
  row-gap: 0;
}
.gx-70 {
  column-gap: 70px;
}
.gy-70 {
  row-gap: 70px;
}
.row.gx-70 {
  --bs-gutter-x: 70px;
  column-gap: 0;
}
.row.gy-70 {
  --bs-gutter-y: 70px;
  row-gap: 0;
}
.gx-80 {
  column-gap: 80px;
}
.gy-80 {
  row-gap: 80px;
}
.row.gx-80 {
  --bs-gutter-x: 80px;
  column-gap: 0;
}
.row.gy-80 {
  --bs-gutter-y: 80px;
  row-gap: 0;
}
.gx-90 {
  column-gap: 90px;
}
.gy-90 {
  row-gap: 90px;
}
.row.gx-90 {
  --bs-gutter-x: 90px;
  column-gap: 0;
}
.row.gy-90 {
  --bs-gutter-y: 90px;
  row-gap: 0;
}
.gx-100 {
  column-gap: 100px;
}
.gy-100 {
  row-gap: 100px;
}
.row.gx-100 {
  --bs-gutter-x: 100px;
  column-gap: 0;
}
.row.gy-100 {
  --bs-gutter-y: 100px;
  row-gap: 0;
}
@media (max-width: 1599px) {
  .gx-xl-0 {
    column-gap: 0px;
  }
  .gy-xl-0 {
    row-gap: 0px;
  }
  .row.gx-xl-0 {
    --bs-gutter-x: 0px;
    column-gap: 0;
  }
  .row.gy-0 {
    --bs-gutter-y: 0px;
    row-gap: 0;
  }
  .gx-xl-5 {
    column-gap: 5px;
  }
  .gy-xl-5 {
    row-gap: 5px;
  }
  .row.gx-xl-5 {
    --bs-gutter-x: 5px;
    column-gap: 0;
  }
  .row.gy-5 {
    --bs-gutter-y: 5px;
    row-gap: 0;
  }
  .gx-xl-8 {
    column-gap: 8px;
  }
  .gy-xl-8 {
    row-gap: 8px;
  }
  .row.gx-xl-8 {
    --bs-gutter-x: 8px;
    column-gap: 0;
  }
  .row.gy-8 {
    --bs-gutter-y: 8px;
    row-gap: 0;
  }
  .gx-xl-10 {
    column-gap: 10px;
  }
  .gy-xl-10 {
    row-gap: 10px;
  }
  .row.gx-xl-10 {
    --bs-gutter-x: 10px;
    column-gap: 0;
  }
  .row.gy-10 {
    --bs-gutter-y: 10px;
    row-gap: 0;
  }
  .gx-xl-12 {
    column-gap: 12px;
  }
  .gy-xl-12 {
    row-gap: 12px;
  }
  .row.gx-xl-12 {
    --bs-gutter-x: 12px;
    column-gap: 0;
  }
  .row.gy-12 {
    --bs-gutter-y: 12px;
    row-gap: 0;
  }
  .gx-xl-15 {
    column-gap: 15px;
  }
  .gy-xl-15 {
    row-gap: 15px;
  }
  .row.gx-xl-15 {
    --bs-gutter-x: 15px;
    column-gap: 0;
  }
  .row.gy-15 {
    --bs-gutter-y: 15px;
    row-gap: 0;
  }
  .gx-xl-16 {
    column-gap: 16px;
  }
  .gy-xl-16 {
    row-gap: 16px;
  }
  .row.gx-xl-16 {
    --bs-gutter-x: 16px;
    column-gap: 0;
  }
  .row.gy-16 {
    --bs-gutter-y: 16px;
    row-gap: 0;
  }
  .gx-xl-20 {
    column-gap: 20px;
  }
  .gy-xl-20 {
    row-gap: 20px;
  }
  .row.gx-xl-20 {
    --bs-gutter-x: 20px;
    column-gap: 0;
  }
  .row.gy-20 {
    --bs-gutter-y: 20px;
    row-gap: 0;
  }
  .gx-xl-24 {
    column-gap: 24px;
  }
  .gy-xl-24 {
    row-gap: 24px;
  }
  .row.gx-xl-24 {
    --bs-gutter-x: 24px;
    column-gap: 0;
  }
  .row.gy-24 {
    --bs-gutter-y: 24px;
    row-gap: 0;
  }
  .gx-xl-25 {
    column-gap: 25px;
  }
  .gy-xl-25 {
    row-gap: 25px;
  }
  .row.gx-xl-25 {
    --bs-gutter-x: 25px;
    column-gap: 0;
  }
  .row.gy-25 {
    --bs-gutter-y: 25px;
    row-gap: 0;
  }
  .gx-xl-30 {
    column-gap: 30px;
  }
  .gy-xl-30 {
    row-gap: 30px;
  }
  .row.gx-xl-30 {
    --bs-gutter-x: 30px;
    column-gap: 0;
  }
  .row.gy-30 {
    --bs-gutter-y: 30px;
    row-gap: 0;
  }
  .gx-xl-40 {
    column-gap: 40px;
  }
  .gy-xl-40 {
    row-gap: 40px;
  }
  .row.gx-xl-40 {
    --bs-gutter-x: 40px;
    column-gap: 0;
  }
  .row.gy-40 {
    --bs-gutter-y: 40px;
    row-gap: 0;
  }
  .gx-xl-50 {
    column-gap: 50px;
  }
  .gy-xl-50 {
    row-gap: 50px;
  }
  .row.gx-xl-50 {
    --bs-gutter-x: 50px;
    column-gap: 0;
  }
  .row.gy-50 {
    --bs-gutter-y: 50px;
    row-gap: 0;
  }
  .gx-xl-60 {
    column-gap: 60px;
  }
  .gy-xl-60 {
    row-gap: 60px;
  }
  .row.gx-xl-60 {
    --bs-gutter-x: 60px;
    column-gap: 0;
  }
  .row.gy-60 {
    --bs-gutter-y: 60px;
    row-gap: 0;
  }
  .gx-xl-70 {
    column-gap: 70px;
  }
  .gy-xl-70 {
    row-gap: 70px;
  }
  .row.gx-xl-70 {
    --bs-gutter-x: 70px;
    column-gap: 0;
  }
  .row.gy-70 {
    --bs-gutter-y: 70px;
    row-gap: 0;
  }
  .gx-xl-80 {
    column-gap: 80px;
  }
  .gy-xl-80 {
    row-gap: 80px;
  }
  .row.gx-xl-80 {
    --bs-gutter-x: 80px;
    column-gap: 0;
  }
  .row.gy-80 {
    --bs-gutter-y: 80px;
    row-gap: 0;
  }
  .gx-xl-90 {
    column-gap: 90px;
  }
  .gy-xl-90 {
    row-gap: 90px;
  }
  .row.gx-xl-90 {
    --bs-gutter-x: 90px;
    column-gap: 0;
  }
  .row.gy-90 {
    --bs-gutter-y: 90px;
    row-gap: 0;
  }
  .gx-xl-100 {
    column-gap: 100px;
  }
  .gy-xl-100 {
    row-gap: 100px;
  }
  .row.gx-xl-100 {
    --bs-gutter-x: 100px;
    column-gap: 0;
  }
  .row.gy-100 {
    --bs-gutter-y: 100px;
    row-gap: 0;
  }
}
@media (max-width: 1199px) {
  .gx-lg-0 {
    column-gap: 0px;
  }
  .gy-lg-0 {
    row-gap: 0px;
  }
  .row.gx-lg-0 {
    --bs-gutter-x: 0px;
    column-gap: 0;
  }
  .row.gy-0 {
    --bs-gutter-y: 0px;
    row-gap: 0;
  }
  .gx-lg-5 {
    column-gap: 5px;
  }
  .gy-lg-5 {
    row-gap: 5px;
  }
  .row.gx-lg-5 {
    --bs-gutter-x: 5px;
    column-gap: 0;
  }
  .row.gy-5 {
    --bs-gutter-y: 5px;
    row-gap: 0;
  }
  .gx-lg-8 {
    column-gap: 8px;
  }
  .gy-lg-8 {
    row-gap: 8px;
  }
  .row.gx-lg-8 {
    --bs-gutter-x: 8px;
    column-gap: 0;
  }
  .row.gy-8 {
    --bs-gutter-y: 8px;
    row-gap: 0;
  }
  .gx-lg-10 {
    column-gap: 10px;
  }
  .gy-lg-10 {
    row-gap: 10px;
  }
  .row.gx-lg-10 {
    --bs-gutter-x: 10px;
    column-gap: 0;
  }
  .row.gy-10 {
    --bs-gutter-y: 10px;
    row-gap: 0;
  }
  .gx-lg-12 {
    column-gap: 12px;
  }
  .gy-lg-12 {
    row-gap: 12px;
  }
  .row.gx-lg-12 {
    --bs-gutter-x: 12px;
    column-gap: 0;
  }
  .row.gy-12 {
    --bs-gutter-y: 12px;
    row-gap: 0;
  }
  .gx-lg-15 {
    column-gap: 15px;
  }
  .gy-lg-15 {
    row-gap: 15px;
  }
  .row.gx-lg-15 {
    --bs-gutter-x: 15px;
    column-gap: 0;
  }
  .row.gy-15 {
    --bs-gutter-y: 15px;
    row-gap: 0;
  }
  .gx-lg-16 {
    column-gap: 16px;
  }
  .gy-lg-16 {
    row-gap: 16px;
  }
  .row.gx-lg-16 {
    --bs-gutter-x: 16px;
    column-gap: 0;
  }
  .row.gy-16 {
    --bs-gutter-y: 16px;
    row-gap: 0;
  }
  .gx-lg-20 {
    column-gap: 20px;
  }
  .gy-lg-20 {
    row-gap: 20px;
  }
  .row.gx-lg-20 {
    --bs-gutter-x: 20px;
    column-gap: 0;
  }
  .row.gy-20 {
    --bs-gutter-y: 20px;
    row-gap: 0;
  }
  .gx-lg-24 {
    column-gap: 24px;
  }
  .gy-lg-24 {
    row-gap: 24px;
  }
  .row.gx-lg-24 {
    --bs-gutter-x: 24px;
    column-gap: 0;
  }
  .row.gy-24 {
    --bs-gutter-y: 24px;
    row-gap: 0;
  }
  .gx-lg-25 {
    column-gap: 25px;
  }
  .gy-lg-25 {
    row-gap: 25px;
  }
  .row.gx-lg-25 {
    --bs-gutter-x: 25px;
    column-gap: 0;
  }
  .row.gy-25 {
    --bs-gutter-y: 25px;
    row-gap: 0;
  }
  .gx-lg-30 {
    column-gap: 30px;
  }
  .gy-lg-30 {
    row-gap: 30px;
  }
  .row.gx-lg-30 {
    --bs-gutter-x: 30px;
    column-gap: 0;
  }
  .row.gy-30 {
    --bs-gutter-y: 30px;
    row-gap: 0;
  }
  .gx-lg-40 {
    column-gap: 40px;
  }
  .gy-lg-40 {
    row-gap: 40px;
  }
  .row.gx-lg-40 {
    --bs-gutter-x: 40px;
    column-gap: 0;
  }
  .row.gy-40 {
    --bs-gutter-y: 40px;
    row-gap: 0;
  }
  .gx-lg-50 {
    column-gap: 50px;
  }
  .gy-lg-50 {
    row-gap: 50px;
  }
  .row.gx-lg-50 {
    --bs-gutter-x: 50px;
    column-gap: 0;
  }
  .row.gy-50 {
    --bs-gutter-y: 50px;
    row-gap: 0;
  }
  .gx-lg-60 {
    column-gap: 60px;
  }
  .gy-lg-60 {
    row-gap: 60px;
  }
  .row.gx-lg-60 {
    --bs-gutter-x: 60px;
    column-gap: 0;
  }
  .row.gy-60 {
    --bs-gutter-y: 60px;
    row-gap: 0;
  }
  .gx-lg-70 {
    column-gap: 70px;
  }
  .gy-lg-70 {
    row-gap: 70px;
  }
  .row.gx-lg-70 {
    --bs-gutter-x: 70px;
    column-gap: 0;
  }
  .row.gy-70 {
    --bs-gutter-y: 70px;
    row-gap: 0;
  }
  .gx-lg-80 {
    column-gap: 80px;
  }
  .gy-lg-80 {
    row-gap: 80px;
  }
  .row.gx-lg-80 {
    --bs-gutter-x: 80px;
    column-gap: 0;
  }
  .row.gy-80 {
    --bs-gutter-y: 80px;
    row-gap: 0;
  }
  .gx-lg-90 {
    column-gap: 90px;
  }
  .gy-lg-90 {
    row-gap: 90px;
  }
  .row.gx-lg-90 {
    --bs-gutter-x: 90px;
    column-gap: 0;
  }
  .row.gy-90 {
    --bs-gutter-y: 90px;
    row-gap: 0;
  }
  .gx-lg-100 {
    column-gap: 100px;
  }
  .gy-lg-100 {
    row-gap: 100px;
  }
  .row.gx-lg-100 {
    --bs-gutter-x: 100px;
    column-gap: 0;
  }
  .row.gy-100 {
    --bs-gutter-y: 100px;
    row-gap: 0;
  }
}
@media (max-width: 991px) {
  .gx-md-0 {
    column-gap: 0px;
  }
  .gy-md-0 {
    row-gap: 0px;
  }
  .row.gx-md-0 {
    --bs-gutter-x: 0px;
    column-gap: 0;
  }
  .row.gy-0 {
    --bs-gutter-y: 0px;
    row-gap: 0;
  }
  .gx-md-5 {
    column-gap: 5px;
  }
  .gy-md-5 {
    row-gap: 5px;
  }
  .row.gx-md-5 {
    --bs-gutter-x: 5px;
    column-gap: 0;
  }
  .row.gy-5 {
    --bs-gutter-y: 5px;
    row-gap: 0;
  }
  .gx-md-8 {
    column-gap: 8px;
  }
  .gy-md-8 {
    row-gap: 8px;
  }
  .row.gx-md-8 {
    --bs-gutter-x: 8px;
    column-gap: 0;
  }
  .row.gy-8 {
    --bs-gutter-y: 8px;
    row-gap: 0;
  }
  .gx-md-10 {
    column-gap: 10px;
  }
  .gy-md-10 {
    row-gap: 10px;
  }
  .row.gx-md-10 {
    --bs-gutter-x: 10px;
    column-gap: 0;
  }
  .row.gy-10 {
    --bs-gutter-y: 10px;
    row-gap: 0;
  }
  .gx-md-12 {
    column-gap: 12px;
  }
  .gy-md-12 {
    row-gap: 12px;
  }
  .row.gx-md-12 {
    --bs-gutter-x: 12px;
    column-gap: 0;
  }
  .row.gy-12 {
    --bs-gutter-y: 12px;
    row-gap: 0;
  }
  .gx-md-15 {
    column-gap: 15px;
  }
  .gy-md-15 {
    row-gap: 15px;
  }
  .row.gx-md-15 {
    --bs-gutter-x: 15px;
    column-gap: 0;
  }
  .row.gy-15 {
    --bs-gutter-y: 15px;
    row-gap: 0;
  }
  .gx-md-16 {
    column-gap: 16px;
  }
  .gy-md-16 {
    row-gap: 16px;
  }
  .row.gx-md-16 {
    --bs-gutter-x: 16px;
    column-gap: 0;
  }
  .row.gy-16 {
    --bs-gutter-y: 16px;
    row-gap: 0;
  }
  .gx-md-20 {
    column-gap: 20px;
  }
  .gy-md-20 {
    row-gap: 20px;
  }
  .row.gx-md-20 {
    --bs-gutter-x: 20px;
    column-gap: 0;
  }
  .row.gy-20 {
    --bs-gutter-y: 20px;
    row-gap: 0;
  }
  .gx-md-24 {
    column-gap: 24px;
  }
  .gy-md-24 {
    row-gap: 24px;
  }
  .row.gx-md-24 {
    --bs-gutter-x: 24px;
    column-gap: 0;
  }
  .row.gy-24 {
    --bs-gutter-y: 24px;
    row-gap: 0;
  }
  .gx-md-25 {
    column-gap: 25px;
  }
  .gy-md-25 {
    row-gap: 25px;
  }
  .row.gx-md-25 {
    --bs-gutter-x: 25px;
    column-gap: 0;
  }
  .row.gy-25 {
    --bs-gutter-y: 25px;
    row-gap: 0;
  }
  .gx-md-30 {
    column-gap: 30px;
  }
  .gy-md-30 {
    row-gap: 30px;
  }
  .row.gx-md-30 {
    --bs-gutter-x: 30px;
    column-gap: 0;
  }
  .row.gy-30 {
    --bs-gutter-y: 30px;
    row-gap: 0;
  }
  .gx-md-40 {
    column-gap: 40px;
  }
  .gy-md-40 {
    row-gap: 40px;
  }
  .row.gx-md-40 {
    --bs-gutter-x: 40px;
    column-gap: 0;
  }
  .row.gy-40 {
    --bs-gutter-y: 40px;
    row-gap: 0;
  }
  .gx-md-50 {
    column-gap: 50px;
  }
  .gy-md-50 {
    row-gap: 50px;
  }
  .row.gx-md-50 {
    --bs-gutter-x: 50px;
    column-gap: 0;
  }
  .row.gy-50 {
    --bs-gutter-y: 50px;
    row-gap: 0;
  }
  .gx-md-60 {
    column-gap: 60px;
  }
  .gy-md-60 {
    row-gap: 60px;
  }
  .row.gx-md-60 {
    --bs-gutter-x: 60px;
    column-gap: 0;
  }
  .row.gy-60 {
    --bs-gutter-y: 60px;
    row-gap: 0;
  }
  .gx-md-70 {
    column-gap: 70px;
  }
  .gy-md-70 {
    row-gap: 70px;
  }
  .row.gx-md-70 {
    --bs-gutter-x: 70px;
    column-gap: 0;
  }
  .row.gy-70 {
    --bs-gutter-y: 70px;
    row-gap: 0;
  }
  .gx-md-80 {
    column-gap: 80px;
  }
  .gy-md-80 {
    row-gap: 80px;
  }
  .row.gx-md-80 {
    --bs-gutter-x: 80px;
    column-gap: 0;
  }
  .row.gy-80 {
    --bs-gutter-y: 80px;
    row-gap: 0;
  }
  .gx-md-90 {
    column-gap: 90px;
  }
  .gy-md-90 {
    row-gap: 90px;
  }
  .row.gx-md-90 {
    --bs-gutter-x: 90px;
    column-gap: 0;
  }
  .row.gy-90 {
    --bs-gutter-y: 90px;
    row-gap: 0;
  }
  .gx-md-100 {
    column-gap: 100px;
  }
  .gy-md-100 {
    row-gap: 100px;
  }
  .row.gx-md-100 {
    --bs-gutter-x: 100px;
    column-gap: 0;
  }
  .row.gy-100 {
    --bs-gutter-y: 100px;
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .gx-sm-0 {
    column-gap: 0px;
  }
  .gy-sm-0 {
    row-gap: 0px;
  }
  .row.gx-sm-0 {
    --bs-gutter-x: 0px;
    column-gap: 0;
  }
  .row.gy-0 {
    --bs-gutter-y: 0px;
    row-gap: 0;
  }
  .gx-sm-5 {
    column-gap: 5px;
  }
  .gy-sm-5 {
    row-gap: 5px;
  }
  .row.gx-sm-5 {
    --bs-gutter-x: 5px;
    column-gap: 0;
  }
  .row.gy-5 {
    --bs-gutter-y: 5px;
    row-gap: 0;
  }
  .gx-sm-8 {
    column-gap: 8px;
  }
  .gy-sm-8 {
    row-gap: 8px;
  }
  .row.gx-sm-8 {
    --bs-gutter-x: 8px;
    column-gap: 0;
  }
  .row.gy-8 {
    --bs-gutter-y: 8px;
    row-gap: 0;
  }
  .gx-sm-10 {
    column-gap: 10px;
  }
  .gy-sm-10 {
    row-gap: 10px;
  }
  .row.gx-sm-10 {
    --bs-gutter-x: 10px;
    column-gap: 0;
  }
  .row.gy-10 {
    --bs-gutter-y: 10px;
    row-gap: 0;
  }
  .gx-sm-12 {
    column-gap: 12px;
  }
  .gy-sm-12 {
    row-gap: 12px;
  }
  .row.gx-sm-12 {
    --bs-gutter-x: 12px;
    column-gap: 0;
  }
  .row.gy-12 {
    --bs-gutter-y: 12px;
    row-gap: 0;
  }
  .gx-sm-15 {
    column-gap: 15px;
  }
  .gy-sm-15 {
    row-gap: 15px;
  }
  .row.gx-sm-15 {
    --bs-gutter-x: 15px;
    column-gap: 0;
  }
  .row.gy-15 {
    --bs-gutter-y: 15px;
    row-gap: 0;
  }
  .gx-sm-16 {
    column-gap: 16px;
  }
  .gy-sm-16 {
    row-gap: 16px;
  }
  .row.gx-sm-16 {
    --bs-gutter-x: 16px;
    column-gap: 0;
  }
  .row.gy-16 {
    --bs-gutter-y: 16px;
    row-gap: 0;
  }
  .gx-sm-20 {
    column-gap: 20px;
  }
  .gy-sm-20 {
    row-gap: 20px;
  }
  .row.gx-sm-20 {
    --bs-gutter-x: 20px;
    column-gap: 0;
  }
  .row.gy-20 {
    --bs-gutter-y: 20px;
    row-gap: 0;
  }
  .gx-sm-24 {
    column-gap: 24px;
  }
  .gy-sm-24 {
    row-gap: 24px;
  }
  .row.gx-sm-24 {
    --bs-gutter-x: 24px;
    column-gap: 0;
  }
  .row.gy-24 {
    --bs-gutter-y: 24px;
    row-gap: 0;
  }
  .gx-sm-25 {
    column-gap: 25px;
  }
  .gy-sm-25 {
    row-gap: 25px;
  }
  .row.gx-sm-25 {
    --bs-gutter-x: 25px;
    column-gap: 0;
  }
  .row.gy-25 {
    --bs-gutter-y: 25px;
    row-gap: 0;
  }
  .gx-sm-30 {
    column-gap: 30px;
  }
  .gy-sm-30 {
    row-gap: 30px;
  }
  .row.gx-sm-30 {
    --bs-gutter-x: 30px;
    column-gap: 0;
  }
  .row.gy-30 {
    --bs-gutter-y: 30px;
    row-gap: 0;
  }
  .gx-sm-40 {
    column-gap: 40px;
  }
  .gy-sm-40 {
    row-gap: 40px;
  }
  .row.gx-sm-40 {
    --bs-gutter-x: 40px;
    column-gap: 0;
  }
  .row.gy-40 {
    --bs-gutter-y: 40px;
    row-gap: 0;
  }
  .gx-sm-50 {
    column-gap: 50px;
  }
  .gy-sm-50 {
    row-gap: 50px;
  }
  .row.gx-sm-50 {
    --bs-gutter-x: 50px;
    column-gap: 0;
  }
  .row.gy-50 {
    --bs-gutter-y: 50px;
    row-gap: 0;
  }
  .gx-sm-60 {
    column-gap: 60px;
  }
  .gy-sm-60 {
    row-gap: 60px;
  }
  .row.gx-sm-60 {
    --bs-gutter-x: 60px;
    column-gap: 0;
  }
  .row.gy-60 {
    --bs-gutter-y: 60px;
    row-gap: 0;
  }
  .gx-sm-70 {
    column-gap: 70px;
  }
  .gy-sm-70 {
    row-gap: 70px;
  }
  .row.gx-sm-70 {
    --bs-gutter-x: 70px;
    column-gap: 0;
  }
  .row.gy-70 {
    --bs-gutter-y: 70px;
    row-gap: 0;
  }
  .gx-sm-80 {
    column-gap: 80px;
  }
  .gy-sm-80 {
    row-gap: 80px;
  }
  .row.gx-sm-80 {
    --bs-gutter-x: 80px;
    column-gap: 0;
  }
  .row.gy-80 {
    --bs-gutter-y: 80px;
    row-gap: 0;
  }
  .gx-sm-90 {
    column-gap: 90px;
  }
  .gy-sm-90 {
    row-gap: 90px;
  }
  .row.gx-sm-90 {
    --bs-gutter-x: 90px;
    column-gap: 0;
  }
  .row.gy-90 {
    --bs-gutter-y: 90px;
    row-gap: 0;
  }
  .gx-sm-100 {
    column-gap: 100px;
  }
  .gy-sm-100 {
    row-gap: 100px;
  }
  .row.gx-sm-100 {
    --bs-gutter-x: 100px;
    column-gap: 0;
  }
  .row.gy-100 {
    --bs-gutter-y: 100px;
    row-gap: 0;
  }
}
@media (max-width: 575px) {
  .gx-xs-0 {
    column-gap: 0px;
  }
  .gy-xs-0 {
    row-gap: 0px;
  }
  .row.gx-xs-0 {
    --bs-gutter-x: 0px;
    column-gap: 0;
  }
  .row.gy-0 {
    --bs-gutter-y: 0px;
    row-gap: 0;
  }
  .gx-xs-5 {
    column-gap: 5px;
  }
  .gy-xs-5 {
    row-gap: 5px;
  }
  .row.gx-xs-5 {
    --bs-gutter-x: 5px;
    column-gap: 0;
  }
  .row.gy-5 {
    --bs-gutter-y: 5px;
    row-gap: 0;
  }
  .gx-xs-8 {
    column-gap: 8px;
  }
  .gy-xs-8 {
    row-gap: 8px;
  }
  .row.gx-xs-8 {
    --bs-gutter-x: 8px;
    column-gap: 0;
  }
  .row.gy-8 {
    --bs-gutter-y: 8px;
    row-gap: 0;
  }
  .gx-xs-10 {
    column-gap: 10px;
  }
  .gy-xs-10 {
    row-gap: 10px;
  }
  .row.gx-xs-10 {
    --bs-gutter-x: 10px;
    column-gap: 0;
  }
  .row.gy-10 {
    --bs-gutter-y: 10px;
    row-gap: 0;
  }
  .gx-xs-12 {
    column-gap: 12px;
  }
  .gy-xs-12 {
    row-gap: 12px;
  }
  .row.gx-xs-12 {
    --bs-gutter-x: 12px;
    column-gap: 0;
  }
  .row.gy-12 {
    --bs-gutter-y: 12px;
    row-gap: 0;
  }
  .gx-xs-15 {
    column-gap: 15px;
  }
  .gy-xs-15 {
    row-gap: 15px;
  }
  .row.gx-xs-15 {
    --bs-gutter-x: 15px;
    column-gap: 0;
  }
  .row.gy-15 {
    --bs-gutter-y: 15px;
    row-gap: 0;
  }
  .gx-xs-16 {
    column-gap: 16px;
  }
  .gy-xs-16 {
    row-gap: 16px;
  }
  .row.gx-xs-16 {
    --bs-gutter-x: 16px;
    column-gap: 0;
  }
  .row.gy-16 {
    --bs-gutter-y: 16px;
    row-gap: 0;
  }
  .gx-xs-20 {
    column-gap: 20px;
  }
  .gy-xs-20 {
    row-gap: 20px;
  }
  .row.gx-xs-20 {
    --bs-gutter-x: 20px;
    column-gap: 0;
  }
  .row.gy-20 {
    --bs-gutter-y: 20px;
    row-gap: 0;
  }
  .gx-xs-24 {
    column-gap: 24px;
  }
  .gy-xs-24 {
    row-gap: 24px;
  }
  .row.gx-xs-24 {
    --bs-gutter-x: 24px;
    column-gap: 0;
  }
  .row.gy-24 {
    --bs-gutter-y: 24px;
    row-gap: 0;
  }
  .gx-xs-25 {
    column-gap: 25px;
  }
  .gy-xs-25 {
    row-gap: 25px;
  }
  .row.gx-xs-25 {
    --bs-gutter-x: 25px;
    column-gap: 0;
  }
  .row.gy-25 {
    --bs-gutter-y: 25px;
    row-gap: 0;
  }
  .gx-xs-30 {
    column-gap: 30px;
  }
  .gy-xs-30 {
    row-gap: 30px;
  }
  .row.gx-xs-30 {
    --bs-gutter-x: 30px;
    column-gap: 0;
  }
  .row.gy-30 {
    --bs-gutter-y: 30px;
    row-gap: 0;
  }
  .gx-xs-40 {
    column-gap: 40px;
  }
  .gy-xs-40 {
    row-gap: 40px;
  }
  .row.gx-xs-40 {
    --bs-gutter-x: 40px;
    column-gap: 0;
  }
  .row.gy-40 {
    --bs-gutter-y: 40px;
    row-gap: 0;
  }
  .gx-xs-50 {
    column-gap: 50px;
  }
  .gy-xs-50 {
    row-gap: 50px;
  }
  .row.gx-xs-50 {
    --bs-gutter-x: 50px;
    column-gap: 0;
  }
  .row.gy-50 {
    --bs-gutter-y: 50px;
    row-gap: 0;
  }
  .gx-xs-60 {
    column-gap: 60px;
  }
  .gy-xs-60 {
    row-gap: 60px;
  }
  .row.gx-xs-60 {
    --bs-gutter-x: 60px;
    column-gap: 0;
  }
  .row.gy-60 {
    --bs-gutter-y: 60px;
    row-gap: 0;
  }
  .gx-xs-70 {
    column-gap: 70px;
  }
  .gy-xs-70 {
    row-gap: 70px;
  }
  .row.gx-xs-70 {
    --bs-gutter-x: 70px;
    column-gap: 0;
  }
  .row.gy-70 {
    --bs-gutter-y: 70px;
    row-gap: 0;
  }
  .gx-xs-80 {
    column-gap: 80px;
  }
  .gy-xs-80 {
    row-gap: 80px;
  }
  .row.gx-xs-80 {
    --bs-gutter-x: 80px;
    column-gap: 0;
  }
  .row.gy-80 {
    --bs-gutter-y: 80px;
    row-gap: 0;
  }
  .gx-xs-90 {
    column-gap: 90px;
  }
  .gy-xs-90 {
    row-gap: 90px;
  }
  .row.gx-xs-90 {
    --bs-gutter-x: 90px;
    column-gap: 0;
  }
  .row.gy-90 {
    --bs-gutter-y: 90px;
    row-gap: 0;
  }
  .gx-xs-100 {
    column-gap: 100px;
  }
  .gy-xs-100 {
    row-gap: 100px;
  }
  .row.gx-xs-100 {
    --bs-gutter-x: 100px;
    column-gap: 0;
  }
  .row.gy-100 {
    --bs-gutter-y: 100px;
    row-gap: 0;
  }
}
@media (min-width: 0) {
  .overflow-hidden-xs {
    overflow: hidden !important;
  }
}
@media (min-width: 576px) {
  .overflow-hidden-sm {
    overflow: hidden !important;
  }
}
@media (min-width: 768px) {
  .overflow-hidden-md {
    overflow: hidden !important;
  }
}
@media (min-width: 992px) {
  .overflow-hidden-lg {
    overflow: hidden !important;
  }
}
@media (min-width: 1200px) {
  .overflow-hidden-xl {
    overflow: hidden !important;
  }
}
@media (min-width: 1400px) {
  .overflow-hidden-xxl {
    overflow: hidden !important;
  }
}
.elementor-section.pxl-container-margin-auto-yes .elementor-column-gap-default {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1599px) {
  .elementor-section.pxl-container-margin-auto-laptop-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .elementor-section.pxl-container-margin-auto-tablet_extra-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .elementor-section.pxl-container-margin-auto-tablet-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .elementor-section.pxl-container-margin-auto-mobile_extra-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .elementor-section.pxl-container-margin-auto-mobile-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-swiper-arrows-false .pxl-slider-arrow-wrap {
  display: none;
}
.pxl-swiper-arrows-false .pxl-swiper-arrows {
  display: none;
}
@media (max-width: 1599px) {
  .pxl-swiper-arrows-laptop-false .pxl-slider-arrow-wrap {
    display: none;
  }
  .pxl-swiper-arrows-laptop-false .pxl-swiper-arrows {
    display: none;
  }
  .pxl-swiper-arrows-laptop-true .pxl-slider-arrow-wrap {
    display: flex;
  }
  .pxl-swiper-arrows-laptop-true .pxl-swiper-arrows {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .pxl-swiper-arrows-tablet_extra-false .pxl-slider-arrow-wrap {
    display: none;
  }
  .pxl-swiper-arrows-tablet_extra-false .pxl-swiper-arrows {
    display: none;
  }
  .pxl-swiper-arrows-tablet_extra-true .pxl-slider-arrow-wrap {
    display: flex;
  }
  .pxl-swiper-arrows-tablet_extra-true .pxl-swiper-arrows {
    display: flex;
  }
}
@media (max-width: 991px) {
  .pxl-swiper-arrows-tablet-false .pxl-slider-arrow-wrap {
    display: none;
  }
  .pxl-swiper-arrows-tablet-false .pxl-swiper-arrows {
    display: none;
  }
  .pxl-swiper-arrows-tablet-true .pxl-slider-arrow-wrap {
    display: flex;
  }
  .pxl-swiper-arrows-tablet-true .pxl-swiper-arrows {
    display: flex;
  }
}
@media (max-width: 767px) {
  .pxl-swiper-arrows-mobile_extra-false .pxl-slider-arrow-wrap {
    display: none;
  }
  .pxl-swiper-arrows-mobile_extra-false .pxl-swiper-arrows {
    display: none;
  }
  .pxl-swiper-arrows-mobile_extra-true .pxl-slider-arrow-wrap {
    display: flex;
  }
  .pxl-swiper-arrows-mobile_extra-true .pxl-swiper-arrows {
    display: flex;
  }
}
@media (max-width: 575px) {
  .pxl-swiper-arrows-mobile-false .pxl-slider-arrow-wrap {
    display: none;
  }
  .pxl-swiper-arrows-mobile-false .pxl-swiper-arrows {
    display: none;
  }
  .pxl-swiper-arrows-mobile-true .pxl-slider-arrow-wrap {
    display: flex;
  }
  .pxl-swiper-arrows-mobile-true .pxl-swiper-arrows {
    display: flex;
  }
}
.pxl-swiper-dots-false .pxl-slider-dots {
  display: none;
}
.pxl-swiper-dots-false .pxl-swiper-dots {
  display: none;
}
@media (max-width: 1599px) {
  .pxl-swiper-dots-laptop-false .pxl-slider-dots {
    display: none;
  }
  .pxl-swiper-dots-laptop-false .pxl-swiper-dots {
    display: none;
  }
  .pxl-swiper-dots-laptop-true .pxl-slider-dots {
    display: flex;
  }
  .pxl-swiper-dots-laptop-true .pxl-swiper-dots {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .pxl-swiper-dots-tablet_extra-false .pxl-slider-dots {
    display: none;
  }
  .pxl-swiper-dots-tablet_extra-false .pxl-swiper-dots {
    display: none;
  }
  .pxl-swiper-dots-tablet_extra-true .pxl-slider-dots {
    display: flex;
  }
  .pxl-swiper-dots-tablet_extra-true .pxl-swiper-dots {
    display: flex;
  }
}
@media (max-width: 991px) {
  .pxl-swiper-dots-tablet-false .pxl-slider-dots {
    display: none;
  }
  .pxl-swiper-dots-tablet-false .pxl-swiper-dots {
    display: none;
  }
  .pxl-swiper-dots-tablet-true .pxl-slider-dots {
    display: flex;
  }
  .pxl-swiper-dots-tablet-true .pxl-swiper-dots {
    display: flex;
  }
}
@media (max-width: 767px) {
  .pxl-swiper-dots-mobile_extra-false .pxl-slider-dots {
    display: none;
  }
  .pxl-swiper-dots-mobile_extra-false .pxl-swiper-dots {
    display: none;
  }
  .pxl-swiper-dots-mobile_extra-true .pxl-slider-dots {
    display: flex;
  }
  .pxl-swiper-dots-mobile_extra-true .pxl-swiper-dots {
    display: flex;
  }
}
@media (max-width: 575px) {
  .pxl-swiper-dots-mobile-false .pxl-slider-dots {
    display: none;
  }
  .pxl-swiper-dots-mobile-false .pxl-swiper-dots {
    display: none;
  }
  .pxl-swiper-dots-mobile-true .pxl-slider-dots {
    display: flex;
  }
  .pxl-swiper-dots-mobile-true .pxl-swiper-dots {
    display: flex;
  }
}
@media (max-width: 1599px) {
  .pxl-bg-mode-laptop-bg-mode .bg-inner {
    display: block;
  }
  .pxl-bg-mode-laptop-basic .bg-inner {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pxl-bg-mode-tablet_extra-bg-mode .bg-inner {
    display: block;
  }
  .pxl-bg-mode-tablet_extra-basic .bg-inner {
    display: none;
  }
}
@media (max-width: 991px) {
  .pxl-bg-mode-tablet-bg-mode .bg-inner {
    display: block;
  }
  .pxl-bg-mode-tablet-basic .bg-inner {
    display: none;
  }
}
@media (max-width: 767px) {
  .pxl-bg-mode-mobile_extra-bg-mode .bg-inner {
    display: block;
  }
  .pxl-bg-mode-mobile_extra-basic .bg-inner {
    display: none;
  }
}
@media (max-width: 575px) {
  .pxl-bg-mode-mobile-bg-mode .bg-inner {
    display: block;
  }
  .pxl-bg-mode-mobile-basic .bg-inner {
    display: none;
  }
}
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction {
  margin: -9px 0;
}
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction > * {
  margin: 9px 0;
}
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction .divider {
  width: 1px;
  height: 75px;
}
@media (max-width: 1599px) {
  .pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction {
    margin: -9px 0;
  }
  .pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction > * {
    margin: 9px 0;
  }
  .pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px;
  }
  .pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto;
  }
  .pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction > * {
    margin: 0 9px;
  }
  .pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px;
  }
}
@media (max-width: 1199px) {
  .pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction {
    margin: -9px 0;
  }
  .pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction > * {
    margin: 9px 0;
  }
  .pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px;
  }
  .pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto;
  }
  .pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction > * {
    margin: 0 9px;
  }
  .pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px;
  }
}
@media (max-width: 991px) {
  .pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction {
    margin: -9px 0;
  }
  .pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction > * {
    margin: 9px 0;
  }
  .pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px;
  }
  .pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto;
  }
  .pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction > * {
    margin: 0 9px;
  }
  .pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction {
    margin: -9px 0;
  }
  .pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction > * {
    margin: 9px 0;
  }
  .pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px;
  }
  .pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto;
  }
  .pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction > * {
    margin: 0 9px;
  }
  .pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px;
  }
}
@media (max-width: 575px) {
  .pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction {
    margin: -9px 0;
  }
  .pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction > * {
    margin: 9px 0;
  }
  .pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px;
  }
  .pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto;
  }
  .pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction > * {
    margin: 0 9px;
  }
  .pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px;
  }
}
.pxl-border-anm.bw-no {
  border-width: 0;
}
.pxl-border-anm.bw-yes {
  border-width: var(--bd-width);
}
@media (max-width: 1599px) {
  .pxl-border-anm.bw-laptop-no {
    border-width: 0;
  }
  .pxl-border-anm.bw-laptop-yes {
    border-width: var(--bd-width);
  }
}
@media (max-width: 1199px) {
  .pxl-border-anm.bw-tablet_extra-no {
    border-width: 0;
  }
  .pxl-border-anm.bw-tablet_extra-yes {
    border-width: var(--bd-width);
  }
}
@media (max-width: 991px) {
  .pxl-border-anm.bw-tablet-no {
    border-width: 0;
  }
  .pxl-border-anm.bw-tablet-yes {
    border-width: var(--bd-width);
  }
}
@media (max-width: 767px) {
  .pxl-border-anm.bw-mobile_extra-no {
    border-width: 0;
  }
  .pxl-border-anm.bw-mobile_extra-yes {
    border-width: var(--bd-width);
  }
}
@media (max-width: 575px) {
  .pxl-border-anm.bw-mobile-no {
    border-width: 0;
  }
  .pxl-border-anm.bw-mobile-yes {
    border-width: var(--bd-width);
  }
}
.elementor-column.pxl-column-element-grow {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.elementor-column.pxl-column-element-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto !important;
  max-width: 100%;
}
@media (max-width: 1599px) {
  .elementor-column.pxl-column-element-laptop-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-laptop-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-laptop-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .elementor-column.pxl-column-element-tablet_extra-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-tablet_extra-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-tablet_extra-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .elementor-column.pxl-column-element-tablet-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-tablet-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-tablet-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.pxl-column-element-mobile_extra-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-mobile_extra-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-mobile_extra-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .elementor-column.pxl-column-element-mobile-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-mobile-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-column.pxl-column-element-mobile-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
  }
}
.video-bg-type-background .parallax-inner {
  background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-background .static-img {
  opacity: 0;
  visibility: hidden;
}
.video-bg-type-background-only .parallax-inner {
  background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-background-only .static-img {
  display: none;
}
@media (max-width: 1599px) {
  .video-bg-type-laptop-static .parallax-inner {
    background-image: none;
  }
  .video-bg-type-laptop-static .static-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .video-bg-type-laptop-background .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-laptop-background .static-img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .video-bg-type-laptop-background-only .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-laptop-background-only .static-img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .video-bg-type-tablet_extra-static .parallax-inner {
    background-image: none;
  }
  .video-bg-type-tablet_extra-static .static-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .video-bg-type-tablet_extra-background .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-tablet_extra-background .static-img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .video-bg-type-tablet_extra-background-only .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-tablet_extra-background-only .static-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .video-bg-type-tablet-static .parallax-inner {
    background-image: none;
  }
  .video-bg-type-tablet-static .static-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .video-bg-type-tablet-background .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-tablet-background .static-img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .video-bg-type-tablet-background-only .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-tablet-background-only .static-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .video-bg-type-mobile_extra-static .parallax-inner {
    background-image: none;
  }
  .video-bg-type-mobile_extra-static .static-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .video-bg-type-mobile_extra-background .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-mobile_extra-background .static-img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .video-bg-type-mobile_extra-background-only .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-mobile_extra-background-only .static-img {
    display: none;
  }
}
@media (max-width: 575px) {
  .video-bg-type-mobile-static .parallax-inner {
    background-image: none;
  }
  .video-bg-type-mobile-static .static-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .video-bg-type-mobile-background .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-mobile-background .static-img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .video-bg-type-mobile-background-only .parallax-inner {
    background-image: var(--pxl-video-player-bg-url);
  }
  .video-bg-type-mobile-background-only .static-img {
    display: none;
  }
}
.pxl-list-style .list-item {
  width: calc(var(--item-width) - ( var(--item-gap) / 2 ));
}
.pxl-icon-list--layout--inline .pxl-icon-list-wg {
  display: flex;
  flex-direction: row;
}
.pxl-icon-list--layout--traditional .pxl-icon-list-wg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .pxl-icon-list--layout--laptop-inline .pxl-icon-list-wg {
    display: flex;
    flex-direction: row;
  }
  .pxl-icon-list--layout--laptop-traditional .pxl-icon-list-wg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .pxl-icon-list--layout--tablet_extra-inline .pxl-icon-list-wg {
    display: flex;
    flex-direction: row;
  }
  .pxl-icon-list--layout--tablet_extra-traditional .pxl-icon-list-wg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .pxl-icon-list--layout--tablet-inline .pxl-icon-list-wg {
    display: flex;
    flex-direction: row;
  }
  .pxl-icon-list--layout--tablet-traditional .pxl-icon-list-wg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pxl-icon-list--layout--mobile_extra-inline .pxl-icon-list-wg {
    display: flex;
    flex-direction: row;
  }
  .pxl-icon-list--layout--mobile_extra-traditional .pxl-icon-list-wg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .pxl-icon-list--layout--mobile-inline .pxl-icon-list-wg {
    display: flex;
    flex-direction: row;
  }
  .pxl-icon-list--layout--mobile-traditional .pxl-icon-list-wg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
/*# sourceMappingURL=style.map */